#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_auth_access
#
DROP TABLE IF EXISTS so_phpbb_auth_access;
CREATE TABLE so_phpbb_auth_access(
	group_id mediumint(8) NOT NULL,
	forum_id smallint(5) unsigned NOT NULL,
	auth_view tinyint(1) NOT NULL,
	auth_read tinyint(1) NOT NULL,
	auth_post tinyint(1) NOT NULL,
	auth_reply tinyint(1) NOT NULL,
	auth_edit tinyint(1) NOT NULL,
	auth_delete tinyint(1) NOT NULL,
	auth_sticky tinyint(1) NOT NULL,
	auth_announce tinyint(1) NOT NULL,
	auth_vote tinyint(1) NOT NULL,
	auth_pollcreate tinyint(1) NOT NULL,
	auth_attachments tinyint(1) NOT NULL,
	auth_mod tinyint(1) NOT NULL
	KEY group_id (group_id),
	KEY forum_id (forum_id)
);

#
# Table Data for so_phpbb_auth_access
#
INSERT INTO so_phpbb_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('6','5','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('6','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('6','10','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('6','12','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('6','13','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('5','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('5','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('5','10','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('5','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('5','14','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('5','15','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('5','16','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('5','17','0','0','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('6','14','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('6','15','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('6','16','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('6','17','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('6','11','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('6','18','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('259','12','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('260','14','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('260','15','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('260','16','0','0','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('260','17','0','0','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('260','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('260','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('5','20','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('260','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('5','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('260','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('6','19','1','1','1','1','1','1','1','0','0','0','0','0');
INSERT INTO so_phpbb_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('194','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('263','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('263','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('263','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('53','10','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('53','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('53','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('53','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('53','12','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('53','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('108','10','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('108','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('108','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('108','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('108','12','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('108','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','10','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','12','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','14','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','15','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('60','16','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','10','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','12','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','14','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','15','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('62','16','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('294','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','10','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','14','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','15','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('312','16','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('319','5','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('319','8','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('319','13','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('319','19','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('319','20','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('319','10','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('319','14','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('319','15','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('319','16','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('6','20','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','21','1','1','1','1','1','1','1','0','1','1','0','0');
INSERT INTO so_phpbb_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('6','21','1','1','0','0','0','0','0','0','0','0','0','0');
INSERT INTO so_phpbb_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('320','1','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','2','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','3','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','4','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','5','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','8','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','13','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','19','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','20','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('320','10','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('6','1','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('6','2','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('6','3','0','0','0','0','0','0','0','0','0','0','0','1');
INSERT INTO so_phpbb_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('6','4','0','0','0','0','0','0','0','0','0','0','0','1');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_banlist
#
DROP TABLE IF EXISTS so_phpbb_banlist;
CREATE TABLE so_phpbb_banlist(
	ban_id mediumint(8) unsigned NOT NULL auto_increment,
	ban_userid mediumint(8) NOT NULL,
	ban_ip varchar(8) NOT NULL,
	ban_email varchar(255)
	PRIMARY KEY (ban_id),
	KEY ban_ip_user_id (ban_ip),
	KEY ban_ip_user_id (ban_userid)
);

#
# Table Data for so_phpbb_banlist
#
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('1','0','','*@lamamiata.info');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('2','0','','*@shtut.info');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('3','0','','*@m-s-n.net');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('4','0','','*@cold40.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('6','0','','*@devil.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('7','0','','*@stoned.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('8','0','','*@beseen.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('9','0','','*@lovemail.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('10','0','','*@hyperoffice.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('11','0','','*@walla.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('12','0','','creebrad@fusemail.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('13','0','','*@poczta.onet.pl');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('14','0','','*@start.com.au');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('15','0','','*@myinboxplus.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('16','0','','*@macbox.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('17','0','','*@holy-shit.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('18','0','','*@webspawner.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('19','0','','*@attbi.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('20','0','','*@decordot.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('21','0','','*@*.ru');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('22','0','','*@jdknet.net');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('23','0','','*@dygo.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('24','0','','*@another.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('25','0','','*@toast.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('26','0','','*@web.de');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('27','0','','*@privatemail.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('28','0','','*@fucklove.net');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('29','0','','*@fucklove.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('30','0','','*@fucklove.info');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('31','0','','*@eurosport.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('32','0','','*@21box.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('33','0','','*@40-ounce.com');
INSERT INTO so_phpbb_banlist (ban_id,ban_userid,ban_ip,ban_email) VALUES('34','0','','*@netpen.net');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_categories
#
DROP TABLE IF EXISTS so_phpbb_categories;
CREATE TABLE so_phpbb_categories(
	cat_id mediumint(8) unsigned NOT NULL auto_increment,
	cat_title varchar(100),
	cat_order mediumint(8) unsigned NOT NULL
	PRIMARY KEY (cat_id),
	KEY cat_order (cat_order)
);

#
# Table Data for so_phpbb_categories
#
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('2','Public','10');
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('3','Recruits','30');
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('4','Outpost','40');
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('6','Archive','60');
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('8','501st Outpost Barracks','50');
INSERT INTO so_phpbb_categories (cat_id,cat_title,cat_order) VALUES('9','Events','20');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_config
#
DROP TABLE IF EXISTS so_phpbb_config;
CREATE TABLE so_phpbb_config(
	config_name varchar(255) NOT NULL,
	config_value varchar(255) NOT NULL
	PRIMARY KEY (config_name)
);

#
# Table Data for so_phpbb_config
#
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('config_id','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('board_disable','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('sitename','501st Southern Outpost');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('site_desc','');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('cookie_name','phpbb2mysql');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('cookie_path','/');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('cookie_domain','');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('cookie_secure','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('session_length','3600');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_html','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_html_tags','b,i,u,pre');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_bbcode','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_smilies','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_sig','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_namechange','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_theme_create','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_avatar_local','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_avatar_remote','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_avatar_upload','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('enable_confirm','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('allow_autologin','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('max_autologin_time','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('override_user_style','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('posts_per_page','15');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('topics_per_page','50');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('hot_threshold','15');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('max_poll_options','20');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('max_sig_chars','255');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('max_inbox_privmsgs','50');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('max_sentbox_privmsgs','25');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('max_savebox_privmsgs','50');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('board_email_sig','Imperial Holonet Communications

"Its not the best way to communicate in the Empire.. its the only way!"');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('board_email','boywonder@knology.net');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('smtp_delivery','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('smtp_host','');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('smtp_username','');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('smtp_password','');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('sendmail_fix','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('require_activation','2');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('flood_interval','4');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('max_login_attempts','5');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('login_reset_time','30');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('board_email_form','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('avatar_filesize','7144');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('avatar_max_width','140');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('avatar_max_height','140');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('avatar_path','images/avatars');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('avatar_gallery_path','images/avatars/gallery');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('smilies_path','images/smiles');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('default_style','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('default_dateformat','D M d, Y g:i a');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('board_timezone','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('prune_enable','1');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('privmsg_disable','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('gzip_compress','0');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('coppa_fax','');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('coppa_mail','');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('record_online_users','24');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('record_online_date','1142428821');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('server_name','highlandcitadel.com');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('server_port','80');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('script_path','/501stso/phpBB2/');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('version','.0.19');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('board_startdate','1140373062');
INSERT INTO so_phpbb_config (config_name,config_value) VALUES('default_lang','english');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_confirm
#
DROP TABLE IF EXISTS so_phpbb_confirm;
CREATE TABLE so_phpbb_confirm(
	confirm_id char(32) NOT NULL,
	session_id char(32) NOT NULL,
	code char(6) NOT NULL
	PRIMARY KEY (session_id),
	PRIMARY KEY (confirm_id)
);

#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_disallow
#
DROP TABLE IF EXISTS so_phpbb_disallow;
CREATE TABLE so_phpbb_disallow(
	disallow_id mediumint(8) unsigned NOT NULL auto_increment,
	disallow_username varchar(25) NOT NULL
	PRIMARY KEY (disallow_id)
);

#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_forum_prune
#
DROP TABLE IF EXISTS so_phpbb_forum_prune;
CREATE TABLE so_phpbb_forum_prune(
	prune_id mediumint(8) unsigned NOT NULL auto_increment,
	forum_id smallint(5) unsigned NOT NULL,
	prune_days smallint(5) unsigned NOT NULL,
	prune_freq smallint(5) unsigned NOT NULL
	PRIMARY KEY (prune_id),
	KEY forum_id (forum_id)
);

#
# Table Data for so_phpbb_forum_prune
#
INSERT INTO so_phpbb_forum_prune (prune_id,forum_id,prune_days,prune_freq) VALUES('1','1','30','1');
INSERT INTO so_phpbb_forum_prune (prune_id,forum_id,prune_days,prune_freq) VALUES('2','3','30','1');
INSERT INTO so_phpbb_forum_prune (prune_id,forum_id,prune_days,prune_freq) VALUES('3','4','30','1');
INSERT INTO so_phpbb_forum_prune (prune_id,forum_id,prune_days,prune_freq) VALUES('4','5','40','1');
INSERT INTO so_phpbb_forum_prune (prune_id,forum_id,prune_days,prune_freq) VALUES('5','13','40','1');
INSERT INTO so_phpbb_forum_prune (prune_id,forum_id,prune_days,prune_freq) VALUES('6','10','45','1');
INSERT INTO so_phpbb_forum_prune (prune_id,forum_id,prune_days,prune_freq) VALUES('7','20','30','2');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_forums
#
DROP TABLE IF EXISTS so_phpbb_forums;
CREATE TABLE so_phpbb_forums(
	forum_id smallint(5) unsigned NOT NULL,
	cat_id mediumint(8) unsigned NOT NULL,
	forum_name varchar(150),
	forum_desc text,
	forum_status tinyint(4) NOT NULL,
	forum_order mediumint(8) unsigned NOT NULL DEFAULT '1',
	forum_posts mediumint(8) unsigned NOT NULL,
	forum_topics mediumint(8) unsigned NOT NULL,
	forum_last_post_id mediumint(8) unsigned NOT NULL,
	prune_next int(11),
	prune_enable tinyint(1) NOT NULL,
	auth_view tinyint(2) NOT NULL,
	auth_read tinyint(2) NOT NULL,
	auth_post tinyint(2) NOT NULL,
	auth_reply tinyint(2) NOT NULL,
	auth_edit tinyint(2) NOT NULL,
	auth_delete tinyint(2) NOT NULL,
	auth_sticky tinyint(2) NOT NULL,
	auth_announce tinyint(2) NOT NULL,
	auth_vote tinyint(2) NOT NULL,
	auth_pollcreate tinyint(2) NOT NULL,
	auth_attachments tinyint(2) NOT NULL
	PRIMARY KEY (forum_id),
	KEY forums_order (forum_order),
	KEY cat_id (cat_id),
	KEY forum_last_post_id (forum_last_post_id)
);

#
# Table Data for so_phpbb_forums
#
INSERT INTO so_phpbb_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','General','General Chit Chat','0','10','383','45','4700','1144054490','1','0','0','0','0','1','1','3','3','1','1','0');
INSERT INTO so_phpbb_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('2','2','Costume Creation','How to Information, place to ask questions on how to craft your costumes and props','0','20','400','32','4699','','0','0','0','0','0','1','1','3','3','1','1','0');
INSERT INTO so_phpbb_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('3','2','Events','Where we'll be, what we're up to','0','30','106','10','4688','1144089382','1','0','0','0','0','1','1','3','3','1','1','0');
INSERT INTO so_phpbb_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','3','Recruit QA','How to and general questions','0','10','44','3','4651','1143993347','1','1','1','1','1','1','1','3','3','1','1','0');
INSERT INTO so_phpbb_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('5','4','General OT','General chatter and other coversation... remember play nice!','0','40','666','49','4698','1144054787','1','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('14','6','General OT Archive','','1','10','375','18','4674','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('8','4','Pre-Events','Planning and setup for events','0','50','627','22','4694','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('13','4','For Sale / Wanted','For all your prop trading needs!','0','60','146','27','4684','1142474254','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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','8','501st Business issues and Logistics of the SO','General Issues and information for the Outpost','0','30','266','11','4662','1144092835','1','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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','8','COC','Command staff area','0','10','230','23','4484','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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','4','Trash Compactor','My what a wonderful new smell you've discovered!','0','70','146','9','4701','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('15','6','Pre-Events Archive','','1','20','566','12','3720','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('16','6','501st Issues Archive','','1','30','0','0','0','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('17','6','COC Archive','','1','40','0','0','0','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('18','8','Mission Reports','Area for mission reports.  Group by Year','0','20','4','1','3208','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('19','4','Southern Outpost Mandalorians','Mandalorian information, tips, costume information','0','80','427','37','4686','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('20','8','Mess Hall','General chatter among the 501st members','0','10','38','3','4599','1144079141','1','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('21','8','Imperial Holonet Communications','It's not the best way to communicate, its the only way!','0','40','18','8','4644','','0','2','2','2','2','2','2','2','3','2','2','0');
INSERT INTO so_phpbb_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('22','6','Costume Creation Archive','','1','50','46','1','2812','','0','0','0','0','0','1','1','3','3','1','1','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_groups
#
DROP TABLE IF EXISTS so_phpbb_groups;
CREATE TABLE so_phpbb_groups(
	group_id mediumint(8) NOT NULL auto_increment,
	group_type tinyint(4) NOT NULL DEFAULT '1',
	group_name varchar(40) NOT NULL,
	group_description varchar(255) NOT NULL,
	group_moderator mediumint(8) NOT NULL,
	group_single_user tinyint(1) NOT NULL DEFAULT '1'
	PRIMARY KEY (group_id),
	KEY group_single_user (group_single_user)
);

#
# Table Data for so_phpbb_groups
#
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('1','1','Anonymous','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('2','1','Admin','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('5','1','501st Southern Outpost','Southern Outpost members','2','0');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('6','1','SO Command Staff','Command Staff of the Southern Outpost','2','0');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('7','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('8','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('9','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('10','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('11','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('12','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('13','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('14','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('15','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('16','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('17','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('18','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('19','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('20','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('21','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('22','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('23','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('24','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('25','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('26','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('27','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('28','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('29','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('30','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('31','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('32','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('33','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('34','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('35','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('36','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('37','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('38','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('39','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('40','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('41','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('42','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('43','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('44','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('45','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('46','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('47','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('48','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('49','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('50','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('51','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('52','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('53','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('54','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('55','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('56','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('57','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('58','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('59','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('60','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('61','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('62','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('63','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('64','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('65','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('66','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('67','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('68','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('69','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('70','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('71','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('72','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('73','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('74','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('259','2','Rogues, Scum and Villiany','For members wanting access to the Trash compactor','2','0');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('76','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('78','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('79','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('80','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('81','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('83','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('84','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('85','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('86','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('87','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('88','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('89','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('90','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('91','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('92','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('93','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('94','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('95','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('96','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('97','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('98','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('99','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('100','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('101','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('102','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('103','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('104','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('105','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('106','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('107','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('108','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('109','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('110','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('111','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('112','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('113','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('114','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('115','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('116','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('117','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('118','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('119','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('120','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('121','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('122','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('123','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('124','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('125','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('126','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('127','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('128','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('129','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('130','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('131','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('132','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('133','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('134','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('135','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('136','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('137','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('138','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('139','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('140','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('141','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('142','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('143','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('144','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('145','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('146','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('147','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('148','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('149','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('150','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('151','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('152','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('153','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('154','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('155','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('156','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('157','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('158','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('159','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('160','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('161','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('162','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('163','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('164','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('165','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('166','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('167','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('168','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('169','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('170','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('171','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('172','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('173','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('174','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('175','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('176','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('177','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('178','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('179','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('180','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('181','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('182','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('183','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('184','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('185','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('186','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('187','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('188','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('189','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('190','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('192','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('193','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('194','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('195','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('196','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('197','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('198','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('199','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('200','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('201','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('202','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('203','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('208','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('310','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('210','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('211','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('212','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('213','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('214','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('215','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('216','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('217','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('218','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('219','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('220','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('221','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('222','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('223','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('224','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('225','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('226','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('227','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('232','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('235','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('247','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('248','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('249','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('250','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('256','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('257','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('258','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('260','1','501st Legion Allies','Allies of the 501st Legion','2','0');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('261','1','Imperial Citzens and potential Recruits','Potential members and loyal citizens of the Empire!','2','0');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('263','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('265','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('273','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('274','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('275','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('276','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('279','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('280','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('281','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('282','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('287','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('284','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('285','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('288','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('291','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('293','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('294','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('302','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('304','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('306','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('311','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('312','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('313','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('321','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('319','1','501st Legion (non-SO) members','501st Legion members from other garrisons','2','0');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('320','1','501st SO Holonet Comm','Imperial Holonet Communications','2','0');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('324','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('325','1','','Personal User','0','1');
INSERT INTO so_phpbb_groups (group_id,group_type,group_name,group_description,group_moderator,group_single_user) VALUES('328','1','','Personal User','0','1');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_posts
#
DROP TABLE IF EXISTS so_phpbb_posts;
CREATE TABLE so_phpbb_posts(
	post_id mediumint(8) unsigned NOT NULL auto_increment,
	topic_id mediumint(8) unsigned NOT NULL,
	forum_id smallint(5) unsigned NOT NULL,
	poster_id mediumint(8) NOT NULL,
	post_time int(11) NOT NULL,
	poster_ip varchar(8) NOT NULL,
	post_username varchar(25),
	enable_bbcode tinyint(1) NOT NULL DEFAULT '1',
	enable_html tinyint(1) NOT NULL,
	enable_smilies tinyint(1) NOT NULL DEFAULT '1',
	enable_sig tinyint(1) NOT NULL DEFAULT '1',
	post_edit_time int(11),
	post_edit_count smallint(5) unsigned NOT NULL
	PRIMARY KEY (post_id),
	KEY forum_id (forum_id),
	KEY topic_id (topic_id),
	KEY poster_id (poster_id),
	KEY post_time (post_time)
);

#
# Table Data for so_phpbb_posts
#
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2893','30','15','4','1142524403','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2892','182','19','5','1142523715','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2891','29','8','172','1142523488','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('5','3','14','147','1140396374','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('6','4','12','2','1140396456','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','2','1140396555','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('8','5','12','2','1140396731','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2890','182','19','4','1142523021','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('10','3','14','26','1140396842','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('11','3','14','93','1140396894','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','2','1140396919','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','38','8','64','1140548091','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','93','1140397137','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2889','120','1','231','1142522808','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','11','2','1140397206','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','2','1140397290','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','26','1140397470','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','26','1140397636','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','164','1140397754','438da85c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('21','10','11','2','1140397823','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','2','1140397992','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','26','1140398010','46958c4f','','1','0','1','1','1140746043','3');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','26','1140398054','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','26','1140398097','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','174','1140398150','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','12','18','2','1140398346','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','26','1140398477','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','12','18','2','1140398520','454968b2','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','2','1140398831','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','26','1140399264','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140399975','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2888','184','1','70','1142522613','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2887','184','1','5','1142522431','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140400612','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','23','1140400617','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','36','8','37','1140547927','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','34','1140400917','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2886','184','1','174','1142522196','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','7','1140401134','400c750c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','160','1140401422','44d4d170','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','2','1140401631','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140402057','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','55','1140402531','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140402611','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','7','1140402899','400c750a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','13','1140403035','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('48','3','14','74','1140403156','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140403306','400c740d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','38','1140546995','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140403467','400c7485','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140403585','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','38','1140403727','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','38','8','33','1140546945','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','34','1140404056','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140404479','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140404797','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2885','184','1','5','1142522048','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140405019','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','5','1140405506','41068ca1','','1','0','1','1','1140405864','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140405550','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2884','182','19','5','1142521861','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','174','1140405685','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2883','184','1','74','1142521262','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','26','1140405833','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','5','1140405929','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','36','8','64','1140546922','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140406010','400c7507','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','206','1140406163','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140406198','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2882','182','19','4','1142520913','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','5','1140406343','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('75','3','14','75','1140406483','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('76','3','14','206','1140406522','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','174','1140406544','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','174','1140406665','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140406709','400c7486','','1','0','1','1','1140407089','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2881','182','19','5','1142520269','8f4f0d06','','1','0','1','1','1142521790','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2880','182','19','64','1142519484','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('82','4','12','174','1140407007','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140407033','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','15','13','206','1140407373','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2879','30','15','61','1142518010','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','5','1140407588','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('87','6','5','5','1140407740','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('88','3','14','61','1140407841','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140407953','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','61','1140407986','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','206','1140408008','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','7','1140408041','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','61','1140408070','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','5','1140408114','41068ca1','','1','0','1','1','1140408284','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','61','1140408131','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','36','8','33','1140546786','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','174','1140408192','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','206','1140408194','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','33','1140546587','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140408267','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','33','1140546253','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','5','1140408451','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','36','8','74','1140545620','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140408520','189f39c0','','1','0','1','1','1140481532','9');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','26','1140408552','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140408608','189f39c0','','1','0','1','1','1140481589','9');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','33','1140545046','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','23','1140408656','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','26','1140408683','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','206','1140408717','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140408749','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140408793','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','206','1140408812','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','26','1140408832','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140408876','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140544559','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','26','1140408914','46958c4f','','1','0','1','1','1142397831','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','174','1140408918','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','172','1140544155','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','206','1140408984','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140409078','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','206','1140409100','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','26','1140409201','46958c4f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140409212','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','61','1140409302','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','206','1140409337','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','174','1140409433','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','6','1140544019','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','37','1140543935','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2878','30','15','4','1142517822','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','22','1140409972','4150284d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','34','1140410066','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140410130','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','19','2','74','1140410240','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','64','1140410276','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','20','2','74','1140410369','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','74','1140410472','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','2','1140410534','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','2','1140410660','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2877','186','13','54','1142516607','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','7','1140411161','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','7','1140411223','400c7486','','1','0','1','1','1140441245','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','147','1140411574','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','7','1140411635','400c74c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','206','1140411808','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4383','262','1','65','1143748782','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','147','1140413047','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','5','1140538792','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','33','1140414409','469c1223','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','88','1140414446','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','22','5','88','1140414624','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','152','1140422108','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140437724','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140438092','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140438235','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','61','1140439797','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2876','30','15','61','1142516582','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140440030','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2875','27','8','54','1142516518','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','24','11','2','1140443029','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','209','1140443170','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','24','11','4','1140444109','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','11','4','1140444221','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140444367','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','24','11','3','1140444519','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','188','1140543696','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','209','1140543160','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','61','1140444659','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140444761','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','4','1140444787','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','33','1140542853','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140444925','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','2','1140538792','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','61','1140445073','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','4','1140445216','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','61','1140445217','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','8','11','2','1140445427','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','49','1140445729','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','49','1140445823','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','206','1140445938','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','49','1140446076','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','206','1140446193','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','24','11','2','1140446673','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','188','1140446692','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','2','1140446822','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','172','1140542643','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140447175','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','61','1140447271','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140447348','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140447407','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','2','1140447478','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','61','1140542044','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','209','1140447524','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','8','1140447755','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','64','1140448422','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','49','1140448648','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','49','1140448819','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','70','1140448949','d1026652','','1','0','1','1','1140490696','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','70','1140449095','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','49','1140449170','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','70','1140449226','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','61','1140449290','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','70','1140449358','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','209','1140449646','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140449723','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140541303','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140450264','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','2','1140450427','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','31','13','70','1140450441','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','8','1140450498','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140450532','189f39c0','','1','0','1','1','1140519951','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140450591','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140450729','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','49','1140450767','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','31','13','49','1140450830','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140450835','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140450971','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','49','1140451102','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140451119','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140451120','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140451177','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','49','1140451191','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','70','1140451194','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('230','30','15','61','1140451238','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','31','13','70','1140451285','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','70','1140451464','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140451523','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','61','1140451589','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','61','1140451636','189f39c0','','1','0','1','1','1140521524','3');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140451793','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140451835','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','8','1140451844','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140451892','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140451963','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140451977','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','70','1140452225','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','2','1140452256','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140452258','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140452522','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140452578','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140452770','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','70','1140452895','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140452938','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453036','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453112','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453134','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453207','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453395','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','64','1140453504','c6b1e8fd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453525','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453734','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453840','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453900','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','8','1140453961','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140453992','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','24','11','3','1140454239','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140454371','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','59','1','2','1140540989','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','206','1140456345','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','206','1140456473','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','74','1140456789','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','4','1140538944','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','2','1140538815','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140459442','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','5','1140538623','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140459701','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','231','1140459755','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','152','1140459765','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','34','8','3','1140459940','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140460357','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','35','8','3','1140460452','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2874','30','15','54','1142516108','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','36','8','3','1140460561','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','37','8','3','1140460905','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','38','8','3','1140461093','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','39','11','3','1140461264','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','152','1140461722','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','49','1140461812','44f3af2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','75','1140462538','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','75','1140462773','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','75','1140462901','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','75','1140462966','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','75','1140463011','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4382','82','8','60','1143748277','423fcc1e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','39','11','2','1140463532','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','34','1140463817','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140463852','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','34','1140463914','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','5','1140539037','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','64','1140464411','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','37','1140464735','d8b44235','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','64','1140465185','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','34','1140465573','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','4','1140538399','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140539117','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('302','6','5','2','1140466936','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','6','1140539207','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4381','303','1','11','1143747146','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140538194','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','24','11','6','1140539351','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','26','1140468807','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','26','1140469015','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','13','1140537755','d8fd9a63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140469404','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','209','1140469446','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','26','1140469476','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140469564','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','5','1140537537','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4380','299','5','43','1143746549','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','26','1140469806','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','26','1140469847','46959628','','1','0','1','1','1140489315','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','61','1140469888','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','35','8','26','1140469904','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','26','1140469946','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','61','1140469982','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','2','1140470104','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','26','1140470145','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','40','19','5','1140470167','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','93','1140470436','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','41','19','5','1140470583','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','10','1140539871','443444b6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','61','1140470628','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140470701','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','26','1140470743','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140470797','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','5','1140470812','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','61','1140470843','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','93','1140470877','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','61','1140470955','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','37','8','93','1140470992','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','2','1140470998','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','43','19','5','1140471046','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140540210','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140471116','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('344','44','15','171','1140471344','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','45','19','5','1140471398','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','46','19','5','1140471551','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','3','1140537037','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','43','19','5','1140471944','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','44','15','55','1140472321','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','46','19','26','1140473336','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140473393','46959628','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','37','8','49','1140473415','4411b316','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','49','1140473976','4411b316','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','49','1140474095','4411b316','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','49','1140474211','4411b316','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','49','1140474720','4411b316','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','35','1140474847','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','35','1140475255','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','46','19','5','1140475675','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','46','19','64','1140475929','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','37','8','93','1140476118','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','2','1140476407','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','46','19','5','1140477921','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','174','1140478225','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','46','19','55','1140478226','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','93','1140478310','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','55','1140478312','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','174','1140478528','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','174','1140478612','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','43','1140478637','42d9a5a5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','34','1140479304','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','147','1140479858','45495893','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140480122','42d9a5a5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','65','1140480349','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','47','13','43','1140480376','42d9a5a5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','55','1140480744','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','65','1140480762','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','26','1140481641','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','188','1140481701','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','26','1140481715','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140481734','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140481840','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140481880','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140482012','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','26','1140482026','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140482097','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','26','1140482309','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','188','1140482471','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('391','29','8','38','1140482487','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','188','1140482878','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','41','19','188','1140483021','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','3','1140536933','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','38','1140483227','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','48','19','5','1140484306','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','5','1140484439','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140484612','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('399','25','14','5','1140484651','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','40','19','38','1140484688','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','5','1140484743','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140484810','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140484896','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','5','1140484958','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','38','1140485013','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','8','1140485036','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140486164','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140486513','4623bfed','','1','0','1','1','1140486693','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140486615','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('411','24','11','7','1140489765','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','49','13','7','1140490092','400c7486','','1','0','1','1','1140933597','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','26','1140490276','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','49','13','26','1140490455','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','7','1140490501','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','70','1140490827','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','32','2','208','1140490866','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','65','1140491083','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','34','1140491834','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','26','1140491866','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('421','18','10','26','1140492003','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','34','1140492161','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','26','1140492281','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','7','1140492330','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','174','1140492372','45b4daa3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','4','1140493622','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','26','1140494373','46958d5b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140527411','d110f232','','1','0','1','1','1140527953','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','87','1140496340','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','4','1140497096','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','31','13','19','1140499391','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','4','1140499494','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','4','1140499630','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','4','1140500003','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','4','1140500160','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','4','1140500380','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','70','1140536284','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','19','1140501074','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','53','19','19','1140502439','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','48','19','206','1140517258','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140519325','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140519509','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140519656','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140519885','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','61','1140520316','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','61','1140521312','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('448','32','2','61','1140521874','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','44','15','61','1140522100','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','13','1140535788','d8fd9a63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','48','19','187','1140524325','8f4f0d06','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','56','2','5','1140535569','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140525138','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140525284','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','54','8','61','1140527095','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','3','1140527562','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140527764','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','35','8','37','1140528581','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','4','1140529112','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','35','8','49','1140529271','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140530112','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','49','1140530424','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','43','1140531910','aa8d6d21','','1','0','1','1','1140620126','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','43','1140531980','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','43','1140532068','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140532819','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140533196','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','34','1140533203','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','70','1140533401','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','61','1140533514','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','70','1140533551','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140533801','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','34','1140533970','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','43','1140534050','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140534290','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','9','14','61','1140534350','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','5','1140534494','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','70','1140534705','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','209','1140535119','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','209','1140535233','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','5','1140535346','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','187','1140549399','8f4f0d06','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','7','1140550546','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','49','1140552211','44f3d551','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','5','1140553856','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','20','1140553880','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','5','1140554004','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140554137','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4701','323','12','23','1144008707','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','55','1140556265','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','60','15','217','1140556393','d84efbc0','','1','0','1','1','1140561972','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','60','15','70','1140556565','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','93','1140557192','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','60','15','210','1140557912','d84ef94f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','26','1140558370','46958c0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','3','1140558399','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','74','1140558771','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','36','8','26','1140558785','46958c0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','2','1140558921','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140558962','46958c0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','70','1140559172','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','26','1140559753','46958c0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','26','1140559858','46958c0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','70','1140560015','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','26','1140560017','46958c0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','26','1140560132','46958c0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','193','1140560794','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','64','1140561613','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','64','1140562067','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','55','1140562443','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','19','1140562960','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','44','15','231','1140564348','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','5','1140564439','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','5','1140564495','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','5','1140565307','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','19','1140565896','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','19','1140566085','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','209','1140566252','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','19','1140566290','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','174','1140566395','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','64','1140566605','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','64','1140566711','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','147','1140567483','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','188','1140568237','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','61','1140568331','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140568456','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','44','15','61','1140568554','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140568664','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','87','1140569737','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','55','11','7','1140569828','cdbc74c5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','55','1140570613','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','55','1140571049','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','35','1140571374','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','35','1140571485','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','35','1140571653','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','70','1140571739','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','35','1140571776','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','93','1140572538','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140572544','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','4','1140573408','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','5','1140574458','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','55','1140574734','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','61','19','5','1140574855','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','4','1140575489','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','44','15','171','1140576444','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','5','1140577706','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','12','18','3','1140577872','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140577882','4413c511','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','4','1140578219','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','26','1140578229','4413c511','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','26','1140578283','4413c511','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','26','1140578489','4413c511','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','26','1140579047','4413c511','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','5','1140579107','41068ca1','','1','0','1','1','1142865876','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','38','1140579449','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','26','1140579550','4413c511','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','172','1140579776','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','188','1140580133','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','48','19','188','1140580314','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','188','1140581353','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','188','1140581840','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','35','1140581933','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','93','1140582331','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','26','1140582615','4413c511','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','134','1140582985','8b370bfa','','1','0','1','0','1140611332','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','87','1140583634','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','38','1140584013','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','93','1140584161','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','38','1140584509','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','38','1140584601','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','44','15','174','1140584794','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','48','19','22','1140584878','4150284d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','4','1140584928','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','22','1140584949','4150284d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','22','1140585206','4150284d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','22','1140585433','4150284d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','45','19','22','1140585698','4150284d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','50','19','38','1140585968','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','38','1140587249','45f13255','','1','0','1','1','1140588356','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','74','1140587822','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','38','1140588749','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','38','1140590388','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','38','1140590810','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','52','19','38','1140591209','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','74','1140592668','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','65','1140600511','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','61','1140606086','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','61','1140606357','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','206','1140609040','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','206','1140609503','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','33','8','134','1140610702','8b3719b0','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140611982','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','64','8','37','1140614197','0c0da104','','1','0','1','1','1140629587','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','193','1140615178','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','60','15','61','1140616483','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','61','1140616852','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','5','1140617786','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','5','1140618210','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','43','1140620517','aa8d6d21','','1','0','1','1','1140627976','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','43','1140620606','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','4','1140620686','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','4','1140621128','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','70','1140621376','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','20','1140621632','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1237','11','15','26','1141096269','489ac5cf','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1236','62','8','225','1141095706','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1235','11','15','88','1141095670','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1234','62','8','5','1141095551','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1233','86','22','188','1141095513','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','64','8','34','1140624670','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1232','5','12','147','1141095256','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1231','86','22','33','1141094853','410160e7','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','20','1140625790','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','209','1140625993','a666f1e9','','1','0','1','1','1143411458','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','64','8','37','1140626145','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','64','8','34','1140627078','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','64','8','61','1140627718','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1230','11','15','174','1141093874','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','64','8','37','1140629539','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1229','11','15','61','1141093666','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','64','8','61','1140629816','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','88','1140630576','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','67','13','10','1140630703','443444b6','','1','0','1','1','1142094613','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','68','14','45','1140630920','46c5d427','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','61','1140632153','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','193','1140634188','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','208','1140638712','cf2d830a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','43','1140639670','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('681','69','19','56','1140640358','18606920','','1','0','1','1','1143446806','7');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('682','69','19','70','1140640618','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('683','33','8','38','1140640832','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1228','30','15','61','1141092950','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','56','1140641073','18606920','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','56','1140641319','18606920','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1227','62','8','61','1141092804','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140641654','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','61','1140641732','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','38','1140642131','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','26','1140642376','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140642929','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140643187','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','55','1140643304','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','26','1140643413','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140643479','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','55','1140643524','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','38','1140643595','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('699','69','19','38','1140644178','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','187','1140644759','8f4f0d06','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','43','1140645994','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','70','1140646332','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1226','74','10','174','1141089660','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','209','1140647085','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1225','17','15','88','1141089486','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1224','74','10','88','1141089304','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','70','1140647231','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','26','1140647316','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','53','1140647956','412b3164','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1223','97','5','43','1141089149','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140648590','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','51','19','53','1140648719','3f971e64','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','56','1140648847','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140648916','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','26','1140648940','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140648982','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140649112','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','43','1140649180','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','61','1140649255','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','61','1140649450','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140649753','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','209','1140650045','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','26','1140650506','4413c52d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','49','13','171','1140650570','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','188','1140650629','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','55','1140652841','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','188','1140654085','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','188','1140654612','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','171','1140654622','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','188','1140655200','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140655715','469d23e3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','5','1140656660','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','34','1140656800','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','72','10','2','1140657927','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140658255','4692923a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','26','1140658353','4692923a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','55','1140659072','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140659314','4692923a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','4','1140660020','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140660066','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','38','1140661152','45f13255','','1','0','1','1','1140661498','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','38','1140661321','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','26','1140661461','4692923a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140661532','4692923a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','209','1140666482','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','209','1140667007','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','147','1140667485','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','23','1140670535','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','211','1140671105','443ee898','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','68','1140671168','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','88','1140671648','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','6','5','88','1140672726','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','88','1140673485','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','88','1140673982','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','88','1140674183','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','174','1140674387','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','147','1140674713','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','74','10','88','1140675040','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','74','10','174','1140675214','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','75','10','33','1140675254','410160e7','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','38','1140676247','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','23','1140676592','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','188','1140677087','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','30','15','61','1140685587','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','28','15','61','1140685687','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','61','1140685885','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','61','1140686000','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140686082','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','74','10','61','1140687069','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','61','1140687349','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','44','15','61','1140687540','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4700','331','1','23','1144008623','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','61','1140687928','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','72','10','61','1140688041','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140688176','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','18','10','61','1140688247','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','61','1140688786','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','67','13','61','1140688968','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','152','1140689776','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','61','1140691726','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','61','1140697848','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','134','1140700030','8b371865','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1222','17','15','4','1141088551','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','74','10','37','1140701025','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1221','11','15','4','1141088429','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','75','10','3','1140702724','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','49','1140702749','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','27','8','61','1140702911','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1220','86','22','4','1141087840','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','3','1140703180','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','61','1140703281','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','2','1140703420','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','209','1140703488','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','49','1140703794','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','231','1140704823','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','231','1140705011','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','5','1140705150','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','5','1140705309','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','74','10','174','1140705386','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','231','1140705665','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140705747','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','174','1140705856','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','35','1140705859','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140705982','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140706182','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','70','1140706183','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','74','10','37','1140706210','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','174','1140706281','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','231','1140706376','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','61','1140706400','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','5','1140706449','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','231','1140706519','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140706875','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','-1','1140707419','185f7ee9','movieguy11a','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','5','1140707809','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','70','1140707888','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','64','1140709805','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','93','1140710015','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','5','1140710252','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','209','1140712415','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','209','1140712837','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','66','4','3','1140713071','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('825','70','2','171','1140713209','422bbc48','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','171','1140713341','422bbc48','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','5','1140714147','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','19','1140714822','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','19','1140714991','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','19','1140715344','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','188','1140716738','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','187','1140717041','8f4f0d06','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','163','1140717913','435df202','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','34','1140718162','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','19','1140720010','189f3504','','1','0','1','1','1140726651','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','5','1140720588','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','172','1140720705','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','5','1140720873','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140720994','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','43','1140721338','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','152','1140721617','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','5','1140722551','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','19','1140723009','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','38','1140724689','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','63','19','38','1140725044','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','10','1140725298','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','153','1140725379','4035736e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','153','1140725774','4035736e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','153','1140726114','4035736e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','4','12','43','1140726581','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','174','1140727430','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','5','1140727549','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','174','1140727573','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','78','13','51','1140727883','48959924','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','69','19','5','1140727980','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','153','1140728121','4035736e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','153','1140728526','4035736e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','153','1140729040','4035736e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4699','328','2','153','1144008027','42520937','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('861','68','14','153','1140729596','4035736e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','5','1140731268','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','79','19','70','1140733657','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','4','1140735180','41d66464','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','70','1140735415','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','34','1140736605','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1219','105','12','4','1141087690','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','72','10','65','1140738052','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','5','12','65','1140738570','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4687','326','5','176','1143999424','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','79','19','38','1140741858','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','38','1140742117','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','55','1140742775','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','79','19','55','1140742931','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','20','1140743603','ce17d9af','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','55','1140743881','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1218','97','5','64','1141085838','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','26','1140745894','4320d58c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','174','1140746263','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','26','1140746292','4320d58c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','26','1140746377','4320d58c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','79','19','5','1140746519','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','26','1140746827','4320d58c','','1','0','1','1','1140753060','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','5','1140746961','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','79','19','74','1140747074','a282c51a','','1','0','1','1','1140747962','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('886','79','19','26','1140747153','4320d58c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','42','19','26','1140747207','4320d58c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4686','330','19','188','1143998728','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','78','13','26','1140747380','4320d58c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4685','329','19','5','1143997874','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','93','1140750124','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','38','1140750284','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','209','1140752173','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('894','17','15','93','1140752401','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','26','1140752996','4320c127','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','23','1140753984','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','3','14','88','1140755327','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','73','14','88','1140755765','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','13','5','7','1140755844','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','88','1140755985','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','153','1140756176','cf90803c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','2','1140756244','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','88','1140756314','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','78','13','88','1140756426','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','79','19','60','1140756658','423fcc86','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','65','1140757379','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','65','1140757584','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','172','1140759284','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','5','1140760697','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4379','303','1','23','1143745454','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','19','1140763263','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','33','1140764031','410160e7','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','152','1140776533','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','231','1140781264','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','81','8','134','1140785371','8b371396','','1','0','1','0','1141304039','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','82','8','134','1140786043','8b371396','','1','0','1','0','1143591965','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','3','1140786268','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','83','14','37','1140787068','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','77','1','209','1140787103','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','49','1140788576','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','49','1140788762','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','19','1140789022','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','79','19','19','1140789431','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','4','1140789559','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','61','1140789891','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','193','1140789910','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','58','14','61','1140789993','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','61','1140790162','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1217','105','12','88','1141085272','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','231','1140790887','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140791018','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','-1','1140791624','185f7ee9','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','43','1140792124','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','174','1140792211','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','174','1140792705','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','4','1140792969','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','84','11','3','1140793009','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140793064','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1216','97','5','65','1141085226','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140793499','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','70','2','64','1140793502','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','84','11','2','1140793568','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','61','1140793796','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140793935','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','61','1140794145','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','43','1140794372','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140794467','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140794564','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140794584','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','43','1140794774','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','64','1140795823','c6b1e8fd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','61','1140796175','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','38','1140796270','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','84','11','4','1140796571','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140796670','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4684','195','13','5','1143997738','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','4','1140796981','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','43','1140797056','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','80','14','172','1140797455','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','4','1140799019','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','43','1140799526','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','4','1140799900','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','3','1140800630','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','174','1140800719','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','172','1140800937','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','8','1140801459','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','75','1140802082','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('968','14','5','34','1140804332','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('969','25','14','4','1140804880','41d66464','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','49','1140805042','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','43','1140805200','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','49','1140805443','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','62','1140805498','a7b50cc9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','88','1140805717','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','152','1140805957','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','5','1140807445','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','3','1140808188','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1215','85','1','33','1141084079','410160e7','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','49','1140820892','41043408','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','17','15','75','1140808518','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','160','1140808889','d0ffd002','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','14','5','174','1140810564','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1214','27','8','61','1141081536','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','85','1','5','1140813471','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','5','1140813533','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','34','1140814618','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','153','1140815383','cf908031','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','93','1140815656','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('989','14','5','62','1140816098','a7b50cc9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('990','85','1','26','1140817360','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','35','8','37','1140817429','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','86','22','26','1140817616','46958128','','1','0','1','1','1141075567','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','11','15','26','1140817817','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','76','3','26','1140817963','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','85','1','43','1140819104','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140819295','46958128','','1','0','1','1','1140820366','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','85','1','26','1140819404','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','26','1140819633','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','62','8','26','1140819744','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','16','14','49','1140820041','41043408','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','49','1140820146','41043408','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140820430','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1213','28','15','61','1141081315','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','85','1','5','1140820468','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','86','22','5','1140820574','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','49','1140820690','41043408','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','86','22','26','1140820992','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','85','1','163','1140821011','40d568ea','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','29','8','26','1140821269','46958128','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','81','8','206','1140821703','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_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','25','14','43','1140824141','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1014','29','8','43','1140824404','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4698','321','5','34','1144007948','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1016','29','8','43','1140824675','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1017','74','10','88','1140824993','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1018','16','14','43','1140825170','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1019','42','19','187','1140825842','4413ed20','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1020','87','1','166','1140825897','47394706','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1021','81','8','188','1140828248','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1022','86','22','188','1140828638','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1023','76','3','188','1140828848','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1024','86','22','93','1140829429','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1025','14','5','160','1140829574','44118bbc','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1026','87','1','19','1140830167','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1027','85','1','4','1140833446','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1028','87','1','188','1140835480','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1029','18','10','188','1140835839','4434dd67','','1','0','1','1','1141697789','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1030','80','14','188','1140836225','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1031','86','22','49','1140837614','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4697','326','5','188','1144007837','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1033','79','19','188','1140839474','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1034','85','1','3','1140840150','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1035','86','22','6','1140841043','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4696','331','1','153','1144007811','42520937','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1037','70','2','6','1140841798','4549723b','','1','0','1','1','1140897540','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4694','270','8','208','1144007212','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1039','81','8','60','1140843053','423fcd1d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1040','82','8','60','1140843197','423fcd1d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1041','88','8','6','1140843201','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1042','89','11','6','1140843885','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1043','18','10','74','1140847801','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1044','90','14','88','1140848408','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1045','50','19','88','1140848871','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1046','35','8','112','1140861389','438c76c4','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1047','27','8','112','1140861591','438c76c4','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1048','51','19','87','1140872445','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1049','70','2','171','1140875143','c69261be','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1050','86','22','204','1140879040','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1051','90','14','13','1140879619','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1052','51','19','49','1140881951','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1053','18','10','49','1140882131','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1054','91','14','88','1140882837','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1055','50','19','188','1140883503','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1056','51','19','5','1140884525','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1057','92','8','193','1140884747','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4134','284','5','174','1143601946','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1059','87','1','166','1140886330','47394706','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1060','56','2','180','1140888426','443993bf','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4695','332','5','26','1144007439','449aa047','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1062','85','1','64','1140893981','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3933','271','11','2','1143521758','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1065','95','14','2','1140899591','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1066','95','14','74','1140902668','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1067','14','5','64','1140903421','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1068','14','5','2','1140903981','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4693','331','1','208','1144007153','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1070','95','14','34','1140909763','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4692','331','1','26','1144006413','449aa047','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1072','96','2','-1','1140914623','44125bc3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1073','96','2','145','1140914726','44125bc3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1074','82','8','134','1140915351','8b370dd4','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1075','81','8','134','1140915467','8b370dd4','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1076','82','8','60','1140916297','41501578','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1077','97','5','65','1140924250','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1078','95','14','65','1140924466','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1079','35','8','65','1140925261','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1080','96','2','60','1140929461','423fcca6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1308','82','8','20','1141154312','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1082','98','19','60','1140930124','423fcca6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1083','98','19','60','1140930180','423fcca6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1084','80','14','7','1140931183','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1085','85','1','7','1140933400','cdbc748a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1086','99','3','10','1140959351','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1087','17','15','231','1140959846','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2873','185','19','49','1142516034','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1089','17','15','188','1140968537','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1090','50','19','188','1140969228','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1091','96','2','145','1140969426','44125bc3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1092','56','2','7','1140969804','400c7487','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1093','72','10','7','1140970086','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1094','17','15','87','1140970678','45b4f874','','1','0','1','1','1140976322','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1095','99','3','74','1140973190','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1096','92','8','174','1140974327','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1097','17','15','7','1140974765','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2872','18','10','49','1142515765','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1099','17','15','209','1140977447','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1100','76','3','208','1140979071','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1101','33','8','208','1140979633','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1102','66','4','74','1140979650','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1103','66','4','209','1140984689','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1104','17','15','5','1140987559','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1105','98','19','5','1140987705','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1106','40','19','5','1140987838','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1107','85','1','49','1140988679','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1108','17','15','174','1140990522','45f5386d','','1','0','1','1','1141017327','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1109','33','8','4','1140991087','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1110','100','19','188','1140991758','4434dd67','','1','0','1','1','1141850248','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1111','87','1','188','1140992354','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1112','76','3','65','1140995329','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1113','28','15','4','1140995851','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1114','72','10','101','1140996408','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1115','99','3','26','1140997133','46928fe1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1116','28','15','93','1140997492','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1117','99','3','188','1140997532','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1118','72','10','26','1140997681','46928fe1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1119','101','19','7','1140998439','400c7444','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1120','87','1','61','1141000006','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1121','102','19','206','1141000115','189f9147','','1','0','1','1','1141506329','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1122','85','1','61','1141000158','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1123','102','19','206','1141000179','189f9147','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1124','86','22','61','1141000379','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1125','99','3','61','1141000817','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1126','76','3','61','1141001045','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4133','284','5','93','1143601673','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1128','11','15','61','1141001398','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1129','17','15','61','1141001661','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1130','103','5','155','1141001693','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4691','331','1','188','1144006204','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1132','72','10','61','1141001856','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1133','33','8','61','1141002269','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1134','35','8','61','1141002430','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1135','27','8','61','1141002541','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1136','88','8','61','1141002698','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1137','37','8','61','1141002906','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1138','81','8','61','1141003034','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1139','98','19','60','1141003126','41501578','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1140','66','4','209','1141003161','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1141','62','8','61','1141003163','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1142','16','14','22','1141004653','441254c4','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1143','81','8','134','1141005045','8b3709be','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1144','17','15','152','1141007776','189f3b3a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1145','62','8','225','1141008098','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1146','85','1','22','1141008607','441254c4','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1147','16','14','70','1141009688','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1148','103','5','70','1141010285','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1149','62','8','4','1141010352','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1150','104','13','93','1141011815','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1151','104','13','5','1141012124','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1152','11','15','4','1141014097','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1153','104','13','93','1141014735','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1154','30','15','4','1141015005','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2871','30','15','49','1142515581','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1156','11','15','7','1141015605','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1157','62','8','225','1141017244','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1158','17','15','174','1141017290','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1309','18','10','2','1141155872','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1160','30','15','174','1141017822','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1161','62','8','18','1141020764','42260442','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1162','17','15','38','1141020914','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1163','50','19','38','1141021749','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1164','16','14','38','1141022191','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1212','17','15','38','1141078894','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1166','50','19','19','1141030561','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1167','100','19','19','1141031073','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1168','101','19','19','1141031224','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1169','40','19','19','1141031595','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1170','42','19','19','1141031789','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1171','30','15','61','1141040914','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1172','40','19','64','1141043236','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1173','100','19','70','1141051000','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1174','100','19','5','1141051661','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1175','42','19','5','1141052263','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1176','101','19','5','1141052895','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1177','50','19','5','1141053176','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1178','16','14','5','1141053261','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1179','86','22','208','1141054372','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1180','16','14','61','1141054889','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1181','62','8','225','1141055665','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1182','4','12','4','1141055679','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1183','76','3','187','1141056977','8f4f0d06','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1184','17','15','187','1141057083','8f4f0d06','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1185','100','19','188','1141057407','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1186','76','3','70','1141057752','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1187','4','12','61','1141058542','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1188','100','19','56','1141058567','18606920','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1189','100','19','4','1141060157','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1190','16','14','68','1141062771','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1191','11','15','26','1141065349','41016719','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1192','16','14','23','1141066604','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1193','11','15','209','1141066958','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1194','97','5','43','1141067153','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1195','16','14','56','1141068349','18606920','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1196','16','14','43','1141069357','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1197','16','14','23','1141070674','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1198','100','19','38','1141070944','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1199','11','15','26','1141071620','469c0f31','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1200','105','12','23','1141071660','189f080c','','1','0','1','1','1141073920','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1201','29','8','62','1141071719','a7b50cc9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1202','27','8','74','1141072009','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1203','11','15','209','1141072264','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1204','105','12','23','1141072386','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1205','105','12','23','1141074377','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1206','17','15','88','1141074413','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1207','16','14','23','1141075249','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1208','86','22','26','1141075595','4320c1f0','','1','0','1','1','1141096394','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1209','28','15','153','1141078196','40357317','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1210','27','8','153','1141078307','40357317','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1211','16','14','19','1141078351','189f3504','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1238','62','8','5','1141096602','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1239','62','8','26','1141096745','489ac5cf','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1240','74','10','87','1141097577','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1241','86','22','5','1141097939','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1242','106','13','88','1141098027','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1243','74','10','88','1141098962','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1244','29','8','7','1141098999','400c74c6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1245','35','8','7','1141099159','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1246','74','10','87','1141099758','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1247','35','8','74','1141101719','a282c51a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1248','35','8','2','1141101766','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1249','64','8','2','1141101837','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1250','35','8','2','1141101903','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1251','74','10','88','1141102091','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1252','88','8','153','1141104430','cf90804a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1253','16','14','153','1141104669','cf90804a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1254','30','15','153','1141105297','cf90804a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1255','107','5','38','1141114492','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1256','30','15','61','1141126623','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1257','35','8','61','1141126756','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1258','11','15','61','1141126872','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1259','88','8','61','1141126967','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1260','64','8','61','1141127045','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1261','29','8','61','1141127154','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1262','62','8','61','1141127405','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1263','16','14','61','1141127547','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1264','92','8','61','1141127647','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1265','36','8','61','1141127742','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1266','81','8','61','1141127819','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1267','82','8','61','1141127924','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1268','90','14','61','1141127997','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1269','38','8','61','1141128059','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1270','74','10','61','1141128151','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1271','81','8','134','1141129320','8b3704fd','','1','0','1','0','1141736879','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1272','82','8','134','1141129486','8b3704fd','','1','0','1','0','1141178337','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1273','17','15','7','1141132369','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1274','17','15','61','1141132663','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1275','92','8','193','1141133350','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1276','11','15','209','1141133814','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1277','11','15','3','1141133837','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4378','303','1','54','1143744673','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1279','86','22','61','1141137867','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1280','70','2','61','1141137998','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1281','99','3','61','1141138343','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1282','60','15','61','1141138537','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1283','18','10','61','1141138622','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1284','107','5','61','1141138695','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1285','97','5','61','1141138799','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4377','302','11','5','1143744291','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1287','92','8','61','1141139276','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1288','107','5','4','1141139716','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1289','30','15','87','1141139922','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1290','97','5','43','1141140715','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1291','30','15','61','1141140808','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1292','82','8','130','1141141888','9d5947ec','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1293','17','15','88','1141142621','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1294','90','14','88','1141142870','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1295','60','15','209','1141144145','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1296','17','15','61','1141144535','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1297','60','15','61','1141144633','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1298','60','15','209','1141147311','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1299','60','15','210','1141147504','cd90de02','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1300','30','15','56','1141148026','18606920','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1301','99','3','10','1141148397','443444b6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1302','30','15','87','1141149792','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1303','30','15','61','1141150191','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1304','30','15','61','1141150645','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1305','60','15','61','1141150744','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1306','108','5','112','1141151499','471feb2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1307','20','2','74','1141151924','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1310','5','12','147','1141156207','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1311','108','5','3','1141156414','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1312','107','5','38','1141158597','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1313','17','15','38','1141159237','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1314','18','10','38','1141159338','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1315','86','22','26','1141159496','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1316','60','15','26','1141159688','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1317','99','3','26','1141159783','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1318','86','22','5','1141160140','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1319','108','5','26','1141160203','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1320','38','8','26','1141160456','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1321','108','5','93','1141160490','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1322','74','10','26','1141160606','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1323','81','8','26','1141160773','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1324','82','8','26','1141160895','4320ca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1325','5','12','34','1141162514','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1326','107','5','93','1141163249','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1327','60','15','209','1141164501','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1328','18','10','49','1141165810','44dccd38','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1329','17','15','49','1141165960','44dccd38','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1330','17','15','88','1141170599','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1331','11','15','88','1141171011','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1332','17','15','38','1141171744','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1333','107','5','38','1141172018','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1334','108','5','188','1141172881','42ae4fe4','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1335','11','15','26','1141174465','469d2085','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1336','109','13','174','1141175110','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1337','110','5','5','1141175133','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1338','82','8','134','1141178373','8b371325','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1339','17','15','4','1141178404','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1340','81','8','134','1141178496','8b371325','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1341','82','8','4','1141178587','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1342','16','14','55','1141178641','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1343','111','19','55','1141178980','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1344','17','15','179','1141179046','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4672','328','2','163','1143986675','46983ca2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1346','17','15','88','1141180133','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1347','62','8','7','1141180333','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1348','17','15','172','1141180643','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1349','113','14','174','1141181617','45f5386d','','1','0','1','1','1141310400','3');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1350','60','15','217','1141184048','d84efb0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1351','60','15','217','1141184193','d84efb0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1352','113','14','26','1141185148','46929256','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1353','86','22','26','1141185734','46929256','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1354','17','15','209','1141186294','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1355','78','13','51','1141187964','47085645','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1356','78','13','26','1141188742','46929256','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1357','113','14','87','1141188915','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1358','108','5','112','1141190095','04995926','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1359','113','14','26','1141190433','46929256','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1360','62','8','188','1141192573','438d76e1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1361','99','3','188','1141193015','438d76e1','','1','0','1','1','1141553585','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1362','110','5','65','1141193857','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1363','97','5','65','1141194610','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1364','85','1','233','1141194830','0459b8ec','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4671','303','1','163','1143986248','46983ca2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1367','17','15','38','1141201176','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1368','99','3','61','1141214461','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1369','60','15','61','1141214694','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1370','38','8','61','1141214781','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1371','11','15','61','1141214907','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1372','62','8','61','1141215151','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1373','17','15','61','1141215587','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1374','16','14','61','1141215697','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1375','97','5','61','1141215873','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1376','82','8','61','1141215993','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1377','107','5','61','1141216185','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1378','113','14','7','1141218851','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1379','110','5','87','1141222872','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1380','42','19','187','1141223080','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1381','108','5','3','1141225923','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1382','85','1','3','1141226160','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1383','17','15','3','1141226386','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1384','28','15','34','1141227292','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1385','18','10','61','1141227309','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1386','114','5','34','1141228204','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1387','114','5','23','1141228493','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1388','114','5','37','1141229007','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1389','114','5','20','1141229796','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1390','114','5','62','1141229871','a7b50cc9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1391','114','5','134','1141230264','d8453c29','','1','0','1','0','1141645679','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1392','114','5','52','1141231344','18b1b942','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1393','114','5','174','1141231734','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1394','113','14','88','1141233755','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1395','28','15','88','1141234340','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1396','66','4','209','1141236024','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1397','114','5','74','1141236212','92e58be4','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1398','17','15','38','1141237191','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1399','114','5','49','1141237976','41043468','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1400','18','10','49','1141238142','41043468','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1401','108','5','112','1141239313','04584b11','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1402','18','10','61','1141239693','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1403','17','15','61','1141239876','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1404','114','5','93','1141241203','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1405','29','8','193','1141241954','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1406','114','5','37','1141246101','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1407','66','4','26','1141246901','41017626','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1408','29','8','61','1141246902','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4670','324','13','206','1143983176','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1410','86','22','61','1141247418','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1411','11','15','61','1141247761','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1412','66','4','61','1141247869','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1413','114','5','61','1141248025','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1414','113','14','61','1141248353','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1415','114','5','211','1141248413','443ee898','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1416','66','4','209','1141248450','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1417','110','5','61','1141248455','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1418','11','15','209','1141249240','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1419','16','14','55','1141249534','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1420','29','8','172','1141250174','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4690','331','1','174','1144005673','3f900142','','1','0','1','1','1144009725','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1422','29','8','93','1141251587','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1423','114','5','6','1141252075','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1424','114','5','35','1141252800','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1425','114','5','55','1141253156','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1427','18','10','49','1141253481','41043468','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1428','18','10','87','1141254593','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1429','114','5','87','1141255023','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1430','30','15','172','1141255305','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1431','29','8','172','1141255338','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1432','114','5','13','1141255351','d8fd9a63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1433','29','8','172','1141255400','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1434','16','14','61','1141255723','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1435','29','8','61','1141255799','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1436','11','15','153','1141256371','40357379','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1437','11','15','174','1141256855','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1438','29','8','153','1141257422','40357379','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1439','114','5','153','1141257538','40357379','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1440','11','15','26','1141257940','469d20b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1441','113','14','153','1141258144','40357379','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1442','113','14','61','1141258389','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1443','29','8','26','1141258410','469d20b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1444','113','14','61','1141258453','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1445','113','14','61','1141258507','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1446','113','14','26','1141258522','469d20b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1447','30','15','26','1141258595','469d20b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1448','113','14','61','1141258681','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1449','115','14','55','1141258727','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1450','29','8','61','1141258766','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1451','116','14','55','1141258797','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1452','29','8','209','1141258891','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1453','11','15','61','1141258917','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1454','29','8','61','1141258977','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1455','30','15','61','1141259072','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1456','11','15','231','1141259189','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1457','18','10','61','1141259254','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1458','11','15','61','1141259319','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1459','11','15','231','1141259488','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1460','16','14','55','1141261008','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1461','113','14','174','1141262287','3f900142','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1462','115','14','23','1141262524','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1463','11','15','26','1141262729','41016190','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1464','116','14','23','1141262941','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1465','16','14','56','1141263469','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1466','28','15','34','1141265129','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1467','115','14','34','1141265533','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1468','116','14','34','1141265588','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4669','327','19','92','1143980976','438ca1c7','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1470','30','15','172','1141267197','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1472','82','8','60','1141268315','423fd0a1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1473','30','15','26','1141268329','4320c1a8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1474','115','14','60','1141268562','423fd0a1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1475','114','5','60','1141268693','423fd0a1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1476','37','8','7','1141269680','400c74c9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1477','115','14','4','1141269882','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1478','30','15','172','1141269896','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1479','116','14','4','1141269921','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1480','30','15','26','1141270015','4320c1a8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1481','113','14','88','1141271651','45f538fb','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1482','5','12','147','1141272304','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1483','28','15','87','1141272703','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1484','11','15','-1','1141273628','412361f6','gootch','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1485','113','14','172','1141274394','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1486','116','14','174','1141274889','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1487','116','14','38','1141276179','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1488','115','14','174','1141276290','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1489','115','14','38','1141276586','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1490','28','15','188','1141276780','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1491','116','14','68','1141277279','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1492','115','14','68','1141277958','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1493','111','19','5','1141279021','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1494','115','14','19','1141286524','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1495','116','14','19','1141286596','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1496','30','15','61','1141297260','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1497','28','15','61','1141297467','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1498','11','15','61','1141297703','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1499','11','15','61','1141297823','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4668','303','1','49','1143979246','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1501','37','8','61','1141298034','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1502','113','14','61','1141298267','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1503','16','14','61','1141298462','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1504','16','14','61','1141298472','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1505','117','19','61','1141299188','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4667','195','13','206','1143970556','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4666','324','13','93','1143968282','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1508','30','15','4','1141306562','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1509','30','15','4','1141306865','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1510','116','14','49','1141307592','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1511','115','14','49','1141307685','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1512','18','10','49','1141307993','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1513','108','5','3','1141308012','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1514','29','8','49','1141308306','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1515','30','15','3','1141308381','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1516','17','15','3','1141308537','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4689','326','5','209','1144004210','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1518','108','5','49','1141308805','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1519','17','15','49','1141308925','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1520','81','8','61','1141308939','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1521','81','8','61','1141309100','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1522','82','8','61','1141309387','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1523','82','8','61','1141309438','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1524','17','15','61','1141309592','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1525','29','8','61','1141309667','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1526','30','15','61','1141309777','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1527','18','10','61','1141309999','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1528','113','14','174','1141310144','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1529','113','14','61','1141310293','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1530','117','19','64','1141310501','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1531','117','19','61','1141311240','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1532','18','10','87','1141312038','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1533','30','15','4','1141315085','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1534','117','19','5','1141315165','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1535','116','14','5','1141315473','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1536','115','14','5','1141315536','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1537','86','22','5','1141315656','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1538','115','14','54','1141316566','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1539','116','14','54','1141316687','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4665','324','13','38','1143968234','189ea560','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1541','11','15','231','1141317660','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1542','85','1','227','1141317896','1877bf01','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1543','117','19','64','1141318599','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1544','116','14','172','1141318671','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1545','117','19','33','1141319029','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1546','30','15','3','1141320154','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1547','62','8','225','1141320226','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1548','30','15','64','1141320441','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1549','85','1','163','1141320607','435df202','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1550','118','15','3','1141320800','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1551','30','15','93','1141321090','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1552','29','8','153','1141321553','cf90805e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1553','113','14','153','1141322009','cf90805e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1554','86','22','61','1141325160','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1555','30','15','61','1141325364','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1556','85','1','61','1141325476','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1557','118','15','64','1141325497','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1558','11','15','61','1141325577','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1559','30','15','64','1141325703','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1560','117','19','61','1141325707','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1561','29','8','61','1141325819','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1562','62','8','61','1141325946','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1563','113','14','61','1141326027','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1564','113','14','88','1141326055','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1565','113','14','61','1141326141','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1566','85','1','-1','1141327151','1877bf01','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1567','87','1','19','1141327509','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1568','117','19','22','1141327679','41502824','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1569','60','15','217','1141327749','d84efd29','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1570','108','5','112','1141327886','0499cbe8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1571','85','1','5','1141328035','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1572','117','19','5','1141328163','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1573','11','15','209','1141328237','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1574','119','19','22','1141329122','41502824','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1575','113','14','172','1141331119','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1576','119','19','5','1141333328','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1577','111','19','55','1141334154','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1578','120','1','3','1141335747','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1579','108','5','3','1141336303','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1580','119','19','74','1141336689','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1581','117','19','56','1141340376','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1582','69','19','56','1141340586','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1583','30','15','35','1141343523','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1584','30','15','61','1141343925','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1585','30','15','35','1141344273','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1586','114','5','34','1141345306','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1587','69','19','188','1141346332','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1588','111','19','188','1141348027','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1589','87','1','26','1141348493','46959583','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1590','113','14','26','1141349247','46959583','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1591','118','15','26','1141349415','46959583','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1592','30','15','26','1141349790','46959583','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1593','121','19','55','1141349924','4623bfed','','1','0','1','1','1141363163','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1594','111','19','26','1141350168','46959583','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1595','122','13','60','1141350530','4320b812','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4688','181','3','183','1144003992','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1597','87','1','153','1141350914','4035736c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1598','30','15','153','1141350983','4035736c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1599','111','19','5','1141352920','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1600','121','19','5','1141353090','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1601','121','19','74','1141354214','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1602','121','19','55','1141354429','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1603','121','19','55','1141354522','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1604','119','19','38','1141354766','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1605','123','1','-1','1141354894','45fe5205','JW02tmp','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1606','118','15','49','1141355239','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1607','30','15','87','1141355817','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1608','30','15','38','1141355828','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1609','30','15','35','1141356125','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1610','30','15','26','1141356212','469c1372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1611','123','1','179','1141356594','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1612','120','1','-1','1141356963','45fe5205','JW02tmp','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1613','123','1','-1','1141357050','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1619','30','15','153','1141359520','4035736c','','1','0','1','1','1141360078','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1615','18','10','11','1141357201','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1616','121','19','56','1141357867','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1617','30','15','35','1141358361','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1618','30','15','4','1141358865','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1620','30','15','93','1141359536','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1621','30','15','35','1141359743','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1622','30','15','93','1141359830','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1623','30','15','4','1141360468','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1624','30','15','26','1141360497','469c1372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1625','108','5','112','1141360944','04584a73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1626','119','19','60','1141362489','423fcc56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1627','97','5','65','1141362658','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1628','114','5','65','1141363799','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1629','121','19','188','1141364170','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1630','5','12','65','1141364284','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1631','124','13','153','1141366846','4035736c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1632','125','2','174','1141367096','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1633','125','2','153','1141367723','4035736c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1634','125','2','174','1141367949','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1635','30','15','174','1141369911','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1636','30','15','153','1141370184','4035736c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1637','30','15','38','1141370769','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1638','125','2','38','1141371305','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1639','126','5','56','1141372221','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1640','125','2','19','1141372723','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1641','126','5','19','1141372855','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1642','126','5','38','1141377053','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1643','97','5','61','1141383224','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1644','113','14','61','1141383306','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1645','30','15','61','1141383685','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1646','87','1','61','1141383783','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1647','125','2','61','1141384580','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1648','18','10','61','1141384854','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1649','126','5','61','1141384961','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1650','105','12','61','1141385270','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4683','181','3','227','1143997643','455c7a9e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1652','127','5','61','1141386271','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1653','127','5','209','1141387608','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1654','126','5','209','1141387693','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1655','85','1','7','1141391696','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1656','18','10','37','1141391912','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1657','127','5','49','1141392267','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1658','127','5','54','1141392458','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1659','30','15','4','1141392518','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1660','125','2','54','1141392672','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1661','126','5','13','1141392752','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1662','18','10','49','1141392952','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1663','119','19','54','1141393389','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1664','126','5','54','1141393476','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1665','125','2','23','1141393883','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1666','126','5','61','1141393934','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1667','123','1','3','1141394423','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1668','120','1','3','1141394468','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1669','125','2','231','1141394708','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1670','127','5','61','1141394900','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1671','18','10','61','1141395130','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1672','18','10','61','1141395206','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1673','125','2','174','1141396427','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1674','125','2','231','1141396865','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1675','126','5','70','1141396979','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1676','125','2','174','1141397116','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1677','125','2','209','1141397255','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1678','125','2','174','1141397522','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1679','128','5','6','1141398193','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1680','116','14','6','1141398336','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1681','115','14','6','1141398549','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1682','125','2','188','1141398602','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1683','129','13','5','1141398699','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1684','125','2','5','1141398804','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1685','127','5','188','1141398894','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1686','124','13','188','1141399177','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1687','127','5','5','1141400202','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1688','128','5','93','1141401566','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1689','126','5','56','1141402055','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1690','127','5','61','1141402082','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1691','126','5','70','1141402637','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1692','127','5','56','1141402766','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1693','126','5','61','1141402911','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1694','130','2','231','1141403009','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1695','130','2','231','1141404428','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1696','130','2','210','1141405460','4435c5bc','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1697','85','1','163','1141406899','435df202','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1698','125','2','88','1141408215','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1699','128','5','88','1141408419','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1700','126','5','88','1141408746','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1701','88','8','6','1141408888','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1702','129','13','6','1141408976','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1703','129','13','5','1141410759','4434c822','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1704','125','2','172','1141411330','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1705','124','13','172','1141412518','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1706','125','2','87','1141414234','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1707','128','5','87','1141414843','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1708','126','5','61','1141415983','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1709','126','5','70','1141416062','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1710','125','2','61','1141416139','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1711','88','8','61','1141416341','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1712','125','2','38','1141416638','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1713','125','2','88','1141418399','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1714','18','10','26','1141421374','4413ec2c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1715','126','5','26','1141421528','4413ec2c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1716','124','13','26','1141421836','4413ec2c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1717','88','8','6','1141424330','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1718','124','13','6','1141424427','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1719','126','5','56','1141424490','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1720','125','2','153','1141428035','4035736f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1721','18','10','38','1141428936','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1722','121','19','55','1141429479','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1723','125','2','179','1141430044','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1724','124','13','153','1141430705','4035736f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1725','30','15','153','1141431835','4035736f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1726','125','2','70','1141432203','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1727','125','2','153','1141432328','4035736f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1728','129','13','5','1141434167','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1729','97','5','2','1141434579','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1730','124','13','4','1141435407','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1731','119','19','187','1141435522','4413edd6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1732','96','2','145','1141436280','415033ed','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1733','124','13','64','1141436343','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1734','125','2','179','1141439844','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1735','18','10','26','1141440370','46958cdb','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1736','126','5','26','1141440499','46958cdb','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1737','30','15','26','1141440582','46958cdb','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1738','124','13','153','1141440854','4035736f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1739','125','2','153','1141441199','4035736f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1740','126','5','19','1141443499','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1741','126','5','26','1141445508','4320c561','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1742','86','22','26','1141446148','4320c561','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1743','86','22','19','1141446434','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1744','86','22','26','1141446614','4320c561','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1745','131','5','26','1141446935','4320c561','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1746','131','5','6','1141447068','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1747','131','5','26','1141447403','4320c561','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1748','121','19','60','1141447619','423fcba6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1749','86','22','56','1141448140','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1750','18','10','38','1141448213','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1751','18','10','26','1141448762','4320c561','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1752','131','5','74','1141449571','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1753','18','10','38','1141449819','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1754','125','2','174','1141451296','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1755','121','19','55','1141451917','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1756','18','10','153','1141453499','4035736f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1757','18','10','26','1141454029','4413c560','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1758','86','22','209','1141467723','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1759','86','22','61','1141470605','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1760','18','10','61','1141470770','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1761','30','15','61','1141470844','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1762','88','8','61','1141470971','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1763','126','5','61','1141472517','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1764','97','5','61','1141472759','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1765','126','5','174','1141478329','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1766','126','5','61','1141479661','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1767','131','5','5','1141479739','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1768','86','22','5','1141479826','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1769','18','10','64','1141481097','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1770','130','2','231','1141481228','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1771','130','2','64','1141481976','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1772','130','2','231','1141482193','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1773','4','12','5','1141482386','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1774','18','10','49','1141483351','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1775','109','13','209','1141486158','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1776','132','4','10','1141486370','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1777','133','13','5','1141488804','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1778','119','19','5','1141489132','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1779','125','2','179','1141492357','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1780','119','19','60','1141493931','423fca02','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1781','132','4','26','1141494843','410161df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1782','119','19','5','1141496792','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1783','18','10','153','1141497057','cf908063','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1784','109','13','64','1141498470','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1785','109','13','188','1141499862','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1786','131','5','2','1141499958','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1787','132','4','188','1141500117','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1788','109','13','174','1141501681','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1789','131','5','56','1141501825','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1790','125','2','176','1141502788','cdbc7541','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1791','30','15','93','1141504546','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1792','113','14','87','1141505462','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1793','102','19','206','1141506194','18f1df20','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3555','231','8','172','1143133078','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1795','102','19','5','1141509083','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1796','30','15','4','1141509083','45897758','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1797','135','19','5','1141509244','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1798','109','13','4','1141509736','45897758','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1799','135','19','26','1141510089','449aa74c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1800','109','13','26','1141510192','449aa74c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1801','30','15','93','1141510586','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1802','109','13','64','1141513976','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1803','109','13','188','1141515049','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1804','109','13','93','1141515907','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1805','135','19','206','1141516734','18f1df20','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1806','135','19','5','1141516798','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1807','100','19','5','1141517508','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1808','133','13','13','1141521117','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1809','113','14','13','1141521225','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1810','131','5','64','1141522638','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1811','135','19','211','1141523136','443ee898','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1812','131','5','152','1141525103','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1813','135','19','60','1141528323','48930071','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1814','5','12','147','1141529091','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1815','135','19','5','1141529429','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1816','133','13','5','1141529530','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1817','124','13','65','1141530089','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1818','97','5','65','1141531310','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1819','124','13','74','1141533391','a282c51a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1820','136','1','88','1141539003','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1821','113','14','188','1141550990','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1822','131','5','49','1141564197','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1823','102','19','49','1141564379','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1824','18','10','49','1141564601','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1825','102','19','206','1141567021','18f1df20','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1826','4','12','5','1141567793','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1827','98','19','60','1141568178','423fca9c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1828','131','5','65','1141574887','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1829','5','12','147','1141578919','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1830','131','5','87','1141580381','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1831','82','8','134','1141586739','8b370ec5','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1832','81','8','134','1141586898','8b370ec5','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1833','109','13','134','1141587046','8b370ec5','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1834','120','1','-1','1141593112','98a364c3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1835','4','12','26','1141604315','449aa795','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1836','137','13','53','1141606117','18ec4841','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1837','120','1','2','1141607474','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1838','124','13','171','1141609532','46928167','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1839','11','15','61','1141612671','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1840','137','13','188','1141615666','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1841','138','19','7','1141619017','400c7486','','1','0','1','1','1141650778','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1856','4','12','61','1141646519','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1855','138','19','7','1141646108','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1844','138','19','64','1141619999','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1845','124','13','64','1141620075','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1846','141','1','217','1141623254','d84efd0a','','1','0','1','1','1141775144','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1847','100','19','38','1141624646','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1848','124','13','56','1141625574','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1849','103','5','33','1141628241','4413c5e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1850','137','13','53','1141630790','18ec4841','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1851','114','5','75','1141633664','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1852','114','5','206','1141636833','18f1df20','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1853','142','5','38','1141639571','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1854','11','15','209','1141641360','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1857','142','5','23','1141650808','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1858','142','5','49','1141651668','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1859','113','14','174','1141652789','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1860','109','13','209','1141653191','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1861','113','14','61','1141654118','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1862','143','15','61','1141654601','189f39c0','','1','0','1','1','1141655460','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1863','144','15','61','1141654761','189f39c0','','1','0','1','1','1141675084','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1864','143','15','4','1141654766','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1865','74','10','61','1141654885','189f39c0','','1','0','1','1','1141667829','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1866','143','15','61','1141654947','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1867','145','15','61','1141655552','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1868','132','4','61','1141655690','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1869','131','5','61','1141655874','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1870','143','15','70','1141655951','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1871','146','10','61','1141656548','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1872','143','15','61','1141656912','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1873','141','1','61','1141657065','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1874','136','1','61','1141657109','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1875','125','2','61','1141657221','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1876','130','2','61','1141657534','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1877','136','1','209','1141657668','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1878','144','15','231','1141657957','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1879','143','15','54','1141658033','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1880','143','15','188','1141658218','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1881','132','4','231','1141658394','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1882','146','10','188','1141658604','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1883','138','19','70','1141659345','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1884','74','10','3','1141660609','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1885','4','12','43','1141662219','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1886','142','5','43','1141662702','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1887','62','8','43','1141664109','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1888','11','15','221','1141664560','0caf2904','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1889','138','19','180','1141666201','443993bf','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1890','100','19','180','1141666235','443993bf','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1891','136','1','88','1141667202','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1892','143','15','61','1141667448','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1893','144','15','61','1141667522','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1894','74','10','61','1141667774','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1895','11','15','209','1141670072','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1896','28','15','58','1141670631','a553c42b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1897','29','8','58','1141670860','a553c42b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1898','28','15','61','1141671490','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1899','144','15','174','1141671856','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1900','144','15','61','1141671988','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1901','14','5','43','1141673389','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1902','142','5','43','1141673769','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1903','144','15','7','1141674123','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1904','100','19','188','1141674217','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1905','144','15','61','1141675059','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1906','142','5','43','1141675060','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1907','144','15','88','1141675249','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1908','144','15','61','1141676352','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1909','144','15','172','1141676469','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1910','50','19','26','1141677929','4413c58a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1911','144','15','26','1141678297','4413c58a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1912','144','15','153','1141679051','cf908056','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1913','74','10','3','1141679660','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1914','100','19','38','1141679885','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1915','142','5','38','1141680212','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1916','50','19','38','1141680404','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1917','50','19','26','1141680546','4413c58a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1918','74','10','26','1141680684','4413c58a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1919','74','10','206','1141681443','18f1df20','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1920','142','5','206','1141681555','18f1df20','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1921','142','5','88','1141681645','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1922','144','15','224','1141681687','a12df6dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1923','74','10','61','1141682513','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1924','74','10','88','1141682611','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1925','62','8','225','1141683141','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1926','11','15','19','1141684580','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1927','11','15','61','1141684884','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1928','144','15','172','1141686264','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1929','144','15','61','1141687776','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1930','11','15','19','1141688872','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1931','53','19','19','1141689097','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1932','135','19','187','1141690718','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1933','74','10','87','1141693114','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1934','74','10','26','1141693224','4320c2b8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1935','138','19','87','1141694648','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1936','11','15','153','1141694880','cf908056','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1937','138','19','93','1141695210','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1940','11','15','174','1141696643','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1942','18','10','153','1141697333','cf908056','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1943','74','10','4','1141697659','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1944','18','10','4','1141697903','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1945','11','15','4','1141698270','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1946','74','10','3','1141698382','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1947','120','1','251','1141698998','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1948','56','2','251','1141699228','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1949','120','1','-1','1141699526','44346079','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1950','86','22','251','1141699677','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1951','56','2','5','1141700696','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1952','53','19','5','1141700806','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1953','74','10','5','1141701235','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1954','5','12','147','1141701321','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1955','62','8','5','1141701421','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1956','18','10','38','1141701822','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1957','18','10','34','1141702395','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1958','18','10','7','1141702933','400c7486','','1','0','1','1','1141703189','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1959','18','10','3','1141703095','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1960','138','19','35','1141703318','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1961','74','10','87','1141704257','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1962','18','10','5','1141704321','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1963','142','5','38','1141704630','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1964','53','19','60','1141705452','423fcd72','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1965','18','10','4','1141705628','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1966','147','11','4','1141705987','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1967','74','10','3','1141706095','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1968','74','10','3','1141706368','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1969','147','11','3','1141706848','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1970','18','10','3','1141706983','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1971','53','19','19','1141707174','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1972','123','1','176','1141708088','400c7486','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1973','18','10','153','1141708709','4035733f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1974','147','11','4','1141709136','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1975','74','10','4','1141709788','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1976','53','19','87','1141711225','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1977','138','19','74','1141713143','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1978','138','19','153','1141722274','4035733f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1979','74','10','61','1141728228','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1980','120','1','-1','1141728444','45fe5205','JW03tmp','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1981','11','15','61','1141728754','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1982','103','5','155','1141736078','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1983','148','19','134','1141736779','8b371968','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1984','18','10','49','1141740057','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1985','66','4','209','1141740402','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1986','144','15','231','1141740463','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1987','131','5','49','1141740701','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1988','141','1','49','1141740782','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1989','74','10','3','1141740843','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1990','123','1','2','1141741978','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1991','74','10','61','1141742867','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1992','131','5','61','1141742982','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1993','144','15','61','1141743068','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1994','131','5','174','1141743175','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1995','142','5','43','1141743366','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1996','147','11','2','1141743424','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1997','114','5','43','1141743691','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1998','114','5','37','1141744296','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('1999','148','19','188','1141744998','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2000','131','5','61','1141745720','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2001','53','19','188','1141745749','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2002','144','15','224','1141749958','a12dcb2a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2003','144','15','61','1141750142','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2004','147','11','3','1141750235','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2005','11','15','224','1141750286','a12dcb2a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2006','92','8','3','1141750427','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2007','11','15','193','1141750676','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2008','149','8','3','1141752028','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2009','11','15','93','1141752232','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2010','18','10','45','1141753577','46d4b6f0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2011','108','5','112','1141757361','04584a8c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2012','18','10','37','1141757846','0c0da104','','1','0','1','1','1141762627','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2013','92','8','193','1141761051','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2014','18','10','93','1141761955','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2015','150','5','88','1141763409','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2016','114','5','88','1141764463','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2017','108','5','3','1141765568','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2018','150','5','23','1141766880','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2019','114','5','56','1141768606','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2020','148','19','26','1141769026','41017649','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2021','74','10','26','1141769542','41017649','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2022','18','10','26','1141769639','41017649','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2023','150','5','38','1141771141','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2024','18','10','38','1141771391','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2025','18','10','93','1141771796','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2026','123','1','179','1141772096','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2027','148','19','68','1141772475','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2028','92','8','13','1141772839','d8fd9a63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2029','18','10','38','1141773457','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2030','141','1','179','1141773865','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2031','62','8','43','1141774514','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2032','150','5','43','1141774943','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2033','150','5','38','1141775070','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2034','18','10','61','1141777100','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2035','92','8','61','1141777254','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2036','18','10','34','1141779251','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2037','151','14','61','1141779401','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2038','18','10','26','1141779933','4695952d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2039','148','19','26','1141780197','4695952d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2040','151','14','55','1141780429','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2041','151','14','26','1141780577','4695952d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2042','151','14','134','1141780925','8b371120','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2043','148','19','134','1141781280','8b371120','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2044','53','19','19','1141781428','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2045','151','14','68','1141781589','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2046','148','19','60','1141782940','44d9a695','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2047','53','19','26','1141783078','4320c576','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2048','151','14','60','1141783112','44d9a695','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2049','151','14','188','1141785724','4434dd67','','1','0','1','1','1141849915','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2050','151','14','70','1141786251','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2051','53','19','19','1141786276','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2052','151','14','49','1141786632','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2053','151','14','26','1141787227','4320c576','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2054','151','14','70','1141787757','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2055','45','19','5','1141787825','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2056','151','14','5','1141788000','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2057','151','14','49','1141788028','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2058','45','19','26','1141788736','46959576','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2059','18','10','93','1141789524','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2060','151','14','18','1141794939','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2061','151','14','93','1141795454','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2062','151','14','88','1141799739','48966e6b','','1','0','1','1','1141838011','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2063','138','19','33','1141800961','4413c5e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2064','141','1','153','1141801012','cf908010','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2065','151','14','38','1141801588','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2066','138','19','38','1141802024','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2067','138','19','33','1141802493','4413c5e9','','1','0','1','1','1141803140','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2068','151','14','45','1141802754','46d4b6f0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2069','138','19','38','1141802842','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2070','151','14','153','1141804132','cf908010','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2071','151','14','61','1141819373','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2072','151','14','70','1141823475','d1026652','','1','0','1','1','1141936579','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2073','151','14','54','1141824909','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2074','151','14','49','1141826507','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2075','18','10','49','1141826647','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2076','151','14','23','1141827378','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2077','151','14','51','1141828759','48959924','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2078','151','14','49','1141828977','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2079','151','14','34','1141829034','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2080','114','5','45','1141831080','46d204dd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2081','151','14','6','1141831441','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2082','37','8','62','1141831994','a7b50cc9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2083','114','5','34','1141832402','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2084','151','14','3','1141832708','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2085','148','19','7','1141832734','400c748a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2086','18','10','6','1141833229','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2087','18','10','93','1141833495','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2088','120','1','217','1141833630','96b6b219','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2089','28','15','70','1141833955','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2090','18','10','34','1141834014','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2091','151','14','5','1141834191','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2092','114','5','5','1141834270','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2093','18','10','6','1141835030','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2094','114','5','172','1141835292','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2095','151','14','61','1141835417','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2096','151','14','172','1141835503','d8b76a1b','','1','0','1','0','1141836730','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2097','138','19','172','1141835955','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2098','151','14','5','1141836215','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2099','151','14','206','1141836781','189f9167','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2100','151','14','56','1141836880','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2101','37','8','61','1141838399','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2102','151','14','68','1141838475','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2103','151','14','6','1141838663','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2104','148','19','38','1141839031','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2105','151','14','5','1141839520','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2106','147','11','6','1141841461','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2107','151','14','43','1141842485','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2108','18','10','87','1141842549','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2109','151','14','54','1141842631','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2110','110','5','43','1141843267','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2111','151','14','43','1141843417','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2112','18','10','2','1141843502','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2113','138','19','33','1141844578','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2114','138','19','33','1141844648','d10cb552','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2115','110','5','172','1141845214','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2116','138','19','172','1141846089','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2117','151','14','34','1141847681','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2118','151','14','38','1141847802','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2119','110','5','34','1141848043','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2120','151','14','172','1141848491','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2121','151','14','176','1141849254','cdbc7509','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2122','110','5','188','1141849820','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2123','110','5','153','1141850878','cf908049','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2124','100','19','188','1141851243','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2125','151','14','49','1141852038','44dccc64','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2126','151','14','43','1141852521','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2127','114','5','18','1141853184','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2128','127','5','43','1141853379','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2129','151','14','3','1141854140','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2130','151','14','55','1141854226','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2131','127','5','61','1141854564','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2132','127','5','153','1141855249','403573c9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2133','100','19','38','1141856539','45f13255','','1','0','1','1','1141857903','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2134','100','19','172','1141856722','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2135','151','14','26','1141860343','4320d580','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2136','127','5','26','1141860432','4320d580','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2137','151','14','88','1141861654','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2138','28','15','153','1141861684','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2139','28','15','61','1141862249','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2140','100','19','153','1141862966','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2141','28','15','153','1141863132','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2142','127','5','43','1141864541','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2143','151','14','38','1141866134','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2144','151','14','55','1141868130','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2145','152','2','171','1141869317','4101637d','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2146','152','2','153','1141869792','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2147','152','2','5','1141870205','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2148','127','5','211','1141870407','443ee898','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2149','152','2','153','1141870487','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2150','152','2','3','1141870582','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2151','127','5','38','1141870620','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2152','100','19','5','1141870745','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2153','127','5','38','1141870829','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2154','110','5','5','1141870871','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2155','100','19','38','1141871172','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2156','86','22','4','1141871203','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2157','100','19','26','1141871562','4101c878','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2158','86','22','5','1141871588','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2159','86','22','26','1141871648','4101c878','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2160','152','2','93','1141871669','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2161','152','2','26','1141871725','4101c878','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2162','100','19','5','1141871733','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2163','52','19','5','1141872118','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2164','152','2','153','1141872158','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2165','86','22','153','1141872279','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2166','110','5','153','1141872314','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2167','52','19','26','1141872332','4101c878','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2168','138','19','22','1141872340','441246d6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2169','119','19','22','1141873077','441246d6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2170','40','19','22','1141873496','441246d6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2171','28','15','49','1141875038','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2172','52','19','49','1141875211','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2173','40','19','26','1141875226','4101686b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2174','40','19','49','1141875439','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2175','5','12','147','1141875522','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2176','86','22','209','1141876501','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2177','127','5','209','1141876940','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2178','75','10','188','1141878795','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2180','100','19','188','1141879081','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2181','28','15','153','1141879331','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2182','28','15','188','1141880038','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2183','151','14','188','1141880182','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2184','152','2','87','1141880717','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2185','151','14','4','1141881345','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2186','28','15','153','1141881410','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2187','28','15','4','1141881474','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2188','28','15','153','1141882393','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2189','33','8','153','1141882618','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2190','143','15','153','1141882741','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2191','29','8','153','1141882928','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2192','138','19','33','1141883429','4413c5e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2193','127','5','18','1141887518','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2194','143','15','87','1141887869','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2195','119','19','38','1141889824','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2196','143','15','61','1141892696','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2197','33','8','61','1141893000','189f39c0','','1','0','1','1','1142333793','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2198','110','5','61','1141893086','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2199','63','19','38','1141893131','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2200','127','5','61','1141893324','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2201','29','8','61','1141893406','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2202','81','8','61','1141893621','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2203','30','15','61','1141893811','189f39c0','','1','0','1','1','1141946613','3');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2204','81','8','153','1141894409','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2205','81','8','61','1141894564','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2206','76','3','61','1141894749','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2207','63','19','153','1141895638','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2208','28','15','153','1141896019','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2209','28','15','61','1141896241','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2210','28','15','153','1141896718','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2211','30','15','38','1141902220','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2212','30','15','61','1141903644','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2213','18','10','61','1141905436','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2214','62','8','61','1141905753','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2215','152','2','231','1141906568','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2216','152','2','70','1141909566','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2217','152','2','54','1141909909','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2218','62','8','54','1141909980','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2219','28','15','70','1141910141','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2220','62','8','61','1141910142','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2221','30','15','54','1141910871','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2222','114','5','54','1141911117','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2223','152','2','209','1141911497','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2224','100','19','54','1141911596','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2225','28','15','49','1141911838','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2226','30','15','134','1141911993','8b371939','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2227','151','14','49','1141912117','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2228','30','15','61','1141912620','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2229','28','15','61','1141912696','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2230','30','15','134','1141913783','8b371939','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2231','30','15','61','1141914109','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2232','130','2','231','1141914835','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2233','151','14','56','1141915113','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2234','151','14','61','1141916030','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2235','100','19','188','1141919601','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2236','28','15','172','1141919893','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2237','28','15','61','1141920821','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2238','81','8','172','1141920828','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2239','81','8','61','1141920971','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2242','4','12','61','1141921678','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2241','4','12','4','1141921418','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2243','33','8','172','1141921709','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2244','75','10','2','1141922701','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2245','18','10','2','1141922777','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2246','138','19','172','1141924241','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2247','33','8','61','1141924320','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2248','151','14','172','1141925540','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2249','11','15','209','1141926359','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2250','62','8','153','1141928731','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2251','11','15','61','1141929935','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2252','11','15','56','1141930614','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2253','11','15','70','1141930939','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2254','11','15','56','1141931153','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2255','100','19','54','1141931666','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2256','11','15','61','1141933090','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2257','138','19','193','1141934923','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2258','100','19','153','1141935243','40357372','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2259','151','14','152','1141935689','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2260','151','14','38','1141937121','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2262','152','2','19','1141937957','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2263','138','19','38','1141937985','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2264','138','19','56','1141938160','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2265','152','2','56','1141938323','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2266','146','10','19','1141938430','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2267','146','10','56','1141938800','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2268','4','12','55','1141938841','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2269','151','14','43','1141940114','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2270','151','14','19','1141940396','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2271','4','12','43','1141940478','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2272','100','19','26','1141942535','4101761d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2273','152','2','26','1141942704','4101761d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2274','30','15','26','1141944008','4101761d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2275','100','19','188','1141946452','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2276','30','15','61','1141946570','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2277','30','15','153','1141946923','cf90802d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2278','152','2','179','1141947006','46628c25','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2279','138','19','38','1141947104','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2280','138','19','26','1141947702','4320c2f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2281','5','12','147','1141949747','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2282','29','8','43','1141949870','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2283','30','15','75','1141951133','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2284','100','19','5','1141952423','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2285','100','19','19','1141952637','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2286','100','19','26','1141953774','46959502','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2287','88','8','6','1141953994','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2288','30','15','4','1141956302','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2289','53','19','19','1141956525','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2290','11','15','4','1141956596','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2291','53','19','38','1141956987','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2292','154','2','153','1141957469','cf90802d','','1','0','1','1','1142453432','3');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2293','151','14','8','1141957581','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2294','74','10','8','1141957697','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2295','53','19','19','1141957823','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2296','88','8','153','1141957931','cf90802d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2297','88','8','174','1141958854','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2298','88','8','153','1141959266','cf90802d','','1','0','1','1','1141959502','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2299','88','8','174','1141959412','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2300','109','13','174','1141959754','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2301','53','19','5','1141959882','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2302','154','2','5','1141960121','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2303','109','13','5','1141960279','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2304','109','13','188','1141960469','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2305','43','19','5','1141961013','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2306','43','19','60','1141961200','489300b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2307','154','2','35','1141961486','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2308','43','19','5','1141961492','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2309','28','15','172','1141961661','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2310','151','14','188','1141961718','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2311','151','14','5','1141962051','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2312','43','19','87','1141964755','45b4f874','','1','0','1','1','1141970384','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2313','53','19','87','1141964972','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2314','109','13','174','1141965724','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2315','28','15','4','1141966689','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2316','154','2','4','1141966784','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2317','154','2','174','1141967022','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2318','43','19','5','1141968020','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2319','53','19','5','1141968823','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2320','101','19','5','1141968993','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2321','154','2','23','1141968998','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2322','52','19','5','1141969631','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2323','151','14','38','1141969838','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2324','154','2','153','1141970063','4035735b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2325','151','14','88','1141973385','48966e6b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2326','29','8','61','1141982384','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2327','88','8','61','1141982507','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2328','11','15','61','1141982767','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2329','30','15','61','1141983070','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2330','88','8','209','1141986640','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2331','88','8','61','1141992724','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2332','154','2','61','1141994755','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2333','66','4','61','1141995014','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2334','74','10','61','1141995107','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2335','146','10','61','1141995325','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2336','154','2','174','1141996055','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2337','66','4','209','1141996968','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2338','88','8','209','1141997197','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2339','88','8','61','1141997571','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2340','154','2','61','1141997661','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2341','151','14','49','1141998699','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2342','43','19','49','1141998895','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2343','154','2','93','1142002702','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2344','151','14','188','1142002851','4434dd67','','1','0','1','1','1142005427','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2345','62','8','225','1142003459','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2346','144','15','188','1142003648','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2347','144','15','61','1142003810','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2348','151','14','61','1142003913','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2350','154','2','61','1142004037','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2351','154','2','209','1142004413','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2352','154','2','35','1142004704','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2353','28','15','172','1142005026','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2354','154','2','93','1142005455','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2355','28','15','153','1142005613','4035735b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2356','109','13','43','1142005669','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2357','28','15','93','1142005979','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2358','151','14','43','1142006107','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2359','110','5','43','1142006201','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2360','28','15','35','1142006272','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2361','154','2','153','1142006695','4035735b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2362','28','15','93','1142006921','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2363','154','2','172','1142007290','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2364','144','15','231','1142007384','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2365','154','2','153','1142008863','4035735b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2366','88','8','6','1142009182','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2367','154','2','93','1142009250','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2368','144','15','4','1142009270','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2369','151','14','4','1142009439','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2370','62','8','4','1142009509','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2371','144','15','87','1142009884','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2372','154','2','56','1142009910','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2373','88','8','209','1142009991','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2374','154','2','35','1142010537','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2375','28','15','35','1142010704','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2376','144','15','174','1142010888','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2377','28','15','172','1142010940','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2378','110','5','174','1142011046','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2379','88','8','174','1142011299','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2380','154','2','179','1142011315','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2381','154','2','130','1142011483','9d5947ec','','1','0','1','1','1142011617','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2382','109','13','174','1142011516','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2383','144','15','206','1142011562','189f9167','','1','0','1','1','1142014478','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2384','154','2','130','1142011572','9d5947ec','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2385','154','2','174','1142011670','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2386','144','15','174','1142011850','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2387','154','2','179','1142013122','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2388','137','13','209','1142013138','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2389','154','2','206','1142013528','189f9167','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2390','144','15','206','1142014582','189f9167','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2391','138','19','172','1142016372','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2393','14','5','43','1142017757','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2394','14','5','37','1142018094','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2395','29','8','43','1142018180','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2396','66','4','88','1142018265','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2397','143','15','43','1142018458','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2398','62','8','43','1142018566','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2399','151','14','43','1142018979','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2400','28','15','93','1142019142','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2401','62','8','225','1142019345','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2402','18','10','43','1142020019','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2403','62','8','43','1142021437','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2404','27','8','43','1142021621','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2405','138','19','43','1142022106','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2406','136','1','43','1142022682','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2407','88','8','6','1142022711','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2408','66','4','209','1142022755','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2409','110','5','2','1142023015','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2410','62','8','225','1142024043','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2411','62','8','43','1142024493','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2412','144','15','43','1142024692','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2413','110','5','43','1142024905','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2414','14','5','34','1142025187','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2415','52','19','19','1142025301','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2416','14','5','43','1142025339','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2417','152','2','43','1142028834','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2418','142','5','188','1142029152','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2419','144','15','174','1142030168','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2420','110','5','174','1142030260','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2421','120','1','35','1142032807','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2422','144','15','206','1142033331','189f9167','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2423','156','1','217','1142034751','d84efc93','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2424','157','8','28','1142035194','d8b40402','','1','0','1','1','1143913027','4');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2425','158','3','28','1142035543','d8b40402','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2426','158','3','49','1142036627','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2427','156','1','49','1142036940','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2428','14','5','49','1142037216','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2429','120','1','2','1142040875','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2430','143','15','26','1142049333','469c1aed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2431','143','15','87','1142049488','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2432','62','8','26','1142050158','469c1aed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2433','14','5','7','1142050210','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2434','143','15','26','1142050254','469c1aed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2435','13','5','7','1142050261','cdbc7541','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2436','56','2','-1','1142051308','cdbc7509','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2437','138','19','7','1142052198','cdbc7405','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2438','158','3','28','1142061041','d8b4049f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2439','157','8','74','1142061864','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2440','159','2','71','1142064236','46628b31','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2441','14','5','188','1142088829','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2442','160','1','188','1142089448','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2443','137','13','10','1142094531','443444b6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2444','4','12','4','1142097863','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2445','82','8','55','1142100400','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2446','28','15','55','1142100557','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2447','33','8','55','1142100651','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2448','82','8','134','1142104764','8b370a7a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2449','161','1','134','1142123210','8b370972','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2450','157','8','28','1142123923','d8b404fb','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2451','161','1','209','1142137844','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2452','159','2','71','1142138878','466295dd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2453','43','19','71','1142139133','466295dd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2454','162','5','38','1142141996','189ea560','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2455','162','5','188','1142143070','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2456','162','5','23','1142169870','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2457','162','5','49','1142170119','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2458','157','8','49','1142170227','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2459','14','5','49','1142170435','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2460','143','15','49','1142170573','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2461','56','2','49','1142170661','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2462','158','3','49','1142170811','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2463','159','2','209','1142171529','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2464','43','19','5','1142172977','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2465','162','5','152','1142175682','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2466','157','8','64','1142177616','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2467','143','15','4','1142180046','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2468','162','5','74','1142181256','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2469','43','19','74','1142183573','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2470','160','1','6','1142184759','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2471','159','2','71','1142189755','466295dd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2472','162','5','87','1142190734','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2473','143','15','87','1142190951','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2474','30','15','93','1142193398','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2475','143','15','174','1142195620','3f900142','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2476','133','13','11','1142200665','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2477','31','13','11','1142201501','98a364c3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2478','156','1','48','1142203043','cf458a0b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2479','43','19','5','1142205709','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2480','156','1','5','1142205767','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2481','160','1','188','1142208224','18eac06b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2482','143','15','4','1142210271','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2483','143','15','206','1142210433','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2484','30','15','4','1142210682','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2485','143','15','188','1142210687','18eac06b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2486','43','19','87','1142210861','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2487','43','19','206','1142211072','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2488','30','15','51','1142213661','47085645','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2489','143','15','174','1142215386','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2490','143','15','153','1142215990','4035739a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2491','154','2','153','1142216523','4035739a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2492','154','2','87','1142226544','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2493','163','5','19','1142234447','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2494','53','19','19','1142235122','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2495','30','15','61','1142246864','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2496','143','15','61','1142247618','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2497','33','8','61','1142247704','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3051','201','2','231','1142781483','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2499','88','8','61','1142248195','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2500','88','8','61','1142248265','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2501','27','8','61','1142248362','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2502','30','15','61','1142248638','189f39c0','','1','0','1','1','1142255810','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2503','30','15','4','1142254710','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2504','157','8','37','1142255238','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2505','154','2','209','1142255512','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3050','30','15','26','1142780948','469c1ac4','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2507','30','15','61','1142255882','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2508','88','8','209','1142255984','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2509','88','8','61','1142256192','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2510','133','13','13','1142256567','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2511','14','5','3','1142256900','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2512','157','8','3','1142257078','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2513','160','1','3','1142257525','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2514','156','1','54','1142257903','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2515','30','15','35','1142261336','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3049','30','15','188','1142780371','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2517','30','15','61','1142262397','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2518','30','15','93','1142263603','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2519','38','8','37','1142264132','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2520','156','1','6','1142266080','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2521','144','15','187','1142267382','4695904c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2522','88','8','153','1142269355','4035739a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2523','154','2','153','1142270372','4035739a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2524','14','5','153','1142270851','4035739a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2525','88','8','19','1142271282','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2526','88','8','6','1142273214','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2527','163','5','26','1142273983','469d275d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2528','14','5','26','1142274160','469d275d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2529','30','15','6','1142275593','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2530','157','8','28','1142276098','d8b404c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2531','157','8','28','1142276495','d8b404c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2532','164','3','6','1142276699','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2533','14','5','206','1142276837','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2534','165','5','70','1142277790','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2535','30','15','88','1142278930','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2536','154','2','209','1142279238','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2537','164','3','209','1142280038','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2538','157','8','8','1142281118','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2539','164','3','64','1142281264','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2540','30','15','61','1142281904','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2541','165','5','56','1142282267','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2542','165','5','3','1142283746','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2543','30','15','3','1142284121','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2544','154','2','38','1142284904','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2545','165','5','54','1142285095','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2546','165','5','5','1142285185','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2547','165','5','70','1142286087','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2548','30','15','4','1142286880','41d6646e','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2549','30','15','70','1142287089','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2550','154','2','88','1142289383','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2551','154','2','35','1142289714','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2552','165','5','88','1142290031','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2553','38','8','49','1142290348','449fb863','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2554','166','2','-1','1142292094','46629729','cjravager','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2555','30','15','61','1142293445','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2556','5','12','147','1142294712','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2557','165','5','5','1142295196','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2558','166','2','5','1142295744','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2559','165','5','174','1142296336','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2560','30','15','23','1142296879','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2561','154','2','153','1142299565','cf908035','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2562','53','19','87','1142300107','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2563','165','5','70','1142304648','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2564','154','2','172','1142306585','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2565','28','15','172','1142312221','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2566','154','2','35','1142313516','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2567','53','19','19','1142313608','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2809','18','10','26','1142476322','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2569','163','5','152','1142316441','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2570','97','5','18','1142321824','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2571','97','5','61','1142325139','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2572','28','15','61','1142325446','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2573','18','10','61','1142333358','189f39c0','','1','0','1','1','1142424223','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2574','62','8','61','1142333742','189f39c0','','1','0','1','1','1142425725','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2575','33','8','61','1142333849','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2576','27','8','61','1142333952','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2577','29','8','61','1142334024','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2578','168','1','49','1142336722','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2579','77','1','163','1142339413','435df202','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2580','168','1','7','1142342506','cfbf0571','','1','0','1','1','1142383620','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2581','169','2','231','1142342679','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2582','169','2','70','1142343661','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2583','18','10','4','1142344051','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2584','169','2','231','1142345529','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2585','169','2','70','1142345990','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2586','170','10','3','1142347216','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2587','18','10','5','1142347926','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2588','168','1','5','1142348094','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2589','169','2','209','1142348188','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2590','53','19','5','1142348257','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2591','171','11','5','1142349257','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2592','171','11','4','1142349810','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2593','169','2','231','1142349899','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2594','171','11','2','1142350469','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2595','172','11','3','1142350516','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2596','169','2','209','1142350668','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2597','172','11','5','1142351475','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2598','171','11','4','1142351821','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2599','172','11','4','1142353079','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2600','171','11','2','1142353365','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2601','171','11','4','1142353697','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2602','171','11','2','1142355689','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2603','171','11','2','1142356728','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2604','171','11','4','1142357181','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2605','18','10','70','1142357278','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2606','171','11','4','1142357337','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2607','171','11','2','1142358047','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2608','18','10','188','1142358202','18eac0ab','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2609','157','8','70','1142358461','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2610','18','10','206','1142358499','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2611','18','10','27','1142359189','d8b40448','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2612','172','11','3','1142359524','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2613','171','11','4','1142359601','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2614','18','10','172','1142360134','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2615','171','11','2','1142360721','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2616','168','1','179','1142361143','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2617','28','15','153','1142361693','403573a9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2618','171','11','3','1142361947','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2619','62','8','153','1142362122','403573a9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2620','171','11','3','1142362148','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2621','18','10','93','1142362219','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2622','18','10','3','1142362540','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2623','168','1','49','1142362672','4104295e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2624','157','8','3','1142362719','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2625','18','10','49','1142362763','4104295e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2626','28','15','3','1142362835','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2627','62','8','5','1142362934','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2628','18','10','3','1142362948','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2629','18','10','5','1142363046','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2630','162','5','45','1142363321','46c505b3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2631','172','11','5','1142363564','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2632','18','10','93','1142364056','ccfa9479','','1','0','1','1','1142365569','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2633','18','10','70','1142364508','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2634','62','8','172','1142364880','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2635','172','11','3','1142364884','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2636','18','10','3','1142364955','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2637','171','11','4','1142365307','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2638','18','10','8','1142365653','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2639','173','5','45','1142366330','46c505b3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2640','133','13','64','1142367159','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2641','133','13','5','1142367339','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2642','108','5','112','1142367447','04584db3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2643','173','5','49','1142369035','4104295e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2644','18','10','49','1142369452','4104295e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2645','18','10','49','1142369517','4104295e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2646','172','11','3','1142370282','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2647','18','10','37','1142370670','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2648','18','10','134','1142370840','8b371329','','1','0','1','0','1142559103','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2649','171','11','2','1142372943','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2650','172','11','3','1142373013','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2651','173','5','45','1142375620','46c505b3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2652','174','5','43','1142375777','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2653','14','5','43','1142376023','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2654','175','5','43','1142376592','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2655','174','5','43','1142376812','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2656','18','10','26','1142377135','4101c831','','1','0','1','1','1142398043','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2657','62','8','26','1142377309','4101c831','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2658','27','8','26','1142377542','4101c831','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2659','33','8','26','1142377620','4101c831','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2660','163','5','26','1142377792','4101c831','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2661','169','2','26','1142378107','4101c831','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2662','62','8','225','1142378515','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2663','53','19','19','1142378594','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2664','33','8','19','1142378679','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2666','77','1','19','1142379290','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2669','18','10','8','1142380333','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2668','18','10','61','1142379574','189f39c0','','1','0','1','1','1142424119','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2670','18','10','26','1142381183','41016b73','','1','0','1','1','1142398110','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2671','176','1','183','1142381498','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2672','5','12','147','1142381963','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2673','162','5','87','1142382937','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2674','176','1','3','1142383240','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2675','154','2','87','1142383456','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2676','166','2','171','1142383460','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2677','133','13','171','1142383527','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2678','168','1','7','1142383782','ac860159','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2679','162','5','55','1142384964','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2680','166','2','55','1142385131','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2681','166','2','179','1142386538','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2682','30','15','4','1142389504','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2683','166','2','4','1142389773','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2684','176','1','-1','1142390280','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2685','176','1','183','1142390393','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2686','176','1','6','1142391504','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2687','176','1','183','1142392176','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2688','18','10','38','1142394679','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2689','166','2','5','1142394900','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2690','18','10','5','1142395196','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2691','166','2','179','1142395303','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2692','166','2','5','1142395820','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2693','18','10','26','1142395941','469c134d','','1','0','1','1','1142397966','3');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2694','18','10','3','1142396650','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2695','18','10','27','1142397007','d8b404ec','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2696','18','10','8','1142397302','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2697','177','10','3','1142397443','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2698','18','10','3','1142397833','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2699','18','10','26','1142397912','469c134d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2700','18','10','3','1142397919','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2708','86','22','4','1142398475','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2702','18','10','27','1142398164','d8b404ec','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2703','171','11','3','1142398166','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2704','166','2','174','1142398210','46c505b3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2705','18','10','3','1142398252','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2706','18','10','68','1142398331','4623bfed','','1','0','1','1','1142398838','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2745','86','22','193','1142429139','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2709','86','22','26','1142398622','469c134d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2710','18','10','26','1142398793','469c134d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2711','171','11','4','1142398877','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2712','18','10','87','1142398940','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2713','18','10','26','1142399160','469c134d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2714','18','10','27','1142399169','d8b404ec','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2715','18','10','68','1142399691','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2716','171','11','2','1142400001','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2717','33','8','56','1142400796','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2718','171','11','3','1142401019','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2719','171','11','3','1142401109','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2720','33','8','56','1142401123','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2721','163','5','19','1142401639','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2722','178','11','3','1142401836','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2723','30','15','56','1142402146','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2724','178','11','3','1142402190','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2725','179','5','56','1142402852','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2726','169','2','71','1142406108','46628a62','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2727','180','2','188','1142406154','18eac0ab','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2728','169','2','188','1142406876','18eac0ab','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2729','181','3','183','1142412918','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2730','18','10','61','1142419821','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2731','177','10','61','1142420085','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2732','30','15','61','1142420237','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2733','33','8','61','1142420316','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2734','27','8','61','1142420451','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2735','28','15','61','1142420603','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2736','28','15','206','1142425466','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2737','30','15','61','1142425596','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2738','180','2','231','1142425627','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2739','27','8','206','1142425760','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2740','33','8','206','1142426660','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2741','27','8','54','1142428220','aa8d6d21','','1','0','1','1','1142516430','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2742','33','8','54','1142428283','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2743','180','2','54','1142428399','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2744','29','8','206','1142429058','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2746','168','1','49','1142430255','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2747','179','5','49','1142430570','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2748','177','10','49','1142430661','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2749','171','11','4','1142431016','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2750','28','15','23','1142431666','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2751','178','11','4','1142433687','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2752','182','19','64','1142434389','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2753','30','15','4','1142435181','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2754','181','3','174','1142436018','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2755','181','3','183','1142436474','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2756','18','10','70','1142439432','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2757','27','8','88','1142440179','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2758','86','22','88','1142440618','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2759','154','2','172','1142442878','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2760','178','11','3','1142447424','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2761','120','1','-1','1142448456','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2762','120','1','-1','1142448620','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2763','30','15','101','1142449015','cdbc7507','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2764','175','5','43','1142451474','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2765','178','11','2','1142452013','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2766','120','1','2','1142452155','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2767','29','8','56','1142452213','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2768','175','5','37','1142452669','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2769','154','2','153','1142453259','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2770','154','2','93','1142455319','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2771','29','8','172','1142456196','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2772','29','8','153','1142457718','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2773','154','2','209','1142458342','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2774','175','5','43','1142458720','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2775','183','1','153','1142459738','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2776','154','2','153','1142461173','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2777','166','2','171','1142462280','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2778','166','2','179','1142464391','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2779','166','2','64','1142465572','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2780','178','11','6','1142465843','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2781','166','2','179','1142466118','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2782','86','22','26','1142469003','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2783','177','10','26','1142469496','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2784','18','10','26','1142469673','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2785','179','5','26','1142469784','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2786','163','5','26','1142469864','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2787','179','5','56','1142470011','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2788','29','8','26','1142470060','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2789','179','5','26','1142470125','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2790','30','15','26','1142470240','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2791','27','8','26','1142470327','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2792','182','19','26','1142470504','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2793','29','8','61','1142470716','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2794','29','8','56','1142470852','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2795','29','8','26','1142471037','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2796','29','8','35','1142471074','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2797','179','5','56','1142471404','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2798','86','22','38','1142471799','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2799','29','8','38','1142472043','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2800','86','22','26','1142472227','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2801','86','22','174','1142472437','3f900142','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2802','182','19','188','1142472870','18eac195','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2803','29','8','174','1142472982','3f900142','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2804','18','10','27','1142473134','d8b404b5','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2805','29','8','55','1142473396','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3015','63','19','11','1142622965','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2807','182','19','26','1142475976','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2808','86','22','26','1142476161','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2810','86','22','4','1142476590','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2811','27','8','4','1142476763','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2812','86','22','26','1142477053','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2813','27','8','26','1142477288','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2814','18','10','27','1142477522','d8b404b5','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2815','29','8','87','1142477545','45b4f874','','1','0','1','1','1142485246','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2816','27','8','64','1142478035','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2817','18','10','26','1142478101','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2818','27','8','26','1142478193','4101698d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2819','18','10','27','1142478723','d8b404b5','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2820','27','8','153','1142480934','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2821','29','8','5','1142481408','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2822','18','10','209','1142481696','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2823','182','19','5','1142481837','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2824','5','12','147','1142481885','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2825','28','15','153','1142481909','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2826','29','8','209','1142481999','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2827','18','10','5','1142482002','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2828','29','8','5','1142482120','41068ca1','','1','0','1','1','1142482419','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2829','154','2','87','1142482227','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2830','29','8','209','1142482319','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2831','29','8','5','1142482570','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2832','178','11','5','1142482740','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2833','18','10','38','1142483005','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2834','18','10','5','1142483075','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2835','184','1','5','1142483214','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2836','27','8','74','1142483589','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2837','154','2','153','1142484597','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2838','185','19','87','1142484630','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2839','154','2','87','1142484855','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2840','18','10','87','1142485034','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2841','186','13','56','1142485185','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2842','154','2','153','1142485280','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2843','29','8','87','1142485391','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2844','28','15','56','1142485668','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2845','30','15','56','1142485896','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2846','186','13','153','1142486984','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2847','28','15','153','1142487196','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2848','187','2','152','1142487368','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2849','29','8','153','1142487524','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2850','185','19','56','1142488395','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2851','185','19','5','1142488754','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2852','27','8','56','1142488885','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2853','18','10','5','1142488889','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2854','184','1','56','1142489316','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2855','29','8','5','1142489368','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2856','154','2','5','1142489778','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2857','186','13','93','1142490755','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2858','154','2','38','1142491450','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2859','29','8','153','1142491980','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2860','184','1','153','1142492285','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2861','179','5','18','1142495548','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2862','176','1','18','1142496078','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2863','187','2','74','1142498728','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2864','30','15','61','1142503441','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2865','182','19','206','1142511419','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2866','179','5','11','1142511706','cfc87409','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2867','184','1','163','1142512481','46983a88','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2868','184','1','209','1142512483','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2869','154','2','209','1142512694','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2870','120','1','2','1142513924','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2894','182','19','4','1142524495','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2895','184','1','163','1142524951','46983a88','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2896','29','8','61','1142525074','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2897','182','19','209','1142525151','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2898','182','19','188','1142525432','18eac195','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2899','154','2','188','1142525574','18eac195','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2900','188','12','5','1142526041','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2901','182','19','5','1142526239','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2902','30','15','88','1142528055','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2903','120','1','2','1142528075','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2904','154','2','88','1142528328','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2905','184','1','130','1142528499','411a9b1f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2906','30','15','61','1142528524','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2907','30','15','61','1142528704','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2908','189','19','252','1142531395','44346079','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2909','184','1','64','1142531652','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2910','186','13','101','1142532108','98a36507','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2911','182','19','64','1142533798','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2912','184','1','20','1142534329','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2913','184','1','70','1142534562','d1026652','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2914','179','5','153','1142534671','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2915','154','2','153','1142534939','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2916','184','1','179','1142535066','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2917','189','19','153','1142535091','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2918','184','1','88','1142535110','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2919','154','2','172','1142535143','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2920','184','1','56','1142535210','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2921','179','5','5','1142535244','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2922','189','19','88','1142535290','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2923','30','15','153','1142535319','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2924','189','19','5','1142535367','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2925','30','15','5','1142535443','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2926','189','19','153','1142535461','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2927','185','19','153','1142535609','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2928','184','1','5','1142535672','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2929','154','2','5','1142535956','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2930','189','19','56','1142536060','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2931','154','2','153','1142536259','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2932','179','5','153','1142536542','4035734d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2933','114','5','252','1142539272','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2934','189','19','88','1142539344','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2935','189','19','64','1142539353','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2936','114','5','193','1142544497','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2937','186','13','49','1142546296','4893685d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2938','62','8','225','1142551400','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2939','185','19','87','1142554563','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2940','5','12','147','1142554720','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2941','18','10','3','1142554924','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2942','187','2','3','1142555212','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2943','27','8','20','1142555236','ce17d9af','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2944','30','15','87','1142555282','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2945','184','1','242','1142556462','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2946','176','1','26','1142556874','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2947','187','2','26','1142556936','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2948','154','2','26','1142557168','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2949','18','10','26','1142557346','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2950','18','10','206','1142557489','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2951','30','15','26','1142557753','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2952','18','10','26','1142557836','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2953','154','2','206','1142557919','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2954','27','8','26','1142557921','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2955','18','10','38','1142558034','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2956','29','8','26','1142558165','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2957','18','10','206','1142558177','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2958','18','10','26','1142558255','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2959','18','10','206','1142558324','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2960','28','15','26','1142558464','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2961','186','13','26','1142558582','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2962','188','12','26','1142558687','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2963','185','19','26','1142558831','4413f28b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2964','29','8','87','1142558873','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2965','30','15','134','1142558953','8b3701d9','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2966','27','8','20','1142559272','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2967','27','8','26','1142560921','4413c41c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2968','29','8','61','1142562262','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2969','27','8','61','1142562327','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2970','18','10','61','1142562421','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2971','191','2','252','1142563909','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2972','176','1','55','1142564127','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2973','191','2','55','1142564300','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2974','188','12','5','1142564695','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2975','187','2','70','1142567308','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2976','18','10','49','1142567499','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2977','13','5','7','1142568969','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2978','30','15','4','1142569936','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2979','30','15','4','1142571288','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2980','87','1','166','1142571416','47394706','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2981','30','15','4','1142571424','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2982','191','2','152','1142578554','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2983','192','1','188','1142585570','18eac195','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2984','30','15','61','1142588793','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2985','30','15','61','1142591947','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2986','191','2','7','1142601105','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2987','14','5','2','1142601944','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2988','28','15','58','1142603277','a553c42b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2989','14','5','54','1142603676','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2990','187','2','152','1142604351','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2991','14','5','2','1142604808','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2992','192','1','5','1142605233','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2993','187','2','5','1142605389','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2994','30','15','5','1142605494','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2995','14','5','49','1142606422','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2996','30','15','49','1142606583','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2997','192','1','56','1142607791','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2998','14','5','5','1142607864','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('2999','193','1','5','1142608752','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3000','30','15','4','1142608940','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3001','191','2','93','1142608947','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3002','14','5','43','1142609910','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3003','191','2','253','1142610248','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3004','193','1','52','1142610508','438c7fdd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3005','193','1','253','1142610570','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3006','30','15','6','1142610668','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3007','194','1','210','1142614916','cd90de02','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3008','191','2','206','1142615494','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3009','192','1','153','1142616358','cf908040','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3010','187','2','152','1142619396','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3011','191','2','37','1142620292','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3012','187','2','64','1142620743','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3013','195','13','11','1142621517','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3014','193','1','88','1142622090','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3016','191','2','208','1142623030','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3017','191','2','93','1142623128','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3018','191','2','208','1142623224','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3019','28','15','208','1142623778','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3020','196','19','11','1142623930','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3021','196','19','11','1142624054','cdbc7509','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3022','14','5','7','1142624679','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3023','197','2','153','1142624994','cf908040','','1','0','1','1','1142799810','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3024','181','3','183','1142625952','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3025','197','2','206','1142629418','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3026','198','13','209','1142629468','1897dbbe','','1','0','1','1','1143414659','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3027','197','2','5','1142630578','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3028','30','15','51','1142631076','4410db7a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3029','192','1','188','1142634085','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3030','199','1','179','1142635069','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3031','5','12','147','1142637863','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3032','14','5','64','1142647301','45496868','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3035','157','8','74','1142658981','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3036','111','19','71','1142666033','46628e4a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3037','56','2','11','1142684993','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3038','179','5','11','1142685286','cdbc7549','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3039','30','15','49','1142686263','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3040','198','13','49','1142686432','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3041','102','19','206','1142687944','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3042','199','1','193','1142695123','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3043','193','1','10','1142701634','443444b6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3044','197','2','194','1142737292','0cd6f72f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3045','30','15','3','1142740062','443bbe17','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3046','191','2','252','1142745173','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3047','5','12','147','1142755639','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3048','200','2','8','1142775894','443bbe17','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3052','201','2','174','1142782174','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3053','191','2','188','1142782225','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3054','197','2','153','1142786029','cf90800b','','1','0','1','1','1142799900','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3055','30','15','49','1142786063','18b30f73','','1','0','1','1','1142797309','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3056','200','2','49','1142786148','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3057','30','15','153','1142786258','cf90800b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3058','62','8','225','1142786814','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3059','30','15','35','1142787187','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3060','30','15','49','1142794705','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3061','191','2','152','1142796152','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3062','197','2','4','1142796413','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3063','30','15','4','1142797703','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3064','30','15','93','1142799304','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3065','30','15','19','1142802197','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3066','202','5','251','1142805282','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3067','164','3','209','1142808557','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3068','200','2','19','1142810242','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3069','202','5','19','1142810477','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3070','63','19','19','1142810774','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3071','185','19','19','1142810918','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3072','186','13','19','1142811131','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3073','63','19','38','1142814423','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3074','30','15','74','1142814496','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3075','99','3','10','1142815358','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3076','30','15','38','1142815529','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3077','30','15','55','1142816174','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3078','99','3','61','1142816656','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3079','99','3','188','1142819355','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3080','164','3','49','1142819362','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3081','186','13','49','1142819495','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3082','30','15','49','1142819642','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3083','63','19','188','1142820609','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3084','30','15','93','1142820700','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3085','164','3','3','1142822782','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3086','198','13','93','1142823087','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3087','30','15','56','1142823806','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3088','75','10','74','1142824580','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3089','203','2','74','1142824846','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3090','203','2','3','1142825482','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3091','191','2','252','1142825692','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3092','164','3','7','1142826372','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3093','186','13','56','1142826969','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3094','202','5','96','1142828883','4031031b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3095','164','3','65','1142829653','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3096','204','13','153','1142829821','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3097','62','8','4','1142830052','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3098','28','15','65','1142830253','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3099','30','15','6','1142830595','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3100','62','8','3','1142833750','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3101','205','11','3','1142834595','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3102','206','12','3','1142834646','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3103','99','3','61','1142844283','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3104','30','15','61','1142852564','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3105','62','8','225','1142856738','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3106','207','3','231','1142859367','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3107','164','3','49','1142863133','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3108','191','2','206','1142863273','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3109','201','2','209','1142863506','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3110','163','5','61','1142863520','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3111','186','13','206','1142863635','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3112','207','3','64','1142863648','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3113','207','3','188','1142865261','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3114','99','3','188','1142865368','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3115','186','13','188','1142865595','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3116','62','8','5','1142866009','8f4f0d06','','1','0','1','1','1142874257','3');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3117','163','5','5','1142866840','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3118','62','8','225','1142866925','9f356e90','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3119','62','8','5','1142866979','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3120','207','3','52','1142867371','18b1b942','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3121','28','15','61','1142867676','189f39c0','','1','0','1','1','1142873413','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3122','202','5','251','1142867811','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3123','28','15','4','1142868129','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3124','28','15','61','1142868584','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3125','191','2','188','1142868609','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3126','207','3','64','1142870130','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3127','205','11','5','1142870568','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3130','200','2','8','1142872258','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3129','28','15','75','1142871491','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3131','28','15','206','1142872819','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3132','191','2','206','1142873204','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3133','28','15','61','1142873360','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3134','207','3','61','1142873977','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3135','62','8','5','1142874147','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3136','208','3','61','1142874847','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3137','30','15','61','1142874978','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3138','193','1','61','1142875253','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3139','205','11','3','1142876870','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3140','28','15','58','1142877082','a553c42b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3141','62','8','3','1142877736','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3142','30','15','43','1142878475','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3143','191','2','26','1142879659','4320c2e3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3144','200','2','26','1142879695','4320c2e3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3145','62','8','56','1142879758','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3146','200','2','3','1142880066','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3147','208','3','56','1142880448','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3148','209','2','3','1142880520','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3149','209','2','231','1142881120','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3150','209','2','209','1142881550','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3151','62','8','153','1142881931','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3152','209','2','153','1142882143','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3153','163','5','153','1142882541','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3154','209','2','23','1142882953','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3155','210','5','23','1142883091','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3156','205','11','5','1142883851','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3157','209','2','5','1142884116','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3158','62','8','5','1142884307','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3159','210','5','6','1142884336','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3160','199','1','179','1142886807','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3161','63','19','11','1142887143','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3162','62','8','153','1142887360','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3163','210','5','153','1142887685','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3164','62','8','35','1142888270','4382fc2a','','1','0','1','1','1142898931','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3165','62','8','5','1142888304','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3166','62','8','153','1142888896','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3167','208','3','35','1142890153','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3168','62','8','172','1142890365','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3169','209','2','13','1142890804','d8fd9a63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3170','163','5','26','1142890818','469c1ac2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3171','14','5','43','1142891237','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3172','163','5','61','1142891996','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3173','5','12','23','1142893635','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3174','210','5','88','1142894033','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3175','210','5','188','1142896908','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3176','209','2','188','1142896996','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3177','164','3','3','1142897000','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3178','209','2','3','1142897300','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3179','28','15','188','1142897341','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3180','210','5','23','1142897840','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3181','211','1','163','1142897901','46983d73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3182','212','1','163','1142898013','46983d73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3183','210','5','56','1142898696','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3184','62','8','225','1142898834','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3185','164','3','209','1142899296','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3186','164','3','3','1142899829','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3187','211','1','6','1142899899','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3188','62','8','3','1142900249','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3189','62','8','225','1142900602','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3190','209','2','55','1142900855','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3191','209','2','52','1142900998','438c7fdd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3192','205','11','3','1142901418','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3193','164','3','5','1142902579','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3194','213','1','153','1142903238','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3195','5','12','65','1142903836','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3196','28','15','4','1142903895','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3197','28','15','188','1142904571','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3198','28','15','65','1142905475','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3199','28','15','206','1142905715','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3200','14','5','8','1142905919','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3201','28','15','188','1142906067','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3202','164','3','206','1142906175','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3203','28','15','206','1142906615','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3204','28','15','153','1142906696','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3205','164','3','7','1142907455','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3206','5','12','147','1142907923','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3207','208','3','7','1142908240','98a36406','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3208','12','18','3','1142910183','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3209','214','8','3','1142910823','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3210','163','5','26','1142911072','46928f6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3211','210','5','26','1142911200','46928f6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3212','215','12','4','1142912043','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3213','14','5','70','1142912176','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3214','210','5','6','1142912406','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3215','18','10','4','1142912428','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3216','210','5','6','1142912624','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3217','216','12','70','1142912952','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3218','213','1','176','1142914223','98a364c3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3219','62','8','60','1142916392','423fcb61','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3220','205','11','5','1142918043','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3221','217','5','2','1142918800','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3222','209','2','8','1142919124','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3223','205','11','3','1142921467','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3224','218','11','3','1142921913','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3225','213','1','153','1142922796','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3226','210','5','153','1142923010','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3227','14','5','153','1142923280','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3228','209','2','74','1142925722','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3229','216','12','61','1142940014','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3230','18','10','206','1142944956','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3231','218','11','2','1142946633','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3232','205','11','2','1142947106','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3233','213','1','49','1142949012','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3234','205','11','4','1142950355','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3235','213','1','5','1142950940','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3236','18','10','188','1142951116','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3237','205','11','5','1142952923','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3238','205','11','4','1142953939','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3239','28','15','251','1142954717','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3240','219','15','234','1142955987','185f7ee9','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3241','218','11','5','1142956382','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3242','219','15','5','1142956499','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3243','62','8','43','1142956596','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3244','62','8','5','1142956939','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3245','62','8','5','1142957010','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3246','62','8','43','1142957059','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3247','218','11','3','1142958369','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3248','219','15','234','1142958810','185f7ee9','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3249','209','2','8','1142958882','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3250','209','2','74','1142959253','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3251','62','8','60','1142959912','44d9a5aa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3252','205','11','3','1142960288','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3253','218','11','2','1142960571','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3254','205','11','6','1142960749','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3255','163','5','152','1142961437','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3256','163','5','61','1142961960','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3257','213','1','45','1142962219','46d481d8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3258','28','15','153','1142962263','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3259','213','1','153','1142962496','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3260','62','8','225','1142963395','9f354e90','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3261','28','15','93','1142963478','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3262','214','8','37','1142964528','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3263','18','10','206','1142964829','44baac56','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3264','220','12','56','1142965589','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3265','18','10','37','1142965760','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3266','207','3','172','1142966386','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3267','221','5','6','1142966830','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3268','28','15','64','1142967306','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3269','28','15','65','1142967478','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3270','221','5','7','1142967565','cfbf0571','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3271','205','11','3','1142967839','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3272','27','8','193','1142967913','a12dcda1','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3273','207','3','231','1142968174','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3274','209','2','60','1142968222','44d9a5aa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3275','209','2','3','1142969143','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3276','218','11','3','1142969260','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3277','205','11','5','1142969423','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3278','219','15','5','1142969668','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3279','62','8','35','1142970980','cc637609','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3280','62','8','5','1142971717','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3281','209','2','74','1142971777','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3282','207','3','153','1142971865','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3283','62','8','60','1142972335','44d9a5aa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3284','28','15','153','1142972672','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3285','62','8','5','1142973117','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3286','219','15','153','1142973243','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3287','62','8','225','1142973321','9f354e90','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3288','218','11','2','1142974573','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3290','164','3','3','1142975183','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3291','219','15','-1','1142975647','185f7ee9','Scorch','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3292','219','15','188','1142975658','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3293','219','15','64','1142976052','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3294','28','15','93','1142977524','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3295','220','12','55','1142977916','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3296','220','12','49','1142978075','44dcc140','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3297','27','8','49','1142978309','44dcc140','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3298','213','1','49','1142978391','44dcc140','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3299','28','15','5','1142978483','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3300','28','15','49','1142978596','44dcc140','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3301','18','10','49','1142978813','44dcc140','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3302','163','5','49','1142978965','44dcc140','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3303','219','15','234','1142979092','185f7ee9','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3304','199','1','253','1142979495','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3305','62','8','35','1142980128','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3306','82','8','134','1142980421','8b3722ba','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3307','222','1','13','1142980485','d8fd9a63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3308','163','5','153','1142980719','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3309','62','8','43','1142980807','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3312','209','2','8','1142982098','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3311','199','1','179','1142981969','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3313','199','1','88','1142984434','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3314','213','1','219','1142984487','45aaca89','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3315','27','8','209','1142986599','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3316','205','11','6','1142987494','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3317','173','5','19','1142987564','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3318','120','1','-1','1142988896','0ccae407','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3319','5','12','147','1142989298','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3320','173','5','3','1142989707','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3321','27','8','3','1142990112','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3322','205','11','3','1142990456','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3323','205','11','3','1142990738','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3324','205','11','3','1142990939','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3325','205','11','3','1142991169','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3326','209','2','3','1142991582','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3327','5','12','147','1142991906','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3328','205','11','4','1142992690','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3329','5','12','147','1142993193','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3330','82','8','60','1142994641','44d9a5aa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3331','223','5','60','1142994764','44d9a5aa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3332','223','5','87','1142995102','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3333','211','1','204','1142995484','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3334','219','15','204','1142995966','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3335','203','2','204','1142996156','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3336','28','15','65','1142996171','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3337','205','11','3','1142996880','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3338','132','4','204','1142996898','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3339','132','4','179','1142997268','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3340','164','3','7','1142997464','98a36488','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3341','56','2','179','1142998848','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3342','164','3','3','1142998855','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3343','164','3','49','1142999465','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3344','214','8','74','1142999567','a282c51a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3345','223','5','26','1142999686','410169f1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3346','205','11','5','1142999735','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3347','223','5','49','1142999785','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3348','82','8','26','1142999830','410169f1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3349','164','3','7','1142999921','98a3648b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3350','223','5','26','1142999978','410169f1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3351','205','11','6','1143000464','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3352','224','1','253','1143000661','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3353','223','5','49','1143000685','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3354','224','1','253','1143000810','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3355','224','1','253','1143000890','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3356','224','1','253','1143000945','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3357','224','1','253','1143001021','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3358','224','1','253','1143001096','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3359','224','1','253','1143001161','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3360','173','5','49','1143001303','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3361','205','11','5','1143002044','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3362','212','1','6','1143002091','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3363','212','1','5','1143002194','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3364','223','5','26','1143002217','410169f1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3365','205','11','6','1143002449','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3366','205','11','5','1143002603','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3367','205','11','6','1143002806','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3368','205','11','3','1143003024','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3369','223','5','60','1143003144','48930188','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3372','132','4','153','1143004173','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3371','205','11','6','1143003244','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3373','28','15','153','1143004317','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3374','56','2','153','1143004959','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3375','173','5','45','1143010064','46d481d8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3376','213','1','45','1143010399','46d481d8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3377','224','1','-1','1143013097','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3379','224','1','183','1143015901','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3380','201','2','231','1143030460','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3381','219','15','61','1143031300','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3382','207','3','61','1143031409','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3383','18','10','61','1143031500','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3384','173','5','61','1143031604','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3385','163','5','61','1143031776','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3386','212','1','163','1143032103','435df202','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3387','207','3','26','1143033852','4695894a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3388','219','15','26','1143033921','4695894a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3389','173','5','26','1143034102','4695894a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3390','173','5','49','1143035104','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3391','223','5','49','1143035978','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3392','223','5','26','1143036279','4695894a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3393','223','5','3','1143036308','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3394','173','5','26','1143036380','4695894a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3395','219','15','3','1143036438','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3396','212','1','3','1143036513','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3397','201','2','3','1143036616','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3398','224','1','35','1143036883','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3399','223','5','49','1143037032','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3400','173','5','49','1143037119','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3401','173','5','26','1143037450','4695894a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3402','223','5','26','1143037692','4695894a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3403','223','5','49','1143038769','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3404','173','5','49','1143038862','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3405','223','5','3','1143039473','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3406','223','5','49','1143041287','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3407','219','15','43','1143042318','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3408','219','15','49','1143042653','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3409','82','8','134','1143042733','d8453c29','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3410','225','5','64','1143050461','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3411','188','12','101','1143050599','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3412','88','8','6','1143051263','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3413','225','5','26','1143051390','41016171','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3414','225','5','61','1143051738','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3415','225','5','74','1143051758','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3416','88','8','26','1143051780','41016171','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3417','88','8','74','1143051943','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3418','88','8','61','1143052360','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3419','88','8','26','1143053157','41016171','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3420','226','19','26','1143053880','41016171','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3421','56','2','251','1143054361','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3422','88','8','26','1143054612','41016171','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3423','224','1','183','1143054912','48181006','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3424','88','8','153','1143056087','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3425','225','5','64','1143056388','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3426','227','13','61','1143057391','189f39c0','','1','0','1','1','1143077344','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3427','228','13','88','1143058289','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3428','88','8','209','1143058594','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3429','228','13','5','1143060009','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3430','227','13','5','1143060148','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3431','28','15','88','1143060329','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3432','28','15','88','1143060639','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3433','228','13','88','1143060860','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3434','207','3','38','1143061252','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3435','227','13','61','1143061591','189f39c0','','1','0','1','1','1143077157','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3436','207','3','26','1143062285','41016107','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3437','227','13','26','1143062494','41016107','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3438','207','3','61','1143063129','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3439','82','8','60','1143063348','4320b81b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3440','223','5','93','1143063507','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3441','207','3','64','1143063733','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3442','207','3','61','1143064040','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3443','227','13','88','1143064087','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3444','227','13','61','1143064215','189f39c0','','1','0','1','1','1143077185','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3445','226','19','188','1143064407','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3446','207','3','231','1143064693','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3447','82','8','55','1143064786','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3448','227','13','88','1143064897','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3449','207','3','179','1143064906','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3450','227','13','88','1143065014','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3451','28','15','55','1143065330','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3452','85','1','258','1143065338','aa5e37b2','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3453','227','13','61','1143065767','189f39c0','','1','0','1','1','1143077221','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3454','207','3','38','1143065776','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3455','114','5','258','1143065793','aa5e37b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3456','227','13','61','1143065798','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3457','229','2','257','1143066157','0ccae407','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3458','229','2','64','1143066855','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3459','223','5','3','1143068035','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3460','14','5','160','1143069070','44d4d665','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3461','223','5','26','1143069220','4101c87a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3462','226','19','172','1143069409','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3463','226','19','26','1143069608','4101c87a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3464','230','3','258','1143070537','aa5e37b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3465','230','3','26','1143070739','4101c87a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3466','219','15','218','1143071369','d8e5e0c3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3467','225','5','74','1143071415','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3468','225','5','55','1143071764','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3469','213','1','219','1143072079','45aaca89','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3470','226','19','153','1143072084','40d6794a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3471','226','19','26','1143072256','4101c87a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3472','213','1','26','1143072342','4101c87a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3473','225','5','64','1143072348','c6b1e8fd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3474','28','15','65','1143072507','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3475','225','5','55','1143072534','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3476','88','8','6','1143072598','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3477','28','15','55','1143072635','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3478','82','8','134','1143072913','8b37057c','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3479','5','12','147','1143072943','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3487','99','3','10','1143077561','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3481','28','15','2','1143075427','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3482','173','5','45','1143075896','46c584ab','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3483','213','1','45','1143075988','46c584ab','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3484','132','4','10','1143077063','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3485','28','15','55','1143077325','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3486','231','8','10','1143077389','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3488','56','2','204','1143077864','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3489','28','15','2','1143078090','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3490','56','2','26','1143078637','41016605','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3491','213','1','172','1143078879','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3492','213','1','26','1143079025','41016605','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3493','82','8','60','1143079254','423fd071','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3494','82','8','26','1143079492','41016605','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3495','226','19','172','1143079821','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3496','203','2','74','1143080201','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3497','226','19','26','1143080316','41016605','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3498','203','2','5','1143080670','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3499','132','4','5','1143080792','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3500','173','5','5','1143080860','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3501','203','2','74','1143081233','443ebf60','','1','0','1','1','1143082473','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3502','56','2','251','1143081819','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3503','231','8','3','1143081843','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3504','203','2','3','1143082352','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3505','203','2','74','1143082615','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3506','225','5','65','1143082674','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3507','231','8','251','1143083190','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3508','56','2','5','1143083959','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3509','56','2','87','1143084125','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3510','225','5','55','1143084415','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3511','56','2','188','1143084704','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3512','56','2','251','1143084907','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3513','213','1','176','1143085224','98a364c3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3514','232','5','18','1143086038','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3515','205','11','7','1143086063','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3516','56','2','5','1143087301','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3517','232','5','5','1143087498','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3518','233','2','74','1143088120','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3519','209','2','5','1143088144','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3520','231','8','5','1143088217','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3521','82','8','60','1143088245','423fd0df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3522','119','19','5','1143088544','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3523','209','2','74','1143088557','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3524','69','19','56','1143088849','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3525','119','19','56','1143088978','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3526','119','19','5','1143089075','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3527','88','8','74','1143089156','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3528','119','19','56','1143089439','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3529','119','19','5','1143090407','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3530','234','13','101','1143091011','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3531','235','13','101','1143091017','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3532','232','5','18','1143093913','0cdcec3f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3533','232','5','153','1143097516','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3534','232','5','56','1143097829','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3535','236','1','153','1143098890','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3536','202','5','96','1143104937','4031034c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3537','219','15','75','1143116335','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3538','28','15','75','1143116417','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3539','28','15','61','1143117218','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3540','231','8','61','1143117350','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3541','198','13','209','1143117970','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3542','223','5','49','1143121515','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3543','230','3','61','1143121935','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3544','236','1','61','1143122026','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3545','205','11','4','1143122593','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3546','88','8','19','1143125871','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3547','223','5','93','1143126201','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3548','119','19','19','1143126287','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3549','88','8','5','1143126887','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3550','223','5','5','1143127236','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3551','198','13','93','1143127447','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3552','223','5','49','1143127589','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3553','231','8','188','1143128766','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3554','231','8','19','1143130114','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3556','28','15','93','1143133404','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3557','88','8','153','1143134382','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3558','209','2','8','1143135099','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3559','237','1','253','1143135221','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3562','28','15','61','1143136637','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3561','209','2','54','1143135490','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3563','231','8','61','1143136893','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3564','88','8','61','1143137382','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3565','88','8','153','1143137713','4035737d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3566','224','1','208','1143138531','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3567','224','1','93','1143138647','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3568','28','15','93','1143138788','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3569','28','15','61','1143139217','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3570','88','8','61','1143139298','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3571','224','1','19','1143139661','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3572','28','15','93','1143139756','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3573','238','1','253','1143139965','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3574','237','1','179','1143140053','46629729','','1','0','1','1','1143156220','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3575','224','1','93','1143140690','ccfa9479','','1','0','1','1','1143140831','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3576','224','1','172','1143140704','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3577','224','1','19','1143141141','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3598','237','1','179','1143157074','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3599','88','8','61','1143159286','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3600','237','1','179','1143160370','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3601','88','8','6','1143160789','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3585','77','1','19','1143142512','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3586','77','1','172','1143144472','443491fa','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3587','77','1','163','1143144541','46982e57','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3588','77','1','180','1143151731','443993bf','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3589','223','5','61','1143152235','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3590','28','15','35','1143152503','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3591','237','1','61','1143152673','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3592','223','5','49','1143153936','4411b3a2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3593','229','2','257','1143155630','0ccae407','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3594','230','3','26','1143155832','489ac5fb','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3595','88','8','26','1143156108','489ac5fb','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3602','5','12','147','1143160912','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3603','236','1','87','1143161044','45b4f874','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3604','236','1','238','1143161290','4435463c','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3605','77','1','6','1143163040','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3606','236','1','5','1143164996','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3607','119','19','188','1143167495','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3608','236','1','219','1143173603','45aaca89','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3609','205','11','7','1143174627','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3610','236','1','188','1143175267','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3611','28','15','174','1143176119','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3612','236','1','87','1143176177','458969f5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3613','28','15','188','1143176655','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3614','231','8','152','1143181054','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3615','77','1','153','1143191080','45130e21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3616','240','1','153','1143191641','45130e21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3617','231','8','61','1143197351','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3618','28','15','61','1143197744','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3619','241','15','61','1143198182','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3620','28','15','61','1143200195','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3621','205','11','7','1143201494','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3622','236','1','54','1143205547','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3623','240','1','54','1143205637','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3624','241','15','3','1143206495','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3625','231','8','3','1143206840','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3626','231','8','61','1143206977','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3627','241','15','49','1143207156','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3628','240','1','49','1143207239','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3629','241','15','61','1143207724','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3630','241','15','188','1143208940','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3631','241','15','61','1143209191','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3632','242','1','259','1143209313','18fec206','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3633','242','1','3','1143209509','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3634','231','8','188','1143209974','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3635','242','1','188','1143210548','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3636','240','1','5','1143210870','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3637','242','1','5','1143210950','8f4f0d06','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3638','5','12','34','1143211509','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3639','238','1','163','1143212464','46983c27','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3640','236','1','45','1143212493','46db0663','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3641','240','1','45','1143213152','46db0663','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3642','242','1','20','1143214132','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3643','27','8','20','1143214288','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3644','27','8','3','1143214490','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3645','27','8','172','1143214752','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3646','240','1','172','1143214952','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3647','236','1','172','1143215332','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3648','231','8','172','1143215670','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3649','27','8','3','1143215964','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3650','27','8','172','1143216518','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3651','240','1','238','1143218214','4435463c','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3652','205','11','6','1143218812','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3653','231','8','188','1143219151','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3654','205','11','3','1143219339','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3655','28','15','208','1143219546','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3656','28','15','93','1143219687','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3657','28','15','193','1143220473','a12dcda1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3658','205','11','6','1143220491','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3659','114','5','101','1143224043','cdbc7506','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3660','240','1','34','1143225011','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3661','205','11','5','1143227949','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3662','243','3','49','1143230524','44dcc98b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3663','243','3','5','1143231016','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3664','242','1','259','1143231070','18fec206','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3665','205','11','6','1143231461','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3666','205','11','3','1143232607','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3667','243','3','3','1143232707','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3669','243','3','8','1143233779','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3670','244','1','260','1143234533','3f546446','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3671','205','11','5','1143236536','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3672','244','1','5','1143236595','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3673','242','1','5','1143236735','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3674','205','11','3','1143236794','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3675','244','1','3','1143236903','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3676','243','3','49','1143237741','44dcc98b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3677','242','1','49','1143237897','44dcc98b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3678','205','11','4','1143238880','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3679','243','3','160','1143240646','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3680','114','5','160','1143240935','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3681','242','1','160','1143241163','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3682','240','1','160','1143241455','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3683','236','1','160','1143241557','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3684','28','15','160','1143241700','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3685','209','2','160','1143241946','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3686','225','5','160','1143242060','410428c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3687','209','2','8','1143243847','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3688','243','3','8','1143244396','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3689','236','1','8','1143244670','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3690','244','1','6','1143245956','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3691','243','3','7','1143246078','98a3650b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3692','243','3','8','1143246719','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3693','236','1','19','1143247028','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3694','88','8','19','1143247324','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3695','205','11','7','1143250295','98a364c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3696','245','5','74','1143266759','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3697','114','5','96','1143273668','4031037a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3698','173','5','19','1143276371','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3699','240','1','19','1143276536','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3700','246','1','253','1143296078','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3701','242','1','259','1143296542','18fec206','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3702','114','5','10','1143298138','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3703','231','8','10','1143299555','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3704','223','5','10','1143300171','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3705','246','1','179','1143304332','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3706','243','3','101','1143305697','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3707','247','13','101','1143306569','cdbc7509','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3708','248','2','101','1143307650','cdbc74c9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3709','243','3','49','1143308225','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3710','246','1','163','1143308537','44dc89da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3711','223','5','49','1143308540','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3712','223','5','10','1143309030','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3713','204','13','10','1143309077','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3714','247','13','5','1143310609','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3715','246','1','5','1143310748','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3716','248','2','193','1143313423','a12dcda1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3717','243','3','160','1143315937','d03fc469','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3718','204','13','160','1143316184','d03fc469','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3719','223','5','160','1143316471','d03fc469','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3720','28','15','93','1143317174','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3721','223','5','209','1143327033','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3722','233','2','187','1143334914','4413ed30','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3723','243','3','8','1143335252','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3724','238','1','259','1143382473','18fec206','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3725','238','1','253','1143386705','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3726','243','3','49','1143391037','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3727','249','2','174','1143404188','3f900142','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3728','249','2','5','1143408919','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3729','242','1','258','1143411609','aa5e37b7','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3730','66','4','209','1143411694','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3731','198','13','209','1143414778','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3732','250','1','234','1143419120','18a5cf9f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3733','251','14','51','1143419818','47085645','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3734','249','2','208','1143422057','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3735','252','5','26','1143422559','489ac45b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3736','249','2','26','1143422608','489ac45b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3737','252','5','93','1143423272','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3738','252','5','188','1143424888','44356a2f','','1','0','1','1','1143425658','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3739','252','5','13','1143425446','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3740','249','2','188','1143425931','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3741','249','2','35','1143426014','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3742','252','5','188','1143426087','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3743','252','5','35','1143426245','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3744','249','2','49','1143427008','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3745','251','14','49','1143427089','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3746','252','5','174','1143427161','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3747','252','5','49','1143427275','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3748','252','5','206','1143427817','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3749','249','2','172','1143429021','45f53d63','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3750','251','14','4','1143429182','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3751','249','2','88','1143430833','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3752','249','2','5','1143431516','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3753','252','5','4','1143431528','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3754','252','5','5','1143431851','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3755','249','2','74','1143432942','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3756','252','5','208','1143433076','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3757','240','1','153','1143434184','4252093b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3758','246','1','88','1143434604','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3759','249','2','5','1143434720','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3760','246','1','5','1143434816','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3761','249','2','179','1143435384','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3762','245','5','2','1143435535','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3763','252','5','153','1143435890','4252093b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3764','252','5','2','1143436036','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3765','214','8','2','1143436165','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3766','249','2','153','1143436755','4252093b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3767','5','12','147','1143437043','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3768','225','5','65','1143437358','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3769','245','5','74','1143437403','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3770','252','5','153','1143437697','4252093b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3771','253','1','65','1143438549','454958df','','1','0','0','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3772','243','3','45','1143438602','46db0663','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3773','254','5','2','1143438732','454968b2','','1','0','1','1','1143466844','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3774','252','5','2','1143438803','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3775','5','12','65','1143438832','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3776','252','5','65','1143439457','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3777','253','1','56','1143439663','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3778','249','2','88','1143440027','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3783','257','21','2','1143442205','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3780','252','5','38','1143440227','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3781','249','2','88','1143441345','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3782','256','20','2','1143442108','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3784','258','11','2','1143442613','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3785','5','12','56','1143442896','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3786','259','11','2','1143443765','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3787','260','11','2','1143444091','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3788','226','19','56','1143445424','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3789','254','5','188','1143446033','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3790','69','19','56','1143446415','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3791','254','5','38','1143446452','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3792','252','5','56','1143448229','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3793','252','5','251','1143449497','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3794','254','5','56','1143453353','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3795','249','2','231','1143453981','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3796','249','2','209','1143460180','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3797','249','2','231','1143462407','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3798','249','2','54','1143464836','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3799','254','5','49','1143466406','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3800','243','3','49','1143467380','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3801','246','1','253','1143468008','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3802','249','2','253','1143468302','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3803','226','19','5','1143469025','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3804','250','1','61','1143469161','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3805','69','19','5','1143469221','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3806','225','5','61','1143469420','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3807','225','5','5','1143470449','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3808','252','5','35','1143471304','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3809','249','2','206','1143471877','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3810','225','5','61','1143472889','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3811','252','5','208','1143473593','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3812','252','5','5','1143473974','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3813','252','5','34','1143476472','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3814','252','5','23','1143477783','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3815','226','19','56','1143479745','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3816','256','20','34','1143479999','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3817','69','19','56','1143480849','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3818','88','8','209','1143481630','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3819','69','19','251','1143481640','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3820','69','19','188','1143482009','4434dd67','','1','0','1','1','1143482568','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3822','69','19','56','1143482359','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3823','252','5','6','1143482416','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3824','191','2','252','1143482930','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3825','244','1','260','1143483130','3f546446','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3826','226','19','188','1143483259','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3827','88','8','93','1143484522','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3828','69','19','5','1143485157','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3829','226','19','5','1143485410','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3830','246','1','174','1143485749','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3831','88','8','174','1143486116','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3832','88','8','153','1143486580','4252094f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3833','252','5','174','1143486982','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3834','261','1','253','1143487321','44baa154','','1','0','1','0','1143487957','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3835','246','1','172','1143487577','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3836','261','1','174','1143487860','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3837','88','8','93','1143488025','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3838','246','1','253','1143488245','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3839','262','1','253','1143488370','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3840','261','1','251','1143489027','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3841','261','1','172','1143489303','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3842','261','1','174','1143489389','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3843','226','19','172','1143489576','d8b76a1b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3844','263','19','188','1143489762','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3845','252','5','208','1143490117','cf2d820a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3846','264','21','2','1143490296','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4216','82','8','130','1143646133','9d5947ec','','1','0','1','1','1143646843','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3848','252','5','174','1143490423','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3849','226','19','251','1143490561','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3850','261','1','251','1143491241','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3851','266','21','2','1143491969','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3852','256','20','49','1143492207','4893452c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3853','256','20','2','1143492315','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3854','252','5','174','1143492480','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3855','267','2','252','1143492723','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3856','267','2','188','1143494348','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3857','226','19','26','1143494667','46928efa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3858','256','20','37','1143494846','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3859','268','20','93','1143495012','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3860','268','20','2','1143495143','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3861','268','20','23','1143495810','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3862','268','20','55','1143495918','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3863','268','20','93','1143496071','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3864','69','19','23','1143496192','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3865','267','2','5','1143496415','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3866','268','20','93','1143496769','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3867','249','2','88','1143497266','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3868','249','2','88','1143497583','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3869','249','2','65','1143498352','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3870','262','1','65','1143498473','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3871','226','19','88','1143498748','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3872','226','19','49','1143498929','4893452c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3873','249','2','49','1143499055','4893452c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3874','262','1','35','1143499222','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3875','269','20','88','1143499331','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3876','267','2','188','1143499699','44356a2f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3877','267','2','252','1143499863','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3878','249','2','88','1143499871','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3879','268','20','88','1143501732','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3880','249','2','19','1143502991','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3881','253','1','238','1143503293','4435463c','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3882','268','20','55','1143503531','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3883','253','1','35','1143503538','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3884','254','5','19','1143503979','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3886','69','19','19','1143504239','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3887','267','2','174','1143504327','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3888','120','1','-1','1143504346','4215d71b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3889','256','20','160','1143507136','d03fc469','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3890','214','8','160','1143507441','d03fc469','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3891','69','19','93','1143507509','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3892','268','20','34','1143507913','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3893','249','2','87','1143508717','458969f5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3894','63','19','252','1143509645','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3895','253','1','38','1143509906','45f13255','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3896','138','19','252','1143510305','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3897','69','19','251','1143510361','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3898','267','2','74','1143510529','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3899','268','20','93','1143511156','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3900','226','19','87','1143511745','458969f5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3901','270','8','93','1143512477','ccfa9479','','1','0','1','1','1143825244','16');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3902','270','8','35','1143512926','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3903','270','8','93','1143513152','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3904','270','8','188','1143513441','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3905','270','8','88','1143514697','45b4daa3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3906','270','8','172','1143515247','45b4daa3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3907','270','8','174','1143515693','45b4daa3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3908','271','11','4','1143515731','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3909','270','8','26','1143515893','469581e5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3910','272','11','4','1143516250','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3911','273','5','88','1143516315','45b4daa3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3912','273','5','251','1143516446','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3913','50','19','26','1143516537','469581e5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3914','273','5','174','1143516669','45b4daa3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3915','259','11','4','1143516685','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3916','269','20','26','1143516740','469581e5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3917','273','5','26','1143516836','469581e5','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3918','273','5','208','1143517221','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3919','274','11','4','1143517270','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3920','5','12','147','1143517374','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3921','50','19','74','1143517911','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3922','275','11','4','1143518004','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3923','5','12','147','1143518175','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3924','276','11','4','1143518242','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3925','252','5','4','1143519191','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3926','225','5','4','1143519666','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3927','225','5','174','1143519873','45b4daa3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3928','225','5','34','1143521085','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3929','252','5','87','1143521397','47e4d05a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3930','270','8','34','1143521578','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3931','253','1','234','1143521581','18a5cf9f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3932','277','11','3','1143521621','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3934','276','11','2','1143522028','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3935','259','11','2','1143523083','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3936','252','5','88','1143523213','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3937','271','11','7','1143523979','98a36488','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3943','272','11','7','1143526092','98a3640b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3939','270','8','87','1143524141','47e4d05a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3940','272','11','2','1143524276','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3941','271','11','2','1143524486','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3942','275','11','7','1143525132','98a3640d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3944','276','11','7','1143526190','98a36485','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3945','138','19','152','1143526564','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3946','258','11','7','1143526719','98a3644a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3947','269','20','153','1143527062','42520937','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3948','225','5','153','1143527356','42520937','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3949','225','5','75','1143533312','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3950','252','5','75','1143533820','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3951','256','20','75','1143533996','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3952','270','8','61','1143540773','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3953','88','8','61','1143541020','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3954','88','8','209','1143541950','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3955','278','2','13','1143551994','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3956','270','8','13','1143552072','cf410c6c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3957','35','8','209','1143553197','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3958','258','11','4','1143553987','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3959','276','11','4','1143554154','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3960','35','8','49','1143554409','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3961','272','11','4','1143554414','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3962','275','11','4','1143554576','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3963','271','11','4','1143554767','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3964','277','11','4','1143555084','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3965','249','2','193','1143555278','a12dcda1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3966','279','10','4','1143555499','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3967','245','5','4','1143555580','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3968','280','5','4','1143555803','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3969','271','11','2','1143556251','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3970','276','11','2','1143556293','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3971','279','10','206','1143556396','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3972','274','11','2','1143556409','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3973','88','8','206','1143556675','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3974','258','11','2','1143556868','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3975','269','20','11','1143557788','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3976','88','8','61','1143557833','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3977','278','2','231','1143558851','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3978','276','11','4','1143559009','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3979','278','2','209','1143559342','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3980','253','1','208','1143560841','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3981','268','20','43','1143561249','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3982','138','19','172','1143561559','443491fa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3983','88','8','172','1143561774','443491fa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3984','270','8','93','1143562455','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3985','276','11','2','1143562469','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3986','277','11','3','1143564923','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3987','281','1','253','1143565108','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3988','281','1','253','1143565178','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3989','269','20','5','1143565211','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3990','272','11','3','1143566590','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3991','269','20','11','1143566632','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3992','235','13','11','1143566842','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3993','276','11','3','1143567215','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3994','258','11','3','1143567311','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3995','272','11','4','1143567409','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3996','276','11','4','1143567619','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3997','281','1','209','1143567714','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3998','253','1','209','1143567796','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('3999','276','11','5','1143567946','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4000','278','2','74','1143568154','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4001','272','11','5','1143568209','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4002','278','2','5','1143568271','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4003','88','8','4','1143568468','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4004','276','11','4','1143568603','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4005','138','19','152','1143568926','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4006','280','5','176','1143569234','400c7488','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4007','275','11','3','1143569802','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4008','281','1','152','1143570149','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4009','253','1','172','1143570256','443491fa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4010','272','11','3','1143570456','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4011','275','11','3','1143570644','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4012','35','8','34','1143571074','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4013','35','8','3','1143571314','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4014','214','8','3','1143571437','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4015','281','1','34','1143571548','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4016','253','1','65','1143571577','454958df','','1','0','0','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4017','253','1','65','1143571731','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4018','279','10','3','1143571770','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4019','5','12','65','1143571941','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4020','281','1','179','1143572070','46629729','','1','0','1','1','1143662317','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4021','253','1','208','1143572099','cf2d830a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4022','35','8','65','1143572419','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4023','253','1','34','1143572451','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4024','253','1','188','1143572580','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4025','270','8','188','1143573224','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4026','270','8','93','1143573917','ccfa9479','','1','0','1','1','1143576599','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4027','270','8','188','1143575135','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4028','253','1','253','1143575673','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4029','270','8','93','1143576515','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4030','259','11','3','1143576626','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4031','275','11','3','1143577117','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4032','253','1','65','1143577168','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4033','275','11','2','1143578723','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4034','259','11','2','1143579407','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4035','271','11','3','1143579766','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4036','275','11','3','1143580045','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4037','253','1','261','1143580537','cc7cc41d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4038','260','11','3','1143580638','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4039','272','11','2','1143581089','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4040','88','8','153','1143581147','42520931','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4041','260','11','2','1143581218','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4042','279','10','153','1143581285','42520931','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4043','279','10','49','1143581571','4411b732','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4044','225','5','153','1143581851','42520931','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4045','88','8','93','1143582508','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4046','276','11','2','1143582546','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4047','280','5','55','1143582682','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4048','225','5','188','1143582843','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4049','280','5','93','1143583644','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4050','278','2','13','1143583863','d8fd9a63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4051','235','13','101','1143583941','98a36445','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4052','225','5','206','1143584271','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4053','269','20','26','1143584557','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4054','279','10','206','1143584621','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4055','279','10','26','1143584676','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4056','50','19','26','1143584824','4413eca0','','1','0','1','1','1143597148','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4057','88','8','26','1143584945','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4058','270','8','26','1143585075','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4059','280','5','26','1143585238','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4060','269','20','206','1143585269','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4061','225','5','61','1143585362','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4062','280','5','206','1143585366','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4063','225','5','26','1143585437','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4064','269','20','208','1143585488','cf2d820b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4065','225','5','206','1143585555','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4066','282','13','61','1143585569','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4067','252','5','26','1143585749','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4068','279','10','88','1143585783','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4069','269','20','26','1143585885','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4070','279','10','26','1143585963','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4071','269','20','88','1143586064','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4072','270','8','209','1143586080','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4073','269','20','206','1143586242','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4074','270','8','93','1143586318','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4075','270','8','35','1143586361','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4076','88','8','209','1143586396','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4077','281','1','26','1143586574','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4078','282','13','209','1143586599','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4079','270','8','93','1143586748','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4080','270','8','26','1143586771','4413eca0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4081','282','13','3','1143588072','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4082','282','13','88','1143588256','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4083','282','13','61','1143588822','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4084','280','5','34','1143591195','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4085','82','8','134','1143591924','8b370b62','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4086','88','8','174','1143592044','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4087','50','19','19','1143592811','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4088','281','1','253','1143593617','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4089','249','2','252','1143594642','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4090','280','5','4','1143594659','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4091','283','19','174','1143594680','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4092','252','5','4','1143594910','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4093','284','5','4','1143595767','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4094','283','19','19','1143595913','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4095','284','5','174','1143596193','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4096','284','5','35','1143596269','4382fc2a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4097','284','5','23','1143596327','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4098','283','19','23','1143596514','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4099','270','8','93','1143596552','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4100','285','5','4','1143596887','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4101','252','5','26','1143596896','46958c14','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4102','286','5','4','1143597055','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4103','283','19','26','1143597061','46958c14','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4104','50','19','26','1143597179','46958c14','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4105','287','5','4','1143597189','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4106','280','5','26','1143597306','46958c14','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4107','287','5','87','1143597376','47e4d05a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4108','272','11','7','1143597393','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4109','283','19','87','1143597455','47e4d05a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4110','284','5','4','1143597466','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4111','284','5','4','1143597927','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4112','288','2','171','1143598088','c6925648','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4113','252','5','4','1143598144','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4114','283','19','5','1143598292','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4115','275','11','7','1143598611','400c7443','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4116','282','13','88','1143598717','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4117','252','5','218','1143599032','d8e5e0c3','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4118','249','2','88','1143599038','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4119','225','5','38','1143599049','45f13255','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4120','271','11','7','1143599186','400c740a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4121','249','2','252','1143599283','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4122','275','11','4','1143599566','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4123','254','5','252','1143600033','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4124','284','5','34','1143600084','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4125','271','11','4','1143600131','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4126','284','5','88','1143600346','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4127','284','5','4','1143600388','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4128','254','5','4','1143600736','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4129','258','11','7','1143600782','400c740e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4130','282','13','5','1143600971','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4131','284','5','176','1143601298','cdbc7546','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4132','281','1','7','1143601630','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4135','281','1','5','1143602393','41068ca1','','1','0','1','1','1143609171','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4136','284','5','172','1143602497','45f53d63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4137','284','5','4','1143602609','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4138','284','5','4','1143602736','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4139','282','13','88','1143602741','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4140','284','5','174','1143602992','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4141','289','13','5','1143603085','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4142','281','1','4','1143603172','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4143','252','5','209','1143603413','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4144','284','5','4','1143603548','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4145','252','5','208','1143603963','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4146','288','2','74','1143603999','a282c51a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4147','225','5','26','1143604093','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4148','284','5','208','1143604101','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4149','284','5','74','1143604109','a282c51a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4150','290','13','26','1143604307','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4151','283','19','74','1143604469','a282c51a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4152','284','5','34','1143604704','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4153','282','13','10','1143604816','d8994a18','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4155','284','5','23','1143605118','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4156','284','5','34','1143605150','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4157','284','5','93','1143605163','ccfa9479','','1','0','1','1','1143610454','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4158','270','8','208','1143605347','4434d7e6','','1','0','1','1','1143605636','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4159','270','8','208','1143605398','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4160','270','8','26','1143605478','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4161','284','5','188','1143605531','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4162','270','8','208','1143605562','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4163','270','8','93','1143605579','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4164','62','8','225','1143605673','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4165','270','8','172','1143605738','45f53d63','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4166','283','19','188','1143605755','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4167','284','5','208','1143606131','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4168','285','5','3','1143606449','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4169','284','5','34','1143606452','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4170','271','11','3','1143606765','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4171','286','5','38','1143607058','45f13255','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4172','285','5','26','1143607585','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4173','268','20','93','1143607648','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4174','270','8','26','1143607734','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4175','283','19','5','1143608627','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4176','291','2','26','1143608659','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4177','249','2','65','1143608679','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4178','252','5','65','1143608786','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4179','252','5','26','1143609026','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4180','285','5','74','1143609125','443ebf60','','1','0','1','1','1143609377','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4181','285','5','26','1143609222','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4182','291','2','93','1143609249','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4183','62','8','26','1143609379','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4184','291','2','5','1143609392','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4185','284','5','56','1143609404','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4186','82','8','60','1143609521','423fc9a1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4187','286','5','74','1143609545','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4188','284','5','88','1143609890','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4189','252','5','56','1143610386','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4190','252','5','26','1143610855','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4191','62','8','88','1143611292','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4192','252','5','56','1143611512','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4193','252','5','26','1143611716','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4194','62','8','26','1143611998','4413f2e0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4195','249','2','96','1143612215','4031036f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4196','252','5','75','1143614504','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4197','286','5','75','1143615621','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4198','252','5','56','1143615915','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4199','292','5','45','1143620070','46db0663','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4200','284','5','45','1143623342','46db0663','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4201','82','8','134','1143636908','8b370168','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4202','252','5','193','1143639434','a12dcda1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4203','284','5','49','1143639626','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4204','284','5','3','1143639674','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4205','291','2','49','1143640106','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4206','284','5','4','1143640540','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4207','283','19','49','1143640600','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4208','284','5','49','1143640664','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4209','285','5','4','1143640867','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4210','291','2','253','1143642701','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4211','284','5','5','1143643488','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4212','291','2','26','1143645334','46928dbc','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4213','285','5','26','1143645532','46928dbc','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4214','291','2','23','1143645913','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4215','82','8','60','1143645920','423fca01','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4217','293','21','2','1143646262','d110f232','','1','0','1','1','1143813129','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4218','82','8','60','1143646306','423fca01','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4219','294','21','2','1143646570','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4220','295','21','2','1143647015','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4221','268','20','43','1143647375','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4222','282','13','20','1143647447','4750189c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4223','33','8','208','1143647492','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4224','284','5','43','1143647659','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4225','296','1','253','1143647758','44baa154','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4226','284','5','34','1143647806','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4227','284','5','26','1143648110','469582bc','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4228','33','8','26','1143648163','469582bc','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4229','259','11','2','1143648271','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4230','297','21','2','1143648360','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4231','33','8','174','1143648401','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4232','283','19','174','1143648718','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4233','283','19','26','1143648997','469582bc','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4234','291','2','172','1143649245','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4235','268','20','34','1143649247','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4236','62','8','88','1143650404','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4237','62','8','172','1143650428','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4238','82','8','134','1143650467','d8453ffe','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4239','290','13','172','1143651028','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4240','62','8','174','1143651125','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4241','268','20','215','1143651288','47a29a2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4242','88','8','6','1143651605','cfcbfe6e','','1','0','1','1','1143737361','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4243','291','2','208','1143651630','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4244','88','8','172','1143652207','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4245','62','8','172','1143652669','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4246','282','13','93','1143652704','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4247','291','2','188','1143653257','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4248','82','8','130','1143653295','9d5947ec','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4249','291','2','174','1143653397','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4250','285','5','188','1143653469','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4251','259','11','3','1143653660','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4252','282','13','209','1143654013','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4253','291','2','172','1143654340','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4254','298','1','-1','1143654351','d0b7690b','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4255','298','1','174','1143654557','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4256','290','13','54','1143655271','aa8d6d26','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4257','299','5','45','1143655991','46d4ab97','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4258','282','13','93','1143656033','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4259','284','5','45','1143656146','46d4ab97','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4260','298','1','231','1143656317','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4261','282','13','61','1143657265','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4262','88','8','38','1143657611','45f13255','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4263','299','5','172','1143657643','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4264','270','8','93','1143657711','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4265','33','8','88','1143658901','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4266','283','19','88','1143659096','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4267','62','8','88','1143660158','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4268','299','5','19','1143660536','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4269','291','2','26','1143660860','469581b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4270','284','5','26','1143660922','469581b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4271','62','8','61','1143661070','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4272','299','5','88','1143661082','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4273','62','8','26','1143661083','469581b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4274','283','19','26','1143661500','469581b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4275','62','8','225','1143662905','9f352e90','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4276','62','8','26','1143663213','469581b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4277','62','8','225','1143663707','9f352e90','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4278','88','8','209','1143664568','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4279','299','5','251','1143664707','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4280','88','8','26','1143665678','469581b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4281','88','8','38','1143665835','45f13255','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4282','88','8','26','1143666295','469581b0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4283','291','2','179','1143666641','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4284','299','5','172','1143668022','d8b76a1b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4285','88','8','209','1143668149','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4286','62','8','225','1143668669','413c9251','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4287','284','5','43','1143669363','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4288','299','5','43','1143670349','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4289','283','19','174','1143672186','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4290','300','5','65','1143672213','454958df','','1','0','0','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4291','285','5','224','1143675342','a12dcb0b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4292','62','8','43','1143676249','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4293','5','12','147','1143676366','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4294','285','5','4','1143676452','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4295','290','13','224','1143676611','a12dcb0b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4296','291','2','4','1143676972','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4297','88','8','38','1143676978','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4298','268','20','130','1143677282','9d5947ec','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4300','291','2','55','1143677591','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4301','291','2','38','1143677598','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4302','286','5','55','1143678050','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4303','286','5','75','1143681724','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4304','290','13','26','1143682013','4413c3e2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4305','258','11','6','1143682071','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4306','290','13','38','1143682279','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4307','259','11','6','1143682493','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4308','290','13','26','1143682855','4413c3e2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4309','260','11','6','1143683790','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4310','259','11','4','1143684533','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4311','260','11','4','1143684765','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4312','27','8','63','1143686012','40354c91','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4313','271','11','6','1143686651','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4314','272','11','6','1143688641','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4315','274','11','6','1143689004','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4316','262','1','-1','1143689330','4010b53a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4317','299','5','153','1143689597','42520938','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4318','275','11','6','1143689934','4549723b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4319','275','11','4','1143692168','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4320','299','5','4','1143692246','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4321','88','8','153','1143692471','45130e29','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4322','182','19','134','1143693226','8b3707dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4323','88','8','174','1143693236','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4324','88','8','38','1143694350','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4325','283','19','153','1143694433','45130e29','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4326','290','13','56','1143696925','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4327','88','8','153','1143697670','45130e11','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4328','290','13','153','1143697818','45130e11','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4329','299','5','45','1143702793','46d4ab97','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4330','299','5','208','1143712127','4434d7e6','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4331','182','19','206','1143720264','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4332','271','11','2','1143723516','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4333','260','11','2','1143723711','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4334','284','5','37','1143723829','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4335','272','11','3','1143726003','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4336','259','11','3','1143726157','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4337','259','11','2','1143726528','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4338','259','11','4','1143726661','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4339','272','11','2','1143726843','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4340','272','11','4','1143726890','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4341','260','11','4','1143727257','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4342','271','11','4','1143727783','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4343','62','8','262','1143728842','186a862a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4344','260','11','3','1143729113','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4345','271','11','3','1143729427','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4346','284','5','87','1143730151','47e4d05a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4347','268','20','43','1143730204','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4348','284','5','43','1143730490','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4349','301','1','209','1143730670','a666f1e9','','1','0','1','1','1143731480','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4350','301','1','74','1143731165','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4351','275','11','3','1143731254','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4352','301','1','209','1143731525','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4353','301','1','231','1143731704','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4354','302','11','3','1143734857','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4355','299','5','45','1143736012','46c52d8c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4356','299','5','251','1143736757','4434dd67','','1','0','1','0','1143737022','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4357','88','8','172','1143736793','443491fa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4358','299','5','45','1143736975','46c52d8c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4359','299','5','251','1143737180','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4360','301','1','54','1143737505','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4361','299','5','54','1143737704','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4362','299','5','251','1143738100','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4363','299','5','208','1143738449','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4364','262','1','208','1143738631','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4365','299','5','172','1143738833','443491fa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4366','299','5','208','1143739220','cf2d830a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4367','271','11','6','1143739989','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4368','303','1','92','1143740256','189f00af','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4369','271','11','6','1143740272','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4370','302','11','2','1143741263','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4371','286','5','93','1143741363','ccfa9479','','1','0','1','1','1143766683','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4372','303','1','37','1143741656','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4373','299','5','251','1143741926','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4374','301','1','93','1143741953','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4375','88','8','19','1143743180','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4376','303','1','5','1143743873','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4384','299','5','174','1143748843','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4385','301','1','65','1143748950','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4386','303','1','49','1143749079','44dccde9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4387','168','1','49','1143749254','44dccde9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4388','301','1','49','1143749374','44dccde9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4389','299','5','172','1143750167','443491fa','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4390','301','1','3','1143750660','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4391','299','5','45','1143750986','46c52d8c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4392','304','19','259','1143751016','18fec206','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4393','253','1','65','1143751975','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4394','304','19','54','1143752433','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4395','253','1','65','1143753638','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4396','301','1','65','1143753760','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4397','304','19','5','1143753893','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4398','168','1','-1','1143754276','45130e0f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4399','301','1','-1','1143754562','45130e0f','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4400','168','1','206','1143754591','18f1df2d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4401','301','1','153','1143754709','45130e0f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4402','168','1','153','1143754786','45130e0f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4403','304','19','188','1143756308','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4404','301','1','38','1143756555','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4405','253','1','38','1143756878','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4406','168','1','5','1143756970','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4407','301','1','55','1143757336','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4408','303','1','55','1143757513','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4409','301','1','5','1143757577','8f4f8f0a','','1','0','1','1','1143757886','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4410','299','5','188','1143757635','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4411','301','1','49','1143757879','44dccde9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4412','168','1','49','1143757957','44dccde9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4413','299','5','208','1143758729','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4414','299','5','251','1143758791','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4415','299','5','208','1143758882','cf2d830b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4416','305','4','263','1143759007','c6923933','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4417','168','1','263','1143759656','c6923933','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4418','82','8','134','1143760318','8b37058a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4419','138','19','134','1143760947','8b37058a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4420','253','1','88','1143761259','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4421','253','1','38','1143763010','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4422','301','1','179','1143763157','46629729','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4423','286','5','38','1143763381','45f13255','','1','0','1','1','1143778482','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4424','253','1','251','1143764305','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4425','138','19','26','1143766877','4320c546','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4426','286','5','26','1143767145','4320c546','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4427','88','8','26','1143767586','4320c546','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4428','284','5','4','1143768863','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4429','306','8','4','1143769287','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4430','253','1','34','1143770109','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4431','307','1','61','1143770552','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4432','4','12','23','1143770617','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4433','308','3','61','1143770763','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4434','309','8','61','1143770797','189f39c0','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4435','138','19','134','1143771353','8b37058a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4436','307','1','231','1143771887','45fe5205','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4437','253','1','7','1143772019','400c7486','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4438','285','5','3','1143773403','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4439','4','12','4','1143773422','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4440','157','8','52','1143773452','438c7fdd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4441','275','11','4','1143773724','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4442','82','8','3','1143773859','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4443','303','1','3','1143774196','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4444','310','5','3','1143774450','44d15415','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4445','5','12','147','1143774527','18d664dd','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4446','4','12','38','1143776337','45f13255','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4447','310','5','43','1143776814','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4448','311','1','134','1143778053','8b37058a','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4449','285','5','43','1143778765','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4450','307','1','251','1143778927','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4451','4','12','43','1143779430','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4452','309','8','43','1143779696','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4453','312','5','19','1143780362','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4454','4','12','34','1143780522','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4455','157','8','34','1143780863','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4456','82','8','60','1143781866','423fcff9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4457','138','19','152','1143783247','42a86642','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4458','286','5','75','1143784782','185c56da','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4459','253','1','68','1143784796','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4460','138','19','74','1143784884','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4461','138','19','33','1143786500','41016834','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4462','157','8','33','1143787194','41016834','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4463','231','8','33','1143787268','41016834','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4464','270','8','33','1143787391','41016834','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4465','312','5','174','1143790374','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4466','301','1','10','1143808645','d8994a18','','1','0','1','1','1143846791','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4467','302','11','2','1143809991','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4468','302','11','3','1143811369','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4469','310','5','2','1143811429','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4470','302','11','2','1143811537','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4471','305','4','2','1143811778','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4472','293','21','2','1143812007','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4473','259','11','2','1143812253','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4474','301','1','2','1143812527','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4475','259','11','2','1143812579','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4476','313','21','2','1143812799','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4477','309','8','193','1143813532','a12dcda1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4478','307','1','193','1143813584','a12dcda1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4479','314','5','23','1143814263','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4480','307','1','23','1143814304','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4481','259','11','2','1143814396','d110f232','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4482','4','12','4','1143814735','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4483','4','12','49','1143815060','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4484','259','11','3','1143816180','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4485','307','1','209','1143816410','a666f1e9','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4486','307','1','188','1143816633','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4487','314','5','5','1143817445','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4488','312','5','5','1143817542','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4489','270','8','5','1143817622','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4490','85','1','5','1143818053','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4491','309','8','5','1143818140','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4492','306','8','6','1143820841','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4493','303','1','6','1143820883','cfcbfe6e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4494','303','1','4','1143821297','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4495','306','8','4','1143821408','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4496','314','5','4','1143821681','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4497','312','5','43','1143821722','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4498','309','8','60','1143821911','423fca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4499','312','5','174','1143821992','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4500','303','1','60','1143822155','423fca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4501','311','1','60','1143822307','423fca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4502','312','5','60','1143822583','423fca73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4503','312','5','43','1143822793','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4504','292','5','43','1143823234','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4505','303','1','88','1143823271','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4506','286','5','93','1143823393','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4507','4','12','43','1143823621','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4508','295','21','93','1143823640','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4509','294','21','93','1143823820','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4510','313','21','93','1143823932','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4511','304','19','259','1143824262','18fec206','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4512','310','5','93','1143825133','ccfa9479','','1','0','1','1','1143825899','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4513','270','8','93','1143825318','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4514','311','1','253','1143825413','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4515','310','5','37','1143825573','0c0da104','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4516','310','5','93','1143825635','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4517','253','1','88','1143826097','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4518','315','10','3','1143826300','ccb540c2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4519','285','5','88','1143826743','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4520','315','10','34','1143827172','186096f2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4521','312','5','174','1143827236','45f5386d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4522','303','1','253','1143827298','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4523','314','5','23','1143827464','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4524','316','1','253','1143828912','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4525','315','10','43','1143831895','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4526','285','5','43','1143832315','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4527','312','5','5','1143832323','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4528','315','10','54','1143832506','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4529','314','5','5','1143832543','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4530','312','5','43','1143832575','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4531','315','10','5','1143832651','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4532','309','8','5','1143832945','8f4f8f0a','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4533','314','5','4','1143833484','41d6646e','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4534','314','5','4','1143833554','41d6646e','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4535','305','4','153','1143833861','45130e2c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4536','291','2','88','1143834406','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4537','310','5','49','1143835876','44dcc96b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4538','307','1','49','1143836282','44dcc96b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4539','314','5','49','1143836479','44dcc96b','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4540','315','10','27','1143839354','d8b404c8','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4541','304','19','180','1143841956','443993bf','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4542','315','10','55','1143846692','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4543','285','5','88','1143850393','a081cb13','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4544','285','5','43','1143851265','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4545','268','20','43','1143851341','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4546','285','5','19','1143852303','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4547','307','1','238','1143852420','4435463c','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4548','285','5','43','1143853857','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4549','307','1','43','1143854223','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4550','285','5','19','1143854724','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4551','291','2','-1','1143855589','4435463c','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4552','291','2','-1','1143855850','4435463c','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4553','286','5','43','1143855853','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4554','291','2','4','1143855912','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4555','317','5','4','1143856904','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4556','285','5','4','1143857080','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4557','82','8','134','1143857479','8b37080d','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4558','270','8','188','1143859980','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4559','247','13','101','1143860251','400c7406','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4560','82','8','60','1143861121','423fc9ee','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4561','315','10','49','1143862885','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4562','85','1','26','1143863233','469c1242','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4563','308','3','26','1143863331','469c1242','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4564','285','5','26','1143863749','469c1242','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4565','270','8','251','1143864643','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4566','138','19','26','1143864685','469c1242','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4567','315','10','26','1143864897','469c1242','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4568','285','5','209','1143865796','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4569','85','1','23','1143866645','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4570','315','10','4','1143866676','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4571','317','5','60','1143867406','423fd016','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4572','318','14','43','1143867640','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4573','285','5','153','1143867751','45130e21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4574','319','10','88','1143868000','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4575','319','10','26','1143868183','46958158','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4576','85','1','26','1143868329','46958158','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4577','317','5','88','1143868641','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4578','315','10','56','1143868716','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4579','85','1','88','1143868926','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4580','309','8','60','1143869296','423fd03e','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4581','318','14','153','1143869348','45130e21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4582','318','14','26','1143869470','46958158','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4583','85','1','26','1143869569','46958158','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4584','157','8','65','1143869588','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4585','318','14','43','1143869708','aa8d6d21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4586','157','8','26','1143869878','46958158','','1','0','1','1','1143874046','2');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4587','320','10','56','1143869881','1897b8d1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4588','157','8','153','1143870086','45130e21','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4589','291','2','19','1143870306','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4590','157','8','65','1143870603','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4591','5','12','147','1143871261','42a8f41e','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4592','157','8','74','1143871440','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4593','319','10','2','1143872031','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4594','279','10','7','1143872494','cdbc7488','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4595','291','2','26','1143873691','410161f8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4596','291','2','19','1143873837','42a8671d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4597','157','8','26','1143874192','410161f8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4598','310','5','93','1143883898','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4599','268','20','93','1143884095','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4600','291','2','-1','1143892812','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4601','291','2','253','1143893257','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4602','291','2','188','1143895757','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4603','279','10','188','1143896242','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4604','291','2','26','1143898136','469d2315','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4605','291','2','209','1143898361','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4606','291','2','26','1143899156','469d2315','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4607','291','2','261','1143900426','4104f54c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4608','319','10','5','1143900448','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4609','132','4','261','1143900545','4104f54c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4610','291','2','5','1143900645','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4611','291','2','26','1143900732','469d2315','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4612','291','2','261','1143901165','4104f54c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4613','320','10','188','1143901691','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4614','291','2','26','1143901817','469d2315','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4615','291','2','23','1143902062','189f080c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4616','320','10','26','1143902679','469d2315','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4617','321','5','251','1143903518','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4618','300','5','252','1143906297','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4619','294','21','2','1143908744','454968b2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4620','209','2','264','1143909700','423d4248','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4621','157','8','28','1143910657','d8b404c8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4622','157','8','28','1143910748','d8b404c8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4623','157','8','28','1143912893','d8b404c8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4624','320','10','188','1143913316','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4625','294','21','93','1143915823','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4626','291','2','93','1143917293','ccfa9479','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4627','300','5','65','1143919646','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4628','157','8','65','1143919928','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4629','5','12','65','1143920071','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4630','157','8','65','1143920546','454958df','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4631','321','5','87','1143921389','185c553d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4632','320','10','87','1143921594','185c553d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4633','319','10','87','1143921697','185c553d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4634','315','10','87','1143922114','185c553d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4635','293','21','87','1143922411','185c553d','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4636','321','5','251','1143922631','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4637','315','10','49','1143923652','18b30f73','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4638','286','5','38','1143924165','189ea560','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4639','318','14','38','1143924624','189ea560','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4640','279','10','38','1143924743','189ea560','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4641','293','21','2','1143924976','4411b9d2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4642','320','10','4','1143924987','4435463c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4643','294','21','2','1143925030','4411b9d2','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4644','294','21','5','1143927895','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4645','291','2','261','1143927910','4215d7c3','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4646','319','10','5','1143928096','41068ca1','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4647','322','2','74','1143945213','443ebf60','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4648','195','13','92','1143947534','438ca1c7','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4649','132','4','209','1143949362','1897dbbe','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4650','318','14','43','1143949737','44eefc59','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4651','132','4','251','1143950910','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4652','323','12','68','1143951919','4623bfed','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4653','286','5','88','1143955907','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4654','195','13','252','1143955953','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4655','321','5','56','1143956013','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4656','324','13','92','1143957020','438ca1c7','','1','0','1','0','1143980488','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4657','325','1','92','1143957240','438ca1c7','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4658','303','1','92','1143957347','438ca1c7','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4659','291','2','88','1143957480','46959e4c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4660','326','5','252','1143958087','44346079','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4661','4','12','147','1143959295','42a8f41e','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4662','320','10','56','1143959494','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4663','323','12','56','1143959869','186069e8','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4664','5','12','147','1143960108','42a8f41e','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4673','328','2','96','1143990218','4031036c','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4674','318','14','188','1143990470','4434dd67','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4676','328','2','253','1143991685','189f9537','','1','0','1','0','1143992007','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4677','195','13','26','1143991697','449abbbd','','1','0','1','1','1144005075','1');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4678','327','19','26','1143991794','449abbbd','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4679','328','2','2','1143991874','4411953f','','1','0','1','1','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4680','328','2','253','1143992700','189f9537','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4681','321','5','251','1143993566','4434dd67','','1','0','1','0','','0');
INSERT INTO so_phpbb_posts (post_id,topic_id,forum_id,poster_id,post_time,poster_ip,post_username,enable_bbcode,enable_html,enable_smilies,enable_sig,post_edit_time,post_edit_count) VALUES('4682','329','19','174','1143995981','45f5386d','','1','0','1','1','','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_posts_text
#
DROP TABLE IF EXISTS so_phpbb_posts_text;
CREATE TABLE so_phpbb_posts_text(
	post_id mediumint(8) unsigned NOT NULL,
	bbcode_uid varchar(10) NOT NULL,
	post_subject varchar(60),
	post_text text
	PRIMARY KEY (post_id)
);

#
# Table Data for so_phpbb_posts_text
#
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2888','9707e2a3c9','','Galactic Marine... becasue the rest of them would be lame... and I don't want any bunnys to die.
 :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2889','15a5656d74','Re: Activation','[quote:15a5656d74="JW03tmp"]Hi,

Can you activate my account?  My username is JW03.

Thanks![/quote:15a5656d74]

Hi,

JW03 asked if I can check and see if you would activate his account.

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('5','2a9a82d330','We're back!','Thanks, Oh Mighty Webmeister!
We can continue where we left off.
Thanks for the hard work!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('6','a9a6f83c18','[NC-17] Anything goes!!!','Ok ..  anything goes in here.. enter at your own risk!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('7','bd8a07d4e3','','Well at least with your post count.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('8','ad0d58f1c5','[NC-17] Daala's Trophy Case','Reclone and commence!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2887','eddbf8613e','','Master Koon has just secured a lake side house with a Trout pond in prop heaven.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('10','95d8e8ee22','','Back and ready to rock!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('11','cffaaf0fe5','','Nice to be back in buisiness :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('12','e46a15020d','Forum dynamics and life','Ok, forum is back and THAT hole is closed.  Good news is that the forums are up, and the ONLY .. I do mean ONLY thing the jerk got to was the forum posts.  I managed to keep him out of user information, personal info, galleries, member pics, avatars, etc.

I'll be picking through the backup file and trying to recover what I can if anything.  In the meantime, (because I'm being careful so forgive me) I tried to reassign permissions.. as I stated in general.. if you don't have access to something you should.. let one of the command staff know and we'll get you back cruising.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('14','733676bd49','','I'm sure I'm speaking for everyone when I say thank you for all the hard work and effort to get things back up and running!   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2886','9f27d0fc9e','','The clone. I voted for it because that's what Tambo said to do.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('16','b116cd8722','The deuce you say...','Ok.. I've got session info and that damn amateur actually left an email address in the work he did...

I'll be taking the session info apart and doing some forensic work on it...if I can find anything he'll be my new short term hobby so I can prevent him from being a pain agian for awhile.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('17','3adbbfc456','Post War Rev 2','Knock yourself out. Post War away!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('18','635227642a','','As you wish.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('19','7146b672be','','[img:7146b672be]http://i23.photobucket.com/albums/b375/loki41872/7876.gif[/img:7146b672be]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('20','6903ebd6f3','','Thank you, Chris!  Now go take an aspirin for that killer headache!  lol');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('21','9c6d0f475c','New Usergroups','I've added some new usergroups for the forum, aside from SO Command Staff, and 501st Southern Outpost I've added:

Rogues, Scum and Villiany - for the Trash Compactor
501st Legion (non SO) and Allies - For rebel legion and 501st at large members.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('22','4d95f73e93','','heh cmon Loki.. I *KNOW* you can do better!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('23','ead08f1b90','March 5th, Chattanooga, TN :  Kids Fair','Copied from the Chattooine Forum

http://chattooine.proboards39.com/index.cgi

[quote:ead08f1b90]I'm trying to get a bunch of Star Wars fans here locally who have costumes, to come out and put on a Star Wars fun day for some kids ages (1-12). The event would take place on March 5th (Sunday) at Fathom downtown - 412 Market St. The kids could get their pictures made with the costumed characters and just enjoy the fun of being around them. This would be a totally free event and we would invite the public, especially some less fortunate kids from Inner City Ministries and Bethel Children's Home. Let me know if you could help in anyway or if you know of any other local Star Wars fans that have costumes that would be willing to come out for a couple of hours that Sunday. I found out about you through the local Star Wars fan site. 

Tim[/quote:ead08f1b90]


Members that intend to attend so far:

Loki..............TK
Crayfish........Clone
Corey...........Vader
Derek...........Koon/ RG
Matt..............Sasquatch
Glenn............Power Ranger
Summer........Snow Bunny
Ivan..............Boba, the Fett

I know there were a couple of others, but I didn't back up that info, so it's now lost.  Post if you can attend!  We will make final plans for travel, ect...  at the Big Spectacular Timmy-Con this coming weekend in Clarksville, TN!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('24','291507195b','','You forgot to add me to the Command Staff Chris!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('25','16504db2e8','','I can, I was just expressing my feelings.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('26','2ca969cea1','','Great work on getting the boards back up and running in a timely fashion. I do think that I will miss the catchy tune that was there for a night though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('27','d6565666c7','Mission Reports 2006','[OUTPOST NEWS HEADER - REPLY TO ADD NEWS FOR THIS YEAR]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('28','91469fa6ad','','[img:91469fa6ad]http://i23.photobucket.com/albums/b375/loki41872/101.jpg[/img:91469fa6ad]
[img:91469fa6ad]http://i23.photobucket.com/albums/b375/loki41872/100.jpg[/img:91469fa6ad]



[size=18:91469fa6ad]My girlfriend, Fook Mi  and her sister, Fook Yu[/size:91469fa6ad]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('29','1310b57f65','ChattaCon 2006','January 20-22

Chattanooga, Tennessee

The Chattanooga Choo-Choo Hotel

[img:1310b57f65]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/ChattaCon2006025.jpg[/img:1310b57f65]

The Southern Outpost was greeted with southern hospitality by the Chattooine Fan Force and the ChattaCon Staff.

Clones, Troopers, Mandalorians and the like all enjoyed this party atmosphere and sci-fi/fastasy atmosphere while withstanding rainstorms.

Day 1: The Southern Outpost engaged in a great ice-breaker with the ChattaCon regulars as we mixed and mingled in the con suite until 3am in the morning. Details are sketchy. In the immortal words of our fearless Admiral Holly, &quot;What happens at the con, stays at the con&quot;.

Day 2: The Southern Outpost, victorious in the debate of Star Wars vs Star Trek as Stormtroopers matched wits with the Klingons. The debate team of Crayfish and Jester with sideline coach, Loki, overwhelmed the tempermental Klingons with their mastery of sarcasm in both the offensive and defensive attacks. In the end, both teams left the battlefield as good friends in the hopes that these debates might be employed in future cons

Photos shown here are of attending members in and around the scenic and historic Chattanogga Choo-Choo hotel.

[img:1310b57f65]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/ChattaCon2006010.jpg[/img:1310b57f65]
[img:1310b57f65]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/ChattaCon2006026.jpg[/img:1310b57f65]
[img:1310b57f65]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/ChattaCon2006032.jpg[/img:1310b57f65]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('364','2146c9c266','','dammm you got me.  How do the arabs grow coffee beans?  Maybe it's just a name...regardless I'm switching to Columbian.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('365','36f0f858d2','','I'll be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('366','4ec22cede4','','How much for a resin mando helmet? Trying to figure out how much Im gonna owe you this weekend. 2 Disc, 2 rank badges, 1 e-11 stock, 1 mando helmet.  Total?   Maybe you should pm me this info. Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('30','1ac0d3865c','','Thanks all.. and if you REALLY REALLY want to hear the catchy tune..

I  can dig it out and post it !!! lol');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('31','6ec442d70e','','[size=18:6ec442d70e]My &quot;Trashy Babe&quot; of the week... You know her, you want her... COURTNEY LOVE!![/size:6ec442d70e]


[img:6ec442d70e]http://i23.photobucket.com/albums/b375/loki41872/CLOVE15.jpg[/img:6ec442d70e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('32','8a19b34c4d','Action Figure Theater','And now behold, the collection of season 1 of Action Figure Theater....


[img:8a19b34c4d]http://img.photobucket.com/albums/v647/TK_6873/psychotrooper.jpg[/img:8a19b34c4d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('35','4336677be9','','[b:4336677be9][size=18:4336677be9]Now In Stores![/size:4336677be9][/b:4336677be9] 
The Z-Man Action Figure in Convention Attire.
Vomiting and passing out action.
Beer mug and beer accessories sold separately.  
Pants not included.

[img:4336677be9]http://img.photobucket.com/albums/v647/TK_6873/smut/zmandoll.jpg[/img:4336677be9]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('36','6bc542a50a','','Wahooo, thanks Chris!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('38','baa4ee3c93','Comments for AFT','Just wanted to open this one back up again.. 

and might I say, that's quite a wicked smile there. Truly frightening.

Oh, and AHH ! about the ZMan doll. lol!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('40','f5a343f9d5','','Thanks for doing that Jenn! I'm scrambling to get all the episodes together to repost.

I'm throwing in all the one-shots first. I'm having to reorganize my photo-hosting catalog. Since we have a clean slate, it seemed like the PERFECT time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('41','356593b936','','Thank you Chris.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('42','dcb2c43b89','','I'm stepping away from what turned out to be a very very long day to get some dinner.  Please pass the word if anyone needs access that they don't have (but are supposed to!) send me a message.  I think I got most everyone taken care of but I might have missed a few.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('43','489c2846ee','','Season 1: Episode 1

[img:489c2846ee]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Action%20Figure%20Theater/tk6873001.jpg[/img:489c2846ee]

[img:489c2846ee]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Action%20Figure%20Theater/tk6873002.jpg[/img:489c2846ee]

[img:489c2846ee]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Action%20Figure%20Theater/tk6873003.jpg[/img:489c2846ee]

[img:489c2846ee]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Action%20Figure%20Theater/tk6873004.jpg[/img:489c2846ee]

[img:489c2846ee]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Action%20Figure%20Theater/tk6873005.jpg[/img:489c2846ee]

[img:489c2846ee]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Action%20Figure%20Theater/tk6873006.jpg[/img:489c2846ee]

[img:489c2846ee]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Action%20Figure%20Theater/tk6873007.jpg[/img:489c2846ee]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('44','0fa4daa80c','','shouldnt it be AFT instead of ATF?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('45','389547eebb','','courtney love...yummy!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('46','4566c6db82','','Good catch, Bob. X gets the square and we move on to the next round.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('47','0d43c01db6','','Hopefully steps will be or have already been taken to prevent that happening again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('48','02bf349bf8','','I'm glad we're back in business! That Turkish song was getting to me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('50','710152286f','','Season 1: Episode 2

[img:710152286f]http://img.photobucket.com/albums/v647/TK_6873/TheTable1.jpg[/img:710152286f]

[img:710152286f]http://img.photobucket.com/albums/v647/TK_6873/TheTable20.jpg[/img:710152286f]

[img:710152286f]http://img.photobucket.com/albums/v647/TK_6873/TheTable3.jpg[/img:710152286f]

[img:710152286f]http://img.photobucket.com/albums/v647/TK_6873/TheTable4.jpg[/img:710152286f]

[img:710152286f]http://img.photobucket.com/albums/v647/TK_6873/TheTable5.jpg[/img:710152286f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('52','897c35a8b8','','Season 1: Episode 3

[img:897c35a8b8]http://img.photobucket.com/albums/v647/TK_6873/SpottingZman1.jpg[/img:897c35a8b8]

[img:897c35a8b8]http://img.photobucket.com/albums/v647/TK_6873/SpottingZman2.jpg[/img:897c35a8b8]

[img:897c35a8b8]http://img.photobucket.com/albums/v647/TK_6873/SpottingZman03.jpg[/img:897c35a8b8]

[img:897c35a8b8]http://img.photobucket.com/albums/v647/TK_6873/SpottingZman5.jpg[/img:897c35a8b8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('53','3d1cee1448','','Season 1: Episode 4 &quot;Cylon Envy&quot;

[img:3d1cee1448]http://img.photobucket.com/albums/v647/TK_6873/CylonEnvy001.jpg[/img:3d1cee1448]

[img:3d1cee1448]http://img.photobucket.com/albums/v647/TK_6873/CylonEnvy002.jpg[/img:3d1cee1448]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('54','9447546bba','','Courtney Love?  What the hell is wrong with you people?  To quote Billy from Predator: &quot;I wouldn't wish that on a broke-dick dog.&quot;



You can find better Courtneys in about 30 seconds on Google.



[img:9447546bba]http://img79.imageshack.us/img79/1638/159or.jpg[/img:9447546bba]

[img:9447546bba]http://img79.imageshack.us/img79/1531/169yh.jpg[/img:9447546bba]

[img:9447546bba]http://img79.imageshack.us/img79/6060/173bj.jpg[/img:9447546bba]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('56','cf04b3fd8e','','LMAO.. ok.. sorry about that. how the heck do I change it?

ok. I think it's changed anyway.. now that I look at it again.. 

I think sake does not make me bright, Chris..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('57','efcc837d4c','','Season 1: Episode 5 &quot;Z-Man: The Chosen One&quot;

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame1.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame2.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame3.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame4.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame5.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame6.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame7.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame8.jpg[/img:efcc837d4c]

[img:efcc837d4c]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/Frame9.jpg[/img:efcc837d4c]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('58','538ad8ef0e','','Season 1: Episode 6 &quot;Loki's New Girl&quot;

[img:538ad8ef0e]http://img.photobucket.com/albums/v647/TK_6873/Loki1.jpg[/img:538ad8ef0e]

[img:538ad8ef0e]http://img.photobucket.com/albums/v647/TK_6873/Loki2.jpg[/img:538ad8ef0e]

[img:538ad8ef0e]http://img.photobucket.com/albums/v647/TK_6873/Loki3.jpg[/img:538ad8ef0e]

[img:538ad8ef0e]http://img.photobucket.com/albums/v647/TK_6873/Loki4.jpg[/img:538ad8ef0e]

[img:538ad8ef0e]http://img.photobucket.com/albums/v647/TK_6873/Loki5.jpg[/img:538ad8ef0e]

[img:538ad8ef0e]http://img.photobucket.com/albums/v647/TK_6873/Loki6.jpg[/img:538ad8ef0e]

[img:538ad8ef0e]http://img.photobucket.com/albums/v647/TK_6873/Loki7.jpg[/img:538ad8ef0e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2885','4100693a4d','','Right on Dave the rest of you will each have 10 Bunny rabbits die for not picking clones...Rose will only have 2 Die because Royal guards are cool (we already have a figure of this guy, remove the robes on the episode 3 Red guard and he has all the armor)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('60','a53c9ad708','','Season 1: Episode 7 &quot;South Post&quot;

[img:a53c9ad708]http://img.photobucket.com/albums/v647/TK_6873/Sign.jpg[/img:a53c9ad708]

[img:a53c9ad708]http://img.photobucket.com/albums/v647/TK_6873/SouthPost1.jpg[/img:a53c9ad708]

[img:a53c9ad708]http://img.photobucket.com/albums/v647/TK_6873/SouthPost2.jpg[/img:a53c9ad708]

[img:a53c9ad708]http://img.photobucket.com/albums/v647/TK_6873/SouthPost3.jpg[/img:a53c9ad708]

[img:a53c9ad708]http://img.photobucket.com/albums/v647/TK_6873/SouthPost4.jpg[/img:a53c9ad708]

[img:a53c9ad708]http://img.photobucket.com/albums/v647/TK_6873/SouthPost5.jpg[/img:a53c9ad708]

[img:a53c9ad708]http://img.photobucket.com/albums/v647/TK_6873/SouthPost6.jpg[/img:a53c9ad708]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('61','b684dc1dda','','do the rest of you feel like doing this to our Hacker?  I know I do.
[img:b684dc1dda]http://nuclearweaponarchive.org/Usa/Tests/Ukbadger1.jpg[/img:b684dc1dda]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('62','71f39ef259','','Season 1: Episode 8 &quot;The Admiral's Revenge&quot;

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral1.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral2.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral3.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral4.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral5.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral6.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral7.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral8.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral9.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral91.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral92.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral93.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral94.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral95.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral96.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral97.jpg[/img:71f39ef259]

[img:71f39ef259]http://img.photobucket.com/albums/v647/TK_6873/Admiral98.jpg[/img:71f39ef259]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2883','2fb0486398','','Galactic Marine. Who else would I have voted for?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2884','a03d9a7d14','','I fixed my spelling error..thanks for pointing that out.....Beavis!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2882','a623f75d9b','','tambo,
that all looked great and scientific-like,i was going to try and answer them

until i saw you mis-spelled &quot;adjust&quot;, in the first question,from there i was laughing and couldnt concentrate........ :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('65','950bb43ac7','','Google them?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('67','eee782b089','','Google them untill they piss theirselves');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('68','7fe7f2e529','','No not Google them..NUKE them!!!!
[img:7fe7f2e529]http://nuclearweaponarchive.org/Usa/Tests/Ukgrable2.jpg[/img:7fe7f2e529]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('512','2e4e92f122','','Here are the directions to mi casa, Thank you to Vesper, he had copied them before the hack:

Directions to ATINMYCON:

Address:
3785 Old Clarksville Pike
Clarksville, TN 37043

From Nashville:

I-24 towards Clarksville
Exit 11
At the bottom of the ramp turn Left.
You are going to drive to the second signal. This is approximattly 5-6 miles.
The second signal will be Hwy 12, you can only turn left..
Turn Left
Go for approximattly 6 miles.
On the left hand side you will see a small bar called &quot;The Beer Box&quot;
Start slowing down.
Following &quot;The Beer Box&quot; you will see the recycle/ trash conveniance center. Slow way down.
About 100 feet past the trash station will be &quot;Old Clarksville Pike&quot; on your left.
Turn Left
Count 3 houses on the left and that is my place.
It is also the first house on the left with a huge brick mailbox that has a red and a blue reflector on it...

House number is on the Mailbox front &quot;3785&quot;

If you get lost the phone number here is (931)362-4092');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('70','1f43275bd3','','Season 1: Episode 9 &quot;Phone Calls &amp; Attention Spans&quot;

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls1.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls2.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls3.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls4.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls5.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls6.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls7.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls8.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls9.jpg[/img:1f43275bd3]

[img:1f43275bd3]http://img.photobucket.com/albums/v647/TK_6873/Phonecalls10.jpg[/img:1f43275bd3]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('71','c2a5ad3ab2','','OK Tambo, thats disturbing... I mean did you look for those pics or are they from your personal stuff?  Nevermind, I don't think I want to know. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('72','07f3a0483f','','Season 1: Episode 10 &quot;The Episode That Sucked&quot;

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader0.jpg[/img:07f3a0483f]

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader1.jpg[/img:07f3a0483f]

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader2.jpg[/img:07f3a0483f]

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader3.jpg[/img:07f3a0483f]

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader4.jpg[/img:07f3a0483f]

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader5.jpg[/img:07f3a0483f]

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader6.jpg[/img:07f3a0483f]

[img:07f3a0483f]http://img.photobucket.com/albums/v647/TK_6873/Vader7.jpg[/img:07f3a0483f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('74','5c7dfb9179','','Yes those are my personal pics I took of peoples homes that pissed me off. :o   

They were all Muslims :o');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('75','1963a518d2','',':rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('76','58353f4cb7','','One more reason your are the allmighty Tambo: Destroyer of Worlds (at least the ones of people who pissed you off.)  ALL HAIL TAMBO!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('77','18c43620d2','','Jester, don't forget to add back in the home tour of Fort Jester.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('78','7da66abbd5','','That makes more sense.

Disclaimer, when Tambo first posted, it showed a google image. Please do not think that I do not wish violence on those who hacked the boards and got that damn song stuck in my head. Thank you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('79','9f85f10f24','','Season 1: Episode 11 &quot;The Saga of Drax&quot; Part 1 of 3

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Opening.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax1.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax2.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax3.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax4.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax5.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax6.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax7.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax8.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax9.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax10.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax11.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax12.jpg[/img:9f85f10f24]

[img:9f85f10f24]http://img.photobucket.com/albums/v647/TK_6873/Drax13.jpg[/img:9f85f10f24]

End Part 1');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('82','7800856671','','Hammer, I am with you on this one. That was a MUCH better Courtney.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('83','972beccca2','','Season 1: Episode 12 &quot;The Saga of Drax&quot; Part 2

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax14A.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax15.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax16.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax17.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax18.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax19.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax20.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax21.jpg[/img:972beccca2]

[img:972beccca2]http://img.photobucket.com/albums/v647/TK_6873/Drax22A.jpg[/img:972beccca2]

End Part 2');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('84','9938599ea5','Mando Earcap Decals','Any of you guys got any Earcap decals for a mando bucket?  Custom mando bucket almost done, now starting on armor and soft parts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2881','8e02041aea','','Q. Adjust the Sine wave of this magnetic envelope so that anti-neutrons can pass through but anti-gravitons cannot.

[img:8e02041aea]http://memory-alpha.org/en/images/thumb/3/30/Magnetic_envelope%2C_sine_wave.jpg/300px-Magnetic_envelope%2C_sine_wave.jpg[/img:8e02041aea]

Q.) What is the electronic configuration of Gadolinium?

Q.) A starship's sensors indicate it is being pursued so closely that it occupies the same space as its pursuer. 
[img:8e02041aea]http://memory-alpha.org/en/images/thumb/d/d7/Parallex_matter_echo.jpg/300px-Parallex_matter_echo.jpg[/img:8e02041aea]

Q.) What is the molecular formula of yominum sulfide crystals?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('86','1cdf8f900b','','that was a song?  I thought signing and music was againt thier religion?  Another reason to Bomb them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('87','293be693fc','','Thanks Chris.. I know you have worked hard on this. The beverage of your choosing is on me the next time we meet up.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('88','d11fbe6260','','Let the pathetic little rebel now witness the full power of the Southern Outpost and it fully operational Death Star!!!!
[img:d11fbe6260]http://www.roadsquadron.com/Reference/ANH/DS/DS1_01.jpg[/img:d11fbe6260]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('90','63e1a0934a','','Season 1: Episode 13 &quot;The Saga of Drax&quot; Part 3 Final

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Draxpart3-1.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax35-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax36-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax37-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax38-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax39-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax40-3A.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax40-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax41-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax42-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax43-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax44-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax45-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax46-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax47-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax48-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax49-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax50-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax51-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax52-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax53-3.jpg[/img:63e1a0934a]

[img:63e1a0934a]http://img.photobucket.com/albums/v647/TK_6873/Drax54-3.jpg[/img:63e1a0934a]

Conclusion');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('91','d2134faccd','','Buckaroo Banzai saves the world AGAIN!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('92','c8e17d90ad','','NNNNIIIICCCCEEEE!!!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('93','2a4f1f2d25','','Gads! You're right Derek. I almost forgot about that. I'll definitely throw that one back in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('94','c9f35bb902','','Woo Hooo AFT is Back, I thought I was going to have to open a AF myself and cause immediate destruction to the threads of the universe.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('95','a95a596e9d','','Hey..my Non..PC post on the legion board was removed..I guess they like the Muslims..I'm a very bad man..very bad.
[img:a95a596e9d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/188523/1813039Bomb.JPG[/img:a95a596e9d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('96','db6159d2ff','','Atinmy Star online and operational!!!!!

Loki, you know how I know your gay??????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('98','684c34bdc5','','Tambo, we all like the muslims....

I like mine nice and toasty after a warhead or two.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('99','2799104ee5','','Heh... It just makes you all warm and mushy inside don't it! :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('101','36f60a1cab','','Here's the one-shot episode that picked on Chase's version of Action Figure Theater.
No malice or messages intended, just thought it would be fun to do a cross-over episode.
The clone bust-up is Chase, the helmet is Loki and the GH Vader is Skip.


[img:36f60a1cab]http://img.photobucket.com/albums/v647/TK_6873/FamilyFeud1.jpg[/img:36f60a1cab]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('511','e8f60dfbc1','Announcement about forum','Remember, if you were a member of the forum before and now do not have the same access now that you had, send me a pm and let me know what you had access to.

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('103','dd5e988306','','[img:dd5e988306]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/188523/1768400222.JPG[/img:dd5e988306]
[img:dd5e988306]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/188523/1768413222.JPG[/img:dd5e988306]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('510','59f55c3472','','Sorry bout the illness Drax, hope you're feeling better.  Thanks for the reply.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('105','74795cbc36','ATINMMY CON FEb 25, 2006','OK boys and girls,
This coming Saturday, be there, or be square..









Roster:
Atin
Gobbles
Loki
Skip
Jen
Jester
Suzzane
Sweetpea
Rose
Vesper
Cray Fish
Zman
Hammer
Master Koon
Dallas
Bob
Betty
Angi
Tambo
Ivan
Summer
Eelem
Spanker
Glenn Stein
Paul
Kevin Peters
Sgt Dark
(JW) Yoda + 2 kids
Hook
Bamatrooper
Zach');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4383','aa6de9a263','','[quote:aa6de9a263="Anonymous"]when was this Con and how can you go about being informed when they are coming up[/quote:aa6de9a263]

Well, for one thing, who are you?
That'll give us some idea of what suggestions to make.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('106','ab0b4f0adb','','Courtney is my &quot;Trashy Babe of The Week&quot;.  Starring fine trailer-park whores of the world, and Courtney Love is their Queen.


I'd still do her.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('107','a72e943a8f','Atinmmy Con, This Weekend (Feb 25, 2006)','OK boys and girls,
This coming Saturday, be there, or be square..

Here is who I remember was on the roster, so if you are not on it, please post so I can add you..






Roster:
Atin
Gobbles
Loki
Skip
Jen
Jester
Suzzane
Sweetpea
Rose
Vesper
Cray Fish
Zman
Hammer
Master Koon
Dallas
Bob
Betty
Angi
Tambo
Ivan
Summer
Eelem
Spanker
Glenn Stein
Paul
Kevin Peters
Sgt Dark
(JW) Yoda + 2 kids
Hook
Bamatrooper
Zach');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('109','31d4888cc9','','Bob, Betty, and Angi');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('110','77c861b9d0','','Damn Corey.  You're missing about 15 people on that roster.  Before the Terrorist Attack it was half a page long..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('111','4fc6360148','','Hey Corey, I'm definately in for the March 11 time around.  Hopefully, I'll be bringin a few guys with me.  but I'll be there for sure!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('112','436e5e41b2','','Man, if I had the one in white in Tambos pic, I could be satisified and warm for life....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('113','5d1cbe0a7c','','I know I cant remember everyone that was on it, so hopefully they will post and I can add them....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('114','60fdace6c3','','damn terrorists.... &quot;prepares one of Tambos nukes&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('115','417c184b5c','','I think she was at Craptacular Con last year, in green body paint.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('116','c286879b25','','Thanks Angi  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('118','64b554d27b','Ginger, or Mary Ann?  Discuss!','http://tbs.com/general/story/0,,36370,00.html

There, go chew on that for a while!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('119','a59a7b5ddf','','Vesper was bringing Nightmarez and Eelem with him from Chattooine. Spanker is coming on Saturday I believe.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('121','931cd66b51','','This again!?  Loki are you drinking?  If not.... START NOW! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('122','4101be9a3b','','Thanks Master Koon  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('123','d52c27a0ea','',''cause the toilets green and the cats pregnant?  eeeeew thats just nasty!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('124','8751a210de','','Easy there Corey...

This thread is somewhat public!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('125','8c3209b692','','No , the green thing was MUCH biggger');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('126','679ecba668','','ooops

But hay Carl was right  :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('127','8c55ecf6e4','',':shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('128','91fb21265f','','Corey is right. She was at Chattacon in blue. She was asking Cray if he wanted to help her get the paint off later on in the evening.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('504','bb31bc4312','','im simply not impressed after last year.the hotels were crummy and the hyatt was forced to shut down.the masquerade was lackluster in its new location.
the con just didnt have the same excitement.not to mention how pitiful the 501st was last year.what did we have,30 people show up to the Dcon parade?
ive discussed coming down for a day to see everyone but more than likely im gonna head to a different con in august then Dcon this year.
so sorry,Zman,there will likely be no adventures of the pulse rifle this year :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('503','ee0b794fc7','','(repost of Atin's reply..)

hmmm, I like the book ends, that atleast is an original idea....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('132','261565b351','Much Thanks oh Wizard of our Tribal-Cathedral of Community','Good evening Commander Banzai!   I'm just arriving and sorting through the site as to what transpired here, as I have been oblivious tucked away in my studio for weeks on end.

 I don't know much about the workings, but I know enough to be extremely appreciative of what you've done to see that everything is repaired!  Just considering the number of registries that you had to run through to re-enlist/cross-check/etc..makes me think &quot;hours spent&quot; on your part.  Add all the other aspects I don't even grasp, and I wish to extend my profound thanks for looking after everyone here Chris!!

 Absolutely Wicked response time on the incident Sir!  THANK YOU!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('133','b33575bd84','','hmmm... hmm hmmhmmmm 

enjoy :) 

[img:b33575bd84]http://i30.photobucket.com/albums/c322/MommaJenks/alec25.jpg[/img:b33575bd84]

[img:b33575bd84]http://i30.photobucket.com/albums/c322/MommaJenks/63d49440.jpg[/img:b33575bd84]

[img:b33575bd84]http://i30.photobucket.com/albums/c322/MommaJenks/14.jpg[/img:b33575bd84]

[img:b33575bd84]http://i30.photobucket.com/albums/c322/MommaJenks/bradpitt2.jpg[/img:b33575bd84]

[img:b33575bd84]http://i30.photobucket.com/albums/c322/MommaJenks/erp-vyh55t.jpg[/img:b33575bd84][/img]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('134','3ff96f1978','','Here's the tour of Fort Jester. This was the Couch Fort inspired by my buddy Crayfish for the few nights that I had to spend on the sofa due to...a disagreement, shall we say, with my wife Susanne.
This paraody may have also fueled the rumor that was going around about our pending divorce. Hey, I love to buy my wife gifts, but I never spend THAT much.


Welcome to Fort Jester. Here we see mini-Jester and Alf welcoming us to the tour.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/FortJester002.jpg[/img:3ff96f1978]

Here's the back deck of Ft. Jester where the 69th IDC flag is flying for easy identification for those approaching from the kitchen.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/FortJester003.jpg[/img:3ff96f1978]

Here is a view of the from veranda, where I have a spectacular view overlooking the 39&quot; TV.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/FortJester005.jpg[/img:3ff96f1978]

For those who would like to visit Ft. Jester, I have a small guest cottage.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/FortJester004.jpg[/img:3ff96f1978]

A well stocked food supply is a must. I never know how long these stays will last.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/FortJester001.jpg[/img:3ff96f1978]

Now let's tour the interior. Using Feng Shui, I was able to get quite a few things worked in....
The bed room:
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/Bed.jpg[/img:3ff96f1978]

The indoor pool:
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/Pool.jpg[/img:3ff96f1978]

The casino where I win all the neighborhood kids' money.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/blackjack20table.jpg[/img:3ff96f1978]

Seeing that it's just me at Ft. Jester, I knew I'd need some help around the place doing choirs like laundry, cooking, cleaning, backrubs and someone to get me a beer so I wouldn't have to move out of my comfortable position while watching TV, so I hired a wait staff.
Meet Candy, Brandi and Veronica.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/staff.jpg[/img:3ff96f1978]

And then I bragged to the neighbors.
[img:3ff96f1978]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/AtPlay.jpg[/img:3ff96f1978]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('135','ac710a1bd2','torso_boy's GM progress','I've finished the right boot. The toe armor looks like crap, but it's the best I can do with my current abilities. The toe armor consists of one layer of thick craft foam, and one layer of white vinyl. I heated up the craft foam, and pulled it over the shoe. Then once it was formed, I cut it to shape and glued it where it needed to be glued. Then I repeated the same process with the vinyl layer, but glued all of it to the craft foam. Then I added the greeblies, which were made by cutting away a part of the twist-off cap section to a spray bottle top.

[img:ac710a1bd2]http://i48.photobucket.com/albums/f239/torso_boy/DSCF0334.jpg[/img:ac710a1bd2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('136','7dbc25f593','','Loki,

It's Bitch, Moan, and Whine.  Don't you know.  BMW man BMW.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('137','9faa93e5e6','torso_boy's DC-17s Commando sidearm','This update features the addition of the swing arms that will eventually hold the back part on. The final product will be a nice build, with no twisting of the swing arms. They are attached at the screws, but will also glue down on the other end where they are resting in the photo. Then you just glue on the back part and start shootin'!

[img:9faa93e5e6]http://i48.photobucket.com/albums/f239/torso_boy/DSCF0308.jpg[/img:9faa93e5e6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('138','d79608850e','','My favorite car manufacturer is BMW. But the only thing I can bitch, moan, and whine about them is that I don't have one yet. ARG!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('139','eef9942ea4','','[quote:eef9942ea4="TK326"]Hopefully steps will be or have already been taken to prevent that happening again.[/quote:eef9942ea4]

That one, yes. I routinely recheck what I've fixed and read through the forum code to figure out and adjust for any new ones. It happens &lt;shrug&gt; no website is foolproof.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('140','bc923fd0da','','Thanks Dark, Corey and all. 

Tambo about that beverage, you're on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2879','93c4816f0d','','can do Skip, Ill get what I have to do done this morning and then sort my personal hard copy roster with the info... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2880','335bd300a8','','[quote:335bd300a8="Tambo"]You guys got this right..the White plastic tends to be stonger..it's molecular structure is bonded better..and all that scientific mumbo jumbo that is above all your primitive ape heads.[/quote:335bd300a8]

Riiiiiiggghhhht.  Try me.    :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('142','0dc49f76a6','','One of the MANY reasons why we need to go to Mardi Gras.....

[img:0dc49f76a6]http://img.photobucket.com/albums/v647/TK_6873/GirlsGirlsGirls/MardiGras.jpg[/img:0dc49f76a6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('143','04960fc6d8','','Hey girls, can anybody do this? Really? Prove it.

[img:04960fc6d8]http://img.photobucket.com/albums/v647/TK_6873/GirlsGirlsGirls/grosserthangross.jpg[/img:04960fc6d8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('144','98a0f73a84','[NC-17] TROPHY-CASE','Fear not!  We have plenty of stolen backup tapes of our old recruits, so we can repost on request anytime.

But there's no reason to rest on our laurels.
Let's get off our laurels and set the cloning tanks on maximum capacity!

[img:98a0f73a84]http://www.knology.net/~killjoy/501stnc17/2mil0000.jpg[/img:98a0f73a84][img:98a0f73a84]http://www.knology.net/~killjoy/501stnc17/12cop.jpg[/img:98a0f73a84][img:98a0f73a84]http://www.knology.net/~killjoy/501stnc17/gallry10.jpg[/img:98a0f73a84]
[img:98a0f73a84]http://www.knology.net/~killjoy/501stnc17/billy_07.jpg[/img:98a0f73a84][img:98a0f73a84]http://www.knology.net/~killjoy/501stnc17/VX00463-001.jpg[/img:98a0f73a84]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('145','642e84dea3','','Is there any chance we could get a link to the Turkish Top Forty?
I found that tune to have a great beat and a catchy tune, but hard to dance to.

Thanks, Chris, for all your work. You did a heck of a job in record time.
Let's hope that guy decides to step up in his ranks and become a suicide bomber in the cave district.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('146','cca0d5986b','','Not Wine...   BEER.  BEER I say!!! :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4384','95f8afb5e6','','I'll be there. I work till 7, and then will head straight there from Green Hills.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4385','b9a86fad2b','','And anyway, we're famous, dahling!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4386','ae8362ced6','','Whew! At first I was wondering if it was Kia or not! I guess she finally decided she couldn't do any better!!  :D 

Congrats you guys!

P.S. I don't want to come to the wedding but was wondering if I could go on the honeymoon with you guys......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('148','675eca5bed','[NC-17] TROPHY-CASE','Now I'm just trying to outpost the nekkid lady pics in the Anything Goes thread.  Tough competition.

[img:675eca5bed]http://www.knology.net/~killjoy/501stnc17/0304CB12.jpg[/img:675eca5bed][img:675eca5bed]http://www.knology.net/~killjoy/501stnc17/beis01a.jpg[/img:675eca5bed]
[img:675eca5bed]http://www.knology.net/~killjoy/501stnc17/robcasale05.jpg[/img:675eca5bed][img:675eca5bed]http://www.knology.net/~killjoy/501stnc17/robcasale23.jpg[/img:675eca5bed]
[img:675eca5bed]http://www.knology.net/~killjoy/501stnc17/Derek-05.jpg[/img:675eca5bed]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('485','7c441c007c','Mandalorian thread','We have our oun section now for members only.  please report.

http://highlandcitadel.com/501stso/phpBB2/viewforum.php?f=19');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('150','8d6cae61d3','','I'm ready to rip some arms off! Pretty hard to do much hacking without 'em.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('151','4fe446a874','','Maybe now I just won't come. 

Nah, I'll just get there eventually on Saturday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('152','269d2343b8','','Thought I'd mention that I already wrote to GG about the mistakes on the Obi-Wan statue. Those being the lightsaber, which was correct on the maquette, and the undersuit, which was also incorrectly black on the maquette.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('153','4225e02621','','I am SO in there...  Might have to warm up a snowspeeder, but I'm sure I'll be there.  Maybe we'll ALL need snowspeeders to get to post that day as well...

(I really need to change my avatar...)

Corey, count me in!!!

Paul');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('155','791216231c','','[quote:791216231c="TK2138"]Hey Corey, I'm definately in for the March 11 time around.  Hopefully, I'll be bringin a few guys with me.  but I'll be there for sure![/quote:791216231c]

Ill start working on the roster for the 11th after this party..
But Ill get you on it as soon as I start it...
Just let me know if you are bringing a few other people so we can plan it out right.. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('154','e71edc46ea','','Got both of you (Glenn and Paul)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('156','7c6c56084b','','[quote:7c6c56084b="JediToren"]I'm ready to rip some arms off! Pretty hard to do much hacking without 'em.[/quote:7c6c56084b]


Ah but now Microsoft has the speech mode on XP, so guess they could still do it..
Now with out a head, Then they are out of the hacking game  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('157','947a33d1fa','','Jester, I think only sweetpea can do the Turkish/Russian dance moves.. I have seen him do it!!!!

Hmmm Turkish top 40, lets see, some may be:

40: Im just a pathetic ass that wants attention.
39: Hay good lookin, is that all your own chest hair.
38: Im pissed cause my country is named after a retard bird.
37: Brokeback Turkish Bath
36: 99 car bombs
35: Osama my love
34:  Saturday Night live and no man to date
33: I did it my way, with communist approval first
32: my turbin, my bomb
31: We are the losers, sung by real Queen Turks.
30: My camel, my wife, my son
29: Im a loser and want to show it
28: Mother Teresa looks like my date
27: Bombs over my Turbin
26: The first time I looked into my camels eyes
25: Whip it, whip it till he talks
24: Bad ; By Micheal our Hero
23: Why do I only have an inch and americans have 6
22: The plutonium is connected to the fision fuse, the fision fuse is connected.
21: If I had a Hammer and Sickle
20: Blowin in the nuclear Wind
19: Allstar, I am not
18: Why does my temple look like it is a penis
17: Its hard to be perfect, when your Turkish in everyway.
16: I wish they all could be California boys
15: We dont need no education, cause our teachers are as stupid as we are.
14: Stairway to Alla
13: woman here are ugly, thank alla I have my boy
12: Waterpipe fun
11: I kill you.
10: lalalalalala (sung by women in hiding)
9 : I kill you ; reprise
8; We are the world, and we blow it up
7: Little Deuce car bomb
6: Fat Bottom Girls, oh wait thats my boyfriend.
5: Ive got a tiny little coconut
4: Candle up my ass
3: Surfin USSR
2: It my life, as long as the communist party lets me have it.
1: And the top 40 Turkish song:
All of Micheal Jacksons hits, cause he is a pervert like us all...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('159','f2b82036bf','',':shock:  :shock:  :shock:  :shock: 

DUDE!!!

That was funny as hell!!!!! :lol:  :lol:  :lol: 
Poor Cray, so young and so picked on.. We love you Cray....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2877','cc6754fa5a','','Put me Down for a &quot;Han Shot First&quot; right now');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2878','6f2fc20250','','corey,
you realize that only a certain number of people are coming friday night.
some are riding over from birmingham saturday,some are staying in chattanooga at the fantasycon,then riding down saturday like we did last year.
so you might want to make a note on who's where(to yourself) so that your not calling everybody thats not at the hotel.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2874','8d5306765d','','Wendy and Alex will be there this weekend. So you can change them from tentative to definite.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2875','f37277e2e6','','[quote:f37277e2e6="SL100"],our very own &quot;Derek&quot; is now the XO of the coreliian base.

[/quote:f37277e2e6]

Yeah for you, Derek, Congrads man!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2876','8c65cb7147','','Thanks Mark, my bad, I didnt have Alex on there, not sure, I know you told me before...

Zman, if it was listed in importance, I wouldnt be on the list, I would be well way down off the page under the sidewalk... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2873','e534dcc5e8','','Will the Microwave piece be for your stomach? Kinda like a Tella-Tubby?

Armor looks great Crash, very nice colors!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('163','7459c467b4','Question for Command Staff','Can you guys see this area? Just making sure the permissions got reset correctly.  Reply if you can please.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('164','73fb636716','','Drop Nightmarez from the list. Although he really, [i:73fb636716]really [/i:73fb636716]wanted to go, something came up that will be really big for him (which may lead to a potential trooping event sometime in October) and he's having to work all that out this weekend. I'll tell you guys about it this Saturday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('165','4aed44464a','','yep');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('166','c942beb777','','is this something thats illegal? i dont know internet law.other than the hassle factor i wonder if theres even anybody out there that in the &quot;real&quot; world ,that considers this a crime.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('167','65d01fb743','','I dont know Vesper, once you are on the list, you cant cancel!!!!

 :lol:  :lol:  :lol: 

Got his name off the roster, hmmmm, cant wait to hear what it is!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('169','69765b9fe0','','yeah.

i'll help you look around the permissions masks...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('505','35cc8eee6c','','I really like the Loki Fett.  Great colors, well made armor and Gauntlets.  With a Jetpack without a doubt this is one of the coolest custom mandos I've ever seen.

Loki you can add my gauntlet whip cord attachment at the prop party...bring them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('500','cbaa39aae9','','Sounds good.  I agree a Outpost wide vote for a Captain of the guard at a minimum.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('502','68c6499cc0','','Hope everything goes well brother.  Let us know if you need help moving.  give us a heads up ahead of time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('172','9b41f05e3c','','Please dont forget to check out the pre events thread, Im trying to get the Atinmmy Con roster back in order...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('173','dbe92b04ce','','OK, I have a complaint...


I have no reason to complain right now, somebody do something to insite a riot so I can bitch again!!!! :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('174','0257012530','','hey guys dont hate on all the muslims,
with out them....who would Loki deliver beer to???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('176','7d4415262f','','*ROTFLMAO*
Very good Skip, now go start your formal appolagy thread  :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('489','fe96611d5e','','jon i was going to pm you about that... give me a call or your #...

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('178','ab15a7dba9','','its ok Carl, deep breats, soothing good thoughts, youll be fine  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('179','6baf6a356c','snowtrooper pics thread','i know we had a snowtrooper and snow  thread going.

this past weekend there was just enough snow on the ground and enough light left to throw the armor on and jump in the snow.
more pics later,but i liked these two.

[img:6baf6a356c]http://i13.photobucket.com/albums/a296/skipjenn/pic5-1.jpg[/img:6baf6a356c]

[img:6baf6a356c]http://i13.photobucket.com/albums/a296/skipjenn/pic7-1.jpg[/img:6baf6a356c]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('180','aff1a832eb','','Man, Fort Jester is a palace.. But no Dr. Jack in the food pile??? or Orange Zima... hmmmm   :wink:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('181','702f91fbb0','','Technically yes it is. But because we're a costuming group it'd be hard to get law enforcement to jump on it quickly.  BUT what can be done is that once I get (if I can) ip information of where the guy came from and notify both the FBI and the guy's Internet provider at the same time.  Normally the internet provider will yank the twep's access and turn his info over to the FBI.  I've already stored off a copy of the affected database files for them.

I've a guy I work out with at the gym here that works in the local FBI office and I was going to ask him for some advice when I go to the gym today after work.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('182','5632dde76b','','Whew! My life has meaning again! I found myself reading books, spending time with my wife and kids, calling my mom, and petting the dogs...............wrong...just seemed all wrong.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('183','d4a999b576','','Alllright!!!! The BMW thread has become a love fest!  Loki, come here let me give you a big ol kiss!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('184','fef4a33bda','','Peace, Love, and BEER!!!  hmmm... is that peace or a piece.. oh well 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('185','cd9b90cf8f','','Chris! You da MAN!!!!!!!!!! 

Thanks for all your hard work. I speak for everybody when I say DOUBLE HIS PAY!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('186','7b002f24c5','','&quot;thinking of a happy place&quot;...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('187','d1f8a368f9','','[quote:d1f8a368f9="TD152"]yeah.

i'll help you look around the permissions masks...[/quote:d1f8a368f9]

Thanks Joey.  I've been trying to add the users to different usergroups in case I have to restore again.  I got into reattaching the permissions and hit the user groups from before!  :shock:  :shock: 

When I woke I figured I'd better set us up some usergroups  :wink:   :lol:

That is one thing though.. I'm pretty sure I got most of the users back to what they were before. But at 230 something users, I might have missed one or two.  So give a shout if someone doesn't have the permissions they should.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('188','060d256e1d','add me','I will be there on Saturday.  Can we get some additional info on the visit to the hospitol.  When, where, what time?  Could we meet in a cetral location.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('189','25d860db5e','','[quote:25d860db5e="TB1112"]LMAO.. ok.. sorry about that. how the heck do I change it?

ok. I think it's changed anyway.. now that I look at it again.. 

I think sake does not make me bright, Chris..[/quote:25d860db5e]

 :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('191','475b5adcf1','','Just added you to the list Hook.

I will be calling our contact today to try and finalize it, as soon as I have a green light, I will post directions and times for the Ft Cambell boy...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('192','1b76c41811','','Carl, close your eyes and just imagine all the SO members and you, on Star Tours...
That would be a VERY happy place....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('193','b320174de0','','So much love, so much beer..
It makes me  :cry:  :cry:  :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('194','1ce5ded97f','','it was very wrong Z, you [u:1ce5ded97f]should[/u:1ce5ded97f] have been writing!!!!!! :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('195','7e0accf77e','','I'm with you there Atin! Z you should have been writing!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('506','80078ce394','','I agree on the Captain of the Guard at a minimum, espeically for stuff like last week, elections and so on for arbitration purposes if needed.

Jeff? Drax?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('498','4d4a5e4907','','if there is a need to hold some kind of vote how about an election(s) for captn of the guards,or area leaders ,that kind of thing.
then everybody would be able to nominate and to vote for somebody they like instead of us just appointing someone and none of the members being able to express themselves.

this could be done by state,or area or garrison wide.
but i like the idea of having a few others on the command staff to voice opinions and to help delegate things.

ive got a possible birthday party to go to sat around noon.after that ill likely be heading to corey's party.so a sit down meeting should happen.

edit-chris,perhaps we can call you from corey's.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('197','8b4d282271','','I'd like to formally say that my place of employment thanks you, Jester, for taking me out of the work environment long enough to throughly digest all of the AFT and tour of Ft. Jester. Employee production was up 15%, but I'll make sure that doesn't last.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('198','dfbe36d412','','Chris and Donald, thanks for getting the forums back up so fast and for taking a Sunday to it.  Now go take the day off you deserve it!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('200','3adb371aab','','I just wanted to say that just because you reposted a bunch of AFT on a Sunday does not exempt you from posting a comic for this week.


That is all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('201','db0321b58c','','Oh man! Busted by the two REAL writers!!!! Ok guys, I'm going back to my book......sheesh......writing is SO boring compared to reading!! Sure I can't pay you guys to ghost write for me!?

Chris, I got one of those cool little keyboards for my PDA and have started writing with it!! Now.....if I just had the brains to write a book.........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('202','adf1bbc8b8','','STAR TOURS!!!  :shock:  I almost threw up on that ride!!! But.......that didn't stop me from riding it a thousand more times!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('203','63a910ba01','Adventure Con, Knoxville TN, June 24-25th','Adventure Con, Knoxville TN, June 24-25th

[url]http://www.adventurecon.com/[/url]

They have Ray Park confirmed for this year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('204','6a0bca8477','Mid South Con, Memphis TN, March 24-26','Mid South Con, Memphis TN, March 24-26

[url]http://www.midsouthcon.org/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('205','d278a3b262','','I'm SO there Schweet Pea!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('206','8329da22a1','Dragon Con, Atlanta GA, Sept 1-4','Dragon Con, Atlanta GA, Sept 1-4

[url]http://www.dragoncon.org/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('207','0bdc1bb642','','Star Tours is the greatest ride at mouseland!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('208','a631cec995','St Patrick's Day Parade, Atlanta GA, March 18','St Patrick's Day Parade, Atlanta GA, March 18

This one's coming up real quick, please post info here...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('209','d56a6c0e26','','Back on February 7th, Loki wrote on our boards &quot;Matt has now confirmed. Add one Wookiee to the list.&quot; Confirmed?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('210','5babc77f05','','We are not writers!!! WE are AUTHORS!!!!

 :wink:  :wink:  :wink: 

Z, set the logical side of your brain aside, you CAN write a book, you WILL write your book and WILL do an awesome job!!!!!

Work with those 3x5 cards, everyday at the same time of day.. It is all up to you..

Yes Banzai or I could write your book, but then what would it be to you? If you write it yourself, you get to be a god. You shape your universe, you control your characters (Well to a point, cause the characters actually control you) You decide who lives, who dies. Who gets sick who stays healthy. You decide who is celibate and who is a nimpho.
But if you dont first start, then you are just a person wanting to write a book...
Think if George would have listened to all the nay sayers that said, Science Fiction Farm Boy story??? Your stupid and so is your idea..
 :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('507','d5db4746c4','','Sorry I haven't posted in a while. Laura got the flu last Wednesday and it decided to kick my ass Friday night. I didn't get out of bed for more than the bathroom until this morning. 

As far as elections go... If people have made nominations and they were accepted then we need to have them. I was trying my best to catch up on the all the &quot;election&quot; and &quot;garrison split&quot; threads till I got sick, but I didn't make it. As such, I'm kinda lost as to what all the sentiments are. I personally think Joey and Skip are still doing a bang-up job and want them to continue if they are still up for it. 

I think we need to double-check with the troops to make sure if there was anyone else besides Joey that was nominated and accepted. If so, we have the election. If not, we move on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('495','3ec5535a4f','','If you guys would, please let me know what you decide at the prop party. I can't make the prop party this weekend even though I'd like to.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('213','625645b8cd','','Info for St Pats Parade:

Its a Parade
Its in ATL
We go, we march, we troop, we party, end up at the pickle barrel on the way home, party more, write on the walls.
Go Home... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('214','4a7660ed06','','Atin's right Z.. just keep at it and don't let the logical side bog you down.

You won't regret getting it written on your own. We both know you want to do it.. and we also know your GOING to do it!! 

I know I'm impatiently waiting on the first edition!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('215','9a97e80283','Boba jumpsuit','Hey guys I've got a used Boba jumpsuit to get rid of. This was one of Suppa's that he didn't need any more. It's a dickies and has been mod. with thigh pockets, shin pockets, etc. It's not perfect, but would work for a starter Fett. Or if your lady has mad sewing skills, you could mod it to be even more better.

Anyway, it fits my 5'-11&quot; 180lb body and can be yours for $50... which is what I have in it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('216','bf84c2afce','','ok guys I am hitting you up....Do any of you want to buy girl scout cookies?  Emily fett is selling them to work toward a cookie badge.  THey are $3.00 a box and Joey will bring them up on Satuday for those who would like some.  Email me off the boards so we don't Hijack this thread.

thanks ahead of time.

Admiral_holly@bellsouth.net');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('217','681b57aacc','','Seriouslly now:

Lets re start the roster:
I will get the Friday night Hotel info again, Ill have to look at my reservation...

Plan so far is:

Friday night, those who can will stay at Red Roof in Outside of ATL.
Saturday:
Meet and then convoy to Parade. Park at the end of Parade route and then walk to beginning.
After Parade and not sure which will happen first, but; 
Troop ATL underground
Invade Ikea for display cases.

At this point I think some are headed to the Chattanooga Con thing happening there and some are headed to Pickle Barrel in Chattanooga for good food and friends..
 Form there it is up to you..

So, lets start the roster:

Atin; Biker scout and STAPWAY
Zman: Shocktrooper
Skip
Loki
Lokis Daughters');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('218','75fe6dd834','Stormtrooper start to finish','I brought over my how-to from the RPF.  It is a set of GF armor.  I was learning at the time, so use at your own risk.  :lol:  Hope it comes in handy for someone.
------------------------------------------------------------------------------------


I thought to get me working on this stuff, I'd document my armor building experience. Not too many photos, but enough.

I started by collecting everything I could think of to help build it. Of course, some things won't be used because I got in a hurry buying the junk.
[img:75fe6dd834]http://www.rpf.invisionzone.com/archive/stormbuilt/sup_t.jpg[/img:75fe6dd834]

Here are the upper arm/forearm pieces glued together. I've since added IS velcro to the forearms. The velcro makes the joining sides sit far apart. I don't know if I like that. i could glue them because I can barely wiggle my hand through them closed. make darned sure you sand the correct sides before starting! I picked up one and started sanding away and noticed that it was going to be the side that faced outwards!!! Now I have some fine sanding and polishing to do on that boo-boo.
[img:75fe6dd834]http://www.rpf.invisionzone.com/archive/stormbuilt/arm_t.jpg[/img:75fe6dd834]

I'm using devcon plastic weld. Pretty strong stuff (fumes), but it seems to work fine. I have about 20-30 seconds of 'wiggle' time before the glue really starts to kick. If it squirts out, I can scrape it with my thumbnail. However, it will take the gloss off, so be careful!

I found a better set of suspenders. They are from an Altus Elastic Back Support Belt that I picked up at Wal-Mart for under 20 bucks. I cut the plastic clips off and glued them to the ab and kidney plates. Now I can easily remove the suspenders if need be. They just snap on.
[img:75fe6dd834]http://www.rpf.invisionzone.com/archive/stormbuilt/belt.jpg[/img:75fe6dd834]



Next, it was time to test fit the chest. Man, this GF is some small stuff. The dive skin I am wearing has a logo on the chest that can be seen with the chest piece in place! Luckily, I have a flat black unitard that I can use instead. There is a lot of trial and error with this stuff. I have to make sure all the plates are right before I start gluing/strapping stuff together. I have used masking tape to hold everything togehter here:
[img:75fe6dd834]http://www.rpf.invisionzone.com/archive/stormbuilt/prog2_t.jpg[/img:75fe6dd834]


That's it for now...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('219','c40c3f72e0','','Admiral, That is not a highjack, put me down for 3 boxes of the thin mints please..
Umm 3.00 a box??? Ill tell you what Ill pay 3.45 a box canadian money, if thats ok, Im trying to get rid of it... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('220','215d671b7d','','LOL Atin! YEA BABY! I'm on for the parade.....Shock Trooper

It would be SO cool if you guys would come by Chatta on Saturday night!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('221','29ce8ef0aa','','I can have your body for $50!!?? I'll take it!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('222','4292d52e8e','','Well, the thigh piece was a nightmare just as I figured it would be. If you ever let the halves touch momentarily and then pull them apart, the bond will not be very good. I had to attempt to glue the piece together twice. The second time I glued in sections working my way up the thigh. This is probably a job more suited for two people. Another set of hands would have come in handy. I can see where the glue seeped all down the seam. You can't tell it from the pic, but I can. I think I'm gonna buy some white enamel paint and touch it up some.
[img:4292d52e8e]http://www.rpf.invisionzone.com/archive/stormbuilt/thigh.jpg[/img:4292d52e8e]


I forgot to mention previously that I pulled the foam out of the top of my helmet and replaced it with a headband from a five dollar hardhat. The headband is glued in with hot glue. Note: If you glue one into this particular type of asymmetrical helmet, then the connection points of the headband will not be the same for each side in the back. If you did this, the helmet would sit incorrectly.
[img:4292d52e8e]http://www.rpf.invisionzone.com/archive/stormbuilt/headband.jpg[/img:4292d52e8e]
[img:4292d52e8e]http://www.rpf.invisionzone.com/archive/stormbuilt/headbandinstall.jpg[/img:4292d52e8e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('223','f63978e758','','Here's some shots of the ab and kidney/butt plates. I have the feeling I'm going to be using a lot of buttons and straps. Velcro and elastic have too much give for my taste. If you move a certain way, you can hear it 'crunch'. I just have a feeling that it's not going to be secure. I'll have to put more attachment points on the kidney/butt plates because if the kidney plate wraps around, the butt plate should follow. Otherwise the sides of it will be sticking out like wings. Doh! 
[img:f63978e758]http://www.rpf.invisionzone.com/archive/stormbuilt/suspenders.jpg[/img:f63978e758]
[img:f63978e758]http://www.rpf.invisionzone.com/archive/stormbuilt/suspenders2.jpg[/img:f63978e758]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('224','b3ee8620c9','','Thanks, Atin and Chris.....you know before it's all done, I'm gonna drive you two so crazy, you're gonna be sorry you ever offered help!

Wow, me and George.....think I'll get him on the phone, see if he'd like to  lunch one day at the Club.......*chortle!*

z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('225','64cfe045b0','','I knew I'd be reshaping some pieces so that they would feel more comfortable, so I started with the arms. When glued together, they took on an ellipse shape that felt tight and uncomfortable. To remedy this, I put on my nomex flight gloves (didn't have anything else handy at the time) and carefully started heating the plastic with a hot-air gun. I kept it moving all over and mainly concentrated on the inside of each piece. Once I could start feeling heat coming through the other side, I squeezed the piece together and 'shocked' it with running cold water so that it would retain its shape. Here is a comparison of a reshaped one to one that is not:
[img:64cfe045b0]http://www.rpf.invisionzone.com/archive/stormbuilt/armresize.jpg[/img:64cfe045b0]


I glued the right shin together. It is gonna be a much better fit than the left. I highly recommend that you get a couple of 5&quot; deep throat u-clamps and four 2&quot; spring clamps. They come in handy when you need a second set of hands. I took sticky-back felt pads and stuck them to the clamps so that they wouldn't damage the plastic:
[img:64cfe045b0]http://www.rpf.invisionzone.com/archive/stormbuilt/clamps.jpg[/img:64cfe045b0]


I velcroed the left calf, but before I did, I put the piece on and clamped it around my leg as far as it would go. I then marked where the piece overlapped in back, so I would know how wide to make the velcro strip. As you can see from this pic, the sides on the left calf piece don't line up very well:
[img:64cfe045b0]http://www.rpf.invisionzone.com/archive/stormbuilt/leftcalf.jpg[/img:64cfe045b0]


I heated it to try and straighten it up. It worked a little, but one side started to curl from the heat, so I stopped. Here is the piece velcroed together. It still needs the edges lined up (cut).
[img:64cfe045b0]http://www.rpf.invisionzone.com/archive/stormbuilt/leftcalfvelcro.jpg[/img:64cfe045b0]


If I get it overlapped like it should be, a ridge on the top digs into my leg. I'm thinking about cutting it off because it will be hidden by the sniper plate when I attach it:
[img:64cfe045b0]http://www.rpf.invisionzone.com/archive/stormbuilt/leftcalftop.jpg[/img:64cfe045b0]


I'm going to get started on the buttons soon. They will be attached to squares of styrene and then glued to the armor:
[img:64cfe045b0]http://www.rpf.invisionzone.com/archive/stormbuilt/styrene.jpg[/img:64cfe045b0]


That's it for now...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('226','29d71e1e36','','OK Z, I added you to the roster, but Im confused.
Will you be wearing a shock trooper or will the troopers be shocked that you are there and wearing pants???? :wink: 

Z, I have to see whats happening that day, the Parade may take a lot out of me, but if I feel ok, I may just come and crash in your room  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('227','483720bfd9','','Im in for Dcon, guess I should go reserve my roooooooooom
 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('228','796193f0d7','','no prob, Atin........and MAYBE I'll be wearing the upper part of my armor....no pants....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('229','c45af35e80','','Corey, some of us from K-town are coming over friday night... is that still cool?


Also I would ask everybody to bring cash money to help buy food, so Corey doesn't have to pay for anything. Or maybe if he wants us to bring chips or cookies, etc... whatever he needs.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('230','bd598e688e','','you just so dern sexy Zman..... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('231','54c433bc08','','I was wondering if anybody would ask that  :wink: 

Oh and for those wondering... this is not a &quot;screen used&quot; Suppa jumpsuit.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('232','ff892a6f5b','','You guys know what a Yankee woman's favorite wine is????


I want to go to Miami! 

 :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('233','d87206d23e','','Sweetpea, you guys can say at my place ANYTIME!! Of course it is still alright....

As to money donations, if anyone wants to donate, that is fine, but it is not a requirment. Im more than happy to put money out of my pocket for all of you. I mean, many of you have and are helping me with Armor etc andothers need a place to come and learn and meet everyone else..

Also dont forget, bring Blankets and pillows if your staying the night...

Sweetpea, Margarita maker is ready..

We still need the ones who want to drink Alchol, to please BYOB... With one extra bottle to be used as a donation to the NAACM ([i:d87206d23e]National Association for the advancement of Corey Miller[/i:d87206d23e])');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('234','67452883e8','','I know Im going and Im taking my Darth Maul Statue for him to sighn!!!!!!!!! :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('235','d0abf45eb6','','Roster:
Loki
Jon
Rose
Hammer
Atin
Skip
Jenn
Kell
Gooshy
Tambo
Zach
Summer
Ivan
Dallas
Terri
Chris
Chuck
Banzai
RL-BlueJedi
Wookieegunner');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('236','1822d2804b','','Got my RomFX in yesterday! Whoo hoo! This thing is cool. It's as simple as plugging in the speaker, mic, battery, and turning it on. Sounds very realistic and is customizable. Here's a picture of the board and speaker:
[img:1822d2804b]http://www.rpf.invisionzone.com/archive/stormbuilt/romfx.jpg[/img:1822d2804b]


The battery should give you an idea how small it is. The three round areas near the battery are the buttons for the settings. The black post on the left is the volume, and the black post at the bottom next to the speaker plug is the on/off switch. The black and red wires go to a 9V battery clip and the yellow/black go to a 3.5mm jack for the microphone:
[img:1822d2804b]http://www.rpf.invisionzone.com/archive/stormbuilt/mic.jpg[/img:1822d2804b]


It works fine with the 9-volt battery, but the instructions say that you will get more volume and longer life with a 12-volt setup. After referring to their webpage, I went to radio shack and spent a couple of bucks getting two 4AA battery boxes with the 9-volt clips and a package of heavy duty 9-volt clips. Wire the three 9-volt clips together black to red for all three and your're done. This was a quick, see-if-it-works setup. I may solder longer wires on when I get ready to install it in my helmet:
[img:1822d2804b]http://www.rpf.invisionzone.com/archive/stormbuilt/romfxwires.jpg[/img:1822d2804b]


The speaker box, believe it or not, is pretty big. It won't fit comfortably under my chest armor and I am afraid it will feedback if I install it in my helmet. I plan on taking the speaker out of the enclosure and just letting it hang underneath the chest plate. That's it for now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('237','ac620c5f92','','Z, Im sure Bazai feels this same way. 
I do not consider it a chore to ever help someone acheive the reachable dream of writing.
A lot of Authors think of it as another person to compete with, so they shun up and coming talents..
I would rather share what I know and help where I can.. It is not a competition, it is a matter of history and helping a person along..
Luv ya Z.... NOW GO WRITE A CHAPTER!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('238','465c6005e7','','Corey,
Thank you for the order and I'll put you down but it has to be paid in us currency, Sorry.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('239','099ba64ab8','','ummm is that whine or wine????? :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('240','097bd249f8','','I think I've found a webbelt that I can finally settle on!  Picked it up at academy sports &amp; outdoors.  It is a heavy weight elastic pro knee wrap. It is thicker and softer than the elastic I was originally going to use. Here are pics. Three inches wide. Regular elastic on left.
[img:097bd249f8]http://www.rpf.invisionzone.com/archive/stormbuilt/webbelt1.jpg[/img:097bd249f8]
[img:097bd249f8]http://www.rpf.invisionzone.com/archive/stormbuilt/webbelt2.jpg[/img:097bd249f8]

It's 72 inches long and I have two of them (the good ones).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('241','543b1190af','','ok, Ill try and get to the ank and convert it..
I have to go anyway, I need to convert some US Dollars into Hawaiin Dollars for my trip upcoming  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('242','fb45f12093','','Dude... I'm bringing an air mattress, cooler, blender, some money, if I could get my grill in the back of the car, I'd bring that also.

Are we still going to troop that sick kids birthday? What time is that? I want to make sure I can hit the surplus stores.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('243','9aec60057f','','Atin's right I do agree!!

Its a give and take thing. By helping another author, both authors either usually or have a real good chance at coming away having broadened their skills. And.. its just the right thing to do!  :wink: 

So... why aren't you done with that chapter yet?! Jeez! Cmon Z! Your fans are waiting!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('244','3d1ea2e1ba','','I traced the fan corners inside the helmet with a pencil and then hot-glued foam squares in each corner. The fans were then attached to the foam squares. The foam will dampen the vibration. I then soldered heavy duty 9V battery clips and the fans to submini slide switches. The switches and 9V battery holders were then hot-glued to the helmet. All solder points were coated with hot glue to prevent shorts.
[img:3d1ea2e1ba]http://www.rpf.invisionzone.com/archive/stormbuilt/helm03.jpg[/img:3d1ea2e1ba]


The ROM-FX board was velcroed to the back of the helmet. Due to the board's shape and the volume knob being on the back of the board, placement inside the helmet is tricky. It looks wonky, but this the best position I could find. The 2 battery packs were velcroed to the sides. I may go back and hide all the wires in some of that black tubing stuff, but no one can see them, so I'm not that concerned about it now.
[img:3d1ea2e1ba]http://www.rpf.invisionzone.com/archive/stormbuilt/helm01.jpg[/img:3d1ea2e1ba]
[img:3d1ea2e1ba]http://www.rpf.invisionzone.com/archive/stormbuilt/helm02.jpg[/img:3d1ea2e1ba]

All the batteries made it slightly heavier toward the back of the helmet, so I glued some lead weights to the front as a counter-balance. With all this junk in the helmet, it starts to feel more 'real'. Not just a plastic shell anymore. I plan on mounting the microphone to a piece of wire that will place it close to my lips. But first, I need to glue some screen across the mouth holes.

That's it for now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('245','d70d32b71c','','Here's a test fit of the thigh and calf with the boot on:
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/bootc05.jpg[/img:d70d32b71c]

Notice how the knee power cell thingie is taped on.  I'm Mr. TestFit from now on. In pictures I've seen of actual suits, it seems to hang pretty low on the thigh as this picture shows. It also shows that the rounded side goes on the bottom:
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/realleg.jpg[/img:d70d32b71c]


The M. Cheng boots look wide when the calf piece is clamped together. Both boots feel about the same to me comfort-wise. 

Here are pics of the right boots together:
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/bootc01.jpg[/img:d70d32b71c]
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/bootc02.jpg[/img:d70d32b71c]
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/bootc03.jpg[/img:d70d32b71c]
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/bootc04.jpg[/img:d70d32b71c]


The Cheng's say 9W, but are really 10's. They are definitely made of better materials than the Caboots. Looking at the SW Visual Dictionary, the Caboots look more like ANH boots and the Chengs look more like RTOJ boots as crazy as that sounds. ANH on the left, ROTJ on the right.
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/bootc06.jpg[/img:d70d32b71c]
[img:d70d32b71c]http://www.rpf.invisionzone.com/archive/stormbuilt/bootc07.jpg[/img:d70d32b71c]


I added the grip-tion part.  Speaking of the visual dictionaries, boy can they come up with some winning entries. I especially like Lando's 'Winning smile.'');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('246','bd44766c07','','I've got one thigh strapped. There is a lot of stress on the buttons to hold that thigh piece up because it's such a snug fit on my leg. I glued the other thigh shut but I left it bigger. It is darned near perfect. I also put masking tape along the edge so that if any glue squirted out, it would end up on the tape. I could then just peel it off. The back of the left thigh is the cleanest job I've done which makes sense. It was the last seam I glued.  It took me forever to get up the courage to rivet that knee piece on. I've seen them on all kinds of ways, so I just went with one. I wanted it low as possible to close the gap between the thigh and calf. I must have long legs. Now for a touch of white paint. The sniper plate on the other leg should be interesting. It won't go on any way that seems right. It will lean to the outside because the ridge on the calf is lower on the outside than the inside. I'm going to glue it in place first and then maybe rivet it.
[img:bd44766c07]http://www.rpf.invisionzone.com/archive/stormbuilt/legrivet.jpg[/img:bd44766c07]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('247','822fa49017','','Here's another opportunity to learn from my mistakes. 

The thighs are held up by straps looped around a belt. The logical place for the stap button seemed to be in the center of the thigh. After gluing them on, I realized that it is not the optimal location. The thighs didn't seem to hold up well and the straps would be visible because they are set further in.

I glued a second set of snaps a little further down and out. This gives me a little leeway for adjustment and the straps will be hidden by the boxes that hang off of the belt.
[img:822fa49017]http://www.rpf.invisionzone.com/archive/stormbuilt/thighbutton01.jpg[/img:822fa49017]
[img:822fa49017]http://www.rpf.invisionzone.com/archive/stormbuilt/thighbutton02.jpg[/img:822fa49017]


I highly recommend these heavy duty Stanley snips. They cut through abs, metal, and heavy duty velcro like they were paper.

[url=http://www.stanleytools.com/default.asp?CATEGORY=HT+SNIPS&amp;TYPE=PRODUCT&amp;PARTNUMBER=14-569&amp;SDesc=MaxSteel%26%23153%3B+All%2DPurpose+Snips+Straight+Pattern]Snips[/url]

[img:822fa49017]http://www.rpf.invisionzone.com/archive/stormbuilt/shears.jpg[/img:822fa49017]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('248','c55c4ac442','Wonder Fest, Louisville KY, May 27-28','Wonder Fest, Louisville KY, May 27-28

[url]http://www.wonderfest.com/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('249','02a1ef1b74','','Now I'm getting into the midsection. I can wear the front and back with the sides touching. Not too uncomfortable, but it makes my arse stick out.  I plan on using snaps for both sides, so I'll prob. leave a half inch gap on each side to give me some breathing room. Looks like it will be such a snug fit that I won't need the suspenders. 
The back piece had a ridge that bothered the heck out of me:
[img:02a1ef1b74]http://www.rpf.invisionzone.com/archive/stormbuilt/backridge.jpg[/img:02a1ef1b74]


I don't know about accuracy, but I cut it off and it is much more comfortable now:
[img:02a1ef1b74]http://www.rpf.invisionzone.com/archive/stormbuilt/backnoridge.jpg[/img:02a1ef1b74]


I always thought the arse plate flared out, so I got out the hot air gun and threw caution to the wind. Oh boy, this was nerve wracking. I got the sides curving in more now. I started to see where it was curling in this corner and stopped immediately. This stuff has a mind of it's own. It can be fine one minute and BAM! Plastic is going where it wants to. 
[img:02a1ef1b74]http://www.rpf.invisionzone.com/archive/stormbuilt/melt.jpg[/img:02a1ef1b74]


This really happened with the bottom piece because it is thin. It started to warp. 
[img:02a1ef1b74]http://www.rpf.invisionzone.com/archive/stormbuilt/melt2.jpg[/img:02a1ef1b74]


Luckily, that will be on the bottom and I won't have a lot of people looking down there. I hope.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('250','7420c6c733','','NOVUS plastic polish #2 will bring a shine to your ABS suit like never before. Just using #1 alone did not work and actually seemed to dull the armor even more. #2 is a fine scratch remover, but do not let the name fool you. Use it like you would use wax. Wipe it on and then buff with a soft cloth.
[img:7420c6c733]http://www.rpf.invisionzone.com/archive/stormbuilt/novus1.jpg[/img:7420c6c733]
[img:7420c6c733]http://www.rpf.invisionzone.com/archive/stormbuilt/novus2.jpg[/img:7420c6c733]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('251','39321fc7e6','','My ab armor is pretty much a done deal. I'll have pics later. I decided to go with two button-down straps on each side. I could close up the front and back to where there are no gaps, but it is a bit uncomfortable, so I left about 1/2 inch gap on each side. I have my wife's grandmother working on the elastic belt connector. It won't be Velcro. When I get it back, I will bolt the thermal detonator to it. I'm assuming that the stories of these things getting ripped off is not urban legend.

The chest and back pieces have been fun to try and decide how I want to join them together. At one time, I was thinking about gluing them together with the ridged shoulder-bridge pieces! After learning of the elastic strap bit, I decided to join the two pieces with straps. I put buttons on the back piece for a good anchor point and velcro on the front so that it can be adjustable.

A problem I can see right now is the front wants to slide down, pulling the back up. I'm contemplating adding Velcro straps to the top of the kidney piece that will hold the back piece in place.

Next, I'll be adding the shoulder bells and bicep pieces. Oh yeah, also the ridged shoulder pieces. Another thing I dread because it will involve glue. 
[img:39321fc7e6]http://www.rpf.invisionzone.com/archive/stormbuilt/cheststraps.jpg[/img:39321fc7e6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('252','87e7c668a7','','I added elastic straps to the back. Works like a charm. Will probably add a couple to the front as well to keep it in place. As far as bending over, I can bend about 10 degrees and that's it. I'm starting to wonder, is all TK armor like this, or is mine just....wrong. There's no way I could pick something up off the floor once I'm suited up. ABS has very little give to it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('253','ef071c6ab5','','I found some off-white cotton elastic that should work well with the shoulder straps:
[img:ef071c6ab5]http://www.rpf.invisionzone.com/archive/stormbuilt/shoulderstrap.jpg[/img:ef071c6ab5]


I'm saving the absolute worst for last. The abs shoulder straps. I guess I'm freaking out because I have to glue them to my pristine chestplate. There aren't any guides as to how low to put them or at what angles they should be. Oh yeah, I have yet to finish the belt which could be a nightmare as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('254','a946943348','','Here are the shoulder bell/bicep assemblies:
[img:a946943348]http://www.rpf.invisionzone.com/archive/stormbuilt/shoulderbells.jpg[/img:a946943348]


Here is a picture of the belt. I had the hooks set in some so that it could be adjusted if need be. The thermal detonator will cover the seam:
[img:a946943348]http://www.rpf.invisionzone.com/archive/stormbuilt/belt01.jpg[/img:a946943348]
[img:a946943348]http://www.rpf.invisionzone.com/archive/stormbuilt/belt02.jpg[/img:a946943348]


Here are my TK-409 neckseal and nomex gloves:
[img:a946943348]http://www.rpf.invisionzone.com/archive/stormbuilt/neck.jpg[/img:a946943348]

Here is the back and front still joined together. There are two attachment points on each side with snaps. The crotch has velcro in front and a snap in back. The two hanging straps are elastic ones that velcro to the back plate to keep it held in place:
[img:a946943348]http://www.rpf.invisionzone.com/archive/stormbuilt/body.jpg[/img:a946943348]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('255','fc74525448','','[quote:fc74525448="TB1309"]

So... why aren't you done with that chapter yet?! Jeez! Cmon Z! Your fans are waiting![/quote:fc74525448]


[size=7:fc74525448]Disclaimer:  The above comments are actually quotes from real fans.  Reader discretion advised.[/size:fc74525448]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('256','7dd7941419','','Segs for that TK click and the actual colors used for painting TK's. I'm going to use the paints to paint the buttons on the ab plate. They are Humbrol AD Gray #5 and Midnite Blue #15. Now to figure out how to paint a perfect circle.  I'll probably hammer the segs to my Caboots. 
[img:7dd7941419]http://www.rpf.invisionzone.com/archive/stormbuilt/segspaint.jpg[/img:7dd7941419]

Finally got up the courage to attach the shoulder bridges. I basically wore the armor and figured out the best placement for the bridges by holding them up against the armor. Good placement for me was with three small ridges (plus the big starter) on the chestplate. 

BTW, the large squares on the other sides were cut off. This leaves 13 small ridges. Luke had 12, so I may chop another off later on. I also heated them up and flattened them some because they had way too much curvature to them.

I put two layers of masking tape around the bridges onto the chestplate. This serves two purposes. One, it gives me a guide for perfect placement and two, it prevents any excess glue from oozing out onto the chestplate. I must say now looking back, I should have masked all seams with tape before gluing. The seams would have been much cleaner.

Here is a pic of chestplate before gluing:
[img:7dd7941419]http://www.rpf.invisionzone.com/archive/stormbuilt/chestmask.jpg[/img:7dd7941419]


I sanded the bridges and the areas on the chestplate inside the tape borders. I then applied a thin layer of glue to both the chestplate and the bridge and clamped it down with four clamps around the edges. Five minutes later, I repeated the process for the other bridge.

Once gluing was complete, I removed the mask and carefully cut away any excess glue with a razorblade. The glue should just peel right off because it will never make contact with the chestplate due to the mask.

Finished chestplate:
[img:7dd7941419]http://www.rpf.invisionzone.com/archive/stormbuilt/chestfinished.jpg[/img:7dd7941419]


Two more hurdles left; painting and attaching the ab button plates and attaching the belt/dropboxes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('257','a7a34efa8d','','If you ever use a cutting wheel on a dremel tool (I have a metal one) please use extreme caution. One slip and you could end up with a nasty cut. Goggles are also a must. Wear them because hot plastic will fly up in your face.

I finally finished the ab buttons. I went about it this way: I masked off each sticker with latex mold builder and painted them. Because I peeled the stickers off the small strip, I had to paint each button one at a time by sticking a sticker on, masking around it, peeling the sticker off, and painting.

Picture of buttons masked off. The first gray button has been painted:
[img:a7a34efa8d]http://www.rpf.invisionzone.com/archive/stormbuilt/moldbuilder.jpg[/img:a7a34efa8d]


To attach the button panels, I clamped each one to the ab plate and masked around them with two layers of masking tape. I then roughened up the surfaces to be joined with sandpaper and glued them with weld builder.

Position the piece where you want it, clamp it down, and mask:
[img:a7a34efa8d]http://www.rpf.invisionzone.com/archive/stormbuilt/abbuttoninstall1.jpg[/img:a7a34efa8d]


Remove panel and sand adjoining surfaces:
[img:a7a34efa8d]http://www.rpf.invisionzone.com/archive/stormbuilt/abbuttoninstall2.jpg[/img:a7a34efa8d]


Finished ab plate:
[img:a7a34efa8d]http://www.rpf.invisionzone.com/archive/stormbuilt/abbuttoninstall3.jpg[/img:a7a34efa8d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('258','8494f921fd','','I noticed that the forearm pieces like to slide up and down my forearms, so I put weatherstrip in them:
[img:8494f921fd]http://www.rpf.invisionzone.com/archive/stormbuilt/foam.jpg[/img:8494f921fd]
[img:8494f921fd]http://www.rpf.invisionzone.com/archive/stormbuilt/foamarm.jpg[/img:8494f921fd]


The foam really grabs the fabric of the gloves.

For the handguards, I velcroed in a band of of elastic that will go around my palms and I glued in 'scunci' bands via strips of styrene. These will go around my wrists:
[img]http://www.rpf.invisionzone.com/archive/stormbuilt/scunci.jpg  [/img]
[img:8494f921fd]http://www.rpf.invisionzone.com/archive/stormbuilt/handguards.jpg[/img:8494f921fd]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('259','1d6753efa8','','Progress report: I'm working with the thermal detonator now. Gorilla glue does not seem to be holding the clips on, so I am going to bolt the clips to the cannister. I have also realized that I will need to move my ROM FX board to my chest area. This is because once the arms are on, I cannot reach behind my head to operate it! Duh!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('260','cde6ca554e','','z-man,
 you need to buy red or black socks for your clone.  LOL!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('261','39ea014c90','','Here are shots of the individual armor pieces and some soft parts.  The images are huge, so I'm just going to link to them.

[url=http://www.heycomputer.com/sthowto2/final/ab_back.jpg]ab plate back[/url]
[url=http://www.heycomputer.com/sthowto2/final/ab_front.jpg]ab plate front[/url]
[url=http://www.heycomputer.com/sthowto2/final/back_front.jpg]back front[/url]
[url=http://www.heycomputer.com/sthowto2/final/back_rear.jpg]back rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/belt_front.jpg]belt front[/url]
[url=http://www.heycomputer.com/sthowto2/final/belt_rear.jpg]belt rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/canister.jpg]detonator[/url]
[url=http://www.heycomputer.com/sthowto2/final/canister_detail1.jpg]detonator detail[/url]
[url=http://www.heycomputer.com/sthowto2/final/canister_detail2.jpg]detonator detail[/url]
[url=http://www.heycomputer.com/sthowto2/final/canister_rear.jpg]detonator rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/chest_front.jpg]chest plate front[/url]
[url=http://www.heycomputer.com/sthowto2/final/chest_rear.jpg]chest plate rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/drop_box_front.jpg]drop boxes front[/url]
[url=http://www.heycomputer.com/sthowto2/final/drop_box_rear.jpg]drop boxes rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/forearm_detail.jpg]forearm detail[/url]
[url=http://www.heycomputer.com/sthowto2/final/forearm_front.jpg]forearm front[/url]
[url=http://www.heycomputer.com/sthowto2/final/forearm_rear.jpg]forearm_rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/handguard_front.jpg]handguards front[/url]
[url=http://www.heycomputer.com/sthowto2/final/handguard_rear.jpg]handguards rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/holster_front.jpg]holster front[/url]
[url=http://www.heycomputer.com/sthowto2/final/holster_rear.jpg]holster rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/kidneybutt_front.jpg]kidney/butt front[/url]
[url=http://www.heycomputer.com/sthowto2/final/kidneybutt_rear.jpg]kidney/butt rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/shin_front.jpg]shins front[/url]
[url=http://www.heycomputer.com/sthowto2/final/shin_left.jpg]shins left[/url]
[url=http://www.heycomputer.com/sthowto2/final/shin_right.jpg]shins right[/url]
[url=http://www.heycomputer.com/sthowto2/final/shin_rear.jpg]shins rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/shoulderbell_front.jpg]shoulder bell/bicep front[/url]
[url=http://www.heycomputer.com/sthowto2/final/shoulderbell_rear.jpg]shoulder bell/bicep rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/shoulderbell_side.jpg]shoulder bell/bicep side[/url]
[url=http://www.heycomputer.com/sthowto2/final/shoulderbell_assembly.jpg]shoulder bell/bicep assembly[/url]
[url=http://www.heycomputer.com/sthowto2/final/thigh_belt.jpg]thigh belt[/url]
[url=http://www.heycomputer.com/sthowto2/final/thigh_belt_detail.jpg]thigh belt detail[/url]
[url=http://www.heycomputer.com/sthowto2/final/thigh_rear.jpg]thighs rear[/url]
[url=http://www.heycomputer.com/sthowto2/final/thigh_side.jpg]thighs side[/url]

Some notes.  

The holster should be held in place by rivets but I wanted something 'less permanent' just in case.

The drop boxes were a rush job with liquid nails.  I've been toying with the idea of filling these with resin or something to permanently lock the strap in, but I'm not sure about the weight/sound.

The sniper plate is held on by plastic welder in front.  I had the sides glued down as well and had planned on putting rivets in, but with it attached at the sides, it made it difficult to put on.  The glue even snapped when I popped it open to put it over my shin.

The belt is held on to the ab plate by machine screws.  The square caps are hotglued on so that they can be removed if need be.

I tried gorilla-gluing the banker's clips to the thermal detonator and the glue would never hold.  They are bolted on now and the machine screws really aren't that noticeable.

The thigh straps were a little too short, so instead of re-building the straps, I just made two 'spacers' to lengthen them.

The two sets of snaps on the kidney plate are due to a mistake.  I originally had the kidney plate sitting higher than the ab plate which was wrong.  It should sit lower.  I just never bothered to remove the first set of snaps.

I had planned on replacing the velcro on the butt/kidney pieces with snaps, but it seems to be doing fine so far.

The only rivets I used were on the battery belt on the right knee.

Almost forgot to post a tip on creating holes in straps and belts.  To create a nice neat hole that is the right size for a button, use a pen-type soldering iron.  Just put the strap on top of a cardboard box and the iron will slide right through it melting the material as it goes, so no frayed edges!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('262','60e0282ae0','','I've got your groups figured out and I'll start looking to see who is in each one..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('263','cd291cf878','','Here are the studio shots.  It was a lot of fun making them. 
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st01t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st08t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st08_2t.jpg[/img:cd291cf878]

These are my attempt to match some of the LFL shots that everyone 
has seen.  I know I should have been facing the other way on the first
shot, but the chick suggested that I face that way because of the holster!?
Like a dolt, I obeyed.  I can also see that I need a longer scope and
more greeblies for my rexim. 

[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st02t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st03t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st04t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st05t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st06t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st14t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st09t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st10t.jpg[/img:cd291cf878]   
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st13t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st15t.jpg[/img:cd291cf878]
[img:cd291cf878]http://www.rpf.invisionzone.com/archive/stormbuilt/st11t.jpg[/img:cd291cf878]

I guess that's about it for my armor construction.  It was a really fun project and I learned a lot along the way.  I would like to thank everyone here who kept up with it and helped me out when I needed it.  I'd also like to thank everyone who has created their own 'how-to' sites.  A lot of the techniques that I've used here have been picked up from the many sites I've studied.  If I had any final words of advice, they would be take your time and above all, measure twice, cut once. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('265','410e191437','','BEER!!!!    BEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEERBEER!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('266','76e68f91c2','','WOOOOOO   HOOOOOOOO!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('267','510205d984','','That really is top-notch work my friend. And I love the look of the armor! I think if I ever went TK (after being a TB? Yeah right. haha!), I'd use this kit. I love that helmet too. Did that helmet come with the kit?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('493','eb5310963e','','Just reserved my room. I got a room at the Marriott. Be aware that the discount code on the DragonCon site does not currently work with Marriott's online reservations system. I had to call and do it over the phone to get the discounted rate. I called DragonCon and they said that they had been trying to get an updated code for three weeks now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('270','6138c53df5','','Im trying to get a hold of the contact today, then Ill post if we are doing it and when and where...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('272','b2f4710509','','[quote:b2f4710509="TC-760"]

I want to go to Miami! 

 :lol:  :lol:  :lol:[/quote:b2f4710509]

Arnt we all passing through Miami in July???????????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('273','682d9d72ee','','Atin,

Thanks for adding us to the list.  For now I'm JW01 on this board.. hopefully I'll have a number soon :)  Just so you know, the kids are 18 and almost 16.   
I'm hoping to have a bucket to bring with me to ask some advice on, not sure if it will be here by then or not.  Do you know if anyone there has worked on Clone Helmets?

Thanks Again,.

Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('274','65c36cf9aa','','I started working on a video &quot;how-to&quot; back when &quot;Hook&quot; got his armor a few months back.  We started work on the helmet but that was pretty much as far as we got.

Jester was chosen (involuntarily I might add :D) to help out with helmet construction.  It was hard to stay on track as it was being filmed at a prop party and I'm sure he had other interests.  But the helmet is pretty difficult to assembly CORRECTLY.  I'm seriously glad someone else did mine before I screwed it up.

But these types of videos would have been great if the 501st SO had 'em.

As for your tutorial, I wish I would have had it back when I got my armor about six months ago.  I was constantly scouring the internet to see how different people did things to their armor.

One day, I'll get my chance to do a complete &quot;How-To&quot; on video of a TK.  With different options at various stages and such.

And it could be a &quot;freebie&quot; DVD as a welcome from the SO or something.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('275','f903b5400e','Event Planning guidelines','[b:f903b5400e]All events in the works need to be listed here for review by the command staff before they are declared official 501st Events.[/b:f903b5400e]

This is as much a courtesy to them as officers, as well as a notification to everyone of what is being potentially planned.   Some might want to consider what others are planning and may not try to set up conflicting events or events too close together.  Also it might help to know what is potentially out there so we can spread out other more flexible events for maximum participation.

You can also ping your ideas off the command staff directly before posting to the group.


The purpose of this section is to discuss potential events and planning around those events with 501st members, RL members, and Recruits.

When an event is a go and accepted as an official 501st event, it will be stuck to the top and a duplicate announcement can happen over on the public events section at that time.

Please do not post chatter and planning unrelated to the public on the Public Events section.  Consider it a place for announcements of events, post mission reports, and pictures, etc.

Once an event is underway or has finished, the thread in the pre-event planning section will be unstuck.  Again, all post event reports and pics should go out on the public section, unless you want to post pics or comments the public should not see, then those can be placed in the pre-event topic 

 Also, NO HIJACKING!  Important information in the planning needs to get out here, so keep this topic as clean from chatter until the event it over   Moderators will delete unrelated posts in this section..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('276','ab12551e86','','Bob, Vesper told me they where not really kids (age wise they are I guess)
My pleasure.. I will be posting the directions on here by Wednesday... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('277','19095e6305','NovaCon - Huntsville, Al. - November 10-12','Novacon once again, 

http://novaconusa.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('279','fc8ebbe9f1','Free Comic Book Day - Birmingham, Al , May 6th','Free comic book Day @ kingdom comics, Vestavia, Al.

10-5pm.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('280','dec48b03c0','Boo @ the Zoo - Birmingham, Al. - Oct 20, 21, 27, and 28th','http://birminghamzoo.com

this was a super hit last year and we are invited back.  We have more plans to interact and patrol the entrance this time as well.


Friday nights- 5-9pm

Sat nights 5-9pm


If we have at least 6 members confirm, for any night, then we will troop that particular night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('281','60aeb264dd','Potential Space Camp themed weekend   May 26-28','this is that same event that got cancelled last year and moved to this date. 

SciFi themed space camp weekend.

If they have enough campers then the event will eb a go.
I should know something in March on this...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('282','e8cc948faf','Your opinons, edits please.. I'd like to post it soon...','Considerations when attending events and afterwards:

Lets all consider 501st events PG13 rated until the trooping times and/or usual dinner time are done.  The idea is that all of this time is meant to be as inclusive as possible for every member and their guests who might be attending. (handlers, recruits, family members etc..) not to mention the general public we are with!

Once this common time is over, we should feel free to gather into whatever groups that enjoy each brand of fun and social styles most suited to our tastes.  If certain social styles are not to your liking, then you have the fair opportunity to avoid those situations and create something you prefer, while others have the same opportunity to pursue their interests.

We are an adult group and we have the good judgment to not to force opinions on each other, and our events will be the same.

In other words, use your best judgment on when to break out the extreme fun and when to keep it in check.  If 20 adults are hanging out in a hotel room at 11pm at night, then chances are they are not watching Disney movies or playing go fish.  Hotel hallways are public places, please remember this also and wear pants!

The SO isnt a church nor a strip club either, we are a group of diverse adults gathering over common interests in costuming for fun, Star Wars, and socializing together.  We all need to just respect each others lifestyles when we are together, thats it. No rules, just common sense.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('283','33249fbfcb','','I'm headed there this June...  Doing the family Ditsyland thang...  So I'm sure to get in on Star Tours...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('284','50a3ac75f7','','YES SIRS!! I'M ON IT SIRS!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('285','11cf10826c','','Someone start another apology here! That should get things moving  :D 

(Do not take the above statement seriously, I was only kidding. I love you guys too!)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('286','c34ca35a4a','','I'll be at the parade Saturday for sure but, I don't know if I'll go to the con or Red Roof or just drive in and home again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('287','ea4c7243e6','','And me! I hate that this con is soooo far away from me but, I guess I'll make the long drive just so I can see you all  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('288','7dcb695d4e','','I'm planing on being there as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('289','12ecd6085e','','I'm definitely not missing it again!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('291','dd62645bdb','','It sounds good.  I just keep having this nagging feeling there's something you're leaving out. But I'll be damned if I can think of what.

If I remember, I'll post it.. but other than that I *think* you've generically covered all the bases.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('292','62934a8477','','we're going through Miami in July!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('293','c434d4fd77','','[quote:c434d4fd77="TB1184"]That really is top-notch work my friend. And I love the look of the armor! I think if I ever went TK (after being a TB? Yeah right. haha!), I'd use this kit. I love that helmet too. Did that helmet come with the kit?[/quote:c434d4fd77]

Thanks.  The helmet came finished with the set I got.  I bought this set from someone else 'second hand'.  Everything else was in pieces, but thankfully already trimmed.  The 'GF' is no longer available, but the AP set out there now is VERY similiar. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('294','0a344c4419','','[quote:0a344c4419="Z-Man"]YES SIRS!! I'M ON IT SIRS!!!!!!!![/quote:0a344c4419]

Did someone say something about going to Sir's? &lt;perk&gt;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('492','d6f380d88a','','I would like some time with you guys for around a hour at the prop party.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('296','4c90207d00','','SHHHHHHHH!!!!!!! If you let the entire Outpost know about Sir's how will we ever keep the good stuff for ourselves?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('297','4fc8a78b10','','Somebody catch me up. I know the board was down, what happened?  :?:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('298','a199d96335','','Short form:

We got hacked.  The front page of the forum was very militant Islamic and they deleted all the forums (they didn't get the user info or PM's from what I understand.)  

I got ahold of the hosting companies tech support call center (didn't help) and sent them an email (haven't heard back) about seeing if they had a backup of the database.  While I was doing that, Chris started seeing what he could salvage from the database.  Between me (downloading newest version of the forum software, and handling uploading said software and general moving files around) and Chris (installing the software and copying the database records over, recreating the forums, setting the group associations backup, etc.) we put about 10-12 hours (me 4ish, Chris 6-8ish) of work into getting everything back up and running.  

The forum is on a seperate database now (instead of sharing one with our personal website) and Chris will be setting up his own automated backup scheme instead of relying on the hosting company.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('299','279906196d','','eek. ok..

nothing to see here... move along..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('302','6d24343b95','','Yep, that's about the sum total of it.

The automated backup is because I dislike the slow response from the hosting company. I'll also be writing a module that will monitor the forums and if a hit like that is detected, automatically repair the damage done as soon (or nearly so) as possible.

I'm also backtracking the hacker to see where else he's been and what other tricks he's used.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4382','eeb3b5bfa0','','Tim man that is awesome, This is going to be just a fun event all the way around but I take it that you guys wont be getting there early for some food.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('308','48528713ce','','Best TK armor in the outpost, hands down.  Good job on that Clutch.  It's even more impressive in person, you should take it on tour.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('311','33d6e33a4c','','Yes, Matt said he was coming.  I'll add him!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('313','3f2ea16088','','I'm there');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('314','b1cb79a3a1','','I was able to copy this, so in case you forgot...

Directions to ATINMYCON: 

Address: 
3785 Old Clarksville Pike 
Clarksville, TN 37043 

  From Nashville: 

I-24 towards Clarksville 
Exit 11 
At the bottom of the ramp turn Left. 
You are going to drive to the second signal. This is approximattly 5-6 miles. 
The second signal will be Hwy 12, you can only turn left.. 
Turn Left 
Go for approximattly 6 miles. 
On the left hand side you will see a small bar called &quot;The Beer Box&quot; 
Start slowing down. 
Following &quot;The Beer Box&quot; you will see the recycle/ trash conveniance center. Slow way down. 
About 100 feet past the trash station will be &quot;Old Clarksville Pike&quot; on your left. 
Turn Left 
Count 3 houses on the left and that is my place. 
It is also the first house on the left with a huge brick mailbox that has a red and a blue reflector on it... 

House number is on the Mailbox front &quot;3785&quot; 

If you get lost the phone number here is (931)362-4092');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('315','d42d6224a9','','Sweetpea.....   I'm COMING!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('316','c5dcbafb1b','','thanks Vesper  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4381','4bd00a0515','','cograts, I see you two growing old together, sitting on the pirch one day talking about the good old days in the SO.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('319','e3daea08f0','','I'm doing the parade but I can't do the underground thing or Ikea, I'll have mny kids with me.  I thought the plan was to head up to our little resturant in Chattanooga after the parade?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('320','19ed3b48cc','','&lt;--------My girlfriend and I are going.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('321','d694f12654','','[quote:d694f12654="Loki"]Sweetpea.....   I'm COMING!!!![/quote:d694f12654]

Loki, I dont even need to ask why I know your gay now... :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('322','d7f48f7492','','Ah, what the hell, I'll go.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('323','4a53a5b11b','','Bad Corey!!!

Public Board!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('324','7d8bb6f26d','','got you added Chuck');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('325','799b6bc665','','Atin, would you add the following for mid south:

myself
RL-BlueJedi
Wookieegunner

I'll check with others down here to see who else might be going.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('326','8309761276','','There's something familiar about those two......

I can't quite put my finger on it....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('327','b0d459f60b','Mando Recreation room','We now have a new section for members only for us to post away.  We can have seperate threads for each custom mando and threads for different parts and different characters.  Let's use the rec room for general disscussion stuff.

Go Mandos..Go!
[img:b0d459f60b]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/171724/1703627OutpostMandos.JPG[/img:b0d459f60b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('328','419230e1b0','','I'm there.  Won't be in town til Friday evening though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('329','fbab0a385a','Montross','Here are pics of the helmet I made and painted for brandon,  Jaster and Brandon built the suit.  Montross lives!
[img:fbab0a385a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1694274Montross1.JPG[/img:fbab0a385a]
[img:fbab0a385a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1694276Montross2.JPG[/img:fbab0a385a]
[img:fbab0a385a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1694277Montross3.JPG[/img:fbab0a385a]
[img:fbab0a385a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1697496Montross1.JPG[/img:fbab0a385a]
[img:fbab0a385a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1697498Montross2.JPG[/img:fbab0a385a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('508','76d92b1035','','aye aye');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('509','b449d71482','','Corey, I may attend Saturday. Can I get some directions? Theres not alot of props I need to get done,so I can assist with others projects. Thanks Geoff.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('331','b6ca1d0b59','','Man, take me, I dont eat much.... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('332','80dc03f4a7','','*listens in*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('333','01c70ad4a7','','[img:01c70ad4a7]http://i23.photobucket.com/albums/b375/loki41872/00001.jpg[/img:01c70ad4a7]
[img:01c70ad4a7]http://i23.photobucket.com/albums/b375/loki41872/bathrobe.jpg[/img:01c70ad4a7]
[img:01c70ad4a7]http://i23.photobucket.com/albums/b375/loki41872/eddie_leisure.jpg[/img:01c70ad4a7]
[img:01c70ad4a7]http://i23.photobucket.com/albums/b375/loki41872/eddie_shitter.jpg[/img:01c70ad4a7]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('334','c6c94892d5','','We will talk this weekend Loki dear...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('335','5bfbbdd00d','Fenn Shysa','Here are some helmet and Shoulder armor shots of Retz's Fenn costume parts.

[img:5bfbbdd00d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1809808Fenn1.JPG[/img:5bfbbdd00d]
[img:5bfbbdd00d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1809809fenn2.JPG[/img:5bfbbdd00d]
[img:5bfbbdd00d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1809810fenn3.JPG[/img:5bfbbdd00d]
[img:5bfbbdd00d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1809811fenn4.JPG[/img:5bfbbdd00d]
[img:5bfbbdd00d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1811343retz1.JPG[/img:5bfbbdd00d]
[img:5bfbbdd00d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1811346retz2.JPG[/img:5bfbbdd00d]
[img:5bfbbdd00d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1814824Fenn5.JPG[/img:5bfbbdd00d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('336','97b0364326','',':oops:  :oops:  :oops:  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('337','f05d589ab3','','I'm there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('338','feddf17347','','Got the four of you added... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('339','ae421b3557','','Yeah, I'll go again this year.  I had a blast last year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('340','83a4edb452','','Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('341','b00e9b1de5','Jango Fett','Ahhh my favorite Mando.

here is a shot of my Jango 2 years ago...most of that suit is upgraded.
[img:b00e9b1de5]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/183525/1373143tambo.JPG[/img:b00e9b1de5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('343','e042f11332','','where??????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('344','41c64c1fca','This weekend?','Is there a activity planned for this weekend?

If so I need to get directions.... I have to work during the day on Sat but I should be done around 5:00 PM.

I have some Snowtrooper armor I need to work on.


Oh and what happend to the site?



Mark');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('345','02f2889153','Boba Fett Pre-Pro version 1.5 &quot;Eyes&quot;','The version Boba Fett costume I'm working on is the 1st pre-production suit after the all white version.  The helmet has no dent.  here is my movie sized helmet that has been painted to match the chronicles book photos.
[img:02f2889153]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1795879GlennsBobaSM.JPG[/img:02f2889153]
[img:02f2889153]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1795880PreproHelmetprocess2sm.JPG[/img:02f2889153]
[img:02f2889153]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1795877GlensBobaFinalsm.JPG[/img:02f2889153]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('346','587a1597e1','Shoulder armor','here is some cut sintra shoulder armor.  I found that a large coffee can has the perfect roundness for shaping the armor.
[img:587a1597e1]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1817290ShoulderArmor.JPG[/img:587a1597e1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('348','b688082977','','my suit at Christmas time 2005..check out the screen accurate umbrella (Thanks Skip)
[img:b688082977]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1755257Singing.JPG[/img:b688082977]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('349','d2eba2748a','','Go to the pre-event section. Look under Atimmys prop party. The site got hijacked by some Turkish militant dude.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('350','2512db852c','','*GASP*

Is that.... ARABIAN coffee in your house Tambo?

For shame.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('351','3d5497ac96','','Hyatt or Marriott Corey?

Need a roomie?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('352','1934f7fbac','','I'm there for sure. Gooshy, will you be bringing any live animals up this year?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('353','b3e70b15d9','','[quote:b3e70b15d9="admiral_holly"]z-man,
 you need to buy red or black socks for your clone.  LOL!![/quote:b3e70b15d9]

Thanks for pointing out my old man socks to everyone! 

Hey! I need some boots for that damn costume too!!! Joey!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('354','1e786d4b0a','','I'll be in the presidential suite, but by God I'm hanging with Loki this year! I'm not missing out on the &quot;Great Pulse Rifle event&quot; there!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('355','1176acb595','','*listening in too*

*whispers* &quot;what the hell are they talking about, Atin!?&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('357','6e7834e927','','Thanks Chris and Donald!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('358','1cc78f262a','','I will definitely be there :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('359','7064e285b8','','I would never miss Dragoncon, I'm so there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('360','7aa90c276c','','yes..I use the can for target shooting.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('361','d47960eb4c','','Um, given the fact that there are NO HOLES in it, I wouldn't admit that whole target shooting thing.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('362','efbe889e7f','','Haha, you never know!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('363','79d958f71c','','*sneaks up behind both Atin and Z-man*

&quot;That would be a really great fabric store!&quot;

 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('367','843c18a379','','Lana Wood.. Ray Park.. 

I'm there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('368','6066b7a8d9','','Is'nt Adcon june 24-25?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('369','4a24281a10','','Pick me, Pick me. I'm there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('370','fff847fa5b','','The emperor will be in the building.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('371','6bd6b487ec','','I was hoping the SO would do a group pic, but never heard a thing.  So who's in the pic with you Skip?  I would have taken some pics in the big empty acre next to my house, but alas I was without a photographer.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('372','a93aeb728d','','Loki, I think you got on the wrong thread. Maybe I should post that lovely picture of the green girl from Galacticon. yes, I have one. Yes, I will use it. Go run back to your naked girls. Dennis Quaid pics welcome. NOT his brother. 

Thanks for Feyd, though.. heheheheheheehehe

&lt;nudges Jennie and continues laughing&gt;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('373','9d3e3183e0','[NC-17] TROPHY-CASE','Thanks Loki !
I think everybody target-locked on Sting there for a minute.  And Eddie?  There is a man who fills out a bathrobe.

How about a few more today?
[size=18:9d3e3183e0][color=yellow:9d3e3183e0]OUTDOORSMEN[/color:9d3e3183e0][/size:9d3e3183e0]

[img:9d3e3183e0]http://www.knology.net/~killjoy/501stnc17/cat0403b.jpg[/img:9d3e3183e0][img:9d3e3183e0]http://www.knology.net/~killjoy/501stnc17/233-1-Gay01.jpg[/img:9d3e3183e0]
[img:9d3e3183e0]http://www.knology.net/~killjoy/501stnc17/02.jpg[/img:9d3e3183e0][img:9d3e3183e0]http://www.knology.net/~killjoy/501stnc17/swood03a.jpg[/img:9d3e3183e0]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('374','192cbee46f','','Corey, put me down as a maybe for this coming weekend.  Depending on how much studying I get done this week, I'll try to make it up your way.  At the very least I need to buy some stuff off of Tambo.  Might need directions again, just to ensure I arrive at the right local.  You do love living out in the sticks a bit.  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('375','1e28f90b77','','Here's my Gripe Of The Day:

It is ENTIRELY UNFAIR that I can't drink alcohol, but having the heater on for a week causes me to wind up with a [b:1e28f90b77]two-day hangover[/b:1e28f90b77] ANYway!

I still feel like part of my skull isn't fitting correctly.

I'm so tired of drinking water that I'm having trouble swallowing anything.  Which includes medication.

It wasn't the people on either side of me drinking saki on Saturday night that did it to me, either, I'm pretty sure.  I was dehydrated even then.

Sod it.  I'm gonna go [url=http://www.bigfishgames.com/online/cosmicbugs/cosmicbugs.php]blow up some space bugs[/url].  With the sound off.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('376','57c3883e90','Wanted: Lego Anakin/Vader Transformation','Hey all, still looking for the Anakin/Vader transformation set that came out from Lego earlier this year and was widely available.  The GF wanted one only recently now that they've disappeared.  Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('377','b4cd036c4d','','Yea!! Zach is going!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('378','afd47f37d1','','I still want 'em reported to their ISP with a cc: to the Homeland Security folks for &quot;terrorists in desperate need of some personal attention from you&quot;.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('380','c39d91b03b','','I don't see Skip in that pic anywhere....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('381','398d252b81','in','I am already there just waiting,,,,,,,,,,,,,,,,,,,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('382','0a103d2656','','Oh.  We have Hancock Fabrics up here.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('383','78580c7daf','','*looks up* Yes I knew that, umm Yea, fabric store.. Right Zman????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('384','14c87dd9cb','','Loki, always room for you, staying at the Marriott, the Hyatt gets to noisy....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('385','5b2e9653ca','','[img:5b2e9653ca]http://i29.photobucket.com/albums/c275/buffbat1/xena.jpg[/img:5b2e9653ca][img:5b2e9653ca]http://i29.photobucket.com/albums/c275/buffbat1/red.jpg[/img:5b2e9653ca][img:5b2e9653ca]http://i29.photobucket.com/albums/c275/buffbat1/bigg.jpg[/img:5b2e9653ca][img:5b2e9653ca]http://i29.photobucket.com/albums/c275/buffbat1/bigg.jpg[/img:5b2e9653ca]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('386','38739e9eef','','I was never properly weened as a child......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('387','8e66ef05a0','','Corey, here's the roster I posted on the Chattooine board before the Terrorists got us..

Loki
Jon
Rose
Hammer
Atin
Skip
Jenn
Kell
Gooshy
Tambo
Zach
Summer
Ivan
Dallas
Terri 
Chris
Chuck 
Banzai 
RL-BlueJedi 
Wookieegunner');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('388','4513f1b61a','','Excellant!  The Marriott is where the party was last year!  They closed the Hyatt, remember?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('389','01616794d9','','Ha!  Got ya hooked with the Sting, then whipped out the Eddie on ya!



AHHHHHHHHHHHHHHH!!!!!!!!!  PENIS!

I'm outta here!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('390','a21fc9fdc2','sell out','I just called and got my room.  They are selling out fast; in fact there are no more non-smoking-two double bed rooms.  Call and get in fast.  If you are not a member of the marriot rewards club, you should sign up.  We went to Hawaii a couple years ago for seven days fo free.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('391','ae5bb90016','','I need a room at the Mariott.  Is there still space available in yours Atin?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('392','61c8b2832d','hotel','Where will everyone stay.  Will it be as last year at the Holiday Inn?  I kind of dug the sghort walk.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('393','c183140ed6','Ok','OK, that's just BAD ASS');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('395','acf8960769','','I'm in for the parade in the Mando.  I'd like to come down Friday night if I can bum a spot on the floor.  Dunno what I'm doin Saturday night.  I actually liked the arrangement last year, but I'll go with the flow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('396','14f199f768','Fett related E-bay finds','Check this one out..and I don't mean the gun.
http://cgi.ebay.com/Boba-Fett-Blaster-Rifle-ROTJ_W0QQitemZ6606092987QQcategoryZ37889QQrdZ1QQcmdZViewItem');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('397','0e8b8d8680','','Bob! those are my kind of women :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('398','406dee2c58','','I especially like the brunette, I think her name is xena......who cares what her name is!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('399','cf6c3589db','','TS-1128 reporting in

[img:cf6c3589db]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/232810/1817534Snow1.JPG[/img:cf6c3589db]
[img:cf6c3589db]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/232810/1817535Snow2.JPG[/img:cf6c3589db]
[img:cf6c3589db]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/232810/1817537Snow3.JPG[/img:cf6c3589db]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('400','420b7627ee','','This will be a day long remembered.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('401','ea705790d1','','[img:ea705790d1]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/188523/1550138CIMG4765.JPG[/img:ea705790d1]
[img:ea705790d1]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/188523/1632925mega07.jpg[/img:ea705790d1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('403','76ce3792d9','','Damn!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('404','bf0e13eed4','','[img:bf0e13eed4]http://i29.photobucket.com/albums/c275/buffbat1/blonde.jpg[/img:bf0e13eed4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('405','beb8150487','','[img:beb8150487]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/184197/1751141lucybeckermaximuncovereddvd11.jpg[/img:beb8150487]
[img:beb8150487]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/184197/1751143ss15.jpg[/img:beb8150487]
[img:beb8150487]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/183525/1733448CIMG5822.JPG[/img:beb8150487]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('406','f3a5d1f692','','I'll be there with bells on.  And by &quot;bells&quot; I mean &quot;guns.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('407','5023045031','','Oh how cute, the boys are playing army!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('408','d9dab80f97','','[img:d9dab80f97]http://i29.photobucket.com/albums/c275/buffbat1/vickivette_splash.jpg[/img:d9dab80f97]{/img}                                                                            http://i29.photobucket.com/albums/c275/buffbat1/pic001.jpg[/img][img:d9dab80f97]http://i29.photobucket.com/albums/c275/buffbat1/L30_34.jpg[/img:d9dab80f97][img:d9dab80f97]http://i29.photobucket.com/albums/c275/buffbat1/05.jpg[/img:d9dab80f97]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('409','ee58f0169f','','sorry double post');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('410','309121398a','','[img:309121398a]http://i29.photobucket.com/albums/c275/buffbat1/pic001.jpg[/img:309121398a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('411','a77b33b446','','Check.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('412','af32224fd7','Southern Outpost T-Shirts - Pick from 2 Versions','The Southern Outpost garrison T-shirts! Pick from 4 Versions.

These 50/50 blend Jerzee T's are [b:af32224fd7]all[/b:af32224fd7] sized X-Large.
Silk screened in 2 color Yellow and White on Black.
There are 4 Versions to choose from:

Imperial COG
Episodes IV - VI Stormtrooper - [color=yellow:af32224fd7][b:af32224fd7]SOLD OUT[/b:af32224fd7][/color:af32224fd7]
Episode II Clonetrooper
Episode III Clonetrooper - [color=yellow:af32224fd7][b:af32224fd7]SOLD OUT[/b:af32224fd7][/color:af32224fd7]

All have the Southern Outpost crest on the back... just like the one seen on Peter Mayhew in the Episode III DVD extras, and the different version helmet on the front left &quot;breast pocket&quot; area.
Quantities are limited.

T-shirts are $8.00 each + $4.05 shipping.
Add $1.00 more for shipping for each additional shirt to be shipped.

I accept PayPal at: tk-6873@netscape.com and please specify which design your paying for.
or you can reach me at the same email address if you'd like to pay by mail with a check or money order.

[img:af32224fd7]http://img.photobucket.com/albums/v647/TK_6873/GONK/GarrisonTs001.jpg[/img:af32224fd7]

[img:af32224fd7]http://img.photobucket.com/albums/v647/TK_6873/GONK/GarrisonTs002.jpg[/img:af32224fd7][u:af32224fd7][/u:af32224fd7]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('413','5b7b7bf290','Loki Fett','Here's the first time I wore it, only 75% complete..
[img:5b7b7bf290]http://i23.photobucket.com/albums/b375/loki41872/mandalorian.jpg[/img:5b7b7bf290]

By Dragon Con it was pretty much done (For now)
[img:5b7b7bf290]http://i23.photobucket.com/albums/b375/loki41872/d%20con%20pulse%20rifle/dragoncon2005-3341.jpg[/img:5b7b7bf290]

I've since upgraded with some new filght gear...
[img:5b7b7bf290]http://i23.photobucket.com/albums/b375/loki41872/d%20con%20pulse%20rifle/IMG_0088.jpg[/img:5b7b7bf290]

And found a few good friends...
[img:5b7b7bf290]http://i23.photobucket.com/albums/b375/loki41872/1755254Mandos_edited.jpg[/img:5b7b7bf290]

I love my Mando brothers and sisters!

Soon I'll post pics of my new piece and hopefully one day the real jetpack will be finished!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('414','555ceb32b4','','Hurry!  Soon to be collectors items!!


Hehe, just kidding.  Bring some to Corey's house.  I can allways use more t-shirts!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('415','594c62f4f2','','[img:594c62f4f2]http://img.photobucket.com/albums/v647/TK_6873/GirlsGirlsGirls/Foxxxykitty.jpg[/img:594c62f4f2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('416','752e1f537b','','I'll be posting opitions for hotels sometime next week... Right now I'm just covered up.

Bob- sorry about the date mix up...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('417','070641654e','','Thanks Loki.  I blush.  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('418','b582838047','','[img:b582838047]http://www.dragoncon.org/photos05/masquerade/images/dc_masq0197.jpg[/img:b582838047]
[url=http://www.dragoncon.org/photos05/masquerade/index.htm]The official photo galleries from last year are finally up.[/url]

Shall we place our bets on what Chip's making this year?  And how can we help?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('419','bfd1b6c695','','ok. my annoyance of the day kind of goes with yours, Jennie. 

Sake.. Sake is not fair.. It's not wine.. It's not beer.. it's evil. Evil, I say. 

And my will is just too weak at times, especially when I forget what sake is (read above). 

So I offer heartfelt and hungover apologies to you for any part my little cup of sake had in your dehydration. I certainly didn't need it. Bad me. Oh, and go check out Feyd on the NC17 daala's thread. 

My irritation of the day has to do with children and the word &quot;no&quot;, but that's just normal and it never changes, so I won't say anything further. 

Have a nice day :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('420','8374e70fa5','','[quote:8374e70fa5="TC-760"]I'll be posting opitions for hotels sometime next week... Right now I'm just covered up.

Bob- sorry about the date mix up...[/quote:8374e70fa5]


Don't you mean you're &quot;Tied Up&quot;?

We know how you and Rose get down.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('421','235446228d','','I don't like it when liquid latex dries in your hair.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('422','bc2cecca16','','right.. hancocks.. that's all it is &lt;nod&gt; really.. mmhmmmm.. just like that ..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('423','6b4f0ab8e0','','Does this place you speak of sell armor.... cause that's all that matters!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('424','5c4b7fb8b8','','[img:5c4b7fb8b8]http://img.photobucket.com/albums/v647/TK_6873/GirlsGirlsGirls/hallowilli.jpg[/img:5c4b7fb8b8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('425','8bc98c3bc5','','We just made our room reservation. We are going to be Hyatt 4th floor. There weren't any non-smoking rooms left in the Marriott.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('426','cc44375e47','','lots of options for this year,some here,some there.

Loki,
the underground is the area where the parade ends.its an underground area thats converted to shopping,restaurants and touristy stuff.
we had to split last year,but the GA troops stuck around as there was a festival being held in conjunction with the parade.
which had a recorded turnout 125,000 people.

the plan for some is to stick around and troop with the GA troops and mingle with the large crowd,that we didnt really get to see cause we took off back towards the beginning of the parade.
after mingling for a bit a number of people wanted to go to the &quot;Ikea&quot; display store. and from there head back to chattanooga for dinner.

i would say that anybody interested in Fantasycon-there needs to be a seperate but connected thread for that.
no matter what each person's plans are there's lots to do and plenty of people to go around. have fun,cya there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('427','580a9d9d6c','','Don't know if I want to take my kids into a crowd of 125,000 people in Atlanta when I'm in costume and can't see. .  We may just split after the parade.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('457','15a729dda3','Garrison Elections','I'm putting this to the command staff before I open this can of worms.

Originally, we were going to have elections Wednesday. The nominations and all got derailed in a hard way with the arguments last week before that texas-based turkish twerp camped on our forum.

We don't have a Captain of the Guard but since we do stuff like this online, I'd be the one who needs to open the thread on this but I want command staff opinion on it.  Elections? Yes / No?

If Elections, I'm going to allow 24 more hours for nominations as there was a ton of chaos over who was nominated over who was accepting and how someone was nomiated, etc. After that the candidates get 24 hours beyond that to figure out if their running or not.  THEN we have the voting.

But that's all if we agree we need to have elections.

So... Elections? Yes / No?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('458','6fd551f39f','','Yes, elections should be opned as we had two candidates Jeff and Joey?
If we have more than one candidate, then we need to start a poll wed, if not we move on...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('459','b87e89db08','','What I recall, Jeff, Joey, Skip, Hammer, and Tambo had been nominated.
Hammer and Skip declined from what I remember.  Tambo, I don't remember if you answered or not.  Jeff accepted and Joey I don't remember you accepting.

There was a lot of confusion over who nominated who because people kept conditionally nominating one person then another. Or they'd nominate two people at the same time, etc.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('429','4863e07308','Injured Fett, man down!','Wookie Hunter is going to be down for the weekend. In his quest to hunt the mighty Chewbacca, he has ruptured a disc. After spending time in a bacta tank they decided surgery was the only option.

I have surgery this Friday, the 24. I wont be able to make Atins place. The surgery is outpatient, however I have 6 weeks of therapy and I think I have to move at the end of March. I am shooting for a return to action date for the St Pattys parade, however, MSC might be the final return schedule, we shall see.

Keep me in your prayers, bretheren...I will return...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('430','4cd8d98e06','','125000 was the guess-timate for the parades,not the crowd at the underground area.sorry,
shouldnt be any issue we'll have plenty of people around to watch them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('431','ed9c22dc8d','','Aww man, I almost bought it.  :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('432','2ff59d904f','','here a little video for Loki,oh Hells yeah......

http://www.abum.com/show/13210/two_girls_sharing_a_hot_tub.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('433','b2e7277fac','','i cant believe they let Zman get away with this stuff out in public...!!!!

[img:b2e7277fac]http://www.abum.com/file/shadow/pictures/13200.jpg[/img:b2e7277fac]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('434','ec195b825a','','and a pic from a con im sure weve attended.......

[img:ec195b825a]http://www.abum.com/file/shadow/pictures/13115.jpg[/img:ec195b825a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('435','58679c27b0','','and a future 501st member,
if he could just get out of the house........

[img:58679c27b0]http://www.abum.com/file/shadow/pictures/13082.jpg[/img:58679c27b0]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('436','d009d6ee81','','anybody recognize this guy????


http://www.abum.com/show/13059/green_cross_code.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('438','1771ae42d9','Jaster Mereel','Jaster Mereel's upgrades.

[img:1771ae42d9]http://img.photobucket.com/albums/v337/srmatlock/Jaster/evolution.jpg[/img:1771ae42d9]


Current version

[img:1771ae42d9]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6008_edited.jpg[/img:1771ae42d9]

[img:1771ae42d9]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6011_edited.jpg[/img:1771ae42d9]

My favorite blaster. The one that reads, B.M.F.

[img:1771ae42d9]http://img.photobucket.com/albums/v337/srmatlock/Jaster/Copyof_MG_7515_edited.jpg[/img:1771ae42d9]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('439','b37a3ab159','Boba Fett Project by: Jaster','Just wanted to keep a journal of the current Boba, and catalog the upgrades as I go. Any questions just ask or pm me. 

[img:b37a3ab159]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6628_edited.jpg[/img:b37a3ab159]

[img:b37a3ab159]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6629_edited.jpg[/img:b37a3ab159]

Trying on Tambo's Pre-Pro helmet.

[img:b37a3ab159]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6630_edited.jpg[/img:b37a3ab159]

Can't forget the Mando responsible for bringing me into the Outpost.

[img:b37a3ab159]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6635_edited.jpg[/img:b37a3ab159]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('440','72d4ec6baf','','What gun!?  There a gun in that pic?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('441','dbe13c8ffe','','I love fabric stores....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('442','84f55275d8','','A knew a guy when I was with DOD, that drank enough Sake it made him go blind for 2 days...

Sake is wine though, It is a rice wine..
While it is good served the traditional warm way, try it on ice, it tastes tottally different and is very good...

Sake is best when it is kept in the traditional wooden box..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('443','b998acd0a8','','some of those are what can keep your ears warm in the winter...

A mouthfull may be enough, but a boob big enough to feed the tribe is so much better.... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('444','e8f3cf1459','','I was going to say 125k people in the underground, what did they think it was Dcon???

Im for trooping the underground.. Would like to get to know some of the GA people also, we do things with them every so often, but have never really got to know them..
Skip, count me in on the underground, but I MUST go to IKEA....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('446','703caff036','','I was just going to say / ask about where we are staying.. I really liked the way we all where at the same place last year.. was kewl.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('447','865258cd96','','you da man, Loki.. Thanks..
Speaking of the Chattoine board, by chance can you please post a reminder about Atinmmycon this weekend for me..
Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('448','1926a18fb2','','Right with Loki on this one..
Also, great tutorial Clutch, awesome..

Paul, a vid would be a very awesome tool, if I can help, let me know....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('449','ec8a429247','','Mark, it is Atinmmycon, there is a thread in Recruits area as well as Pre-Events area...
Make sure to post so I can add you to the list..

Vesper re posted the directions in one of those two threads, Ill try and get directions posted in both threads since they are basically duplicate threads...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4700','35ff288312','','I thought you had been a member for a while too!  congrats!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4701','c64ac52525','',':rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('487','8e0b2215a2','','Hotel info will come next week.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('452','56b79e6429','','Those are some nice guns!!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('501','e593475b54','Gentle Giant 2006 Lineup (repost)','(Reposted for Gooshy due to problem with post in database)

[url=http://www.rebelscum.com/tf2006-GGS.asp]Here[/url] is the full article on the lineup for 2006.

[img:e593475b54]http://www.rebelscum.com/toys2006/GGSexclusives.jpg[/img:e593475b54]

My personal favorites:

EPIII Clonetrooper (with 8 different arm attachments)

[url=http://www.rebelscum.com/photo.asp?image=http://www.rebelscum.com/tf2006/tf06-GGSreturn/IMG_0039.jpg][img:e593475b54]http://www.rebelscum.com/tf2006/tf06-GGSreturn/IMG_0039-tn.jpg[/img:e593475b54][/url]

Solo and Greedo Bookend Statues

[url=http://www.rebelscum.com/photo.asp?image=http://www.rebelscum.com/tf2006/tf06-GGSreturn/IMG_0003.jpg][img:e593475b54]http://www.rebelscum.com/tf2006/tf06-GGSreturn/IMG_0003-tn.jpg[/img:e593475b54][/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('488','eb539e3425','','Well no ones accepted then, but jeff and I believe Jeff said he was going to withdraw since the craziness was now gone away?? jeff??

If so then there is no candidiates who have accepted, so &quot;technically&quot; we can just post a &quot; were moving on since no one accepted a nomination&quot; announcement...?


We are going to work on the command staff.  Skip and I have discussed this and are supposed to do some phone calls this week, and I'd like to get 45 min away on Sat  to finalize it all .

I'm not going to blindly appoint a new staff like i've done in the past wihtout checking with the XO also, .  This time, I am going to make the new structure an agreed on decision between me and Skip.  as we go through the process, we will probably ask some of you an others to join in the decision making process, but the lack of observed unity between what is my decision and what is Skip's on everything will hopefully be muted if we do this jointly...

So technically Chris, unless there is more opinion, I'd post something tomorrow...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('486','e87e50e287','','I'm planning on going. I'll bring R2. Hopefully I'll have my biker scout done by then. What hotel are we taking over?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('454','89f891975b','','Here are some things I know Tambo will like:


[img:89f891975b]http://www.xecu.net/raven13/muh/Islamic%20Brain.jpg[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/Mohammed%20Cartoon%20in%20Jyllands-Posten%20(Denmark)%20-%202005-09-30%20-%2002%20-%20Kurt%20Westergaard.jpg[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/Mohammed%20Cartoon%20in%20Jyllands-Posten%20(Denmark)%20-%202005-09-30%20-%2012%20-%20Rasmus%20Sand%20H%f8yer.jpg[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/lauzan6.gif[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/mohammad_cartoon3.jpg[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/muhammad_cartoon5.jpg[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/muhammad_cartoon9.jpg[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/ramirez.gif[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/vaccuum.jpg[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/zanetti.gif[/img:89f891975b]
[img:89f891975b]http://www.xecu.net/raven13/muh/petar6.gif[/img:89f891975b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('455','1cf15b5f6a','','and the top ten most offensive cartoon:

[img:1cf15b5f6a]http://www.xecu.net/raven13/muh/xxx%203.jpg[/img:1cf15b5f6a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('456','61e4912f65','Pre Event Rosters for upcoming events','[b:61e4912f65][i:61e4912f65] Roster Updated at 09:45 on March 31, 2006 [/b:61e4912f65][/i:61e4912f65]


OK this is a thread so we have a central place to see if we are on the

roster for events.
Yes it is locked, so it stays pure..
I will endevour to keep it up as rosters in the pre-events etc are

updated.
If you are not on a roster for an event you are going to, please click

on the thread link below the Event name.
Also note, Im doing this and keeping a copy on my own computer so

we dont chance losing the info again.. I will start doing the updates

to it every morning.






Ukon, University of KY, March 31-April 1
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=82

Bob
Betty
Loki
Tyler
Martin
Joey
Louis
Cadet
TK Tim

Library Day Event - Decatur, TN - April 8th
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=88


Joe
Derek
Vesper
Jaster
Loki + 2 Jawas
Lady Stoshia (Jedi)
Dallas tentative (Jedi or Imperial Officer)
Orion Knight-Star (Jedi)
Gooshy
Eelem Jedi
Benji Jedi
Kiante Jedi

Make-A-Wish Walk for Wishes - , Huntsville, AL - April 8th
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=2498#2498

Please contact fetthunter for this roster


Middle Tennessee Anime Convention - Nashville, April 21-23
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=270

1. Gooshy - TK
2. Kell - TK, Starfire, Belle, and Yuuko
3. Hook
4. Scalper
5. Darth Tater
6. Glenn (Obi-TN)
7. SaberSpanker - Padme
8. Derek - Mando/Emperor
9. Loki - Xenomorph
10. Jenks - TB/Bariss
11. Chase
12. Chris Lee + R2
13. Vesper (tenative)
14. JediToren - Chewbacca
15. Tambo - Jango?

Main Street Festival - Franklin, TN - April 29-30 5am-8pm
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=3540#3540

Joey
JediToren


Free Comic Book Day May 6; Birmingham, AL
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=36

Wookiegunner(tenative)
Ben not David Reimer (tenative)

Free Comic Book Day May 6; The Deep, Huntsville, AL
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=673#673
JenKs + 2
Banzai

Potential Space Camp themed weekend May 26-28; Huntsville, AL
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=38


Wonderfest May 27-28; Louisville, KY
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=33


Loki
Hammer
Skip
Tambo
Bob Link
Betty Link
Brad Link
TK-Tim
Clutch
Sgt. Dark
Joe (Tenative)
Saberspanker
Jaster
Summer
Jon Wollack (Tentative)
Rose (Tentative)
Chris Ledbetter
Mark Ingram
Glenn Dooku (Tenative)
Derek

Tennessee Firefighters Burn Camp &quot;Phoenix&quot; June 3; Nashville. TN


http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=99
Here is the website
www.tnfbfcampphoenix.com

Geoff M.- Maul or Scout
Steve B. -Vader
Jenni P- SnowTrooper
D. Reimer- Biker Scout/G Marine
Hook- Custom Mando
Starla- Custom Mando
Ryman- (Hook &amp; Starlas' Daughter) Darth Tater
Jester - Sandtrooper
Loki - Stormtrooper
Ivan- Boba Fett
Franklin Firefighters - Bikerscout,Tie Pilot and 2 Firefighter/pilot


COSI Event; June 3; Ohio
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=720#720

Please note, this is the list per Tambo.. For sign up questions,

please PM Tambo

1. BH-1128 Glenn Tamboia Jango Fett/ Clonetrooper/TIE Pilot
2. TC-7301 Sean Rothe Clone Trooper
3. TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper
4. ID-9997 Kell Yarwood Imp. Officer
5. TR-5123 Rose Coe Royal Guard
6. TC-760 Jon Wollack Clone Trooper/ DS Trooper
7. TC-6180 Glenn Stein Clone Trooper
8. TS-2824 Jennifer Curley Snowtrooper
9. TK-4267 Tim Birtch Stormtrooper
10. SL-100 Skip Curley Darth Vader/Clone Trooper
11. TC-057 Tim Wollack Clone Trooper/ Sandtrooper
12. TC-152 Joey Beck Clone Trooper
13. TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral
14. TK-2486 Jon Jones Stormrooper
15. TC-1620 Jason Bales Clone Trooper/Snowtrooper
16. TB-1621 Laura Bales Scout Trooper
17. TK-4238 Geoff Fults Stormtrooper
18. TK-6203 Corey Miller AT/ST driver
19. TS-2352 Wendy Ingram Snowtrooper
20. TC-8881 Chase Gustafson Clone Trooper
21. SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper
22. TK-1143 Tyler Phillips Stormtrooper
23. TK-3331 Shannon Oliver Stormtrooper/Sandtrooper
24. ID-3331 Cindy Oliver Blue Senate guard/ Officer
25. TK-3740 Zach Nixon Stormtrooper/Snowtrooper
26. TK-2138 Chris Ledbetter Stormtrooper
27. SL-1959 Richard Cross Imperial Tech


Family Members&amp; Guests.
(Mark I.) Colten (Bossk) &amp; Alex
(Kell) Ash



ROOM COMMANDERS

1. BH-1128 Glenn Tamboia
2. SL-100 Skip Curley
3. TB-1620 Jason Bales
4. TC-760 Jon Wollack
5. TK-6203 Corey Miller
6. TK-4267 Tim Birtch
7. SL-9997 Kell Yarwood



Room #1 Commander TC-760 Jon Wollack Clone Trooper/ DS Trooper
TR-5123 Rose Coe Royal Guard
TC-057 Tim Wollack Clone Trooper/ Sandtrooper


Room# 2 Commander SL-100 Skip Curley Darth Vader/Clone Trooper
TS-2824 Jennifer Curley Snowtrooper
TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper
TS-2352 Wendy Ingram Snowtrooper


Room #3 Commander TC-1620 Jason Bales Clone Trooper/Snowtrooper
TB-1621 Laura Bales Scout Trooper
TC-152 Joey Beck Clone Trooper
TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral


Room #4 Commander TK-6203 Corey Miller AT/ST driver
SL-1959 Richard Cross Imperial Tech
TK-4238 Geoff Fults Stormtrooper
SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper


Room #5 Commander ID-9997 Kell Yarwood Imp. Officer
TC-8881 Chase Gustafson Clone Trooper
TK-3331 Shannon Oliver Stormtrooper/Sandtrooper ID-3331 Cindy Oliver

Blue Senate guard/ Officer


Room #6 Commander BH-1128 Glenn Tamboia Jango Fett
TK-1143 Tyler Phillips Stormtrooper
TC-7301 Sean Rothe Clone Trooper
TK-3740 Zach Nixon Stormtrooper/Snowtrooper


Room #7 Commander TK-4267 Tim Birtch Stormtrooper
TK-2138 Chris Ledbetter Stormtrooper
TK-2486 Jon Jones Stormrooper
TC-6180 Glenn Stein Clone Trooper



Adventure Con June 24-25; Knoxville,TN
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=27

Sweetpea
Rose
Zman
Loki
Chuck Flynn
Master Koon
Gooshy
Bob Link
Betty Link
Hook
Vesper
Chris Lee &amp; R2
JediToren (tenative)
Clutch
TK-Tim
Kevin G.
Joe
Zach (Tenative)
Mark Ingram
Wendy Ingram
Alex Ingram
Glen Stein

KY Lions Fair Disabled-Children's Camp: July 2 : Lebanon Junction,

KY
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=1520#1520

Bob
Betty
Tyler
Joey
Louis
TK Tim
Hook (tenative)
Sgt Dark (Tenative)
Joe (tenative)
Saberspanker


Franklin on the Fourth - Franklin, TN - July 4 10am- 12am
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=3540#3540

JediToren

DragonCon Sept. 1-4; Atlanta, GA
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=29

Loki
Gooshy
Chuck Flynn
Zman
Kell
Derek
Hook
Hammer
Jen in Blue
JenK
Doug
Vesper
Chris Lee
JediToren
Bob Link
Betty Link
Jester
Susanne
Casey
Cheryl
Saberspanker
Suppa Fett
Joe
Zach
Chris Ledbetter
Sweetpea
Rose


Children's Breakfast/Brunch Shelbyville, TN - Oct. 14
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=93

Cheryl
Casey
Loki
Derek (Tenative)
Chris Lee and R2 (tenative)

Pumpkinfest - Franklin, TN - October 28 - 6am- 9pm
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=3540#3540

JediToren

Boo @ the Zoo October 20, 21, 27 and 28; Birmingham, AL
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=37

Gooshy
Zman
Jester
Susanne

Novacon November 10-12; Huntsville, AL
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=35

Loki
Zman
Kevin G
Jester
D Reimer
Banzai

Dickens of a Christmas-Franklin,TN - December 9 &amp; 10 -6am- 7pm
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=3540#3540

JediToren');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4466','4ddf701727','','Let's  revert and become a squad.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4467','78364976a6','','Tambo,

Joey, I still say the armor party photos are a good idea.

Just to make sure we're on the same mindset, do you mean something like the SO Mandalorian forum area?  Or do you mean a gallery area for pics?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3073','6a41756fe9','','It says &quot;Katie.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3074','804ecf7de5','','I loved looking through those photos, Kell! I especialy love the ones with the Jawa standing in the middle of the dead stormtroopers. Looks like it was an awesome event. I would have been there, but it snuck up on me so fast that I didn't have time to plan for it! ARG! NEXT YEAR.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3075','a178dce455','','Corey, will you add a Bikerscout,Tie Pilot and 2 Firefighter/pilot costumes. They will be staffed buy Franklin Firefighters.

Also for those who would like to attend. The camp is asking for the completed list of attendies buy May 29th. 
Thanks Geoff');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2574','bce17a95e1','','Teddy bears, think about the marketing, the idea alone will make ROTJ billions!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2575','f051de027d','','here is your roster updated for the final time by me:

Loki
Hammer
Skip
Tambo
Bob Link
Betty Link
Brad Link
TK-Tim
Clutch
Sgt. Dark
Joe (Tenative)
Saberspanker');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2576','2116696b44','','Here is your roster for the final time updated by me:

Sweetpea
Rose
Zman
Loki
Chuck Flynn
Master Koon
Gooshy
Bob Link
Betty Link
Hook
Vesper
Chris Lee &amp; R2
JediToren (tenative)
Clutch
TK-Tim
Kevin G.
Joe
Zach (Tenative)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2577','aae029c978','','Here is your roster, updated for the final time by me:

Loki
Gooshy
Chuck Flynn
Zman
Kell
Derek
Hook
Hammer
Jen in Blue
JenK
Doug
Vesper
Chris Lee
JediToren
Bob Link
Betty Link
Jester
Susanne
Casey
Cheryl
Saberspanker
Suppa Fett
Joe
Zach');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2578','894c119fbe','Master Replicas Clone trooper helmet update','I received this e-mail yesterday, if anybody really cares or not:

Dear Master Replicas Customer:

We would like to provide you with an update on the following Star Wars and Disney Helmets:

     Shock Troop Helmet 

     Clonetrooper Helmet 

     Special Ops Helmet

     Rocketeer Helmet.

As you may know, Master Replicas placed all helmets on shipping hold in order to fully inspect them for potential quality issues reported on some units.  After discussing the situation with our manufacturing partner, we agreed on an unbiased evaluation of the products by an independent, third party testing agency. 

Next week, each helmet will be carefully inspected to ensure that only units meeting Master Replicas quality standards will be approved to be shipped out to our customers.

Thank you for your continued patience and understanding.  Master Replicas is dedicated to providing quality products that we are proud to stand behind. We will be providing you with an update in a few weeks based on the results of the inspection and the next steps. 

Sincerely,

The Master Replicas Team');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2579','16ddb14094','','What's the latest on this? Did Summer win?
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2580','148115c904','Re: Master Replicas Clone trooper helmet update','What they really meantt:

Dear Sucker:

We would like to provide you with an update on the following Star Wars and Disney Helmets:

     Shock Troop Helmet 

     Clonetrooper Helmet 

     Special Ops Helmet

     Rocketeer Helmet.

We think each helmet may be junked due to the fact that the pre-teen Korean sweat shop workers do not fully understand how the pieces fit tegether. 

Next week, each helmet will be pulled from the box and passed around so every Tom, Dick and Harry in the excutive wing can pick out the best ones for themselves and put the lesser, crappier ones back on the dock to come to you.

Thank you for your continued patience and understanding....
Actually, we're hoping that you will either forget you ordered one of these or that you'll just give it up and write it off as a loss. 
We will be providing you with an update in a few weeks that will probably read like VCR instructions and frustrate you to an even closer brink of madness . 

Sincerely,

The Master Replicas Team');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2581','8a2bc47be0','Under Armor Recommendations','I will need to pick up an undersuit for my CT soon and would like to know if there are any recommendations for what brand/type to get.  Anything that makes the bathroom breaks easier or are the zippers worth it?  Any brand that keeps you cooler?  I am blessed with active sweat glands so I need something that can take it.  

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2582','d09d11a1b0','','Alot of us wear Under Armor shirt and pants.... but if you check Walmart, they carry an aftermarket version for half the price as the name brand.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2583','343e452cee','','wow corey,
i know you got into something yesterday but seriously cant see why that incident would be enough to make you want to quit.

you guys need to remember that this forum is simply to be used as a tool.its used for &quot;communication&quot; and help in setting up events and for passing along information.

dont hinge your whole life on this forum and what a few people say.dont take every word to heart and every other post as an &quot;insult&quot;.sometimes a simple comment or remark can make you mad,but the author meant it to be of no harm to anyone.

sure there are still problems,but heres what we discovered.
this group is supposed to be for fun,its a volunteer &quot;costuming&quot; group.it doesnt matter..........its not important.........your life will go on if it went away.most of the problems we have are compounded by the gossip and crap that goes with it.
when the forum got hacked alot of people got to spend a weekend without this forum.they realized that the problems arent as bad as before assumed and that they &quot;could&quot; live without the forums.that they &quot;could&quot; get along with others versus losing it all.

bottom line-we can fight on the forum all day long but it doesnt matter.
this is a family of sorts and most people would rather  HAVE THIS GROUP  with its problems then NOT HAVE IT AT ALL.

step back,take a break,be blessed with all the friends we have and ignore the rest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2502','0498e41a28','','Here is the Parade roster as of March 13, 2006

Please look, if you are not going to be making it, please let us (me) know so we know you arent stuck in Atlanta dieing!!!


Atin; Biker scout and STAPWAY
Zman: Shocktrooper
Skip
Jen
Jessica ; Skip/Jen Daughter
Mark I.: TD
Wendy I (tenative)
Colten I. Boskk/Snowtrooper
Drax
Chase : Custom Mando/ Clone
Hammer: Mando
Loki : Mando
Lokis Daughters :Jawas
Tim: Clone
Sweetpea: Clone
Rose: Officer
Kell (Tenative) ANH Leia or Padme
Glenn Stein:(tenative)  Dooku
Master Koon : Emperor
Joe: Softvader
Saberspanker:Barriss
TK Tim: TK
Jason Collier: TK');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1862','08e407f748','Atins March Armor Party','OK March 11, 2006..
This is our last chance to get our projects finished for ATL St. Pats parade and for Mid South Con..

It is short notice on the roster, but let me see a show of who wants to make this one..

Roster:

Atin
Skip
Jen
Chris &quot;Carl&quot; Ledbetter &amp; 1 friend');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('460','eac200d21a','','From: Jonathan Bjork 
To: Fan Groups 
Sent: Thursday, February 09, 2006 3:35 PM 
Subject: NOVACONusa 2006 is starting up! 



I know, its not until November, but we just had go ahead and announce to the fan groups since we are so excited about all the developments!



  1.. First off, the venue. We are proud to announce that NOVACONusa 2006 will be held at the United States Space and Rocket Center! Badges will come complete with admission to the entire Space Center (except the Imax Movies of course). We will be the first SciFi convention to be held at the Space Center and we are very excited about the events we can have there that we were not able to have at NOVACONusa 2005. 

  2.. Secondly, we are lining up major game companies to sponsor official tournaments for their games. The first was Wizkids (and of course DGA Games) but we are working on many others. 

  3.. Thirdly, we have GREAT guests lined up for this show! They include Richard Hatch (from Battlestar Galactica, both the classic and the new series, etc), Brandy Ledford (Andromeda, Invisible Man, Stargate SG1,  Smallville, etc), Julie Caitlin Brown (Babylon 5, Star Trek the Next Generation, and Star Trek Deep Space 9, etc), and Jack Stauffer (Battlestar Galactica, etc). Here is a link to our Featured Guest Page:( http://www.novaconusa.com/Featured_Guests_2006.html ) Once you are on the page, click on the image of the star you would like to see more information about. Jack's page has not been done yet, we are working on it though. 

  4.. This year's convention will be a 4day convention and the pricing will be $40 for the whole 4 days (ThursdaySunday) or $20 for a one day pass. Before you get upset about the increase in the cost of the single day passes, keep in mind that the price includes access to the Space &amp; Rocket Center as well, and that we are going to have much more going on this year. The price of the weekend pass is still the same at $40, and I think is the same as the price of a badge to Constellation which has far less going on, so we don't think we are asking too much. NOTE: We are not trying to compete with Constellation, and plan to support it again this year as we always have. 

  5.. We are working on tying in more audience participation items to this year's guests. We have successfully arranged the following guest/fan interaction events so far:

    a.. Richard Hatch will be making a presentation of the cinematic trailer for his new Great War of Magellan project, and taking questions regarding that project. 

    b.. Richard Hatch will be participating in an official competition for the soon to be released Wizkids product, the &quot;Battlestar Galactica Collectible Card Game&quot;. 

    c.. Julie Caitlin Brown will be participating in a session of the Babylon 5 Role Playing Game, playing her character Na'Toth with a group of players selected (probably by either competition of some sort, random drawing, or auction  we are taking suggestions on that one). 

    d.. (Assuming we successfully negotiate the banquet deal we are working on) Jack Stauffer will be presenting his SciFi Cabaret musical comedy performance after the banquet.

Amazingly there are no games made about Rodenberry's Andromeda, or the Invisible Man. If anyone is interested in running a generic RPG with either of these themes (GURPs Space, d20 Modern, or that kind of thing) let us know and we will attempt to get Brandy into the game as her character. If not, we will try to work out a Stargate SG1 RPG session with Brandy in it as her Stargate character. It wasn't a main character, but that's the beauty of RPGs, it could be in the session.

A word about the guests. These guys are important to our convention. We are paying them an appearance fee, but it is much less than what they usually get. They are doing us a favor by coming to help us get our convention on its feet. This is the &quot;Heart of Dixie&quot;, and one thing that comes with that is that people are not accustomed to paying for autographs. As a result, our guests may be disappointed with the number of autographed pictures they sell at our show. We would really like to avoid this likely scenario. So, we are asking (I emphasize ASKING, not insisting) that if you get a free badge as a part of your fan group, or for being a GM or whatever, that you make an effort to buy an autographed glossy from at least one of our guests. It will cost you $20, but will go a long way toward making our guests' visit worthwhile to them. Hollywood is a small community and if we become known as the convention that no one buys autographs at, it will make the celebs really expensive to book. Even if you don't come to the convention for the media guests, they help us sell booths and so we need them. We lost thousands on last year's event, but we are determined to make each year better than the last, and build a convention worthy of our great city. The celebrity guests are a major key to building such a success.

Enough about that. There are some things that were very cool last year that we want to repeat and enhance. For one thing, we want to have more cash prizes for contests. Secondly, we want to have more bellydancing! That was awesome! Thirdly, we want to have panels with all the media guests and also more panels with the groups. We would like to have a wellpromoted LARP this year. No one participated in last year's impromptu LARP, and we really want to fix that this year. Rocket Park will make a great setting for a SciFi LARP of some kind, so we are taking suggestions.

Anyway, its going to be a great show and we are all very hyped! Email me with all your ideas and comments, we will try very hard to implement as many as we can.



Jonathan Bjork 
Director of Games Development 
DG Associates 
www.dgagames.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('461','8883b6d66e','','i think alot of people were just wanting to get some shit off their chest and get out and bitch.
since thats something new ,it went over better than i expected.what little argueing wasnt really bad,ive seen worse flame wars.

if you guys throw out the election thread i would suspect it wont get as much attention and battling as last time but there might still be a few people to nominate another.

if you guys want a real election it will definately cause further chaos and seperation.i get the feeling that people would rather bitch and complain,and work out some issues than turn the whole garrison upside down and possibly split in 2.
perhaps we should start a &quot;should we have elections&quot; thread?
but even then youll have vocal ones yelling for a showdown.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('462','d725af9f40','','[quote:d725af9f40="Loki"]Ah, what the hell, I'll go.[/quote:d725af9f40]

Alright Loki!! I'll be there too!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('463','c263f81b15','','Thanks Skip, Joey.

Tambo? Drax? Jeff?

Need comments here guys.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('464','44a0057db4','','Corey, I'm REALLY trying to make this event, it sounds great! Here's my only problem:

My sister was diagnosed with stage 2 breast cancer last week and will have a major operation on Wednesday this week. I'm gonna hang around as long as possible for the outcome, and to help out. If I come up it will be last minute on Saturday but just holding off on everything till we know what is going on. 

If I don't make it, you guys have fun and drink a beer for me, and if you guys would, please keep my sister in your prayers for a great outcome.

Thanks!!!!

Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4699','777ecca17f','','Great work as always Leighann. I'm sure this is gonig to turn out fantastic. I remember being blown away by your Iceheart costume at last year's D*Con. Can't wait to see you and your Hippie are D*Con again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('466','2b98fd63dc','','Just a quick effort to bring back the Giggidy:
[img:2b98fd63dc]http://img.photobucket.com/albums/v690/DVDMaster1138/MSLeiaOwned01.jpg[/img:2b98fd63dc]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('651','f4064a7a9a','','Edited for the FCC of the group, Sorry.  I was just reposting the same article of Summer that was on the previous board.  I wasted the money on the mag for the article and no one else posted it up, so I was just doing my part.  Are they still doing the voting thing on the mustang website?

Guess those were my last posts in this thread with any content.  By the by, that pic was on the previous board and no one was offended.  Y'all want the other pic deleted too?  Guess you won't have Zachmire to kick around any more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('467','37690b59f6','','A Fan Approves of all that we do:
[img:37690b59f6]http://img.photobucket.com/albums/v139/SithJada/Funny%20Pics/012bb6ed.gif[/img:37690b59f6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('468','aab1fd008d','','And a saluate to one of our loveliest of troopers:
[img:aab1fd008d]http://img.photobucket.com/albums/v690/DVDMaster1138/Summer01.jpg[/img:aab1fd008d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('469','be15176b39','','Z-Man:
Your sister will be in my thoughts and prayers.  I hope the surgeons can find the sickness and get your sister on the road to recovery.

Sorry to hijak, but this time I think it's worth it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('470','94915d5eba','','Zman, family always comes first..
Your sister will be in all our hearts and thoughts...

Zach, that would not be considered a highjack... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('471','9cdef81def','','um.. hi there.. 

please add me? not sure why no one added me before.. 

thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('472','1879f412f2','','Add Tim, ROse and myself to the Rrooster.... oh and we're going to Ikea... I call dibs on 4 of the display cases... that's one of the only reasons we're going.

 :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('473','b938e55780','','Sorry JenKs,
Ill add you into the roster right away... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('474','c3ce0d7479','','Hope you get better bro  :( 

Having &quot;real&quot; back problems myself, I know the pain you must be going through. We're here for ya'');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('475','aa5e0e3177','','Got you 3 added..

Just remember that for every 2 display cabnits you buy, you must donate one to the NAACM   :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('476','973c55742a','','Doug and I will both be there! :) 

We got our reservations for the Marriott last night.  I'm so glad we get to go this year!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('477','4735e21936','','I've never even seen Star Tours.  Last time I saw the Mouse, Star Tours was just a drunken idea in LFL's head.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('478','81c9db4288','','Got you and Doug on the roster JenK . :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('479','8724d8ccb8','','Dude, Star Tours is awesome!!!!!

I think it is still a drunkin idea in Lucas' head.... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('480','552deba260','','I feel this year would be better to keep things as they are, but the members do have a right to vote.  No matter what happens the command staff needs to reorganize and solve problems.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('481','2d342f1a80','','ROse and I will be there again in all of our glory this year. Tim will also be there. DC last year was little of a let-down for me, but we're going to give in another try.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('482','04ef3d07ad','','Not sure if my TC armor will be ready by then, but I'll be there regardless. At worst, I can be a handler.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('483','cf26c6a4db','','Surly I'll have the TC armor wearable by DCon. Either way, I'll be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('484','e225436d11','','The Best Jaster in the Legion and the world I must say.  it has been a true joy to assist you in your project Ivan.  It's the attention to detail that makes your costume stand out.  Things most people take for granted you put extra work into.  The Helmet is a work of art, your gauntlets are highly detailed and the armor fits your body perfect.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('514','ed217725e8','','Dang, when I was a pilot, I could only imagine the room if I would have dressed like that pic above..
Course, it may have been hell to go through the ejection system.... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('515','698f9eca58','','You also have to remember, it was right after the hurricane that DCON took place last year. If It was in, say, Maryland I think it would have been different but being in the south and so close to the mess, I totally understand how it was maybe lackluster.

Just sayin :)

Either way, got my ticket, got my room, got SOME of my costumes! I'm all set!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('516','c29a8a1559','','Take care, buddy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('517','56797db90d','','Not sure if it had anything to do with it, but I know gas prices were crazy at that time as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('518','ecba7bbefd','when','Let us know the schedule of your hospital visit.  I have a meeting with a customer on Friday, but I was thinking we may stop by on Saturday before we go to Clarksville.  We can bring soup anb swank');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('519','879a7cc6b2','','[quote:879a7cc6b2="Vesper2112"]Not sure if it had anything to do with it, but I know gas prices were crazy at that time as well.[/quote:879a7cc6b2]

..and a few hurricains.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('520','b1cb79a3a1','','Best wishes for a successful surgery and a speedy recover.

God Bless!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('521','dafb9c55cc','','[quote:dafb9c55cc="Vesper2112"]Not sure if it had anything to do with it, but I know gas prices were crazy at that time as well.[/quote:dafb9c55cc]

Oh no, I am POSITIVE it had something to do with it. I knew several people who'd planned to go, but simply couldn't because of the insane gas prices.  Especially seeing as many had tons of costumes, that involves an SUV, truck, etc. and that involves MORE gas and more often. Yeah....you get the picture.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('522','f69eb0b18c','','I can verify the gas thing as a big factor last year, it was the talk in the Green Room among the staff to guests...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('523','2d660342d0','','Yeup, I will definately be there!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('524','14853d7973','','I'm interested.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('525','7d6b5da03c','','I'll be going again, of course. When I die I will haunt DragonCon. This will be my fifth time at the convention. I've already got a room at the Marriott with six roommates. Half of the people in my room are named Matt. My brother is coming as usual (his fourth time) and a bunch of my Rebel Legion buddies are coming to DragonCon for the first time. My folks are also going to see what all the fuss was about, although my mom will probably borrow my car and spend most of the time looking at local sites in Atlanta. My dad will be game, though, and will probably don my Jedi gear again.

It sucks that you won't be there, Skip.

Last year was lackluster, but not without reason. Due to SWC3 many people were already out for DragonCon. A lot of Star Wars people, especially 501st, missed out in 2002 for SWC2. Then the rising gas prices took many others out, and Katrina was pretty much the final nail in the coffin. Many couldn't make it, and I suspect that severely hurt the volunteer situation at DCon.

The previous three years I attended were all great, and even with all of 2005's issues, I still had a blast. The only major letdown for me was the masquerade, partly because it wasn't at the civic center this year, partly because the MC's sucked a giant mountain of ass, but mainly because a lot of my SO brothers weren't there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('526','ee1fe05da6','','I've got to make it this year. I missed last year which sucked. I'll have to look at my finances and hotel costs, but I can probably go.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('527','8f94dc07a6','','I don't think I'll be doing this one due to the distance (200 miles from Nashville), but I'll get the word out to Rebels.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('528','a63dacc00f','','Waiting to see if we do this in Huntsville at The Deep again.  If not, I'm in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('529','de954e849d','','Joey, all you have to do is say the words &quot;Space Camp&quot; and I'll be there.

Do you know if they will give us the space camp discount at the Marriott like the car show we trooped in 2003?

Let me know when this event is official and I'll recruit some rebels!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('530','7d338c8220','','I don't think any pics of Summer should be in what's essentially a drool thread.  A better salute IMO would be to go to the Mustang site and vote for her.



As far as the other pics, cheesecake shots of SW babes are one thing, incestual anal rape is another.   :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4698','a8517bb620','','[quote:a8517bb620="RoseGuard"]I thought it was funny Crash. I did! Made my back hurt a little too for ya.


And has anyone thought that this daylight saving may be one big april fools prank? Everyone will go to whatever it is they're suposed to be at tomorrow (I have work o.O) one hour early. Then whoever orchestrated this massive prank will just point and laugh. Anyone? Am I alone here? *sigh* I know, I know... &quot;go home crazy lady.&quot;  :roll:[/quote:a8517bb620]

I was thinking that too, so I looked it up. 1st weekend in April. I'm either paranoid or really thorough. I think I was more paranoid because I was waiting for someone to do the April Fool's prank on here.... and nothing happened!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('532','ba93e4ea22','','[quote:ba93e4ea22="Wookieegunner"]Waiting to see if we do this in Huntsville at The Deep again.  If not, I'm in.[/quote:ba93e4ea22] 
I'll check.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('533','a2ed703c1e','','And will they let us play on the simulators long enough to get another picture of Chewie with his backside sticking out a hatch?    :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('534','25fbfb6230','','That looks awesome.  Thanks Tambo.  You Rock!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('535','bcdecb05e2','','Oh, I'm still up for it.
Let the elections roll on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('536','3279326fe0','','hang tough, Crash. Hope this takes care of the problem. When you get well I wanna here a 20 minute drum solo!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('537','6a0d2b4e2e','','Retz did you find a visor replacement yet?  We need to pop a new one in ASAP.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('538','d0f3e4537d','','The Mara Jade one is awsome! *goes to see about ordering...*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('539','7d482511a8','','I think the Mara Jade is a Gen Con Indy exclusive and the Shocktrooper is a ComicCon exclusive.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('540','28bd963a77','','Ok, here goes...

based on what all you said, here is my recommendations 

Structure recommendations
(I'm getting this idea from reading the Legion Charter for the 10th time and thinking about our current situation):

Elected:
CO
Captain of the Guard (should not hold any of the following offices: CO, XO, LT)

Appointed by CO:
LT (State level, 1 per state)
XO
GWL
GML

Ok, what I'm going to do is put up a post listing who has been nominated and closing off CO nominations.. Then those nominated can either accept or refuse your nomination.  Jeff I know you accepted but just accept again. 

Also I'll put up a thread asking for nominations for a Captain of the Guard and I'll pop out there a description for a &quot;Captain&quot; altered for Garrison level.  When I put up a poll for the CO voting, I'll include the following choice:
&quot;Retain the current command staff as is&quot;
That way those that feel &quot;why do we need to change&quot; can get their vote. 

Optionally we could elect LTs for each state too, but I really think that's overkill since the CO and XO should just sit down and agree who would be a reasonable choice as an LT per state.

Here is what I have for a &quot;Garrison Captain&quot;:
Captain of the Guard - The Captain of the Guard assists the Garrison Commander by serving as arbiter in matters of contention within the garrison, policing the code of conduct, handling Garrison elections and keeping track of the Garrison and Squad boundaries.

I would like to suggest a brief write up for what an LT does.. which might help the membership know what they would be getting into with that.

If need be I could post a modified writeup for a GML and GWL also if needed.  

Now.. again guys.. I need opinions, thoughts, post telling me I'm totally full of it, whatever.

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4696','fa17e8a3ca','','Congratulations... my master.

Now it's time for....



FUNK!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4697','422052f102','holy snarky','Great job vesper.  

Maybe the IT team can use this and make a permanent refence page that would help new troopers get strated.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('542','27d0d98d77','','Get well soon Crash!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('543','a9c68ef8aa','Spring Festival of Lookout Valley Elementary School','Do not forget the elementary school spring festival at Lookout Valley Elementary school will be March 11, 2006 10AM EST to 2PM EST. Some members of the PTA board has asked that I can see if I can get some people in star wars costumes to pose for photos with some kids

How to get there

From  Nashville
Take I-24 East toward chattanooga 
Get off exit 175 Browns Ferry Road Exit 
Make a left go about 1.5 miles on your right you will see valley memorial baptist church the school will be on your left.

From Birmingham 
I-59 N
go onto 24E
get off exit 175 Browns Ferry Road Exit
Make left go about 1.5 miles on your right you will see valley memorial baptist church the school will be on your left.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('544','10e5f4b9bd','','What's the date for this event?.... I see a time but no date.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('545','2614539b70','Latest Insider Scans','I saw an 8 page article in the latest star wars insider, so I thought you mandos would enjoy looking at it.  Here are some scans I took.. they are around 4mb each so give them time to load.  Enjoy!

[url=http://tk-2486.com/501/insider/insider_01a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_01b.jpg[/img:2614539b70][/url]
[url=http://tk-2486.com/501/insider/insider_02a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_02b.jpg[/img:2614539b70][/url]
[url=http://tk-2486.com/501/insider/insider_03a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_03b.jpg[/img:2614539b70][/url]
[url=http://tk-2486.com/501/insider/insider_04a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_04b.jpg[/img:2614539b70][/url]
[url=http://tk-2486.com/501/insider/insider_05a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_05b.jpg[/img:2614539b70][/url]
[url=http://tk-2486.com/501/insider/insider_06a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_06b.jpg[/img:2614539b70][/url]
[url=http://tk-2486.com/501/insider/insider_07a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_07b.jpg[/img:2614539b70][/url]
[url=http://tk-2486.com/501/insider/insider_08a.jpg][img:2614539b70]http://tk-2486.com/501/insider/insider_08b.jpg[/img:2614539b70][/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('546','17e52844d9','','This will be on March 11, also some of us are planning a paint ball game after this event if anyone's interested. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('547','a9139bbe99','','Some directions for ya:

http://maps.yahoo.com/maps_result?addr=412+Market+Street&amp;csz=Chattanooga%2C+TN&amp;country=us&amp;new=1&amp;name=&amp;qty=


Address 412 Market Street

From Nashville - Take 24 to Nooga
Go to 27 Downtown Chattanooga 
Get off on 4th Street -');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('548','d94a6ebae6','','Chris , I'm on the fence on designating state Lt's or just coming up with ohter titles that don't divide us.. like logistics coordinators, regional PR officers, etc...

I'm going to call Skip tonight and see what he is thinking also, then between his ideas and mine, I'd like to post them here so we can all then weigh in.  I' ight just try and call all of you too to make it faster.


either way you should be able to post something in the morning...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('549','4194c32cb6','','Third page, bottom image: I love the look of that female Mando! I looks like a fun costume to put together for our better halves.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('550','9de64537d0','','Don't want to commit to this right now, I'm sure we'll do something in Nashville too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('551','be73690d52','','That's fine. I'll be at the gym after work so call after 7pm. I don't want to cause divisions either, just get this out of the way without restarting any kind of feud.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('552','f59c74d532','','Hey Skip, if you don't go will you let Pulse Rifle come out of the house for the weekend?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('553','b67e0502b0','','Yeah, ROse is planning to upgrade her mando with some boobie armor real soon. Also I know 'spanker had a good start on her mando.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('554','1bdb9a6f4e','','If he hasn't I've still got several.  We can hook him up this weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('555','3f0334a3d4','','I'll be bringing the whole thing with me for the trip to Ft. Cambell, and Ivan's little &quot;project&quot;.

I could also use a flamethrower and calculator pad!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('556','5152b74b9d','','hey Loki, if you're wearing your mando, can I wear your TK this weekend?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('557','f4f43451b6','','Best non-Jango, non-Boba Mandalorian in the Legion!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('558','ba5d540492','','Yes sir, you can.

I'm not wearing the TK because of two problems...

My boots are trashed, and Performance is sold out right now.  And I lost an ab-plate button.  Hopefully I'll be ready for the parades, But if you've got some boots, I got you some armor!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('559','dd07f287f4','','Ya'll need handlers?  I think Casey and I can make it, if you do.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('560','d8f0189f7b','','Yeah, page 5 bottom right has a female mando as well.

Thanks for posting these, but I would ask the group if you find them useful go buy a copy.  The more copies they sell the more likely they will ask Karen to write more about Mandos.

If you can't find a copy locally, let me know our Barnes and Nobles definately and our Books-A-Million possibly carries Insider so I'd be happy to pick you up a copy for cost.


BTW, rumor has it that at some point in the near future they will be posting the first part of Karen's Mando dictionary as a Hyperspace article.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('561','34ed532b25','','[quote:34ed532b25="AnakinFanCheryl"]Ya'll need handlers?  I think Casey and I can make it, if you do.[/quote:34ed532b25]

From someone who has handled two cub scout events I can assure you when large groups of children are involved they will need all the handlers they can get.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('562','b467ab03e1','','we are going, got a room at the marriot too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('563','9ba6db2aca','','Thank you my fellow Mandos..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('564','cd36e0d7b2','','How will your parking situation be?  Anything you need us to bring?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('565','8fe0fd3eed','','I'm not a big fan of the boob plate version of the armor, I think it takes away from the costume.  I would think women would adopt the same uniform as the men (you don't see boob plates on our troops flak vests)

Who can pick out all the missing parts on the Boba costume Pic (Jaster you are not allowed to answer)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('566','88d3c9286a','','Bring them, last time he checked Rural king was sold out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('567','9344158e84','','The begining
[img:9344158e84]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/183525/1632950JasterV1.JPG[/img:9344158e84]

the last week
[img:9344158e84]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/167188405Jaster.JPG[/img:9344158e84]

the now!
[img:9344158e84]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1755256Jaster.JPG[/img:9344158e84]
[img:9344158e84]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1727184JasterArmor.JPG[/img:9344158e84]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('568','544c1cf07e','','Holy Shittt, I don't even have that first pic. How far I have come, and that last pic, staying up most of the night , listening to &quot;Rat Pack&quot; and hanging with my buds,Tambo and Sgt. Dark. Good times.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('569','ace6fbc127','','S.O.B.....damn it. That is so wrong.  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('570','abf36f5e11','','When does the party start on Saturday? We're trying to organize a time I can go wake Dallas up and get ourselves up there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('571','8856f1c65e','','Loki, you look so comfortable in your Mando! I wish I could get that blaster draw look you got so patented.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('572','8b9ad8407c','','Vesper, it starts Friday night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('573','7f7e46c0f2','','Which means if tradition holds true they will be awake until 4 and in bed until 10.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('574','896774afd7','','Z-man,
    My mother died of Ovarian Cancer on August 19, 2004 and my &quot;other sister&quot; is currently a post-masectamy survivor of Breast Cancer.  If you need someone who knows what you are going through, you got my email and phone number.

WG
aka WookieeGumbo');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('575','19d36c2503','[NC-17] TROPHY-CASE','OK, here's a special theme for today.
[size=18:19d36c2503][color=yellow:19d36c2503]SUPER HEROES[/color:19d36c2503][/size:19d36c2503]

Acknowledgement: All copyrights are owned by their respective copyright owners, and the writers of the copyrights write the owners of the copyrights that they own.

[img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/Colossus02.jpg[/img:19d36c2503][img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/NamorAquaman01.jpg[/img:19d36c2503]
[img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/Carl_Hardwick--06-6-03b.jpg[/img:19d36c2503][img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/Carl_Hardwick--06-6-03e.jpg[/img:19d36c2503][img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/Carl_Hardwick--06-6-03g.jpg[/img:19d36c2503]
[img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/shazam07.jpg[/img:19d36c2503][img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/RadioactiveMan01.jpg[/img:19d36c2503]
[img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/Kraven01.jpg[/img:19d36c2503][img:19d36c2503]http://www.knology.net/~killjoy/501stnc17/Nightcrawler01.jpg[/img:19d36c2503]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('576','f58fe20c3d','lookin good','I have to say Loki, that you are one slick lookin Fett.  In fact you inspired me to do one of my own.  I only wish it was as easy as you said it was.  I owe my wife big time for all the sewing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('577','f644979e4b','','Ill second that, Handlers are our godsend when kids are involved!!!

Ill put you on all on the roster..
Thanks :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('578','478ca49e32','','Thanks Bob, added the 2 of you to the roster... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('579','d795ae9799','','I have a long driveway and also lots of parking on the side and front lawn.. So we will be ok..

Im trying to fionalize what I need everyone to bring, as it stands right now I think we have it covered... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('580','bb10de661c','','Wookie, Not me, I will be awake at 3am like usual  :) 

Z, my mom passed away in 1999 from breast cancer that spread very quickly, so I know what your going through also, Im only a phone call away...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('581','b2d79df197','','You guys rock, thanks for the kind words.

It is outpatient surgery, so I will be there and back all in the same day. You are more than welcome to call if you are wanting to see how things are, I beleive most have my number. If I or one of my parents cant call, then leave a message, I can return in later in the day.

Thanks again!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('582','70b70cb784','','Gentlemen, numerous items of interest have been brought to my attention since I made the decision to move along with the Southern Outpost CO elections earlier today.

With that knowledge, I humbly withdraw my candidacy for CO of the Southern Outpost, allowing the current administration to carry on for 2006 as they see fit. 

I do this of my own free will with no coercion or influence in any way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('583','00c643f44c','','Loki,

Bring your Mando templates-----I feel like carving up a few white trash cans!!   Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('584','3e1dbc9922','','yep, even for a nc-17 thread there is a fine line....and you just crossed it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('585','602ded292a','','I made my reservations today, and yep, the Marriott is running out of non-smoking rooms. My friends and I will be drawing straws to see who has to sleep on the rollaway...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('586','3c24dee8ff','','I definitely want to come - either wearing ANH Leia or Padme battle suit - I should know for sure whether or not I can come pretty soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('587','8ee53cbd9b','','I'm trying to talk Ash into going to this one with me. It looks like fun!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('588','816f81d835','','shin tools... they are missing. Also I don't see his dive belt. But it may be under his vest.

As far as the boobie, you have to remember that they (LFL) is marketing this to teenagers and nerds, both of which enjoy the thought of female body parts... mostly becasue they don't have them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('589','9c2406fabc','Re: Gentle Giant 2006 Lineup (repost)','[quote:9c2406fabc="TB1309"]
Solo and Greedo Bookend Statues

[url=http://www.rebelscum.com/photo.asp?image=http://www.rebelscum.com/tf2006/tf06-GGSreturn/IMG_0003.jpg][img:9c2406fabc]http://www.rebelscum.com/tf2006/tf06-GGSreturn/IMG_0003-tn.jpg[/img:9c2406fabc][/url][/quote:9c2406fabc]

Ooooh. MUST HAVE!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('590','6a6788cdeb','','boot spikes are missing too');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('591','673f4bd3cf','','Got ya Kell, your on the roster  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('592','d546dd814c','','im planning some &quot;xeno&quot; action for that event,
count me in!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('593','61c88fa83f','','I'm going this year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('594','2ea9950c4c','','me too!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('595','6b0b9f821e','','Ding..ding...ding.. Correct.  No shin tools and Boot spikes... I don't think they have the dive belt on as well, but you can't see that section well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('596','eb762252af','Cosi event in Ohio','just checked out the forum and it appears that the official rooms are out.
i know what Tambo has listed us with 26 members and 7 extra family members,give or take.

hey Tambo,
do you have notes on who the people listed were?
id like to see the list nailed down and submitted so those that jumped in early can be assured rooms.
it would appear that anybody else wanting to come would simply need to find their own room and show up,at least thats what im getting from the posts on the Ohio forum.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('597','6d966a77d8','','I found the recruit area... but what is this pre event section? I don't see it......  :?: 


What is the schedule of events?


Mark');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('598','38a411bfbc','','I just need 8 room commanders and only Corey has offered to be one..I'm going to start picking names this weekend if no one lets me know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('599','9c5211c6a3','','February 4th, 2006: 

Troops from the Southern Outpost invaded the Von Braun Center beginning at approximately 4:30 PM and secured the perimeter. Upon arriving, it was found that a small (but determined) band of Rebels had infiltrated the grounds of the complex. The Rebels were, of course, no match for the superior military presence of the 501st, and soon order was restored. 

[img:9c5211c6a3]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/IMG_00%20007.jpg[/img:9c5211c6a3]

The 501st secured a banquet hall at the facility and quickly turned it into a makeshift headquarters for the nights activities. Armor repairs and munitions adjustments were completed, and the invasion of the VBC arena quickly began. 

The Rebels were forced to work alongside the 501st during the nights hockey game event, and helped in dispensing Imperial propaganda, signing autographs, and posing for pictures with loyal Imperial citizens. 

[img:9c5211c6a3]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/IMG_0139.jpg[/img:9c5211c6a3]

A detachment of troopers from the 501st group helped in patrolling the arena grounds during the night, making the complex safe for one and all. 

Activities at the VBC wrapped-up around 10:30 PM, and were followed by a feast for the troops at a local IHOP restaurant. 

The mission was a complete success. Thanks to those valiant troops who participated. 



Jamey Ethridge 
Fetthunter [BH-3473] 
The 501st Legion 
Southern Outpost');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('600','7bbe607231','','I don't have the templates....
I can't remember who does..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('601','58549a5845','','we should get that list built back up,then divy rooms from that.

ill be a room commander too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('602','8903db262a','','They can rebuild you, they can make you stronger, faster....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('603','1b7e36fabc','','If I'm not in a room with Corey or Skip I'll do it too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('604','f1353e63d9','','Gotcha.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('605','8b150f530f','','This is mainly for Angi....

I'm excited!

from the MSC website:
 
Video Room
MidSouthCon's video room starts showing films early on Friday and runs 24 hours a day until late Sunday afternoon. 

We show a fun mix of science fiction, fantasy, and other genre features, along with shorts, and other interesting stuff. And of course we have the traditional midnight showing of the [size=18:8b150f530f]Rocky Horror Picture Show[/size:8b150f530f].');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('606','40bfea554b','','1. BH-1128 Glenn Tamboia Jango Fett/ Clonetrooper/TIE Pilot 
2. TC-7301 Sean Rothe Clone Trooper 
3. TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper 
4. ID-9997 Kell Yarwood Imp. Officer 
5. TR-5123 Rose Coe Royal Guard 
6. TC-760 Jon Wollack Clone Trooper/ DS Trooper 
7. TC-6180 Glenn Stein Clone Trooper 
8. TS-2824 Jennifer Curley Snowtrooper
9. TK-4267 Tim Birtch Stormtrooper 
10. SL-100 Skip Curley Darth Vader/Clone Trooper 
11. TC-057 Tim Wollack Clone Trooper/ Sandtrooper 
12. TC-152 Joey Beck Clone Trooper 
13. TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral 
14. TK-2486 Jon Jones Stormrooper 
15. TC-1620 Jason Bales Clone Trooper/Snowtrooper 
16. TB-1621 Laura Bales Scout Trooper 
17. TD-6873 Jeff Lester Sandtrooper/Stormtrooper 
18. TK-6203 Corey Miller AT/ST driver 
19. TS-2352 Wendy Ingram Snowtrooper
20. TC-8881 Chase Gustafson Clone Trooper 
21. SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper 
22. TK-1143 Tyler Phillips Stormtrooper 
23. TK-3331 Shannon Oliver Stormtrooper/Sandtrooper 
24. ID-3331 Cindy Oliver Blue Senate guard/ Officer 
25. TK-3740 Zach Nixon Stormtrooper/Snowtrooper 
26. TK-2138 Chris Ledbetter Stormtrooper 
27. SL-1959 Richard Cross Imperial Tech

Family Members&amp; Guests. 
(Mark I.) Colten (Bossk) &amp; Alex 
(Kell) Ash 



 ROOM COMMANDERS

1. BH-1128 Glenn Tamboia
2. SL-100 Skip Curley
3. TB-1620 Jason Bales
4. TC-760 Jon Wollack
5. TK-6203 Corey Miller
6. TD-235 Mark Ingram
7. SL-9997 Kell Yarwood
8. TK-1143 Tyler Phillips

Removed TK-4238 Geoff Fults Stormtrooper &amp; TK-5920 Todd Taylor Stormtrooper 

Added TS-2352 Wendy Ingram and TS-2824 Jennifer Curley (these were on the Family member list) and Added Richard Cross SL-1956');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('607','57e0b641e5','Re: lookin good','[quote:57e0b641e5="Hook"]I have to say Loki, that you are one slick lookin Fett.  In fact you inspired me to do one of my own.  I only wish it was as easy as you said it was.  [/quote:57e0b641e5]




I could say the exact same thing.  Especially the part about it not being as easy as he said.  There were several times when I was wrestling with my gauntlets that I had very dark thoughts about Loki.  Guess that's what I get for letting the Trickster god talk me into a costume.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('608','d510ff172e','','Hey, don't blame me!  Chase was the first to do a Custom Mando, he gave me the bug at C3.... and the rest is history!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('609','dcd7cc8692','','They have the technology');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('610','3b63e6aa35','HMMM','PARENTS,,,, I gues the swank is out of the question.  give me a call this week. :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('611','fee0b6749a','DP bucket','Anyone looking for a 95 don post bucket.  This one has a busted visor, but that gets cut out anyway.  Here you go.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6607210506&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('612','5efb64c8a0','run out','be careful about relying on the roll away.  every room with a queen bed will request one of these.  they will run out fast. :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('613','0490263212','done','I have to say that building a fett is a great adventure in learning nearly every prop skill all rolled into one.  I enjoyed the hells out of it.  When it is done it will be a &quot;happy ending&quot;.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('614','52cd18ab46','','Ooh if we don't get one I will not be happy, since it was the person taking the reservations' idea - I was going to take a smoking room, but they offered the rollaway. Hopefully since we get in thursday morning we can avoid that, but if not there will be a very irate Kell at the front desk.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('615','155de02f1a','','eep :shock: I'm going to reserve mine first thing tomorrow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('616','89a8263c0d','','You want Happy Ending?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('617','7c30974688','','Ditto, I'll be there as a TK. There was a TK back in the '03 WonderFest that was part of the 501st, a tall guy, but I don't see him in among our S.O. members. In fact I learned about the 501st from him. Anybody know who that might be?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('618','35c2f3f5e5','','I should be at MSC...have to see, but should be...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('619','428ea855eb','','Wimps.  I slept in a chair both nights last year and loved it.


 :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('620','087dfc7617','','so are we planning on setting up a table?

I offered to bring a tv and possibly set up some battlefront II.  Just an idea.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('621','6bc1b7628b','','Wasn't this guy on the left was it?



[img:6bc1b7628b]http://img151.imageshack.us/img151/926/img24685wq.jpg[/img:6bc1b7628b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('622','f21d6afb5e','','That fit-ty dolla!




So Crash was Patient Zero, huh?   :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('623','4a15d929de','','Mark, PM TB1309 and get him to restore your membership status on the boards.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('624','0c1b9a922f','','What gun?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('625','9a7961d1d9','','hammers right,
not only did he love it but if i recall correctly he didnt snore since he was sitting up.so everybody wins!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('626','0c6b649730','','That's gonna be wicked!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('627','bfad151b34','','That's an awesome transition Commander Mereel!  I continue the brethren's motion for best Jaster on the planet!  The leader inside the armor matches the merit of the battle-scars on the outside!

 You set a high bar Commander!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('628','048f6c51b3','','Loki, I remember seeing your fett at Adcon last year.  You carry the presence of a bad-ass mando, and you definately sell the vibe of the character!  

 Hammer, your pretty damn bad-ass too man.  Wouldn't know you wrestled with anything on your uniform?  I understand you put it out pretty freakin' fast too!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('629','dda96e0628','','Absolutely beautiful Work!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('630','15ba7d0e68','','[quote:15ba7d0e68="TD1042"] 
 Hammer, your pretty damn bad-ass too man.  Wouldn't know you wrestled with anything on your uniform? 
[/quote:15ba7d0e68]


Thanks!  I think we got it workin ok at the end.


[quote:15ba7d0e68] I understand you put it out pretty freakin' fast too![/quote:15ba7d0e68]


Well, that depends on what they have at the con bar.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('631','c664c988ec','MandoWarlordDeathMachine','Like the name, Schweetpea is also responsible for the paintjob that really sells the armor.  The man's a genius.  Rose did the vest and kama(I think I'm the only Mando that can suit up by himself thanks to her).  Enjoy!


[img:c664c988ec]http://img140.imageshack.us/img140/6926/bucketon0de.jpg[/img:c664c988ec]


[img:c664c988ec]http://img70.imageshack.us/img70/6454/bucketoff4bd.jpg[/img:c664c988ec]


[img:c664c988ec]http://img70.imageshack.us/img70/2976/img97030qh.jpg[/img:c664c988ec]


[img:c664c988ec]http://img70.imageshack.us/img70/65/img97046cd.jpg[/img:c664c988ec]


[img:c664c988ec]http://img97.imageshack.us/img97/7883/bell8vl.jpg[/img:c664c988ec]


[img:c664c988ec]http://img88.imageshack.us/img88/4180/horrorfestnashville2005049edit.jpg[/img:c664c988ec]


[img:c664c988ec]http://img70.imageshack.us/img70/4548/horrorfestnashville2005057edit.jpg[/img:c664c988ec]


[img:c664c988ec]http://img97.imageshack.us/img97/7573/mandogun8fc.jpg[/img:c664c988ec]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('632','717e24180e','','That looks phenomenal! I love the armor and the spats. The spats are very interesting! I also like that horizontal stripe on the helmet.

Oh, I just noticed the chip in your shoulder armor. First time I've seen that on a trooper of any kind. Like I said, phenomenal work, I enjoyed seing it at HorrorFest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('633','afcc3ef22f','','Thanks, man!  I've had those spats since '02.  Got 'em at a tack shop, and just now found something they look good on.  :lol:



The gouges and chips I did with a file.  I think I chewed it up pretty good, but it's hard to tell in the pics.  I never could get the hang of the dents, though.  That was Leonardo Da Wollack again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('634','2245c37ee5','','I also wrote a backstory explaining the markings.  It's a bit of a read, so now's the time to grab a snack or hit the bathroom.  :D


Excerpt From a Mandalorian war journal (callsign  Hammer) :

Entry 72




I was awakened by the ships proximity alarm.  It seems the Skipray I had boosted to get off Nar Shadda hadnt received a navcomp update since I was a wee lad, and I was now hurtling toward the event horizon of a brand new black hole at several thousand light-years per second.  Or however fast hyperspace is, Ive always hated math.  I yanked the hyperdrive levers and kicked in the sublights at full reverse, attitude thrusters screaming as I attempted a course change.  It wasnt enough.  My only hope of survival was to shunt power from the shields to the main engines and orient the ship away from the event horizon just long enough to execute a microjump.  Obviously there was no time to plot a course(not that Id trust this computer anyway), so I pulled the levers back, counted to five, and hoped my luck held out long enough not to come out of hyperspace inside a planet.


To the great amusement of most of my brethren, Ive always believed in a &quot;Higher Power&quot; who oversees the goings-on of our galaxy, watching over and protecting those He favors.  Coming out of hyperspace in a rusty, rattling Blastboat with a planet filling the entire viewscreen while an entirely [i:2245c37ee5]different[/i:2245c37ee5] set of proximity alarms announced my forthcoming demise in the most obnoxious terms, my faith was affirmed.  There was most assuredly a Supreme Being, and evidently I, in this life(or a previous one) have royally pissed Him off.  



As I made my descent, the Skiprays huge main stabilizer fin sheared off, leaving me without the prospect of any decent maneuverability once I hit atmo.  Well, assuming the craft held together that long.  I didnt get a very good look at the planet into which I was about to plant myself, but it seemed more or less habitable, plenty of water, lots of green stuff flashing by underneath in a blur.  I figured if I nailed the landing it might not be a bad place to retire.




Upon later reflection, it probably wasnt such a bad place, except at the time of my visit everyone on it seemed to be trying to kill each other.  More on that later.


My now roughly saucer-shaped craft came to rest in a large forest, at the end of a long ugly gash in the terrain.  But hey, any landing you can walk away from is a good one right?  I scanned the environment and indeed found it to be agreeable to my physiology.  Better to determine that first in case the reactor decided to blow itself up and I had to haul ass out of there.  The next order of business was damage assessment, which surprisingly wasnt quite the nightmare I thought itd be.  Those Blastboats were tough.  I unpacked the repair droids and set them about fixing the repulsors and the busted hyperdrive motivator.  Id have tried it myself, but I figured those droids knew the ship better than me.  They assured me that all the fancy stuff could be cannibalized and jury-rigged from non-essential systems and I would be better off looking for some material to patch the hull breaches that some of the bigger rocks had gouged into my ship.  Which, by the way, I had lovingly named If I Ever Meet The Nerf Herder Who Built This Piece Of Crap Ill Kill Him.



It was night-time on the planet, and not a cloud in the sky so it was easy for the navicomputer to plot our approximate position.  Which was of course, unknown. This part of the galaxy was too far off the main shipping lanes for much, if any contact to have been made and as far as I knew I was the first to set foot on it from this far out of town.  The navicomp remarked that once we got back up in the air, it may be possible to get enough of a glimpse of civilized space to limp back into friendly(or at least familiar) territory.  All in all, not the worst news I couldve received.  [i:2245c37ee5]That[/i:2245c37ee5] came when I inspected the hull and found that Id need a truckload of metal to fix it, and since I doubted there [i:2245c37ee5]were[/i:2245c37ee5] any actual repulsortrucks on this mudball I might have to hump it back on foot.  


So I covered the Herder as best I could (wouldnt do for the locals to make off with my ride while I was shopping for parts) and set off toward the nearest sounds of habitation.  Which from where I was sounded an awful lot like explosions.



I came out of the woods on a hill overlooking a furious battle between two groups of humans wielding chemically-propelled solid projectile weapons and large batteries of artillery.  Shockingly, the group closest to me spoke oddly accented Basic, although I couldnt read the markings on their vehicles.  They looked like ancient Landcrawler transports, lumbering tracked behemoths with a large turret-mounted cannon on top, and a smaller, rapid-fire slugthrower to the side.  On my side, they were painted dark green with a white star on the turret.  The opposing force had striped crawlers with two short, intersecting black bars bordered in white painted on the turret.  I couldnt make heads or tails of their language but they sounded pissed.  




After several hours of fighting, the Greens overtook the Grays and pushed them back, over another hill and out of sight.  With no armor to speak of(save for a metal pot worn almost casually on their heads) these soldiers charged headlong into what sometimes seemed like solid walls of lead.  Ive seldom seen such ferocity outside of the  Mandalorian brotherhood, and in my opinion these troops would make fine recruits if Cmdr. Mereel ever ventured this far out.  


During the battle, the Greens had lost a few of their crawlers and had been forced to leave them behind.  If I could get one of those hulks running, I could drive all the scrap metal I needed right up to the Herder, patch it up and get the hell outta Mos Eisley.  
I remained in my hastily dug out position until the troops the Greens sent back to salvage ammo and supplies returned to the front.  Then I took off toward the nearest Green crawler, which had had its turret blown off by a head-on shot from one of the Gray guns.  It seemed like the main drive system was more or less intact, and I was beginning to think my luck had changed when I heard shouting from outside the vehicle.  



Someone who identified himself as Sarnt Matos was inquiring as to who the [local expletive] I was, and what the [local expletive] I was doing in his [local expletive] tank.  He was wearing the standard Green uniform, with what was most likely a unit insignia on his shoulder, a red circle with a black hourglass shape inside.  I thought it looked pretty sharp.  As I clambered out of the crawler, he also began to wonder what the [local expletive] kind of uniform I was wearing and if I was a [local expletive] dirty [local expletive] - sucking Kraut.  I assured him that I was most definitely [i:2245c37ee5]not[/i:2245c37ee5] a [local expletive] dirty [local expletive] - sucking Kraut and was in fact from [local expletive]-ing Headquarters and had been sent up here to evaluate the damage to his [local expletive]-ing tanks.  I convinced him that my uniform was heavily armored and fire resistant in case the shells started cooking off while I was inside doing my [local expletive]-ing job.  Its a good thing I left my helmet in the vehicle or else he probably wouldnt have bought it.  He stalked back towards the battlefront with a grumbled admonishment to check [i:2245c37ee5]under[/i:2245c37ee5] the tank next time I tried to start the [local expletive] engines.  


An odd note : despite his clean shaven face, this Sarnt character bore an uncanny resemblance to Cmdr. Mereel.  I wish I had my holocam with me.


Once I figured out the controls I made my way back to the Herder and carved enough chunks off the armored tank to make the ship at least airtight.  I wasnt sure if the local alloy could handle re-entry but it should get me up into space and that would have to be enough.  

After a few days out at as much speed as the battered sublights could muster, the navicomp was able to plot a course(adjusted for the black hole that caused my little detour) back into civilized space.  Ill have a few more to make some minor repairs before I should hit any trouble, and while Im stuck here I notice my armor could use some paint.  That star design on the tanks(and now a section of my ships hull) is starting to grow on me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('635','4c6c8e0bd4','','Oh hardy-har-har.  


According to Crayfish my rhythmic snoring has a gentle, soothing effect so nyaah.   :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('636','47b3f2fac2','','I remember the Christmas Parade where I first saw the Gray version.  Thought it was the cat's ass.  And now?  Well, I think this just about sums it up.



[img:47b3f2fac2]http://img67.imageshack.us/img67/1142/img97974su.jpg[/img:47b3f2fac2]




Jaster : Women want him, men want to be him.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('637','a9842e710b','','I like this [local expletive]-ing backstory. Very [local expletive]-ing well-written!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('638','f0123169a2','','rollaways -- There's a group I met a couple years ago who pitch in to put eleven people in their one room with the double beds; one of the group years ago figured out where the hotel stores those rollaways, so the group goes and filches as many of 'em as they can fit in their room, and doesn't let housekeeping in the whole con.  I think they usually stay in the Hyatt, but jeeeeebus.

Anyhow, last year Charley brought his air mattress with the little electric pump, and was perfectly comfortable.  This year I'll remember to grab an extra blanket, and a couple flat sheets, and use 'em to pad armor in the car.  I'll ask where he got his mattress and pump, maybe we can find some cheapo's now that the visiting holidays are over.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('639','c4d2675708','','got you on the roster Chase..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('640','342ce45bf3','','Skip, Tambo, Tim and Bob,
Got you guys added tot he roster...

Bob, is betty going??? Probably a stupid question, but want to double check? :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('641','efdb89dacf','','What exacly is the room commander responsible for.  Once I know, I might  volunteer to do it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('642','f929666cec','','Hey guys, there are some printable templates over on the dented helmet forums.  The guy who posted them has them in different files according to size.  Pretty handy, I have been using them for my custom.

I think I got the thread...
http://thedentedhelmet.com/forums/showthread.php?t=7825');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('643','9aa14ed767','','Holy #%@^ - was that you? If so, I am in your debt! Wow, who knew? Seeing your armor in person at that event blew me away - I spent like a DAY on the internet researching the 501st after we talked that day, and that's how I got started in the 501st. It will be an honor to troop with the guy that got me involved in the 501st, at the event that got me involved. &quot;The circle is now complete.&quot;

(I'm only 5'8&quot; - everybody is super-tall to me...)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('644','5d7e71e6ef','','ok, got my room at the Marriott..
Hammer, Loki you guys are in my room without a problem...

Our room will have these people in it as of right now:

Atin
Atins Father and Son
Gary (my friend)
Garys Friend
Hammer
Loki

The room is a smoking room with 2 beds, so we fight for one of the beds and floor space or roll aways if we can find them...

One of the beds is for my dad and son...

Dcon, here we come!!!!! :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('645','d97200c5ee','Free Comic Book Day-- Huntsville &amp; Guntersville May 6th','The Deep would like the 501st again for Free Comic Book Day. This year Ed has two stores, on in Huntsville and one in Guntersville, and would like to have both stores with troopers if possible.

Who would work the Huntsville store and who would work the Guntersville store? If we get enough, I could work the Guntersville store.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('646','cb19f71a64','','What time is the event?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('647','36c203d1ce','','I will add it to our pre event roster list...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('648','988b882b98','','Ummm concerned here, was it my post or Zachs, if it is mine I will remove immediattlly and deeply appolagize..
No not mad or anything, just concerned as I didnt mean to post something that shouldnt be, please correct me if Im an idiot..
Luv ya guys  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('649','0b800f7de6','','Room commanders will : 

Reserve a room with your credit card and be responsible to gather funds from room mates to split the cost.  I will provide room commanders with hotel info, dates and special codes.  You will also be the one to register and make sure roomates have keys.

thats about it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('650','943095f154','','What can I say...the Mando-death-warlord-machine freaking rocks.  The armor fits Hammers personality and looks amazing.  Who can argue with that?  No one..because they would be crushed like grapes.  The color sceme and the incorporation of the 7th Infantry division symbol (hour glass) is perfect.  I love the style of the helmet with no rangefinder..it looks more juggernaut.  The grenades, the weapons all are another great addition to a super cool suit and one of the most likable guys in the legion Hammer.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('652','a88cd810c0','','[quote:a88cd810c0="Tambo"]I think the Mara Jade is a Gen Con Indy exclusive and the Shocktrooper is a ComicCon exclusive.[/quote:a88cd810c0]

Damn exclusives in hard to get to locations.  And yet there never seems to be exclusives for DragonCon.  WTH?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('653','33eccc20d4','','so is this now the &quot;almost anything goes &quot; thread????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('654','4224113002','','heres something well.....completely different????

[img:4224113002]http://www.uglypeople.com/uploaded/18609/smileugly.jpg[/img:4224113002]

[img:4224113002]http://www.uglypeople.com/uploaded/18609/augly6.JPG[/img:4224113002]

[img:4224113002]http://www.uglypeople.com/uploaded/18609/augly2.jpg[/img:4224113002]

[img:4224113002]http://www.uglypeople.com/uploaded/18609/sad1.JPG[/img:4224113002]

[img:4224113002]http://www.uglypeople.com/uploaded/18609/funny2.jpg[/img:4224113002]

[img:4224113002]http://www.uglypeople.com/uploaded/18609/g1.jpg[/img:4224113002]

and one for zachmeister

[img:4224113002]http://img.ratemycameltoe.com/items/camel/d/0/6/d069809fd7967a101b6c36461ccafff1.full.jpg[/img:4224113002]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('655','caa52760ad','','I say frak them and thier exclusives... I'm tired of that crap');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('656','d33c14be8f','','Nooooooooo don't crush my dreams like that, Tambo!

Ah well...always ebay...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1244','d96d0e6dc6','','I thought last year was great! One of the best ever for me.
Gas prices or hurricanes can't stop me.
Can't wait for this year's D*Con. I bet it'll be better than last year.

Our Marriott rate for this year (on the 3rd floor) is less than $115 a night! 

Look for us to arrive mid-day on Thursday with all new costumes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1245','217f73cf25','','Count me in. I thought last year's was really fun.
And Z-Man is still raving about the food.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1246','e892d14fd3','','Good explaination Glenn. Thats what I was after. 

Now, this is not to be rude or make a stink. I am asking honestly. Are we doing awards again this year? I thought that was going to done away with?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1243','ba6a7d5b3d','','[quote:ba6a7d5b3d="TC8881"]Would it be appropriate to ask why this thread is here? Whats the point of having this? Wouldnt this better be suited for events section or atleast could we get an explaination what the ultimate reason for this thread is?[/quote:ba6a7d5b3d]
Well, I didn't see the point in discussing who had been at events in the public side of the forum. I could have done simple inquiries in each topic on the events thread on all the past events, but unfortunately all those threads were lost. Since it seemed more related to the setup of those events and since Atin is doing the roster threads in this forum, it seemed a better place.

As for the &quot;ultimate reason&quot;, it is just to have an accurate record of what we have done. Part of it is to help the command staff in deciding on the awards, especially the honorary members, but could also be used to determine who is inactive. If you go to the Alpine Garrison, they have lots of stats with their attendance numbers and we might be able to do something similar.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1241','46e3dac58b','','Your going to make me have to work on that Marine armor I have, so I can kill you. That Alien looks freaking cool as hell.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1242','1ad09ee5c7','Not found: SW Insider and Palz','After talking with Cray, I went to Tower Records tonight to look for Palz and Kubricks and found nothing of the sort. They had some mini-Marvel figures. They did have several of the GG Darth Vader minibust ($50) and Hunt for the Millenium Falcon Bounty Hunter Pack ($35). They did have the FF Invisible Woman (clear variant) that I've been looking for since June. A bit overpriced, but at least now I can stop looking through the FF figures each time I'm in a store.

Being there reminded me that I had gone to Great Escape a couple weeks ago to look for the Star Wars Insider issues that Bob was missing. Unfortunately, the didn't have any.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('662','a66fb1c02d','','Would kid troopers be welcome? The day after is Ryan's birthday, and he'd love to do something like that with me. 

If kid troopers are welcome, I can say yes for Guntersville. If not, I can say yes for Huntsville. Don't ask, long explanation. 

Either way, I'll be there. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1238','2f7265c0b4','','You have it..APRIL is the cut off.

I want a few more room commanders to step up, or I'm just going to pick them this weekend and get it over with.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1239','dd69f15f2f','','Tambo will choose you.

And you will obey.

Or smite you, he will.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1240','f4b95d2982','','Would it be appropriate to ask why this thread is here? Whats the point of having this? Wouldnt this better be suited for events section or atleast could we get an explaination what the ultimate reason for this thread is?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('665','9d173417fc','','Jon- when you get a chance, pm me table renting info please?

The Rebel Legion and SG-Command.net are both interested in having a table this year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('666','3482359283','Vesper's TK thread (and custom Mando, too)','Since the board was wiped, I guess I need to start a new thread so I can ask all my questions (until you get sick of them, anyway).  :wink: 

OK, the helmet kit is ordered - just waiting to hear back about when it'll ship. 

I should be able to order the armor in a couple weeks (as soon as a check I'm waiting on arrives).

In the meantime, I can maybe start getting any other stuff I'll need. 

Underarmor: check.

Boots: From what I've read, there doesn't seem to be a universal agreement on which ones are &quot;canon&quot;. Any suggestions?

Gloves: Besides &quot;black&quot;, any other requirements?

Blaster: I guess the choices here are the E-11 toy blasters or a resin one. Any comments or opinions about one over another?

Is there anything else I should be looking for? Eventually I want the helmet fans and mic, but that's got to be last on the list. Thanks for all your help.  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('667','333d762a4e','','If you watch them and I don't step on them, fine by me.
What will they be?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('668','be30d83ab3','','Probably &lt;points to her picture&gt; a jedi and a biker scout. Zoe might not  come, though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('669','390d6289af','','Hay Knt,
Did you mean the date to be May 6th???

Was getting ready to add it to the pre events roster and saw March 6th..
Let me know please  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('671','fcffd2969e','','[quote:fcffd2969e="TK6203"]Hay Knt,
Did you mean the date to be May 6th???

Was getting ready to add it to the pre events roster and saw March 6th..
Let me know please  :)[/quote:fcffd2969e]

Oops!  :mrgreen:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1236','85e5647b83','','You have to be on the final list to volunteer as well. We'll be looking at getting the final list of volunteers to COSI by April. They do not want the list any later than that so they can finish their plans on what to do with us. If you are not on the list you will not be able to volunteer.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1237','866beeee67','','Corey, add Jester as TD

Directions to my place:

Take I-24 toward Chattanooga
Get off at exit 81 &quot;Shelbyville/hwy231&quot;
Drive 20 minutes.
After entering Shelbyville, you will pass Wal-Mart
First street on the left after Wal-Mart is &quot;Rolling Road&quot;
Turn left there, then a quick left and quick right, you're still on Rolling Road.
House is on the left after the stop sign , address is &quot;309&quot;

Crayfish said he was coming, but that was before his car problem.  Maybe Z-Man or Joey could be conned into coming!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('673','e73ee8aa07','','No problem, wanted to be sure, Ill add it to the roster sticky now.. :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('674','99defcd9ae','','I said before that I would go if I could get a ride. Derek has said maybe.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('675','ed84e3b71a','afew  of my doubles up for trades to create space.','1      ROTS Red Royal Guard
3      C3 goody bags
 Just Toys &quot;Bend Ems&quot; 1992 w/ Topps card.
Obi- Wan
R2
Luke
Leia 
Leia w/o card
Vader
Chewbacca
C-3PO

West End Games &quot;pewter&quot; gaming figures. 
Pilots and Gunners
Imperial Troopers
Rebel Commandos
Imperial Army Troopers

Hallmarks, SOLD

M&amp;M Plush
Emperor x2
Leia x4

Pizza Hutt /Taco Bell cup toppers  1999
Anakin w/ cup
Anakin w/o cup
Queen Amidala w/o cup
Watto w/o cup
Yoda w/o cup

Epic Force c-3po

Early Bird package 2005

Lava Darth Vader  Sold

C3 Vader  x2');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('847','0f8250ee31','','I am so there. At the Marriot.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('848','5304d045ad','','Yeah but I can oly come 2 days. Lisette gets back from China on the 4rth. I'd win asshole of the year award if I wasn't there to greet her. Sucks cause I wanted to take a trip up to nw OH to Defiance and see my relatives. Oh well. 

And when did I get the TK and TS?  :lol:  

I didn't know I suddenly had armor. Hell if I had a Vader &quot;that fit me&quot; I'd do the stuff Atin and Loki were talking me into with prostetics etc. if it was allowed one day. But alas.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('676','147e241612','LoCash Cowboys Show in Huntsville THURSDAY!','Well since the boards got hacked, I thought I'd repost this in case anyone was able to go:


[b:147e241612]Feb. 23rd (Thursday)

LoCash Cowboys @
[url=http://www.sammytsplace.com/]Sammy T's Music Hall[/url]
Huntsville, AL	
Time:  9:30pm
[/b:147e241612]

If anyone wants to go, let me know ahead of time and I can probably get you on the guest list if there is a cover.

Hope to see you guys there!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('677','62141a001d','','Ill put you down Glenn..
Like I said I would be more than happy to give you a ride but Im maxed on room...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('678','4d8eac4ed2','','Atin:

Does the party start on Friday or does it start on Saturday?

Also, you can put Casey (J.A.F.T) down on the roster for Saturday.  He's going to be able to come up, even though I'm working.  Hopefully, he can help you guys out handling at the event on Saturday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('679','4bcc00d58d','','I'm soooo there!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('680','413070b01b','','[quote:413070b01b="SL100"]
and one for zachmeister

[img:413070b01b]http://img.ratemycameltoe.com/items/camel/d/0/6/d069809fd7967a101b6c36461ccafff1.full.jpg[/img:413070b01b][/quote:413070b01b]

Thank you kindly, Skip! Giggidy, Giggidy, Giggidy!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('681','f9c4a57960','Female SO Mandos','This is an open thread for all our current and future Female Mandalorians. 
Ladies (and lady's gentilmen), please feel free to post pics, progress, concepts, questions, and whatever else your heart desires. We're all sisters here.

AND NO, THIS IS NOT A DEBATE ABOUT BOOBIE ARMOUR! Thank you!

Current Roster:
Ruusaan - Rose
Recon - Summer
Scalper - Starla

In Progress:
Harley Q - Angi
Taarna - Suzanne');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('682','8de2f6bb14','','I want to be a fem mando! With a mid-drift and boobie armor! I want, I need, I need, gimmie, gimmie, gimmie!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('683','4e75230da8','','Yep, that was me.  The one and only event I trooped in TK armor.  That suit has been through a lot since, though.  I'm glad I made such an impression on you; I never thought I looked right in that stuff.  :lol:


And I know how you feel about trooping &quot;anniversaries.&quot;  There are several can't-miss events for me each year.  Wonderfest is definitely one of 'em.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('685','542da0a5e5','','RoseGuard's Mandalorian
As always, a work in progress.

Candid and casual.
[img:542da0a5e5]http://www.severedwings.com/rg/rosefett5.jpg[/img:542da0a5e5]
Sooomeday my sweetpea-fett with come!
[img:542da0a5e5]http://www.severedwings.com/rg/rosefett1.jpg[/img:542da0a5e5]
[img:542da0a5e5]http://www.severedwings.com/rg/rosefett2.jpg[/img:542da0a5e5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('686','0b3bcb5b60','','[quote:0b3bcb5b60="TC-760"]I want to be a fem mando! With a mid-drift and boobie armor! I want, I need, I need, gimmie, gimmie, gimmie![/quote:0b3bcb5b60]

If you finish your Boba, baby... I'll make you the sexiest, hotests, most eye catching fem mando ever! Only after though...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1235','890ac7eeae','','[quote:890ac7eeae="TK6203"]OK so here is the roster I have so far for Sunday:
Loki..............TK
Crayfish........Clone
Corey...........Vader
Derek...........Koon/ RG
Ivan..............Boba
Summer............Snowtrooper
Matt..............Sasquatch 
AnikinCheryl.......Handler
Casey..............Handler
Glenn (tenative)[/quote:890ac7eeae]
Okay, it was requested that I do Luke for this event. I can't do that. I've been growing my beard out for MidSouthCon, and I don't think there will be enough time if I shave for this event. So, I'm still looking for a ride that can take me and my bin. I probably need to work on my Dooku instead, but if I skip the St. Patty's parade, I should still be able to get it done.

Also, how is Cray doing this event without anyone else from B'ham coming?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('688','b5f8daf2f8','','Cheryl, the party starts on Friday and goes through Sunday.. The major part is all day/night Saturday..

Ill get Casey on the Roster right away... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('689','0803ee1a19','','got you added to the Roster Clutch  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('690','81cb8c1c0e','','Don't be so melodramatic, Zach.  The pic of Summer is fine; it's just in the wrong thread.  If you'd like to resurrect the &quot;Vote for Summer&quot; thread with a link to the 5.0 website( http://mustang50magazine.com/babes/m5lp_0601w_boty/ ) in the OT area, that'd be a good thing.  But pics of people we know personally don't belong in this thread.  I think it's inappropriate.  

As for the cartoons; the Imperial bukkake picture I have no problem with.  I mean every red-blooded trooper's fantasy is to sling some yogurt on that filthy Rebel whore, right?  However, pics of her getting ass-raped by her own father are a bit much.





And Atin:  I guess I should have been more specific about [i:81cb8c1c0e]which[/i:81cb8c1c0e] anal rape pics I was talking about.  I honestly never thought the situation would &quot;arise.&quot;


 :rotfl 


The raghead pics are satirical and didn't actually show anything perverted.  




And just for the record : I'm not appointing myself as a censor here.  I was just the first to say what I'm sure many were thinking.  We're all adults, and I think we can comfortably discuss when something's over the line without getting all hissy.  Now back to your regularly scheduled boobies.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('691','4ec17dd623','','Vesper, If you're coming to the prop party this weekend I'll hook you up with all the links and e-mail addresses you need on where to find your stuff.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('692','d8a971580c','','Awesome!  I'm there.  What floor are we on?  And where's my Ripley??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('693','837bc2cd54','','I believe Lester has the templates.  If not we can just trace somebody's armor.

TDH?  I don't go there.  They don't have a very high opinion of Custom Mandalorians.  To us customs, TDH stands for &quot;The Dick Heads&quot;.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('694','30bdf75255','','Cool. How many trash cans will it take?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('695','373785052c','','[quote:373785052c]But pics of people we know personally don't belong in this thread. I think it's inappropriate[/quote:373785052c]

Awww, and I have some pics of a certain ex-femtrooper I was going to post as my &quot;Trashy Trailer-park Babe of the Week&quot;.

Oh well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('696','1d5fdba5bf','','Never done trash cans before.  I've allways cut them out of the never-ending supply of sintra in corey's garage!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('697','5fddc9888a','','Cool!! thats even better.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('698','140f03cdc1','','Coming from one of the best Jangos(and people) in the Legion, that means a lot.  When I finally decided to take the plunge on this suit I knew I had to bring my A-game because you, Jaster and Suppa had already set the bar so high.  Every time I come home from an event I think, &quot;Ok, what can I do to it next?&quot;  :lol:

I'll bring the flightsuit to Atin's this weekend and try to weather it some.  Looks too new.  I've also got thigh armor that was made at the same time as the rest, and now that I have the M-1 ammo belt I can put it on the left leg at least.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('699','fdd3340e07','','Well it's about damn time.  You need to do a photo-shoot like you did for the RoseGuard.  I tell ya, those pics have gotten me through some lonely---uh, nevermind.



All hail the Mandoboobians!   No wait, I mean the Boobalorian--dammit.


The Mandalorian Boobiecommandos--arrggh!  I'll get this right, hold on. 


The Fe-Maledalorians?  No, that sounds too much like &quot;Female DeLoreans.&quot;


Fem-Mandos?  MandoGals?  Chick Fetts?

Ahh, I don't care anymore.  Important thing is that they RULE!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('700','96fad9d91e','','About doing the event for the 9 years old boy.  I just talked with 1SG and his father believes it would be counter productive so He is not wanting to do it.   
  I plan to come Saturday also.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('701','f4488a47da','','[quote:f4488a47da="Hammer"]If you'd like to resurrect the &quot;Vote for Summer&quot; thread with a link to the 5.0 website( http://mustang50magazine.com/babes/m5lp_0601w_boty/ ) in the OT area, that'd be a good thing.  But pics of people we know personally don't belong in this thread.  I think it's inappropriate.  
[/quote:f4488a47da]

Sounds like you might be the right person to resurrect that thread.  I only recently discovered it on the main 501 forums.  The pic is only inappropriate if used for inappropriate purposes. :shock:   Mostly it was posted, cause I still had the pic in my photobucket account.  With as often as threads are archived around here, at least Summer's big day in the sun will be easily found by all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('702','77727417a3','','In all honesty, we're looking at redoing the chest armor... to something alittle more contoured. Im not saying like basketballs or anything, more along the lines of summers, more or less mens mando armor that has some added bend to it. Ive been looking at several of the female t-shirt mannequins that are boob shaped vacuum formed plastic and maybe be doing a racier set of chest armor with the full female cut (boobies) this would be for events such as DragonCon or bedroom use.

In addition to this, Rose and I have been considering a scaled down jetpack maybe something like a Fett JP, without the rocket center section, so it would be much narrower. I would consider it to be more of a jump pack instead of a full jetpack. 

A belt system is in order also but Ive not given it much thought, I picture knives strapped to the thighs, with lots of leather and buckles.

Oh and we want to change the visor to a red mirror chrome.

Anyway, these are just some random thoughts as we upgrade in the near future.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1233','aca0848f84','love it','That is going to rock, can't wit to see it in action.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1234','fc431c7fd1','','Yes, but we need to get a list of names in.  the cut off date is passed, but I'm sure we can squeeze a name or two in.  After the COSI has a complete list those are the folks that will have free rooms and passes into the museum..those not on the list may have to pay.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('704','c44258d2ce','','To quote, well... [i:c44258d2ce]you[/i:c44258d2ce].. &quot;OH HELLS YEAH!!!!!!&quot;  :D 

When we get there Saturday morning, should we knock really loud?  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1231','a4e76782a7','','Damn, dude. That looks awesome.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1232','360ac3636c','[NC-17] TROPHY-CASE','Much as I hate to see a fuzzy bear get shaved, (or a shaved wookie,) let's send in the clones.

[img:360ac3636c]http://www.knology.net/~killjoy/501stnc17/chad_u08.jpg[/img:360ac3636c][img:360ac3636c]http://www.knology.net/~killjoy/501stnc17/chad_u09.jpg[/img:360ac3636c]
[img:360ac3636c]http://www.knology.net/~killjoy/501stnc17/chad_u18.jpg[/img:360ac3636c][img:360ac3636c]http://www.knology.net/~killjoy/501stnc17/chad_u07.jpg[/img:360ac3636c]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1230','68f4d330ba','','Thanks to Rose, the emperor might be making an appearance on the 5th as well if I get the makeup right before then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('707','66d9422abc','','What type of clone are you doing? EP2, EP3? If EP3, what color/pattern?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('708','d31a288cda','','Oh, Vesper, Old John-Boy there MIGHT be able to tell you where to find a good DC-15 blaster  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('709','f99b419952','','WTF?  I haven't been on the boards since the first week of February...Then I see this crap.  

Geesh, I guess this what happens when you leave Z-man in charge...

[closes the blinds and goes back to playing SWG...]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('711','d5ee4d75ec','','Loki, You are on the same floor as we are  :lol:  :lol: 
I looked into Conceirge level, but it was double the price so went with the normal type room....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('712','889e7f9a9a','','Good luck!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('713','44a584d3a6','','[quote:44a584d3a6="TC-760"] Im not saying like basketballs or anything[/quote:44a584d3a6]

Well, as less like that as possible... can only minimize so much.  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('714','fe037938ea','','Hay Retz,
I just got off the phone with him also..

The boys condition is now to the point he has no immune system.. The thought was to have us still go and  maybe he could see us through the window. But This would be like dangling a carrot in front of him..

So the event is off as far as the young boy... BUT;;;;

What I want to do, and I have talked to Mr. Lawrence on this is put together a package for the boy, with a card, signed by all of us..
The Make a Wish folks keep asking him what he wants and he just says SW Legos and Toys, well I have a big box of toys and any others you could all bring would be appreciatted..

Also, maybe we can do a quick video tape of us in our different costumes for the kid. IE DV saying that the boy is a great source from the Empire, etc..

I just want to make this kid happy in his final days, it would really mean a lot to me to do this...

Anyway, what do you all think?????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('715','b444c02431','','Rose!!!!

I'm allmost done with the Warrior...
Have you started on the Queen yet?  She should come before any boob armor!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('716','dc4d363a04','','Time to crank up the sintra machine  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('717','8608defbf7','','Corey, i believe the sintra for at least 5 mandos has come out of your garage....

You're a Mando factory boy!

Bob, need some gauntlets?  I got 'em.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('718','a86a44f6d4','','Tambo, not sure how you're counting me since the GF and I are (I believe posted) on the Ohio forums independently.  I'm the room commander on that (I Believe).  If you're counting me in the room count, then I need to be a room commander.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('719','0490da3b67','','I will post the Cosi info on the roster thread, along with the list as it stands now...

Tambo, if NEED be, I will take command of a few rooms and take care of it, Let me know...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('720','5d55e2ec10','','Also, I need the Date of the Event Please....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('721','9937cac408','','Today Mandos, Tommorow we take the Kuat Shipyards, then we build the ultimate weapon, the Giant Electric wheelchair that will rule the galaxy with an Iron Wheel

TIMMMMMMMMMMMMMMYYYYYYYYY');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('722','0faccd39d5','','I'd like to do Episode III, the blue Tac Ops (like Cray's). 

A DC-15, you say?  :shock:  (where's the drooling smiley?) 

Speaking of... to become part of the 501st, would the clone of choice need to be the blue &quot;501st&quot;, or would the yellow versions (of the 182nd Legion for example) be acceptable? I like the blue ones, but was curious.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('723','f51d8542c4','','Any clone that was seen onscreen is acceptable.

Check this out:
http://www.501st.com/members/costumeroster.cfm?costumeID=15');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('724','07c7ea8cc4','','I am fat I need a XXL where can I get one?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('725','98cdb4038a','Sintra','I would like to cut a backplate; i will be more than happy to pay you for the materials.  Will you have some sintra?  Maybee we instal a vending machine for plastic.  

I will call you Friday with the food I am able to get from my food broker.  I will get as much as I can.  Aside from the lasagnia, I will try to get some cakes, cobler and other think to ensure i will never fit in my TK again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('726','122a08faa4','','I need guantlets but cant affford any at the moment.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('727','362b1dc3c5','the best way to drink saki','Ever had a Pacific Rim?

That's when an asian gal pours the saki down  the samll of her back, past her pacific rim, and into a shot glass.  Very popular in bars next to nail salons and dry cleaners

Next lesson, the sack wash');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('728','bb12c798e4','fem armor','I was able to cut the standard pattern down to compliment the female form.  It doesn't have boobs, but it is trimmed to fit a womans body better.  I didn't want my wife's costume to be unrealistic, but i didn't want to hide the fact that a female was in costume either. If anyone wants to use it as a pattern I can bring it on Saturday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('729','2298b7bd63','Gamorrean Guard','I am thinking about doing a GG and I am curious what is involved in this... does anyone know?

I was looking at a mask on eBay now, but how difficult is it to find/make the other parts?

Mark');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('731','a3e78e2bf6','creative','I have to say that you have the most creative custom fetts I have ever seen.  And I love a man who is not afraid of a little battle damage.

On that note, can anyone give me some direction on how to create the carbon scoring look.  My armor is much like Hammer's as it pertian to battle damage, but I need carbon to dirty it up a bit.  any suggestions');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('732','8d25b86a50','','you can owe me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('733','62ba0fe348','','Jaster and I have templates...we can have a full set of armor outlined, cut and trimmed in approx 1 hour.  All we need is scrap plastic and or sintra.  I'll bring the templates.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('734','9037948452','','um... no... I've never had that....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('735','2de2e02cd3','Election information','Ok, just wanting to give everyone straight info about Garrison elections and the issues raised last week concerning Command Staff. 

Currently, after lengthy discussions, all candidates did appreciate being nominated very much but all decided to decline the nominations.  So because of that, the current Command Staff has been on the phone, email and will be getting together this weekend to go over *all* the issues you guys raised and hammer them out.  We've got some ideas on how to reorganize the Command Staff, etc that we think all of you will like and it will help us get back to doing what we all like to do most which is trooping!

So please be patient and after this weekend, we'll have details on what's going to be done.

I can say, so far, I think its sounding pretty good and worth the wait to know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('736','a92e79d020','','So Bob, you got a helmet?  You could be wearing this sucker in a week!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('737','659b0a208e','','Group hug!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('738','6ae42a76e7','','Getting a helmet from Tambo. Ill have this costume done by the next event. Hope to have all three of my costumes done by next event. Mando, Stormtrooper, and Kit Fisto. How much are the gauntlets gonna set me back?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('740','c4db6224b8','','We shall discuss it in private...

I have the base, Tambo can hook you up with the rest.... rocket, ect.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('741','ae4c5764b0','','while any costume is doable this one is a doozy,
your talking about some cash and some talent.the mask that you see on ebay by don post will not suffice for most people.while its a great shape it will likely look tiny when worn.i know of a female that has toyed with this idea and the mask could work for her but i just dont think it will work well for a guy,but thats up to you.

the hands and feet could be bought,the body suit would have to be made and latex coated,
the armor would have to be scratch built
the fur can be bought,
the axe can be scratch built,
so yes ,it can be done,but this is not one for the faint hearted.
if youll be at corey's prop party bring some pics and we can talk about it more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('742','e44b3a695f','',':shock:  :shock:  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('743','4b7f323e6a','With this post, I join the 501st(post club).','[img:4b7f323e6a]http://img150.imageshack.us/img150/5858/postcount5aw.jpg[/img:4b7f323e6a]



Thanks to a timely PM by Loki, I've managed to catch my 501st post in time to do something special with it. 

 A walk down memory lane.  Before the dark times.  Before the Hardee's Thickburger.



[img:4b7f323e6a]http://img161.imageshack.us/img161/8402/veers0115gu.jpg[/img:4b7f323e6a]

[img:4b7f323e6a]http://img161.imageshack.us/img161/3309/dsc037634nh.jpg[/img:4b7f323e6a]

[img:4b7f323e6a]http://img58.imageshack.us/img58/2696/dscf00065ae.jpg[/img:4b7f323e6a]

[img:4b7f323e6a]http://img58.imageshack.us/img58/9271/boyscoutguard9ss.jpg[/img:4b7f323e6a]

[img:4b7f323e6a]http://img62.imageshack.us/img62/6647/irgv24gy.jpg[/img:4b7f323e6a]

[img:4b7f323e6a]http://img62.imageshack.us/img62/6580/bucketon0tg.jpg[/img:4b7f323e6a]

[img:4b7f323e6a]http://img57.imageshack.us/img57/1659/vaderparade2vn.jpg[/img:4b7f323e6a]



Now gimme my decoder ring!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('744','7cc223536f','','[quote:7cc223536f="Loki"]We shall discuss it in private...
[/quote:7cc223536f]




Which means, &quot;Bring lube.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('745','bc4a1db8e0','','Over half way to 1000!  Way to go my man!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('746','3fa5c92194','',':lol:  :lol:  :lol:  :lol:  :lol: 

 :shock: 
 :? 
 :(  
 :oops: 



 :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('747','fb65fe4089','','Oh, and before everyone slaps me, I know that the E-11 is a Stormtrooper blaster. OK, now you can slap me. 

Thanks for the info. Good to know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('748','7fe65a917d','','I think I can sell off a few more items from &quot;Vesper's Toy Chest&quot; to where I can maybe work on a Mando and the Clone. Atin? Do you have enough Sintra for another set of Mando armor? Loki... How many sets of gauntlets do you have? Jus' wondering, but if you have them to spare, I'd be interested.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('749','2bc48b0bac','[NC-17] TROPHY-CASE','Maybe a more industrial feel.

[img:2bc48b0bac]http://www.knology.net/~killjoy/501stnc17/nrs4739a.jpg[/img:2bc48b0bac][img:2bc48b0bac]http://www.knology.net/~killjoy/501stnc17/91.jpg[/img:2bc48b0bac]
[img:2bc48b0bac]http://www.knology.net/~killjoy/501stnc17/jake_stockman_06.jpg[/img:2bc48b0bac][img:2bc48b0bac]http://www.knology.net/~killjoy/501stnc17/jake_stockman_07.jpg[/img:2bc48b0bac]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('750','d4ffa33fea','','ok, comment numero uno.  I like eddie... shitters full!

2. if you are going to paint yourself up like a superhero... SHAVE THE MUSTACHE!!!

3.  dude in the leather bikini looks like he is skeered shitless

4.  You get me naked pictures of Kevin smith and I will be your best friend for life');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('751','b5746a5ea6','','Hook,  you have OBVIOUSLY experienced more of this world than I have.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('752','f50ae45c63','','[quote:f50ae45c63="kelldar"]Ooh if we don't get one I will not be happy, since it was the person taking the reservations' idea - I was going to take a smoking room, but they offered the rollaway. Hopefully since we get in thursday morning we can avoid that, but if not there will be a very irate Kell at the front desk.[/quote:f50ae45c63]
Good luck with that one the Marriott is exceptionally non customer service oriented.  I know I spent hours last year just trying to get my room cleaned, after bob got food poisoning, HOURS I tell ya....  Finally had to take my anger out by waiting till 3 to check out..  Really really hope this year is better.  Had planned on a great costume for bob that included the hospital gown he had to return to the hotel in but he found it and now its lining the bottom of a trash heap somewhere...Betty :jawa');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('753','2303382547','','I guess my reply got toasted, too.

Anyway, I wrote to GG about the mistakes in the prototype of the statue of my costume. Those mistakes being the black undersuit and the ROTS lightsaber. Hopefully, they will at least fix the undersuit.

Looking forward to the bust-up line and if Mara is a Gen Con Indy exclusive, I'm driving to Indy. Who's with me?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('754','aa5c57a72c','','Great work guys! I remember the day when instead of dropping a table from the database, I dropped the whole database.   :(  No backup either. Fortunately, all the important stuff was based off parsing records that were saved in a text file that I still had.  What's worse is how easy it was to write code to do backups. I guess I should check to make sure that it's still happening.

Anyway, good job getting everything running again. Will we ever get any of the old posts back?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('755','a63a50f9a1','','[quote:a63a50f9a1="Tambo"]4. ID-9997 Kell Yarwood Imp. Officer 
21. SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper 
25. TK-3740 Zach Nixon Stormtrooper/Snowtrooper 

Family Members&amp; Guests. 
(Kell) Ash 


we need 8 room commanders then I'll start making the room lists
[/quote:a63a50f9a1]
Kell and Zach have signed up for rooms separate from the SO. Ash is an RL member and will be in Kell's room. Each potentially has room for two more people. Joseph is in an RL room with Derek, Matt, and Danielle.

If no one else is willing to step up, I'll be a room captain, but I was holding off in case I drop out to go to SW Weekends.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('756','2d5f544892','','I want to go to the parade and IKEA, too. But the Preds have a game and the last night for trade-in is the 20th. Put me in the firmly undecided group. Maybe if I get the Dooku done, I won't need to take up as much space in someone's car, so I could get a ride.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('757','af7ef02b61','','Well, I know that the single trooper list was
1. Loki
2. Cray
3. Glenn S.

So, that means Cray and I are missing from your list.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('758','33057ddf33','','I will be there, probably in the guard, but I will bring Plo too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('759','1080cf0c8d','[NC-17] TROPHY-CASE','Which one?

This Kevin Smith?
[img:1080cf0c8d]http://www.knology.net/~killjoy/501stnc17/kevin-smith-sm.jpg[/img:1080cf0c8d][img:1080cf0c8d]http://www.knology.net/~killjoy/501stnc17/kevin_smith.jpg[/img:1080cf0c8d][img:1080cf0c8d]http://www.knology.net/~killjoy/501stnc17/HAIR23.jpg[/img:1080cf0c8d]

Or that Kevin Smith?
[img:1080cf0c8d]http://www.knology.net/~killjoy/501stnc17/300px-KevinSmithActor.jpg[/img:1080cf0c8d][img:1080cf0c8d]http://www.knology.net/~killjoy/501stnc17/x53l.jpg[/img:1080cf0c8d][img:1080cf0c8d]http://www.knology.net/~killjoy/501stnc17/Aries_god_of_love_u12.jpg[/img:1080cf0c8d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('760','2e23b538ae','Events from early 2006','I started putting together a database of who did what events, but then realized that our friendly hacker wiped out all the threads. So, if you organized an event, please send me a list (first and last name) of who trooped and in what costume and who handled. Events I know of include Loki's birthday party, SaberSpanker's birthday party, ShadowCon, ChattaCon, Huntsville Havoc game, multiple events last weekend. We also have Atin's first two prop parties.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('761','912cbb209c','','I did not organize an event, but I was at:

Both prop parties,
Chattacon - Plo Koon/Royal Guard
Loki's Party - Plo Koon
Spanker's Party - Plo Koon
Huntville Havoc - Plo Koon');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('762','f46930a5e2','Members to add','Before the board was hacked there was a thread on the 501st Issues board about adding participating non-members from the RL to this board. Here is my list:

Martin Arnold, aka Jodo Kirvanti, is the CO of the RL Corellia Base (which covers the same territory as the SO). He's from Northern KY and attended SWC3, DragonCon (including the SO meeting on Friday), and also did that Bowling event on September 17th, 2005. I think he's done some other stuff but I can't remember. He's interested in helping our KY losers, err, brothers get things more active up there. His e-mail is jodokirvanti@gmail.com.
RL profile is &lt;http://www.rebellegion.com/user.asp?ID=2180&gt;

The other person, in case she hasn't been added yet, is Ashley Vess from Alabama. She was Princess Leia at the Havoc Game a few weeks ago. AshleyV is her board name on the RL. Her email is ashleyv@starnightdreams.com.
&lt;http://www.rebellegion.com/user.asp?ID=2666&gt;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('763','8f67981f63','','Bring it with ya, man.  We've got a prop pit crew coming up this weekend; there's nothing we can't do!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('764','0e20ef36a9','','I meant the first one but I will take both my new best friend  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('765','7c32688567','not realy','Just the philippines my friend.  Back in the day a bag of oranges and a chicken would get you breakfast, starched uniforms, a cleaned house, and a happy endings.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('766','5e5be93e32','','Derek and Glenn, got you both down on the roster...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('767','d63191a716','','Cray and Glenn, you have been added to the roster...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('768','7f36627a7f','','Betty, that woulld have been funny to see Bob running around in a Hospital Gown!!!! :lol:  :lol:  :lol:  :lol: 
Last year I had the oppisitte as far as customer service.. They wanted to clean the room everyday etc.. Check out though sucked and the valet broke my sniper rifle.. Oh well, such is life at Dcon..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('769','77ad4349ed','','If Tambo approves you as a room commander I will add you to the Roster.. He is in charge of this on our side...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('770','df383cfa82','','Im sure if I dont have enough Sintra, someone will  :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('771','f81b3eaaa6','','I only organzed my prop parties

Chattacon..... DV and Timmy
Saberspanker Bday Party....DV');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('772','0bbca34eb3','','Richard Cross is working with my friend Gary on a GG costume..
It is a doozy as Skip said..
The plus with Gary and I dont mean this in a bad way is, he is heavy like the GG..

Maybe Richard can chime in here on this, Ill tell him to take a look when I talk to him today...

BTW: The Mask IE DP mask, sucks...... go figure');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('773','974015aa52','','Here are the directions in case you have not got into the members section yet:

Directions to ATINMYCON:

Address:
3785 Old Clarksville Pike
Clarksville, TN 37043

From Nashville:

I-24 towards Clarksville
Exit 11
At the bottom of the ramp turn Left.
You are going to drive to the second signal. This is approximattly 5-6 miles.
The second signal will be Hwy 12, you can only turn left..
Turn Left
Go for approximattly 6 miles.
On the left hand side you will see a small bar called &quot;The Beer Box&quot;
Start slowing down.
Following &quot;The Beer Box&quot; you will see the recycle/ trash conveniance center. Slow way down.
About 100 feet past the trash station will be &quot;Old Clarksville Pike&quot; on your left.
Turn Left
Count 3 houses on the left and that is my place.
It is also the first house on the left with a huge brick mailbox that has a red and a blue reflector on it...

House number is on the Mailbox front &quot;3785&quot;

If you get lost the phone number here is (931)362-4092');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('775','6a9e738a9b','','Vesper, The way it has been is all clone color patterns have been acceptable.. Myself, Im waiting to do clone armor when someone does the Clone Commando Armor..

Much bigger, more bulky and just so damn keeeeeeewl...

I do think currently the 501 main command is debating weather to make individual designations for the type of clone, or something like that...


Loki, if you have links and stuff can you  amke sure to write them down and that way we can put together a clone tutorial...

ANy of you clones out there have pics we could use to do this?????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('776','a3655e2119','','Thanks Banzai for posting this, I know I talked to Loki and I was wondering what was going to happen...

Really great to hear that command will be putting it together this weekend.. I know I cant wait... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('777','8bb87f3535','','ok, I have seen many things in my travels both in business and pleasure, but the worst was a day in Tijuana..
The bar was dark, talent (I use that as loose as she was) was ok, but when they brought up a harmness system and escorted a burro on to the stage I was out of there!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('778','f727bde5d4','','oh forgot to post my gripe:

Loki doesnt love me anymore, he hardly ever calls!!!!!



 :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('779','24dc5452bf','','Oh Hammer, you have made me cry this early in the morning.... :wink: 

Ummm Decoder rings are reserved for the 1 Grand club and above, that and I think you have to have 4 alien entities in your body when scanned by Tom Cruise at the Scientology main head quarters... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('780','da3ad3e3e9','','Hay I would be interested in the following items:

Hallmark
Mini Clone Troopers x3
DV Tie Fighter
Falcon
Queen Amidala
C-3PO
Padme
X-wing
Yoda
Small SW Lunch Pale
Vader 2002

Let me know what your thinking of for price...

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('781','a958d6000f','','Oh yeah, and four proofs of purchase coupons from Ovaltine...



TK-Egon');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('782','85ab5916b4','','HooYa!!!!!
Ovaltine, I love to just eat that stuff!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('783','161e7ba013','','Can you pre order the book ends?? If so where do I go to do that?????? :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('784','7f30d46cd1','','I'll be there too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('786','c2610858cf','','Since I'm very, very bad at remembering names, here is some pictures from the Huntsville Havoc game.

http://home.hiwaay.net/~shawn1/statTheHuntsvilleHavocgameFeb42006/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('788','d6980ab16f','','Matt, Have those members register on the fourms, then we can give them access to more than the public sections....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('789','97339c5839','','Oh yea, T-bone, didn't you hear? I'm CO now!!!! Whoo Hoo! We're gonna have a great time! Where's the beer fountain I ordered!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('790','c6861b929c','','Got you added to the roster, TK-Tim :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('792','f2b06412ff','','I'm building another clone kit too.  ths time i might take progress pics!

Vesper, I like the white PVC boot mod for my clone boots.  Mostly because its only 25.00!

[url]http://www.gemplers.com/a/shop/product.asp?T1=G81011-7&amp;UID=200602230759373286199949[/url]

Before:

[img:f2b06412ff]http://www.gemplers.com/pix/prod/PG81011.jpg[/img:f2b06412ff]


After:  

[img:f2b06412ff]http://img.photobucket.com/albums/v309/bamatrooper/boots1.jpg[/img:f2b06412ff]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('793','5e83708217','','[size=9:5e83708217]Please note: Zman, was not elected CO, he has Jessie Jackson Syndrom the symptoms are simple: He lost even before the primary but thinks he won and now runs around doing stuff like the Pres...

There is no cure, there is no pill, we just keep Zman complacent with lots of beer...[/size:5e83708217]

Zman, the fountain you ordered miene fuher, is coming any day, we will have your soldiers install it as soon as it arrives..

Would you like a nice Ice cold beer Zman???

Look at the monkey, look at the monkey......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('794','e15b157d50','',':rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('795','5c0fc51754','','Ohhhh... I like. This is perfect. Thanks! I was looking at so many mods and conversions of reeboks and/or nurse shoes (?) and how no one likes the new caboots clone shoes... my head was spinning!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('796','e54fcdc28f','','I will not drink beer in a house, I will not drink beer with a mouse, I will not drink it from a can, I'm the co now Z-man I am!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('797','91259633e9','','[quote:91259633e9="TD152"]I'm building another clone kit too.  ths time i might take progress pics!

Vesper, I like the white PVC boot mod for my clone boots.  Mostly because its only 25.00!

[url]http://www.gemplers.com/a/shop/product.asp?T1=G81011-7&amp;UID=200602230759373286199949[/url]

Before:

[img:91259633e9]http://www.gemplers.com/pix/prod/PG81011.jpg[/img:91259633e9]


After:  

[img:91259633e9]http://img.photobucket.com/albums/v309/bamatrooper/boots1.jpg[/img:91259633e9][/quote:91259633e9]

Sweet boots.. Will you be bringing these to Saturday?  Are they comfortable at all?  I'm also going to be working on putting a set of clone armor together (hopefully before Adventurecon).  I had been looking at these from a mod I found somewhere else (lost my link :(  )  
[url]http://www.walmart.com/catalog/product.gsp?product_id=3933758&amp;cat=426245&amp;type=46&amp;dept=5438&amp;path=0%3A5438%3A426245[/url]

Anyone tried them?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('798','01ed95fcb9','','Newb question.. what does the Atinmmy in Atinmmy Con stand for, I get the Atin part, but the mmy I'm not sure of.  Is this the first such event?  Should be the biggest group of 501st I've seen since C III :)  Had one guy chasing me down for my damn droid hunt card lol.. that was a blast!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('799','ecc76eeda1','','Yes bring it all.  We can use several different things to weather and carbon score the costume and we will have Sgt. Dark the battle damage/weathering expert.

Hammer are you brining all of your Mando?  I think I've got a 7th ID part you can add to your exquipment.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('800','a9bdb09753','','It is the combination of both Atin the Clone Commando and Timmy the wacked out kid in a wheelchair in south park.. This Con is going to better then DragonCon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('801','3ac0450845','','Some other additions.

Loki's Party
Jedi Toren - Wookiee
Chris Lee - r2
Jester - TD
Loki - TK
dwrd - Plo Koon

Handlers
Casey (JW01)
Cheryl (AnakinfanCheryl)

Spanker's Party
Corey - Vader
Clutch - TK
Jaster - Boba
Tambo - Jango
Chris Lee - R2
Matt - Wookiee
dwrd - Plo Koon
Spanker - Padme

Handlers
none

Huntsville Havoc Game
Fetthunter - Boba
TD152 - TD
TK5773 - TK
Matt - Wookiee
dwrd - Plo Koon
Crayfish - TC
Chip - Greedo
David - TB
AshleyV (RL) - Leia
BlasterDisaster - TK
Thad - Vader
I forgot the name - Biker Scout
I forgot the name - Jawa

Handlers
Holly
Forgotten name bikerscouts family x 3 I believe
I know there were 1 or 2 others, but yea I forgot their names too. Sorry.

Chattacon
dwrd - Plo Koon/Royal Guard
Loki - TK/ Loki Fett
Crayfish - TC/Loki's TK
Hammer - Mandowarlorddeathmachine(damn that is a long name)/Vader
Corey - Vader
SweetPea - TD
Rose - Don't remember which costumes
Joey - Galactic Marine/Clone
Holly - Galactic Marine
Jester - Jester Fett
Suzanne
Joe - Pre-armor Vader
Spanker - Barriss/ Padme
Skip - Bumble Fett/ Predator
Jennifer
Z-Man - Shock Trooper
Dallas - ID
Georgia Garrison - Pirates AAAAARRRRRGGGGGGHHHHH!!!!!!! I kid. I kid.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('802','58962715b1','','[quote:58962715b1="Tambo"]It is the combination of both Atin the Clone Commando and Timmy the wacked out kid in a wheelchair in south park.. This Con is going to better then DragonCon.[/quote:58962715b1]

Ok, now I see.. thanks.   When does this start on Friday and End on Sunday?  Are any of you staying at one of the local hotels nearby?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('803','ca99a12bb2','','Hay JW, man what a newbe question, jeeeez....

 :wink:  :wink:  :wink:  :lol:  :lol:  :lol: 

You got it partially right..
Atin is for my callsign..
the add in is Timmy, that is because I have MS and am in a wheelchair sometimes (thus is the reason I got my Segway) As a way to laugh about it and I think a way for others to help me accept my disability better, I have the second nickname of Timmy from South Park, which if you have never seen South Park is a retarded kid in a wheelchair and the only 2 words he can say is &quot;Timmy&quot; and &quot;Gobbles&quot; (His pet Turkey)

Anyway at Chattacon, with us yelling Timmy all the time, Zman came up with the mixed name of Atinmmy.. Well I didnt want to lose my Atin name, which is Mando for Stubborn, so Zmans new nickname fit..
So Atinmmy was born..
While this weekend is called Atinmmy con, we have an armor party here at my place at least once a month. This one just happens to be a big one with a lot of people attending, so in the SO tradition it was named Atinmmy Con..
BTW My avatar is a pic of Timmy from South Park  :lol:  :lol: 

So either I just managed to explain it and your like going wow, thats kewl, or your staring at your screen saying WTF... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('804','4fa1cfe190','','I am going up something around noon on Friday I think. I believe that most will be crashing on the floor somewhere if they choose to sleep. I can't speak for Sunday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('805','8cf54093ba','','I know Ash signed us up for a room back at the very beginning, but we asked for that to be deleted so I could go this route. 
And yeah, Ash is RL, and we can of course take 2 more people in our room.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('806','dcca6e2d88','','We dont need no hotels!!!!

We are all family, thus everyone is invited to stay here at Casa Atin..
This way we can work all night which is usually the case. The people who drink dont have to worry about DWI or accidents and we can all party..

Yes it starts Friday around noon and goes till Sunday when the last person leaves, or when the cops show up  :wink:  Whichever comes first....

Just a note since you dont really know us, the cops never show up, we just say that as a joke and a smart a*s way of saying till it ends.... :) 

BTW, Tambo is the one who gave me my Atin Nickname, he be my bro!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('807','4cbab1d7b7','','Derek,
Your going to sleep this weekend???
Dude, you know we have to open and burn a biker scout every morning at 05:00  :lol:  :lol:  :lol:

Derek, Ill be here when you get here on Friday...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('808','3e17675402','','I'll be a room commander if need be... but I'll take to you losers this weekend about it.
 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('809','74fa678032','','[quote:74fa678032="dwrd"]Some other additions.

Huntsville Havoc Game
Fetthunter - Boba
TD152 - TD
TK5773 - TK
Matt - Wookiee
dwrd - Plo Koon
Crayfish - TC
Chip - Greedo
David - TB
AshleyV (RL) - Leia
BlasterDisaster - TK
Thad - Vader
I forgot the name - Biker Scout
I forgot the name - Jawa

Handlers
Holly
Forgotten name bikerscouts family x 3 I believe
I know there were 1 or 2 others, but yea I forgot their names too. Sorry.
.[/quote:74fa678032]

Craig - Biker Scout
 Ben (Susan's son) -Jawa

Handlers
Susan
Tracy
I think a couple more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('810','8c2fbe2218','','I forgot about the sacrificial burnings. Silly me. I will call you when I am leaving NashVegas, and will be there around an hour or so after that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('811','369d5ac937','','Cool.. this keeps getting better.. and did someone say drink??  I'll bring a round of shots :)  I also have a pretty nice (although not perfect) resin thermal detonator (round type) I bought a few weeks ago and haven't worked on yet.. I'll bring it up and see if you guys can give me some pointers on finishing it up.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('812','b7ba1db4e9','','A lot of the Snowtroopers use the boot in full and I dont hear a lot of complaints, I have a pair, but in honesty have never worn them...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('813','2b812a90d9','','how much did you pay for that resin detonator?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('814','62694e3368','','[quote:62694e3368="Tambo"]how much did you pay for that resin detonator?[/quote:62694e3368] I think it was $25 + shipping');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('815','203c1f2415','','Yes we said drinks  :)  :)  :) 

Just BYOB with enough to share  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('816','03f01a0e57','Midsouthcon Memphis, TN','Hey everyone,

Just wanted to make sure you guys are coming again to Midsouthcon in March, it's always great to have you there.

I always have a dealers table there and I'm getting stuff ready for next month.  If there is anything any of you collectors are looking for email me and I will try and get it and have it for you .

toyflash@aol.com

Tim in Memphis');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('817','ecafc45e8f','','wow  :shock: ..I need to up my price on mine.  I'll have a few on hand for this weekend with light kits for much less.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('818','f802efd700','','I'm looking for Blade Runner shot glasses...  :D 

Yeah I think several troopers will be there.... maybe not as many as last year though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('819','3683a7096e','','I'd agree with pretty much everything Skip said except one thing.  Unless you want to either pay National Fiber prices or go with a much shorter fur than what they used, your going to have to make the shorts yourself, probably using the same technique Matt used..  Been looking for the right fur for 2 years and still haven't found any.

Hey Atin, could you ask Richard if he will have an extra mask or two when he gets done helping Gary?  Might know someone interested.   :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('820','30a7258c5a','','Reserved my room at the marriot.  w00t.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('821','c850b46957','','Gammorain guards rock!  Man i hope the S.O. gets one or two of these costumes.. We have Slave leia and I have Salacious all we need now is Jabba, Bib and a few other cronies.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('822','2e6742a1f5','','The shoes you reference from WalMart were the ones I was looking at as well. I didn't see them &quot;in store&quot; to see if they even made any big enough, but I don't see any reason not to go with the boot conversion. The price is certainly right.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('823','ac3da6a858','',':shock:  I wonder if my wife will let me back in the house after I drain the ATM.  :wink:  

I agree with whoever said it before. AtinmmyCon needs a dealer's room.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('824','b38f94acc2','','Yeah these are made to be &quot;sock&quot; boots  ( ie wear them with socks) so buy your shoe size.  

they are plenty comfortable too, I've had these for 2 years now and never had a problem, parades or anything.

I'm looking into modding some real shoes like others have done, and like both of you have mentioned... I;d like something more accurate looking for my other clone, but again, for just 25.00 , its hard not to just stick with these.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('825','c4c6482c28','','I think the mask on eBay isn't a Don Post... the guy told me he had it made...


Not sure though....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('826','3ee951893b','','I am planning on coming on Sat evening... probably not before 5:00 PM

Mark');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('827','8b6fbfffe7','','I will set up a very small area with stuff for sale.  mostly resin parts and maybe some 501st stuff and some toys of interest.  Bring cash or stuff to trade (I like trades better)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('828','89f320eeb2','** Attention Hottie 5.0 Mustang Babe of the Year Voting **','My girlfriend Summer is in the running for 5.0 Mustang Babe of the Year. She's an honorary 501st Southern Outpost member (as a slave Leia) and has been trooping with me for the past year.

Competition is fierce, so please vote for her.

Thank you!

http://mustang50magazine.com/babes/m5lp_0601w_boty/ 


[img:89f320eeb2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/m5lp_0509_line_01_z.jpg[/img:89f320eeb2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('829','c32f4e5a67','','** Update as of Feb 23 2006**

Summer is in the number two spot!! There is about over two weeks left to vote. Please tell your friends, and continue to vote.
Thank you all for your support.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('830','19c952ebc9','','Loki, please add Summer and myself to your list. She will debut her snowtrooper and put me down as Boba Fett.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('831','22f41939b1','daily','I vote every day. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('832','c0abf6b387','','I still have yet to check Rual King.  I found two face shields in my tub from the last armor party.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('833','539a11ce71','','Ill pass this along to the FL garrison.
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('834','8a6af8eb73','','OMG!! where did you get that?? 

AHH! 

THANK YOU CHIP!!! THANK YOU THANK YOU THANK YOU THANK YOU');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('835','07eb4c0bcd','','Hammer, all I can say that is one Bad Ass Suit! I am so glad I made it to the Horror Fest and saw your Mando in person. Your back story is great, it freakin rocks.  That is one original design, and the ideas you put into your suit make it stand out. I can't wait to get new pics of us in battle.

Well done Hammer. I salute you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('836','77da6cb57c','','take it to the TDH and any other fourm you are on..the more support the better.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('837','1c231402e6','','Go Summer go Summer go Summer!

Voted again :-D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('838','5a82987084','','Tell all your friend to tell other friends..and so on and so on.. we will make Summer #1!!!!!!!!!!!!!!!!!!!!!!!  Go summer..Go!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('839','00e4738cf2','','The car last night decided it wanted a new starter &amp; serpentine belt.  That is the last repair I'll grant it ($461.36 is what they're saying).  So looks like Saturday I'll be studying for my exam and car shopping.  I hate to miss it cause there looks to be a ton of new folks there I haven't met yet.  There's always the 5% chance I might still be able to make it up there, I need to redo most of the TS armor.  Maybe next month, my only conflict is the same weekend as MSC.  By the by, Atin, how do I get to your place again?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('840','d59ff67e5e','','[quote:d59ff67e5e="Obi-TN"]
Looking forward to the bust-up line and if Mara is a Gen Con Indy exclusive, I'm driving to Indy. Who's with me?[/quote:d59ff67e5e]

I would kill for a Mara mini-bust, but not about to support that GenCon organization, plus in the end it'd be cheaper to pay the scalpers at ebay.  :cry:  Unless you can get more than one.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('842','79d12c669b','','Take a few spoonfuls, and mix it with peanut butter and a touch of karo syrup and you're in for some tasty treat!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('843','b446e177e0','','My first memory of Hammer was AdventureCon.....he fit right into this group with ease.   Did you ever think you would have a Vader costume?  it's like a dream come true.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('844','8e9efbb74c','','Recon reporting for duty.

[img:8e9efbb74c]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG5718.jpg[/img:8e9efbb74c]

Just lead them a little..

[img:8e9efbb74c]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG5716.jpg[/img:8e9efbb74c]

You don't know who your messing with.

[img:8e9efbb74c]http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG5733.jpg[/img:8e9efbb74c]

Your dead, you just don't know it yet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('845','4b716c282a','','Ok, so 500 more posts, four alien symbiotes and four Ovaltine labels.  Wow.  That could take a while.  I mean, where am I gonna find Ovaltine nowadays anyway?  I heard they quit makin it after that big cancer scare.  




And Tambo, yeah when I first got into the Legion I never thought I could afford a Vader.  Figured I'd have to sell my car if I really wanted one.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('846','8b0da7b180','','Thank you Cmdr. Mereel.  Can't wait to suit up with ya again.




I'll bring the whole outfit with me Tambo.  I've got some minor repair work to do plus the weathering.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('849','9935eca99f','','Do you have any of the bloodof the non believers? Or um essence of puls rifle that alluring new fragence/body spray/body wash for men? Or if you don't have those I'll just look around and see what impulse takes me.

I have to make this one I have relatives in Knoxville I can avoid hotel costs.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('850','6476aa2a98','','I need alot of help with my Cyclops visor. Lens, LEDs, sanding and smoothing, painting, etc. I hope there are some folks who can lend me a hand. Also if we have the materials Loki, Atin, maybe we can start on that stuff we talked about at Chattacon?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('851','1bcd9ee5e8','','I'm in a much better mood today.  Check this clip out.
[url]http://www.break.com/index/noworkwank.html[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('852','58504f8b6a','','Remember that the 5th is my Birthday, and trooping this event is an acceptable present. If not, then cash will do. That is all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('853','8dcdd3eb77','','Joe I had you down as TK/TS incase you could not wear your soft vader..we all hae enough costumes to help you out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('854','fc29f8f73e','','You are gonna stay in Knoxville for a con in Memphis? That is true dedication.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('855','8b2e99f5ad','(TK1716)Ultimate SW Fan's WANT LIST','Looking for an extra clone pilot');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('856','97b3c7c915','','Jaster when is Summer going to register for the board... heck she will be a full member in a month.  Summers Mando rocks!!!  but she is missing something.... I need to hook her up with a pair of binos.  did you hook up her thermal detonator?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('857','424b04e786','','Yeah I get Ad cona nd Midsouth mixed up. lol

Label me Tard.  :oops: 

But reguardless I plan on going to both.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('858','c881721a43','','No I apreciate it and maybe I'll dawn the TK when I can't be all Vadery. But I gotta go show those other guys up. [size=9:c881721a43]I hope.[/size:c881721a43] Cause I mean come on...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('859','6fc34509d6','','You take the Marriot by numbers and force... but watch as we take the Hyatt through subversion and skill. *evil pinky* &quot;Are they ill tempered? That's a start.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('861','6bdad205b4','','Yeah but I hear they have this loser Star Wars geek as a violinist. You should go and kick that guys butt. Trek Life!  :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('862','51ac447759','','You have the best non armored Vader in the legion..show those suckas up.  Have you a Job yet Joe?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('863','362e69839b','Boba Fett project (ESB TC-760)','I know this is the Mando section, but I thought I would share my current ESB Boba Fett project. Boba has (like so many fans) been one of my favorite chanters. I remember seeing ESB in the theaters as a child and fell in love with the costume. I grew up being a huge GI Joe/military and had inherited several 12 Joes from my uncles and father. When I saw Boba on the big screen, I think it was the military look of his armor, being several shades of green that caught my attention.

In 82 my mom won tickets to see the premier of ROTJ at a local theater in St. Petersburg FL. The lobby was full of costumed SW characters handing out swag. There was a Vader with acouple troopers, a ROTJ Luke with one glove, an Endor Leia and a Royal Guard to name a few. There were a couple TV crews there also. For a young boy, this was so intense and thinking back on it this could be one of the driving factors in recent years to troop with the 501st, hoping to pass this feeling and excitement to the next generation. Once the movie started, I was so excited to see Boba and we even got to see him use his jet pack!

In the coming year I recall many an adventure played out in the back yard of my parents home with 3  SW figures. I had the wookie bandolier action figure holder, the one that was grey and had foam slots to line all of your figures up in. But instead of wearing it across my chest, I would wear it around my waist, thinking this was much more Boba Fett style. I recall digging my own sarlac pit and having a pair of old leather deck shoes that I pretended to be skiffs from Jabbas palace. But instead of Boba dieing, I would change the story line in my world Boba escapes, gets his team of Fetts together (I had several Boba figures so I would pretend that they were different chacaters with similar uniforms, much like they came from the same military unit), anyway they would fly around in Slave1 and capture/kill X-wing pilots. We could go back to my parents backyard and I am sure there are mass graves of headless X-wing pilots buried there.

Fast forward to 2002 (?) I meet the Southern Outpost and begin the journey of SW costuming. While early on, I had hoped to maybe (someday) do a Boba Fett costume it always seemed out of reach and some what over whelming to understand all of the levels of detail. My brother Tim and I started to build a custom Mandos in early 2004 but I ended doing other things and soon the project was forgotten about. At the start of 2005, Rose and I dating (again) this time on a much more serious level. As with all relationships, certain requirements are made to make things work, for Rose this meant I would have to complete a Boba Fett costume (for her pleasure and mine both)

And so begin the task I already had a fair knowledge of the costume from my research on doing a custom Mando. I started putting money aside for the project, thinking to myself $1000 should cover it. Was I wrong! What I would like to do is as I work on my Boba, Ill post the details etc here. To start, Id like to list what I have purchased and the cost, to keep a running total until the project is done and take pics as I paint, weather, etc.




Soft Parts:
	Gloves (custom made)...$40
	Cape (TK409)$25
	Hood (custom made)..$30
	Girth belt.$30
	Ammo belt (Rimshot).$70
	Jump suit X2 white.....$25
	Boots, w/metal spikes (Chin?)...$100

Hard Parts:
	Armor, fiberglass  (Fett Pride)..$350
	Gauntlets, fiberglass (Fett Pride)....$350
	Helmet,  fiberglass (MHS)....$175
	Range Finder, Clear/hollow.$25
	Range Finder stem/stalk, metal$25
	Knee Darts, metal.$35
	Gauntlet darts, metal.$25
	Visor, welding, green...$10
	
Blasters/tools:
	Pistol and Holster, fiberglass (MLC).$125
	Rifle, fiberglass (MLC)..$250
	Flare gun, bronze Webley recast$350
	Flash tubes, Heiland x3..$100
	Scope, 4x20, vintage x2...$50
	Shin Tools (resin).$25
	Greeblies, blaster, Misc$35

Misc:
	Velcro, 2, sew-on, roll..$20
	Rit Dye$20
	Paint, assorted$100
	Model kit, 1976, exposed V-8$80
	CD box set, John Lennon$60
	Tote, rubbermaid.$20
	CD, Boba Fett reference$5
	Decals, armor, helmet, jetpack.$10
	Leather, sling, misc grommets.$15
	
Wanted:
	Gauntlet rocket, metal$140
	LED kit, chest.$75
	Braids, Wookie scalps.$20
	LED kit range finder$50
	Jet Pack... on order
???

Im also having ROse sew the flak vest for me. In addition to this list, there have been several purchases that I have upgraded. For example, the gauntlets I had purchased a set of Ruffkins for $125, only because they were all that was available. Later a set of FettPrides came up for sale (which is what I wanted in the first place) and I snapped them up. Helmet also, this is the third helmet Ive bought, Rose ended up with my old one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('864','69f13844c6','another Outpost birthday','A little birdie told me today is &quot;jester's&quot; birthday,

Happy birthday man,enjoy');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('865','8d21a96fda','','he's old, isn't he? I mean he was around back in the cowboy day and everything!

Happy B-day bro, see ya' this weekend! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('866','7d4c0cd2dc','','Happy Happy Birthday :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1229','d2254769db','','Just a reminder.
Loki has offered up his house for Saturday night..

If you are going to be staying at Lokis, please post so he has an idea of how many to expect..
The other thing I want to also remind everyone is, Chattanooga is on EST. So we need to be suited up and ready to go by 9:00am CST (our time) on Sunday..

I will let Loki post directions to his mansion..

If you need to get a hold of someone or if for some reason you get lost going to the event or if you are NOT going to show, please be courtious and give me a call.
My cell number is: (931)362-4092

I do want to say an advance thank you to both our members, our command staff and to the Chattanooga Fan Force for all allowing us to do this event. I also hope it will be the first of many to come..

Vesper, I know Skip  sort of touched on this, but I wanted to also say. Yes we all do like to party and the last two events (Chattacon and Atinmmycon) there was drinking. But please know that when you see us Sunday morning, you probably wont know what  to think.. While we like our partying, we love to do events for kids and when we do, there is a no drinking policy in place.. Now afterwards and away from the event and out of the armor and costumes, hay we need to relax and it would be ashamme to go all the way to Chattanooga and not stop by the Pickle Barrel...

Skip, thank you for posting the Do and Do Not stuff..

I also just saw Joeys post on the rules for events in the other thread.. :) 

OK so here is the roster I have so far for Sunday:
Loki..............TK
Crayfish........Clone
Corey...........Vader
Derek...........Koon/ RG
Ivan..............Boba
Summer............Snowtrooper
Matt..............Sasquatch 
AnikinCheryl.......Handler
Casey..............Handler
Glenn (tenative)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('868','6d69b1326c','','Wait, so, does this mean we're NOT gonna be laying the smackdown on a warehouse full of cyberpunks and headbangers this weekend?

[img:6d69b1326c]http://www.clicksmilies.com/s0105/alles_moegliche/mixed-smiley-035.gif[/img:6d69b1326c]

What?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('869','7652e30d29','','Well, we're going to HAVE to get some clones of Ares run off, then!

[img:7652e30d29]http://www.clicksmilies.com/s0105/traurig/sad-smiley-023.gif[/img:7652e30d29] Yowzers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4687','7fb40c4cb9','','I don't know if the guys can post dealer names or locations since our man Lucas while appreciating the 501st's quality of costumes, and their efforts, does indeed frown upon people advertising and selling the replics pieces in a public manner. However, the pm system should work for you should you need information about what you may need for your project. 
Sadly about the only thing thy can publicly post is the licensed stuff, aka Rubies, and things like the formally manufactured Don Post series  :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('871','9ddbbacbd4','','Wow.  You're really going high-class with your stuff, way to go!  


By the way, Boba really was the first Mando so I think it's just fine that you share your journey here in the Mando section.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('872','26e5721905','','Chuck norris says &quot;Happy Birthday!  Now duck!&quot;




[img:26e5721905]http://www.imperial-labs.com/chuck.gif[/img:26e5721905]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('873','deab00612c','','Happy Birthday my friend!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('874','5f532a2db0','','Damn! I hope mine doesnt run that much!! But with being a custom I have the libertyof doing things differently including the expense. Sounds as if youll have an awesome Boba.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('875','f3b7274f55','','I'm going...but not doing 501st related stuff again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('876','0ab01364d7','','Yeah, What was up with that? You acted as if we didnt exist. Youve been in the 501 longer than most of us, What gives?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('878','8fa5d71533','','You also accept beer, right D?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('879','39f81d2f10','','Beer is acceptable.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('880','a8c89723ac','','&quot;Bout time you got your head out of the sand Joe!!  Where ya been baby?

Midsouth Con is gonna rock!!  We're gonna have a wad of troopers there, and maybe, just maybe an Alien or two and the Predator!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('881','a523ada007','','Birthday beer it shall be, then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('882','fa98a39828','',':cry:  :cry:  :cry:  :cry:  :cry:  :cry: 
I love that story.... I did very similar things with my action figures...

Sweetpea your Boba is going to rock!!!!!!!!!!!

All Mandos and Boba &amp; Jango belong here..anything mandalorian.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('883','8caca1e7bd','','LOL!!  

We're gonna have a dealers room!  And a consuite!  And demonstrations!  And drunken grab-assing!

This is gonna be bigger than DragonCon!

P.S.  Since we're gonna be pimping our junk, I'm gonna bring all my extra ROTS figures to sell at bargin basement prices!  Anybody need a clonetrooper?  I got about 50 of the stinkin things!  Make me an offer!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('884','01304113bc','','Well dammm. Saddle up the Dewback and lockdown your women the Jester is having a Birthday.  I hope your having a good one..Happy Birthday Hondo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('885','e9eee5f043','','White jumpsuit for $25? Where are you getting it? My mando project requires two white jumpsuits (for the sleeve issue), and for that price I'd gladly buy it instead of handmake it. Can you PM me the jumpsuit info?

Edit, did a quick search real quick on google to see what I can find. Are you getting anything like this?:

http://www.automotiveworkwear.com/Merchant2/merchant.mv?Screen=PROD&amp;Store_Code=AW&amp;Product_Code=CT10&amp;Category_Code=C

Or are you getting more of a flightsuit style jumpsuit? If it's this work-style coveralls, I'm in business. Let me know what you're getting and that will be a big help for me. Thanks!

Edit again. You said you got a set of Ruffkins gauntlets. Do you happen to still have them, and if so, are you looking to sell them 2nd-hand? I'm currently in the market for some.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('886','6a76c52180','','Jon, your Boba allready costs more than I paid for my car, and it's not even done yet.... how do you afford to drink???  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('887','ac97f22d12','','Damn, that's where one of mine went!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4686','189b4c5e0c','Pheonix Squadron','Hey mandos,  some of you know about this forum some don't, but this is a new forum just for mandos.  Check it out

http://www.phoenixsquadron.com/forum/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('889','f8df5a1121','','Black or grey?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4685','988b298ad6','','I know just the thing..you need to make a trip up here next wekend maybe.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('891','f40c606bae','','Happy Birthday, Jeff!

Hammer:  Funniest thing I've seen all week. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('892','bc7c33d102','','[quote:bc7c33d102="Loki"]  Anybody need a clonetrooper?  I got about 50 of the stinkin things!  Make me an offer![/quote:bc7c33d102]



Which again means, &quot;Bring lube.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('893','8ab8aba29b','','There is a Hooters we can go to afterwards. I hear you guys like that place for some reason.  8) 

Here's the e-mail from the guy who was asking us to do this:

Come down that Sunday - March 5th from about 10AM-12PM. We will have a complementary breakfast buffet, with stuff like Panera bagels, Krispy Kreme Doughnuts, Cracker Barrel Biscuits, &amp; Starbucks Coffee. Those are some of the businesses helping us by providing food for the kids and any of you guys that are able to help come in costume. 
I'm trying to get a bunch of Star Wars fans here locally who have costumes, to come out and put on a Star Wars fun day for some kids ages (1-12). The event would take place on March 5th (Sunday) at Fathom downtown - 412 Market St. The kids could get their pictures made with the costumed characters and just enjoy the fun of being around them. This would be a totally free event and we would invite the public, especially some less fortunate kids from Inner City Ministries and Bethel Children's Home. Let me know if you could help in anyway or if you know of any other local Star Wars fans that have costumes that would be willing to come out for a couple of hours that Sunday. Thank you so much for your time and willingness to come out to put a smile on these kids faces.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('894','f84b04c63e','','Man, I wish I could make it to your place this weekend.  It sounds like it's going to be a blast.  I'll be sure to make the next one though :)  I'd be all over that dealers table ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('895','b614858dc3','','Donuts?


OK, I'm in.  I say we take off, and nuke the site from orbit.  It's the only way to be sure.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('896','e33fb45e79','','Happy Birthday!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('897','9521483f62','','[quote:9521483f62="Z-Man"]I will not drink beer in a house, I will not drink beer with a mouse, I will not drink it from a can, I'm the co now Z-man I am!!!!![/quote:9521483f62]
The funniest thing I ever saw on SNL was Jessie Jackson reading [i:9521483f62]Green Eggs and Ham[/i:9521483f62].');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('898','a80862d8f1','','Congrats, Hammer! 

Apparently, I hit 501 last night with my post about COSI. I was ahead of Hammer before I went to Memphis on Monday and Tuesday and hadn't realized he passed me back.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('899','e1f7e084fc','','[img:e1f7e084fc]http://img.photobucket.com/albums/v647/TK_6873/Mini-Jester1.jpg[/img:e1f7e084fc]

[img:e1f7e084fc]http://img.photobucket.com/albums/v647/TK_6873/GroupHug1.jpg[/img:e1f7e084fc]

[img:e1f7e084fc]http://img.photobucket.com/albums/v647/TK_6873/GroupHug2.jpg[/img:e1f7e084fc]

[img:e1f7e084fc]http://img.photobucket.com/albums/v647/TK_6873/GroupHug3.jpg[/img:e1f7e084fc]

[img:e1f7e084fc]http://img.photobucket.com/albums/v647/TK_6873/GroupHug4.jpg[/img:e1f7e084fc]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('900','ddb9cfa88e','','Happy Birthday, Jester.




Now, where's that special birthday edition of Action Figure Theater?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('901','3164b1e42a','','Shannon mentioned some tech postions opening at her husbands palace I might try but I have to wait till next Monday when he'll be working. I've not got my hopes up after my recent string of close calls. But I hope things will look better and employed soon.  Thanks to you guys who've called me and stuff. It means alot. i'm sorry I'm such a loser.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('902','65ab387537','','Happy birthday man! 

Have some cake for me!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('903','8f1898e354','','[quote:8f1898e354="Obi-TN"]
Now, where's that special birthday edition of Action Figure Theater?[/quote:8f1898e354]
Ask, and I shall receive! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('904','7130835b77','','Yeah, I saw a bunch of the grey ones today at KB in Opry Mills.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('905','bf8758f262','','Damn Jon, ive been workin on my Boba for 4 years and you have way more stuff and tons more money than me invested. Cant wait to see some pics of your stuff, especially with your skill at weathering.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('906','30297cfedc','','Happy birthday to the guy with the best-looking hatleafed action figure!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('907','22618b6516','','bwaaaaaaaaaaaaaaaahahahahah

&quot;I need a cigarette&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('908','e972e8bc9e','','[quote:e972e8bc9e="ROTSAnakin"]You take the Marriot by numbers and force... but watch as we take the Hyatt through subversion and skill. *evil pinky* &quot;Are they ill tempered? That's a start.&quot;[/quote:e972e8bc9e]

An Anakin, an Emporor, Luminara, and a River Tam....the weapons alone could take out an entire floor! 

Besides. I can kill them with my brain and that says alot.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('909','962364649e','','We have tons of jobs up here in Clarksville, they need security for the gates here at Fort Campbell and it's a Government position. I also know of several other openings.PM me');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('911','e9bfae7572','','Happy Birthday Partner!!!  Yeeehhhawwww.

I raise my glass to you bro.  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('912','7429fd47d3','','A GG would be pretty cool. While the DP and the Rubies re-issue are good masks, like most of their products it is way too small unless you are pretty short. You should do a life-cast and make your own mask. It's not as hard or scary as some people think it is. You could make the jaw and face as seperate pieces, and then strap the jaw on using some latex straps. That way you could have a moving mouth without having to do the complicated underskull and wire-controlled lips that Chewie requires.

The suit could be made using upholstery foam construction. Basically you buy a bunch of upholstery foam from Jo-Ann's or a similar place and you use some spray-on adhesive to attach the section to some stretch pants and a similar shirt. Then you carve the foam up using an electric carving knife and some scissors. You can get the foam smoother by using a belt sander (or a sanding disc/wheel for a dremmel or drill). Once you have the desired shapes, put the suit on and have some friends paint you in liquid latex. You want to get the &quot;mold builder&quot; stuff that you can find at craft stores or the mask-making variety that you'll find at Monster Makers. Latex junk at the hardware store doesn't do the trick. You'll need to paint several coats until you have a nice, smooth skin on the foam. This is how I made the feet on my Chewbacca stlts.
For painting you should get some sort of mask paints, as latex-based paint from Lowe's or Home Depot will crack, chip, peel, and flake off. Skip, what kind of paint did you use for Predator?

That, of course, would only cover the flesh pieces of the suit. You would need to make the armor as well as the fur shorts. The longest fur you can get in faux fur is 3&quot;. I don't know how long the fur needs to be for the fur shorts. Faux fur is also pretty pricey.
If you want to see how I made my Chewie suit, it is explained on my [url=http://www.rebellegion.com/chewie/]Chewie Costuming Resources[/url] page. I'm to lazy right now to explain it again.[/u]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('913','5c38cdde48','','I'd like to get in on this event as well.  Anyone going from Clarksville that might have some spare room in there POV?  I know you're crammed already Atin.  And I don't take roof rides well.

Maybe even a Nashville car pool thing...  Anyone?  Anyone?  Buehler?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('914','8cedd98f05','','hmm.. I may have to sort through some of my stuff and see if I can find something for the dealers room ..  This is going to be great.  Now if we do the Lego ISD Competition I'll really have a C III flashback.  

My sons are making a Star Wars Movie for their drama class, I told them that they may be able to shoot a scene with some troopers or any other characters that may show up there.. any of you interested in a short part sometime Saturday?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('915','3a4cb31d71','Kentucky Lions' Club Children's Camp - Sunday, July 2nd','[b:3a4cb31d71]KY Lions Fair Disabled-Children's Camp[/b:3a4cb31d71]

[b:3a4cb31d71]When:[/b:3a4cb31d71] Sunday, July 2nd. Hours to be announced. (Probably 2-3 hours starting at noon)
[b:3a4cb31d71]Where:[/b:3a4cb31d71] Lebanon Junction, Kentucky - 25 miles south of Louisville. Directions available here: [url]http://www.lions-campcrescendo.org/facilities.html[/url]
[b:3a4cb31d71]What:[/b:3a4cb31d71] Photos &amp; autographs for handicapped children and their families.
[b:3a4cb31d71]URL:[/b:3a4cb31d71] http://www.lions-campcrescendo.org/deaf_camps.html
[b:3a4cb31d71]Etc:[/b:3a4cb31d71] Plenty of room to change and plenty of non-soda drinks to stay hydrated will be provided for the 501st.

I was contacted by a member of the KY Lions Camp who is at this moment also working on his costume and intends on joining the 501st this summer. He needs to know an approximate head-count to pass on to the camp's administrator. Many thanks to all, and I look forward to trooping the event with you!

PS - I've also been contacted by a Board-Member of the Shriners' Children's Hospital in Lexington about possibly doing a hospital-visit to the children there. Would anybody else be interested in this as well? If so, I can start setting up a time, etc. Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('916','344fa2b838','&quot;Mini-Con&quot; in Lexington, KY - Fri, Mar 31st; and S','[b:344fa2b838]What:[/b:344fa2b838] UKon - Tabletop RPGs, LARPs, card-games, board games, and the all-important [i:344fa2b838]Costume Judging Panel[/i:344fa2b838].
[b:344fa2b838]When: [/b:344fa2b838] Friday, March 31st 5pm-midnight; and Saturday April 1st 10am-midnight
[b:344fa2b838]Where:[/b:344fa2b838]  Grand Ballroom of the University of Kentucky Student Center (Third Floor). Map - [url]http://maps.yahoo.com/maps_result?addr=404%20S%20Limestone&amp;csz=40506&amp;country=us&amp;name=&amp;qty=&amp;cat=trav&amp;trf=0[/url]
[b:344fa2b838]URL:[/b:344fa2b838] [url]http://www.chris-crockett.com/ukmsu/modules/news/article.php?storyid=23[/url]

The University of Kentucky's Sci-Fi/Fantasy/Gaming club (&quot;Miskatonic Student University&quot;) is hosting this. I've heard it's actually a lot of fun but it IS a small event.   I'll be there one day as TK, which I wore to the Halloween costume there last year and drew crowds all by myself. Think what a whole GROUP of us could do... We 501st should be able to completely DOMINATE this event.   :D

The costuming event is on [b:344fa2b838]SATURDAY NIGHT, at around 6PM[/b:344fa2b838], so that's when we should show up. Friday night and Saturday day are all just devoted to gaming (RPG's, tabletop, wargaming, LARP's, etc.)

[color=red:344fa2b838][b:344fa2b838]Edit: Whatever you do, do NOT NOT NOT NOT bring any firearm to the UK mini-con. I've been told that anybody carrying anything that even looks like a gun will have UK campus police called on them. Lightsabers, however, should be okay.[/b:344fa2b838][/color:344fa2b838]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('917','b5cd2204ab','',':lol: 

now that was funny!  good to laugh at ourselves again!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('918','a29231802f','Yoda the pimp',':shock:  http://www.itsdumb.com/content/images/1508/Yoda_the_pimp.html  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('919','4773edfad8','','Voted, voted, and voted again. Good luck!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('920','b3f0e462d9','','Happy Birthday John Wayne!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('921','36f23221d8','','OMG! I'm once again laughing my ass off. Can you say &quot;getting in a little dig?&quot; 

oh boy.........good one...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('922','fdea6c3f52','','Atin, what time are you leaving Clarksville? If  I read this right, they want us there by 10:00 am?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('923','33cf811a67','','Very cool story TC-760. I like how you are keeping a list of the items and there cost.  Puts everything in perspective, most people do not know how much a Fett ends up being. Yours will be great!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('924','1349b66f25','','instead of doing the foam thing i would simply find,purchase or make a &quot;fat&quot; suit.
this auction is for a really good one, (but you wouldnt want a female shape like this one),kinda pricey but this is more to show the effect.
this could be layered in latex and painted green.

http://cgi.ebay.com/FEMALE-FAT-SUIT-padding-MASCOT-Costume-Halloween-prop_W0QQitemZ5668497002QQcategoryZ19255QQssPageNameZWDVWQQrdZ1QQcmdZViewItem


edit-
found the guy version.look how good those legs look and the overall shape is really close.this could possibly be sewn and made for alot less,but i like this one.
http://cgi.ebay.com/PRO-FAT-SUIT-padding-MASCOT-HEAD-Costume-Halloween-prop_W0QQitemZ5666897984QQcategoryZ19255QQssPageNameZWDVWQQrdZ1QQcmdZViewItem');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('925','1dd98dc7d7','','Ivan, Got you and Summer added to the mainn roster thread...

Derek, are you trying to say that the 5th is your birthday????? :wink:  :wink:  :wink: 

Ill take you to see bareback Mountain for your present.... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('926','73f0ff4c1a','','Wow!  This weekend sounds fantastic!!  It sucks that I have to work, while Casey comes up to play  :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('927','7f2fb7af23','','got to love Ebay scalpers......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('928','a98cff2b0f','','Wookie, Ill talk to Richard, Im sure he will be able to do more than one mask..

Tambo,,, Dude, I would love to do a Bib costume, he rocks!!!
De wanna wanga!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1228','2c45aa594e','','OK in looking at the roster we still need some info for the parade, so it can be properly coordinated, so please if you are going, post again..
Please post only the following info:
Name
Number
Costume
Backup costume if any

Thanks  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('930','bc9e5e7b7e','','[quote:bc9e5e7b7e="TK6203"]

Ill take you to see bareback Mountain for your present.... :lol:  :lol:  :lol:[/quote:bc9e5e7b7e]

[size=24:bc9e5e7b7e]Yikes!

Danger Will Robinson[/size:bc9e5e7b7e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('931','5546beda4d','','Well some say I need to go to this prop party to let off some steam and get reconnected with the SO brothern.  So I'm really wanting to go and thinking of ignoring my other &quot;to do&quot; list stuff.

Major problem is that I'm unsure of how to get there.  Since my previous 2 pleas have fallen on deaf ears, let's see if this can get Corey's attention: [size=24:5546beda4d][b:5546beda4d]Corey, where the hell do you live?[/b:5546beda4d][/size:5546beda4d]

I need to stop in Hancock fabric near the old Sam's Club first, since we don't have one anywhere on this side of the Nash.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('932','ae85408c43','Aliens','Cool, I can't wait to see the Alien costumes....got any pics?  email me movieguy11a@aol.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('933','736dd36fb5','','Just read the current &quot;Group Hug&quot; episode, and I think my best reaction can be summed up in one word:

[size=18:736dd36fb5]What?!?[/size:736dd36fb5]  :?  :?  :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('934','5508290815','','Hey Loki, I think it might be smart for some of us to drink beer at your house on Saturday night, so that it will be a shorter drive on Sunday morning. What do you think about that?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('935','4801f26056','','Zachmire, it is earlier in every Timmycon thread, as I think there are three, but here is the short and sweet Giggedy version.

My Address is :
3785 Old Clarksville Pike
Clarksville, TN 37043

Take I-24, to exit 11.
Turn left. Got to the second stoplight (First stoplight is about 3 miles, second stoplight approximattly 1-2 miles past that)
This is Highway 12.
Turn Left.
Go approx 6 miles and on the left hand side you will see a place called &quot;Beer Box&quot; start slowing down. You will then see a dump station on the left.
Immediattly following the dump stating you will come to Old Clarksville Pike, it is on the left also. So turn left..

Iam the 3rd house on the Left..
Youll see all the cars..
If you get lost just call me (931)362-4092');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('936','d1f54d1e6c','','hey zach,
just go to Carmax and get a car.tons to choose from,good cars and good prices.ive bought two cars there plus they are one of my customers so i know em.search online www.carmax.com


if you need verbal instructions or a map to corey's let me know,
matter of fact i should just make a stinkin map and post it on the forum.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('937','f2a859583c','working with the fan force?','SO we all know why the fan force, syndicate, etc want us to come to their evnets,,,  cause we make them look good!

but when there, w are just more SW fans, not the &quot;501st&quot; to the public..

Standing around wiht a bunch of sword play from teens isn't what we do..

+ it can lead to us being not considered by other events because they have &quot;seen us&quot; somewhere before and don't want that around thier event, we all know its  ahard sell sometimes anyway..

so..

If our guys want to go and do something with thier costumes, that is fine..

But for us to go somewhere in any offical capacity, we need to go as the &quot;501st Legion' and have only approved RL costumers or approved costumed guests with us..

am i right?


1.  These chattanooga events are not sanctioned by anyone on the command staff right?  I believe we are just invited to attend correct?  so they are unofficial events, belonging to another group our members happen to be attending?  
2.  We need to make sure Loki, Atin, and whomever is associating with the Chattooine group, understands the event guideliness for setting up a 501st event, or an event where the 501st will be participating..  I don't want them advertising our name and affiliation without the approval of the staff.
3.   We need to chat with them at coreys this weekend , so this don't get out as snobery or in the wrong context...

?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('938','8c6662ecc6','','[quote:8c6662ecc6="dwrd"]Zachmire, it is earlier in every Timmycon thread, as I think there are three, but here is the short and sweet Giggedy version.
[/quote:8c6662ecc6]

Of course now this is the only Atin-Con thread so I could find no other source.  Wait a minute do you have the entire old boards saved on your computer?  Anyways, thanks D-man, good to always see someone making things a little more giggidy one day at a time.  8)  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1227','97548442dd','','I know I have only heard this and was hopeful maybe TB744 could shed some light on it..

If we have members who are not on the actual list. Can they still go to the event. IE Pay their own hotel etc. But still volunteer and be part of it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('940','ba44d3037a','','Poor Zach, just remember, we luv ya Bro.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('941','afa4a6ddeb','','Or you could do what I plan to do and do the fat suit by painting your skin like a Twi'lek.

Speaking of which, Tambo I saw you left OOla off the list.  Were you expecting Chip to handle the Twi'lek dancer slot?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('942','5934c2ee78','','Agreed.  I remember when we were at the space and rocket center and one of the admins for the center pointed at syndicate when the syndicate memebrs were jumping around and beating on each other with plastic lightsabers and asked me quietly, &quot;Those ... 'people' ... are not with your group, the 501st are they?&quot;

When I said, &quot;No&quot; what I got in reply was:

&quot;Good.. for a moment we were concerned they were.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('943','2af63ed220','','To make this more like Dcon or better, I will announce that we now have to very special Guests making appearances for the weekend..
Who are they???
What have they done???


Hmmm

Well They are part of the SW universe and one has been fetured in the SW Insider...

Want to know more???????

See you this weekend..... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('944','88d3fdf1d0','','To make this more like Dcon or better, I will announce that we now have two very special Guests making appearances for the weekend..
Who are they???
What have they done???


Hmmm

Well They are part of the SW universe and one has been fetured in the SW Insider...

Want to know more???????

See you this weekend..... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('945','6291ae4f99','','Hmmm, Derek may have an idea there....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('946','3d63eb6f64','','[quote:3d63eb6f64="SaberSpanker"]
An Anakin, an Emporor, Luminara, and a River Tam....the weapons alone could take out an entire floor! 

Besides. I can kill them with my brain and that says alot.[/quote:3d63eb6f64]

What the frack is a River Tam?

Well I think I posted on the &quot;old SO board&quot; but I'll be there.  I've currently got a room with the girlfriend in the Marriot.  If I screw up the relationship, I think I'll be needing a fallback position with someone. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('947','68fd6f7907','','Atin:

Is there a preferred start time for tomorrow?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('948','42f1fab63f','','[quote:42f1fab63f="TK6203"]Hmmm

Well They are part of the SW universe and one has been fetured in the SW Insider...

Want to know more???????

See you this weekend..... :wink:[/quote:42f1fab63f]

Well, let's see...Summer's been in the Insider...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('949','92c7e001ae','','whenever we wake up, so by 6am');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('950','856e709d4f','','Happy Birthday to our crazed wanna-be cowboy!  (raises tankard) To the Jester!

By the by, loved the Chuck Norris film, Hammer.  Where'd you get it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('951','456b7756a8','','[quote:456b7756a8="TK3740"][quote:456b7756a8="SaberSpanker"]
Besides. I can kill them with my brain and that says alot.[/quote:456b7756a8]

What the frack is a River Tam?

[/quote:456b7756a8]

And you call yourself a sci-fi geek.   :shock: 

Run, don't walk, to the video store.  Rent the Firefly DVD set.  And don't come back until you can tell us who Vera is.   :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('952','ee04c0e94d','','nope, not summer :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('953','9d7aa81fd4','','Found it on the RPF.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('954','81555378dd','','is this something we want to post a little excerpt about on those threads?

at chattacon we were supposed to have a &quot;table&quot; setup.if i recall there was a room of tables and nothing but a bunch o crap laying around.no direction,no organization,nothing.
so this chattanooga group,while nice, is still on the same level as any FF weve dealt with.other than the fact they appear more organized,have a banner,and actually seem to do things.


so i agree with the above statements.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('955','528b558f10','','Well Jar Jar in Carb was also featured...needs to be two people...HOLY CRAP is GL coming to pick-up Jar Jar personally!? :shock: 

On a slightly more serious guess, you don't by chance have Karen Traviss visiting do you?  If a SW author is in attendance and I don't have my copy of their book there to sign, then I'm coming for you, Atin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4684','97475b3614','','Hopefully I will have my molds back and I will start vac-forming some as well soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('957','7f3845d008','','Boys!!! what boys??????

maybe this thread should have been named , &quot;when hell froze over&quot;  ???


[img:7f3845d008]http://i13.photobucket.com/albums/a296/skipjenn/pic11-1.jpg[/img:7f3845d008]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('958','f26dbd3f21','','Hey, check it...someone posted this on the FF boards.  Looks like the Harry Potter crowd ran into the SW universe in their own AFT:
[url]http://www.funtigo.com/alanrickmangallery?b=337552&amp;c=2871357&amp;p=start&amp;cr=1[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('959','02a7a3c04f','','Happy Birthday dude! Whoo hoo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('960','7acd6684ed','','is it chris chapman? 

&quot;Tol Skorr&quot;, or something like that,
technically he is part of the star wars universe!!!


and zach,i think theres a bunch of us that have been in the insider
 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('961','72598bbd29','','Well, crap if he's just counting whoever was in the Christmas parade photos (however long ago it was they published those, 2-3 years ago?) then I'm going to be pissed.  

By the by, thanks Skip for the advice.  I'm certainly going to check CarMax out at some point.  Does Tech still work out there?  Haven't heard from him in awhile.  Now I've just got to figure out what it is I want to drive.  My dad found a solution to the TK bin question (something like: [url]http://www.jcwhitney.com/autoparts/Product/tf-Browse/s-10101/Pr-p_Product.CATENTRY_ID:2004462/showCustom-0/p-2004462/N-111+10201+600002323/c-10101[/url]) so that pretty much put me back to square one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('962','2d706fea1a','','tech is joining us tommorrow.
glad you remember him.i see him every week and he's really excited about getting suited up.he's comin up to see all the hooplah ,

be sure to talk to him about what kinds of cars to shy away from.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('963','8338ef8309','',':scared  :shock: 




well, never say never!!!!!


Suhweeet!  More lady troopers?!?!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('964','d048273dd0','','Ahh the good old Callahan Full-Bore Autolock. Everyone should have one of those.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('965','5063f5d938','',':shock: 

You have all those DVD's and you don't have Serenity?! Zack, man, I am greatly disappointed in you.

*sigh*

That's ok, at D*con you will see River in all her glory!! I just need some Reavers....volunteers? ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('966','5578052fd5','','hell just froze over.!!! need to buy a new costume for 2 new troopers?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('967','dba0cd6ef5','','Looks like they are flipping someone the bird in that pic.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('968','093c284de6','','Hehehe.. that's AWESOME! 

Keep them coming, Jester. You really know how to brighten a stressful  day :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('969','c42adeb60b','','The &quot;birds&quot; were for one of the other people taking pictures that made a request,they got birds instead.
But it made for a good picture anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('970','99eaeb1829','','OMG!!! Jenn in costume!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

did the world just reverse axis!? :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('971','83ae0cb6d6','','Awesome photos, Skip.  I'm a going to kill Mark for not mentioning this event.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('972','4b1d728c05','','Well, it's official, barring an act of God I will be the ONLY 501st member NOT at the prop party. Piss! I gotta work instead. This sucks but I can't get out of it.

Jon, Loki that means you guys are gonna have to partier a little more to make up for my absence. 

Gonna  miss everybody. 

I want to see a picture of everybody doing the REAL group hug from Jesters AFT. Just put some unknown in for my spot.

Hope to catch the next party, or see you guys at the next con.........damnit....

z :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('973','140e818181','','Great now lets get them offical Id's and start trooping!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('974','220e46e266','','Paul,

I am willing to carpool with you. However, I might still be (town)house hunting.

--Glenn');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('975','fae279c9e2','','I'll catch you at Corey's this weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('976','6c204789a1','','One already has.. Jenn is TS-2824.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('977','6b4a1c5e18','',':scared  BFT!!!

Bout. Frakin. Time.!

Let me be the first to post  a WELCOME to someone who has always been here!  :lol: 

Where's the welcome thread Tambo?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1222','8b1558a0cb','','now thats funny


(all together now)

,AND I DONT CARE WHO YOU ARE!!!!!!



gotta love it Hammer');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1223','081ffc38e5','','Thanks Donald, I actually have already read Republic Commando, so now I guess I've got to get it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1224','5059185e43','','I updated the list which is linkable from the previous post. I could use some help with the names of any minors that were present at AtinmmyCon and the full names of any non-501st members who were in attendance, e.g., from Chattanooga or recruits. Also, please make sure that if you wore a costume (for the video shoot) that you are properly credited. I don't know who the Jedi was.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1225','c280388c1b','','Just wanted to note that the picture above was taken at 10:10 am when everybody else was packed up and ready to go.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1226','4e8f91d570','','He was one of the ones doing the filming.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1007','66d6142472','','Good, Chuck, I mean not that you have to work, but miss the fun too! Can we set up a web cam at Corey's and let me call in and at least I can see what's going on! I'll drink a beer here and people can just come by the computer every now and then to say hi!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1008','3adcb2b739','','I refer to all the Aliens as female.  According to sources, they have no sex, except for the Queen, but they're kind of like a bee or ant colony, where they're all basically female.


Plus, it's been refered to as my &quot;New Girlfriend&quot;, so it's a she now!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1009','b5a5e6a893','','YOU HAVE GOT TO BE KIDDING ME!?!?!?!?!?!? :shock:  :shock:  :shock: 
Leighann is going to f-ing flip!!! WOW Jenn, its about time! Its only been what? 5 YEARS?!?!?!?
That is so awesome!!! Lets see some pics!!!
Welcome aboard (officially that is)!!!
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1011','a30c95897c','','I'll look into it this weekend.  I'll have to talk to Ivan.  He's supposed to be making me a &quot;Ripley&quot;!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1012','23f0fb2d6c','','Just let me know Tim, the Shriner's Chilren Hosp. gig should be do-able.  I just need specifics to see how it works out with my class/clinicals schedule.  If it fits, I'm in!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1013','8bbd30dbda','','Dude, I'm freaking out seeing a second Curly name on the 501 database.  I think they wrote about this being the end of days in the Bible:

 7When the Lamb opened the fourth seal, I heard the voice of the fourth living creature say, &quot;Come!&quot; 8I looked, and there before me was a pale horse! Its rider was named Death, and [u:8bbd30dbda]TrooperMom wearing a Star Wars costume[/u:8bbd30dbda] was following close behind him. They were given power over a fourth of the earth to kill by sword, famine and plague, and by the wild beasts of the earth.  (Rev. 6:7-8 )

Don't mean to offend, just using some of that training from four years at a Church of Christ college.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1014','e9424db264','','[quote:e9424db264="Loki"]I'll look into it this weekend.  I'll have to talk to Ivan.  He's supposed to be making me a &quot;Ripley&quot;![/quote:e9424db264]

Wait a minute, Ivan's in the woman making business now?  Put me down for two, Allll Riiiiggghhht Giggidy, Giggidy, Giggidy....

On a side note, I noticed at Chattacon that the Pulse Rifle morphed into a DC-15, couldn't any sci-fi weapon be used if need be?  We in the SO could just name it the Pulse Rifle of the con.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('980','1ea71cc5bb','','You won't be alone Z-man. I also have to work and can't go.  :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('981','e27c6a49a1','','Not so much a comment (except I like this episode) as much as a plea to some kidnappers:

This is a message to the kidnappers who are holding my Marvel Legends Spider-man action figure hostage.  Please don't harm him.  He is innocent.  I am prepared to do what it takes to get him back.  Although the U.S.A. has a policy of not negotiating with terrorist..the United States of Crayfish is more lenient...plus we're not run by dumb Texans.  So I implore you to return Spider-man safely.  Thank you.

President Kraye Phische');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('982','b01f2b201d','','Better watch those comments about Texans. I don't take kindly to that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1218','9f7329766a','','[quote:9f7329766a="TK3740"]
I try to look for this book in the future.[/quote:9f7329766a]

BTW, it is a direct sequel to Republic Commandos:Hard Contact, so if you want to read this one, you need to read that one first or some stuff might not make as much sense.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1219','03fd804537','','wow,uummm......

thats about all i got.........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1220','08373a5a9c','','those are beautiful.....ill have some progress pics before long.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1221','804945bb63','','contrary to popular belief,drinking isnt mandatory!!!

as far as the do's and dont's above mentioned.
its quite simple

DO's
do have fun
do go see the kids
do hang out with our new friends to the south
and Do continue to make Star wars a phenomenon!

DONT's

dont blur the lines between groups.if interviewed simply take the time to explain the 2 groups are participating together.
dont do events with other groups that are simply exploiting the 501st.since this isnt the case here dont worry about that one.
and Dont do anything that would endanger the 501st name or the other groups name.

its pretty simple my friends,
treat each group with respect.if the group that is inviting the 501st is simply using them to promote their own agenda you dont have to participate.if the group that wants us there has done so with all due respect then its all good.

personally im excited to see such a hard-core group from chattanooga.you guys have done more than i would have expected in such a short time.
but i would request one thing,as you grow and a number of you join the 501st ranks,dont turn your backs on your FanForce heritage.theres simply no reason an active FF and an active 501st/RL cant all work together for the good of Star Wars.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('984','3a6416b5ce','New Member Welcome thread','Can you belive it..Jennifer Curley AKA TrooperMom is now also TS-2824?  This Woman has been to more events then most members...She has always been part of the Outpost, but now she has a Trooper Number.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('985','5bc9649d7c','','You mean this one.
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=85');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('986','4d3cc6bcac','','YAY!! 

welcome to the sisterhood!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('987','76a92631e7','','Zach, God forbid but if something happens unless everyone votes me down man I'd say you can put in a share and shack up with us. Unless that pringles moment on the ride back meant nothing to you. But I hope you don't have to fallback man I'm happy for ya.

Sides you, her, and her friends in a room? 

Giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity giggity goooooo Aaalllllllrrriiiiiiiigggghhhhhttttt!  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('988','c8c6a41c5e','','Don't forget to grab some of these, or you will have a very unhappy Zman on your hands. :lol: 

[img:c8c6a41c5e]http://www.candyfavorites.com/shop/images/products/chips_and_snacks/hon1.jpg[/img:c8c6a41c5e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('989','2e4aaf8b0e','','Cray I would be careful you never know where spidey will show up?  He may be hanging out with Playboy Barbie at Fort Jester for all we know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('990','d003292885','','Congrats Jenn!  Bout time.  You know you have to wear it to an event at least three times a year, or Tambo can deactivate you!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('991','6f463ac6f2','','FYI  :wink: 


We have gotten a couple of emails asking if Brandy Ledford (one of our NovaconUSA 2006 media guests) will only be signing her Sci-Fi photos, or if  she will also be signing her playboy photos and other modeling shots. While NovaconUSA is a family event, it is not often that a model of Brandy's stature visits Huntsville. Those of you who are unfamiliar with her extensive modeling career, feel free to Google her name - or just take our word for it. So, for all those fans of her (ahem) non-sci-fi related work, she will set aside 1 hour each day of the convention for an 18 and over signing of her modeling material. As a footnote, Brandy reserves the right of course, to refuse to sign anything she feels is in bad taste. Direct any questions on this subject to me and I will try my best to answer them.

Thanks!

Jonathan Bjork
Director of Games Development
DG Associates');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('992','2b6c286879','Xenomorph (Pics added!!!)','I'm in the process of making her now.  I hope she'll be ready by MidSouthCon for a test run, then her official debut at Wonderfest.

And a big thanks to Skip, without him this wouldn't be happening.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1208','e192228e83','','Upper body (By Skip)
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien016.jpg[/img:e192228e83]

Legs (By Skip)
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien017.jpg[/img:e192228e83]

Hands and feet (By monsterroom)
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien012.jpg[/img:e192228e83]

Hand
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien013.jpg[/img:e192228e83]

Foot
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien014.jpg[/img:e192228e83]

Foot Crouching
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien015.jpg[/img:e192228e83]

Chest (By monsterroom)
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien011.jpg[/img:e192228e83]

Back and spines (By monsterroom)
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien010.jpg[/img:e192228e83]

Spines in place
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien008.jpg[/img:e192228e83]

And....

THE TAIL!  A whopping 5 feet 6 inches long (By monsterroom)
[img:e192228e83]http://i23.photobucket.com/albums/b375/loki41872/alien007.jpg[/img:e192228e83]

All the new pieces will have to be trimmed and painted and the bodysuit repainted with Latex-acrylic paint to keep it from being tacky.  Hopefully this sucker will be finished and ready to roam the halls at MidsouthCon.


Will update more as work continues');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('993','a4b6e9a8cf','','Gentlemen...

Drinking some brew at my place Saturday night sounds like a plan.  We'll get up about 7:30, get in, do our thing, and get out.  Quick, clean, and nobody gets hurt.

YOU HEAR THAT COREY??   [size=18:a4b6e9a8cf]NOBODY GETS HURT!!![/size:a4b6e9a8cf]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('994','bd18f340b7','','Alien costumes are in progress, no pics as of yet.  Register, so you can send and get PM's and we'll discuss it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('995','0ee28e8dde','','Is this some kind of joke?  Has Jenn really taken over Skip's old TS costume?  If so, that's super cool.  We'll have to get her involved with the new Avalanche Squad (details to come).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('996','c8055ebdea','','Jeez, all the Firefly talk is making my ass itch.

Come on people.... it was a failed TV show

It was a failed Movie (IMDP has now listed it in the top 10 biggest flops of all time, right up there with &quot;Gigli&quot; and &quot;Ishtar&quot;!)

Not to mention when you wear one of those &quot;costumes&quot; and I use that term losely, 99 out of 100 people won't have a clue what you're supposed to be.

And for those of you that think Joss Whedon can do no wrong.... I direct your attention to the pile of excrement known as &quot;Alien Resurrection&quot;.

Way to put the last nail in that franchise Joss.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('997','d5cb1faaf5','','[quote:d5cb1faaf5]Has Jenn really taken over Skip's old TS costume[/quote:d5cb1faaf5]

You, of course have never been married.  It was allways hers.  She just let Skip wear it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('998','d695c8021c','','Z-Man's not coming :cry: 

Corey, you weren't supposed to tell them Rena Owen was coming over!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('999','2d697e2c91','','Hey Joe....

Wanna throw beer with me?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1000','04f8a1d04c','','Yea those corn twists are the BOMB!!!!!!!!!!!!

DAMN! I'm gonna miss out on those too! 

I picked the wrong day to quit sniffing airplane glue.........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1001','9b91af4607','','LOKI! Skip's not going! What are we gonna do for a pulse rifle!!!!!!!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1002','b62c751f04','','Z-Man, we will just have to build one ourselves.

Or buy that resin kit.  I'm lazy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1004','aa1f9c05c5','','[quote:aa1f9c05c5="Loki"]Congrats Jenn!  Bout time.  You know you have to wear it to an event at least three times a year, or Tambo can deactivate you![/quote:aa1f9c05c5]

In that case I guess I need to deactivate Z-man :o   as long as you post or come to any event I consider you active.  We have about 30 folks who joined and never post and have never been to a event, those are the ones I'll deactivate.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1005','8cbeefbb26','','Her?  are you doing a Queen.  I thought you wanted a drone.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1006','56bf02c4e7','','yea, yea, let's buy the kit! That way we'll have more time to drink beer.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4694','5cb9bbda6b','','wha?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4695','435e39fb84','Facts about Tambo....','Guns don't kill people. Tambo kills People. 

  There is no theory of evolution. Just a list of animals Tambo allows to live.  

  Tambo does not sleep. He waits.  

  The chief export of Tambo is Pain. 
 
   Tambo has two speeds. Walk, and Kill. 
 
  The leading causes of death in the United States are: 1. Heart Disease 2. Tambo 3. Cancer  

  Tambo drives an ice cream truck covered in human skulls. 
 
  Tambo is my Homeboy.
  
  Tambo doesn't go hunting.... TAMBO GOES KILLING

When the Boogeyman goes to sleep every night, he checks his closet for Tambo.

Tambo doesn't read books. He stares them down until he gets the information he wants');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1016','d53d2c48c5','','To all of our [i:d53d2c48c5]Firefly[/i:d53d2c48c5] troopers out there let me quickly appoligize (and that includes Loki's post) for not knowing the characters.  I have a friend I was goind to borrow [i:d53d2c48c5]Firefly[/i:d53d2c48c5] from, but haven't been in touch with him lately.  Almost bought [i:d53d2c48c5]Serenity[/i:d53d2c48c5] when I was at Blockbuster and remembered that I fell asleep during it, so I went with [i:d53d2c48c5]American Pie's Band Camp[/i:d53d2c48c5] instead.

So sorry to disappoint, you Danielle.  I await to see River in all of her glory (wait a minute does that mean naked - A feel a Giggidy attack coming on  :wink: ) at DCon.  I don't want to anger the one who weilds the Saber in such a Giggidy of a fashion.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1017','769fe3ce36','','Thanks for the assistance. This is a [url=http://people.vanderbilt.edu/~glenn.stein/Attendance.html]summary[/url] of what I have. I know more people went to ShadowCon, but I don't know what they wore.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1018','7a9e55caed','','Rena Owen???  You can keep her.  Never seen a celebrity act so much like a &quot;con whore&quot; than that woman did at DCon 04.  Man that event is burned in my mind...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1019','4382566304','','I still have them.  I will have them with me tomrrow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1020','a6d86462cd','See what happens when Loki invites me over...','Hey fellow Bounty Hunters...

  I just wanted to give you all a heads up and let you know that the Phoenix Squadron (Bounty Hunters) forum is now up and open for business!!!

http://www.phoenixsquadron.com/forum

Come on over and say hi!!!

And if you guys consider this spam, I`m sorry...

Just blame Loki...He invited me.     :lol: 


Craig');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1021','748bbaea30','possible','I would haveto check my schedule, but this sound like a gratifying event.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1022','4a8cfc6871','what sex','I imagine that we all become aseual beings when knee deep into a complicated project.  Kind of like an earthworm. :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1023','3128ef270d','looking','wouldn'tmind having a loose eps3 clone.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1024','03687beb26','','I guess some of us need to start making some colonial marines to keep Loki in check.

We're on the express elevator to hell!

GOING DOWN!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1025','fad33a0e72','','[quote:fad33a0e72="dwrd"]Better watch those comments about Texans. I don't take kindly to that.[/quote:fad33a0e72]

I said &quot;dumb Texans&quot; not &quot;dumb&quot; Texans....implying that the Texan is dumb because he is dumb...not because he is Texan.

You see..let's have a philisophical discussion on this...on second thought...I think I will go pass out.

Night night.....floor is calling.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1026','f48a37aa5e','','All right Southern Outpost Mandos, get over to the new site and become members. Support our brothers. 8) 

Do it, do it now...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1027','48224743e9','','yea, tambo

about half this garrison would be dissolved if actually &quot;trooping&quot; was a requirement.

jenn said she also has a dozen other costumes and you guys are gonna flip when she lets me finish her Alien costume :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1028','1dcdf60fec','ok','OK, I'm registered as &quot;Hook&quot;.  My custom fett sniper will be unveiled tomorrow at Coreys.  The gilliue cape and sniper riffle were just completed tonight.  I haven't seen it all put togeather yet, you guys will be the first. :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1029','ac714ab546','grip','My gripe is that i wasn't born a donkey in mexico.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1030','0633328ec9','happy bday','You da man Jester; thanks to the guy who recruited me.  So everybody can blame you now. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1031','e1e68fb3f2','','Loki can you get one of those for Crayfish? I think he needs one right about now!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4691','ffb05e16c6','yea','who are you kidding, do you think we want to end up like the shrunken vader on the floor.

All kidding aside, it's good to know ya.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4692','41c8129cf9','','finally!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4693','38bb452922','','Dude I thought you had been here for years!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1033','500f1fe4a6','WoW','I love the accounting; some folks said the custom mando project could be done for under $100.  So far I have over $350 tied up, much of that going to hancock fabrick.  It is sobering to see how all the little things add up.  

I can't wait to see your boba add up.  I love the custom mando rage, but you have to love a screen accurate Boba.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1034','51929f5e38','','Alien?!?  Let me guess the QUEEN!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1035','ea722a5396','','Plus it's a way for Loki to pretend he's in drag...


[quote:ea722a5396="Loki"]I refer to all the Aliens as female.  According to sources, they have no sex, except for the Queen, but they're kind of like a bee or ant colony, where they're all basically female.
[/quote:ea722a5396]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1037','46d8d33c3f','','Best GG I've ever seen. It has been listed multple times but I've never seen it sell. Kinda 'spensive.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6596815094&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1

I know I can't talk since I couldn't do any better, but I wouldn't do a fat suit unless you did some major muscle work over top of it. Green pigs aren't just blobs 'o fat. They've got good definition from the pics I've seen...except for their bellies heh

Laura wants one of these bad....if I only had $3000....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4690','19c2cdec39','Thanks','I just got my email saying that I am an official member. I just wanted to say thanks to all of you who have welcomed me and treated me as a member ever since I started doing this whole costuming thing.

Thanks again,
Derek
TR-7303');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3933','4ed36de2a2','','For ban / restrictions, I'd suggest a 3 strikes rule unless what they did was so very bad then they get instantly banned. I would say banning period be anywhere from 48 hours to 5 days for a serious matter.

For reference, here is the forum rules for the main Legion board.. thought this might help us figure out what we want to use.

RULES: 

1) No profanity. Please keep it G/PG rated. While younger folks normally don't read this list, they might be reading over Daddy or Mommy's shoulder. Also G/PG language helps to keep tempers cool. 

2) No &quot;flaming&quot;. If you really feel you must argue, KEEP IT OFF-LIST OR TAKE IT &quot;OFF-LIST&quot;. This includes no trolling/baiting (i.e. posting in such a manner as to intentionally provoke a negative response). 

3) The contents of personal mail are personal. If the original sender did not post to this forum, DO NOT post copies or replies to this forum. If it warrants, privately inform your Garrison Chain of Command and if your Garrison CO deems it necessary, the Legion Council. 

4) Please truncate messages (refrain from quoting previous posts) when possible as a courtesy to those getting e-mail digests from this forum. 

5) If you don't like getting lots of e-mails, limit your notifications, digests, and subscriptions through your Preferences link. 

6) Please try to keep posts as &quot;On Topic&quot; as possible (i.e. related to 501st events, activities, votes, armor mods, etc.). When posting a new topic or a response to a topic, please pause and think. Remember that your post will be visible to all the members of this group and may not necessarily contribute to a particular thread. 

7) Sales of merchandise. Please keep all &quot;non-501st&quot; sales/trades posts limited to our &quot;For Sale/For Trade&quot; forum and the rules listed there. Official and approved 501st merchandise should ONLY be offered to 501st members through the &quot;Legion Merchandise Forum&quot; of this board and your local Garrison forums in non-public areas. Official merchandise is to be sold at cost. Exceptions to this might include a fundraiser where any profit would go to charity or to fund additional 501st merchandise as gifts or giveaways. Appropriate sales include official 501st merchandise that bears the 501st name or logo (including Garrisons, Squads, and other 501st groups) and that have been approved by the Legion Merchandise Officer. If you are not sure if your merchandise qualifies as &quot;official&quot;, ask the Legion Merchandise Officer (see 501st.com to find out who currently serves in this position). To have your merchandise information posted in the Merchandise forum, email all the details, including a link to the artwork, to the Legion Merchandise Officer. 

8) NO discussion of politics or religion. Any posts should relate to 501st business or Star Wars related topics. 

9) Controversial topics that need resolution at the Legion Council level should not attempt resolution in general discussion areas. Posts that bring attention to these issues are permitted, but Moderators reserve the right to lock topics that are out of control and no longer productive due to excessive opinionated or repetitive posts. 

DISCIPLINARY ACTION: To be fair, violators of any of these guidelines will be given 2 warnings and their offending posts may be edited or deleted. The 3rd violation will result in restricted posting abilities for a one-week period. With an established history of violations that include restricted posting, repeat offenders may be placed on immediate posting restriction without warning. Severe violations such as blatant and hateful attacks may result in instant posting restrictions, without the benefit of a warning. The moderators of this board will attempt to be as fair and unbiased as possible, and have been selected based upon their ability and demonstrated history to act as such. But there are times when an individual may be made an example of...don't be this person! The Moderators word is FINAL, please do not aggravate a situation further by arguing over a decision to edit/moderate.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1065','4f9e5c048b','For those interested... part 11 of Spec Ops is posted...','For Atin, Jester, BlueJedi, the Admiral, Dodger, Joey and all those that I actually know who read it.. Just wanted to say that Part 11 of the current Star Wars: Special Operations story is live and posted for viewing.

[url]http://swspecops.blogspot.com/[/url]

For anyone who's a regular reader.. enjoy!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1039','2a95415082','','Hey Tim as long as you can give me about two weeks notice you know im there Tim, been lookin for an event to do for the kids and both of these sound excellent.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1040','42800d8e34','','Im definatly there, would be a great time to do some great PR. Maybe even get the media out so I could whore myself some more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1041','699244ab67','Library Day Event - Decatur, TN - April 8th','Greetings Troops,
I'm putting out the interest/availability feelers for an event we've been asked to troop in Decatur TN on Sat. April 8th.

Here's a bit of the info I've received so far.

&quot; National Library Week is April 2 - April
8.  We would like to hold our teen event on Saturday, April 8 at 11:00 am.
This will allow us to use the age old teen draw of FREE FOOD to promote our
event.  We will of course feed any members of your organization as much
pizza as they can stand. &quot;

Please respond if you would be able and willing to troop it. I can't make it myself (previous plans) so I'd also like to offer it up to anyone that wants to take the organizing lead. I'll start a roster when we get a few peeps that can make it. 

I'll post precise directions as thing progress.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1042','96bea9c6cb','being an LT in '06','Before the boards crashed, Joey had made a post voicing his views on the COC for '06. 

Sorry for the late response...

I feel privaledged to be on the COC and I hope I've made a positive contribution so far. However, the post that was made has me feeling that I may not be able to live up to the task in the coming year. I always try my best to get to as many events as I can and I try to organize or help at local events. I also try to be available to help out at every event I attend. When I can't get to an event do to money or time (and honestly sometimes there's an interest issue), I feel like I'm letting the rest of you guys and the SO down. 

I do want to make it clear that I don't want to stop being on the COC, but if you guys feel the need to pick another, more active or more driven member, I won't be offended.

I just needed to get that off my chest.

Thanks,
Drax');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1043','e33849126a','','[Start of bad day]

3:00PM - Work in 1.5 hours. Crap. Stupid work...

3:30PM - Crap. Gotta get ready for work.

4:30PM - Arrive at work. Housekeepers are still at work. Fie and damnation!

4:31PM - I am greeted by the first housekeeper I see. MUST KILL.

4:35PM - Discover the housekeeping office in a state of utter chaos. Looks like a bomb went off, only with mop handles sticking out of pretty much everything, and buckets of spray bottles on nearly every level surface in the room. Fuck it.

4:40ishPM - Throbbing headache sets in, around the area above, say, my neck. My head feels like it's about to explode.

5:00PM - 9:00PM - Honestly, I don't remember. I don't remember it going &quot;well&quot; so SOMETHING bad must have happened.

9:30PM - 10:00PM - A live contemporary jazz band shows up in our hotel's lobby, unannounced to us night crew, and sets up and plays. Very loudly. Very. Loudly. The fact that it's &quot;after hours&quot; time causes me to become irritated at them, then the fact that I could hear them OVER my MP3 player (I have the kinds of headphones that have the little in-ear pieces to it, so I should techinically ONLY here my MP3 player).

10:10PM - Batteries in MP3 player stop working. Shit. Not only that, I happen to loath contemporary jazz. I respect it as an art form, I respect the players because of their mad skills, but it certainly is not music to my ears. I hear noise when I hear that... stuff.

10:30PM - My head no longer feels like it's about to explode. Instead, it feels like it's ready to implode on itself, drawing in all matter forming a black hole. At least the jazz would have stopped if that happened. But, it would have futher ruined my day. However, it remained at a constant state of &quot;ARRRRRRRRRRRRRRRRRG!&quot; until I got home.

11:00PM - I get home, only to find out that I now have chemistry homework due Sunday night. Oh, and now I'm suddenly out of money, one day after pay day.

Yeah. There's my Bitch Moan and Whine for the day.  :evil:  :evil:  :evil:  :evil:  :evil:  :evil:  :evil:  :evil:  :evil:  :evil:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1044','4a70fc84a6','MDA Lock-up March 1??','I was looking at my calendar and noticed that the MDA lock-up event was listed for next Wednesday. Did anything ever come of this?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1045','46b9661ff3','Re: lookin good','[quote:46b9661ff3="Hammer"]Guess that's what I get for letting the Trickster god talk me into a costume.  :lol:[/quote:46b9661ff3]
That reminds me. I was at this trivia night a few weeks ago and lo and behold, they ask &quot;who is the Norse god of mischief?&quot;  Thanks, Loki.

Oh, and BTW, your costume does rock. You and Hammer have been a great inspiration to many people. I'm just putting off doing my Mando until next year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1046','f2614a8b53','','I'll be there as well this year, and so will the rest of the Syndicate gang.

Joey, if you want to do any inter-club promos this year, let me know and we'll discuss logistics.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1047','2d72d12b39','','I'll be there.

[i:2d72d12b39]*looking to get back active*[/i:2d72d12b39]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1048','5e69700dbc','','I have been rebuilt, stronger faster, more powerful.

I am feeling incredible. Thanks to every Mando for their support.

I might see you Saturday for a little while.


thanks again brethren....

[b:5e69700dbc][i:5e69700dbc][color=olive:5e69700dbc]Verd ori'shya beskar'gam.[/color:5e69700dbc][/i:5e69700dbc][/b:5e69700dbc] - &quot;A warrior is more than (his) armor&quot; (Mandalorian proverb)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1049','d6f472623a','','That looks like a Hulk suit that I have seen before...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1050','4138ccb018','','That's cool Loki, I'm a huge Aliens fan.  Post pics when you're done.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1051','d53705b7bb','','They changed the date to January and I completely forgot about it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1052','d65a0c1c4c','','Glad to hear things went well, Crash! Hope to see you troopin' soon! Now, do that 20 minute drum solo...........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1053','2532b1179e','','David, have a bad day? I don't know, just something I sensed about you today...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1054','2427499fbd','Tim McGraw/Faith Hill - Soul2Soul II Tour','Is there anybody else out there who is a fan of Tim McGraw and/or Faith Hill? Tickets go on sale today to the general public for the Birmingham show on Friday, May 26th, right before WonderCon. The fan club pre-sale for Nashville's show on July 29th is this coming Monday.  Dates and on-sales for Knoxville and Memphis are yet to be announced. Ticket prices are approximately $95, including fees.

(I posted a similar message just before the boards went down.)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1055','d55985bf50','noooooo','Hammer, you no bang bang, too boocoo, too boocoo,,,,,, hundwed dolla :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1056','1d869e2996','','Glad to hear your felling better.  I bet your strong enough to pull the ears off a Gundark. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1057','46bde2da05','Children's Breakfast/Brunch - Shelbyville, TN  Oct. 14','I had posted the info for this earlier, before the board got hacked, so here we go.

I'm trying to organize a children's breakfast/brunch (and any adults that want to come) to kick off our pet day to benefit the Shelbyville-Bedford County Humane Association.  I'd love to have a Star Wars breakfast with a character at most of the tables and be there for photos.  The event is for Saturday, October 14, 2006 at the Bedford County Agricultural Center.  Breakfast/brunch will start appx. 10:30 and last for about an hour.   Free breakfast and lunch (and beer at another location) will be provided for all volunteers.   Atin has been kind enough to offer to postpone the armor party that weekend to free up schedules.  I'd like to have an idea of who all would like to participate by the start of May.  That way, I'll know if the event will be doable or not.  Without you guys, this event won't happen.  Thanks in advance to all who are willing to participate.

Here's the roster so far:

Cheryl
Casey
Loki
Atin');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4135','50ae536c75','','Stormtroopers are #1 everything else is just extra. (Unless you are a Cylon or a Necromonger)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4136','eb6ed7ff03','','You mean like mine Skip? Jealous? Huh?

But you're truly is the bomb! Seriously, I like it. it has character...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4137','aff7818b17','','dang thats cool for just a few minutes,
im sure with some more time it would be even better.
instead of my Sl-100 i was thinking 
S.O.- X.O.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4138','a190c75f39','','oh no doubt!
i love saber's but you got to get ryan to photoshop out that person on the steps,i keep looking at him.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4139','73655dd182','','[quote:73655dd182="Tambo"]Glenn I have the Luke on Taun Taun card for you if you need it.  I just have some of the figures and don't need the cards.  Looking for a Boba fett to go next to the Jango I have.[/quote:73655dd182]
Thanks, but I have the card. That short list is the figures I have. My needs are in my first post. I need the Jedi Master Luke card, but I want that figure, too. Now if someone could explain why the Luke on Tauntaun is a R and the Jedi Master Luke is the VR. :evil: Of course, if the figure is basically the same as the Rebel Storm, I suppose I could pass on it and the one in the COTF set.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1059','e30ef72209','','Thanks for the support everyone!!!

Glad to see you over there!!!


Craig');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1060','f14ca25d0b','','Sniff...

Thanks to the SO -  I was able to make my own custom Mando, and begin working on my own ROTJ Boba Fett.

However...I can't get in to the Mando forums.   :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1062','2678a65654','','Congratulations.  I see your journey to the Dark Side is finally complete.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1066','7b2e4ca96d','','Hey Chris. Just wanted to let you know that I've started reading it. It's very well written! I love the mood in the first couple of parts. I sent you an email about it too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1067','169f9ff761','','All I want to know is &quot;Who brought the Frigging Ewok?!?!?!?&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1068','33daf11865','','The Ewok is just scary... one wonders what *is* it up to?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1070','ce08eb5286','','ABOUT TIME!! 

&lt;ahem&gt; I mean.. 

Thanks :) 

edit: Just read it. Very cool! I can't wait to see what the next mission is! 



Jennifer Kontak. Chairwoman of Impatient Persons International.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1072','7dec0683a6','Black Flightsuit and Accessories For Sale','Well I had thought I'd do a Death Star Trooper costume but my life has been so hectic these past few months that I've deciced realistically trooping in the 501st just isn't going to happen. My plate is too full already and I've got to trim back some. Therefore, before I put my flightsuit and gauntlets on eBay I'm offering them to the S.O.

The flightsuit already has Imperial cog patches sewn on and is a size &quot;Large-Long&quot; Chest 42-44. I've tried them on once and didn't wear them but for a few minutes. The zippers are the dark brass metal ones though and not the black plastic like I had hoped they would be. 

The black gauntlets are Extra Large and like the flightsuit were only worn once to try on.

I also have an Imperial Officer belt with a home made greeblie that has NEVER been worn.

I'd like to sell them all in one package for $75 PLUS $5 for shipping. However if I can only sell them individually the prices are:
Flightsuit- $40+ $5 SHIPPING
Gauntlets- $20+ $2 SHIPPING
Belt- $20+ $2 SHIPPING

First one to PM me gets dibs on what he or she wants. Perhaps I'll do a SW costume one day but it'll probably be a Jedi. When that day comes I'd love to Troop with the 501st S.O. if you'll have me. Thanks to everyone for all their costume advice and tales of 501st Trooping.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1073','390baaac12','','Dang it! I forgot to log in! This is strick here. I'm the one selling the gear so send your PM's to me. Sorry for the confusion.  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1074','84dd7aebf5','','Cool! I see no reason why the 501st can't literally OWN this event, which is my goal.  We can easily walk in and make all other activities just stop while the crowds go over to us...   :wink: 

Will you be going as Vader? Your DV costume is just too outstanding to leave at home, truly.

Do we have any promotional materials, etc, to hand out, by the way?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1075','9a2697da85','','Many thanks. I'm trying to get a head-count for the contact-person (Will) for this event. I [i:9a2697da85]think [/i:9a2697da85]he needs for the camp's administrator for security-related reasons. Naturally children's camps like this have a lot of security procedures and we'll need badges or something like that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1076','237ee09d4e','','If no one else wants to come as Vader I will definatly bring mine, should have a few upgrades to it by then. Lookin forward to it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1077','08d344092c','501st credited in novel's acknowledgements section','[quote:08d344092c="Karen Traviss, on the Acknowledgements page at the beginning of the book,"]... the 501st Legion, Vader's Fist -- my boys![/quote:08d344092c]

Yes, I have in my hands a copy of [i:08d344092c]Triple Zero[/i:08d344092c] by Karen Traviss.

No, I don't think the Madison Books-A-Million has any more.

Yes, it's scheduled to be out this coming Tuesday, but some stores got it early.

No, I'm not loaning it out while it's the only copy in our household.

Yes, I'm reading it now!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1078','fea7f12f2e','','Ladies and Gentlemen:  

Spot the Southern Outpost Member cameo!  Win a No-Prize!

Oh, and please remember, [i:fea7f12f2e]feed the author[/i:fea7f12f2e].  With feedback, even if it's sometimes critical, he's a happy man.  Without, he turns into a bear.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1079','273b286486','','I still think it's only reasonable that anybody who gets a pass or discount as part of a fan group should do some work -- which is exactly what we did last year, and what the Starfleet folks did.  In fact, as I remember it, those of us who were around for the Masquerade had the most fun working that of the entire convention!

So, please, tell Jonathan to draw up a list of &quot;Stuff That's Got To Be Done During The Con&quot; and let us start officially signing up for it.  Security, Guest Escort, Imperial Takeover of Masquerade, Video Room Tape Switch, admittedly it'd be hard to do Admissions with buckets on but we can stand at intersections for a while and point people to where they ought to be.  Is there going to be some kind of el cheapo shuttle bus taking people to and from area hotels/food?  I can't drive commercial vehicles, but I can get people to line up at the right spot.
Did I mention that the 501st could do an awesome job at Security-type stuff?   [img:273b286486]http://www.clicksmilies.com/s0105/cool/cool-smiley-002.gif[/img:273b286486]  We could even keep an eye on vendors' merchandise to make sure anybody playing with it is paying for it.

And did I hear right that the Girl Scouts are supposed to be at the S&amp;RC the same weekend?  This was at least a 5th-hand rumor, so I honestly have no idea.

[i:273b286486]Edit:  Just somebody warn me if I'm in Luminara and that hat makes Darth Vader shorter than me, please, so I can stay out of &quot;same picture&quot; range.  I don't want to bust the suspension of disbelief.[/i:273b286486]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1080','6a3d9d8e7d','','Hey Robert sometimes life happens but dont let it get you down, this is only a set back. You will troop with us one day even if it is in a Jedi Scum costume.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1308','554bae1427','','Id love to do this seeing as how my cousin goes to UK, but I got my exit exams that week :(

Take lots of pictures!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1309','140fac0a60','','[quote:140fac0a60="TK6203"]Zman looked at me funny!!! I feel very hurt and violated!!!!!  :wink:[/quote:140fac0a60]

But Atin.. I thought ZMan looked at *everyone* funny?!  :shock: 

 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1310','68646496a8','[NC-17] TROPHY-CASE','And how about another batch of artistic clones?

[img:68646496a8]http://www.knology.net/~killjoy/501stnc17/und10.jpg[/img:68646496a8][img:68646496a8]http://www.knology.net/~killjoy/501stnc17/pex50.jpg[/img:68646496a8]
[img:68646496a8]http://www.knology.net/~killjoy/501stnc17/monof20.jpg[/img:68646496a8][img:68646496a8]http://www.knology.net/~killjoy/501stnc17/monof16.jpg[/img:68646496a8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1311','42078836ed','','Troops, one of our own needs some support,  we need to put an event together to help this little girl out, I'm thinking of ideas for what brings in better public response ( donations) than most..., so if you have any suggestions, please PM me or post them here.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1312','f3cd865df1','','Y'know I didn't even think about it until last night when I saw it laying around and felt the shame of an unsatisfying project.  I've been toying with the idea of cutting the middle section out and re-attaching the top part of the gun, but that would require straighter lines than I think I can accomplish with a dremel.  Then there's the issue of strength.  I may have to reinforce the joint with some sheet styrene.  I'll take a whack at it tonight.


Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1313','ab4d550a57','','[quote:ab4d550a57="Jester"] That would be the proverbial lemon juice to go with the already painful proverbial paper cut.[/quote:ab4d550a57]



Well, it [i:ab4d550a57]would[/i:ab4d550a57] be if I gave a shit.  Oooh, Hammer overslept, he's a jackass.   :roll: 


Having people write and/or put signs on you is just the risk you run when you're in a deep sleep among friends.  I've seen much worse.  But just for the record, I didn't have anything to drink Saturday night.  It was just a really comfy couch.  I guess from now on I'll have to bring some chicken wire and a car battery to every event . . .');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1082','5e1eb9e66b','TK-1143's Fett project','Hey guys thought I would start my own thread to track my progress to get this suit done this year. Been a 4 year project on TDH where I go by the name TK-Fett. Still painting on the helmet but I will get up some progress pics of it, but I think its getting ready for a repaint with some of the new tricks I know now. 

Anyway here is my third set of armor all painted up. This set like the one before was made using the trash can method with accurate paints. It has several layers of washes and weathering. Enjoy the pics.

[img:5e1eb9e66b]http://i22.photobucket.com/albums/b306/TK1143/132.jpg[/img:5e1eb9e66b]
[img:5e1eb9e66b]http://i22.photobucket.com/albums/b306/TK1143/100_12921.jpg[/img:5e1eb9e66b]
[img:5e1eb9e66b]http://i22.photobucket.com/albums/b306/TK1143/323.jpg[/img:5e1eb9e66b]
[img:5e1eb9e66b]http://i22.photobucket.com/albums/b306/TK1143/223.jpg[/img:5e1eb9e66b]
[img:5e1eb9e66b]http://i22.photobucket.com/albums/b306/TK1143/423.jpg[/img:5e1eb9e66b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1083','d4482b4383','','Also this set is up for sale now. Lookin to get $150 or will trade for Fett parts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1084','615d0ee5bd','','Ah, basking in the great state of being 38.
I wish had been born rich instead of so good lookin'.

Thank you, kind well-wishers, for the wonderful birthday thoughts.
I couldn't think of a greater group to be a part of at this point in life.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1085','f8afaa35f0','','Will Jenn be joining the snowtrooper ranks in the march on Atlanta in the St. Pat's parade?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1086','33d25f4069','Tennessee Firefighters Burn Camp  &quot;Phoenix&quot; June 3','After talking with the command staff this past weekend, its sounds like this event is a go. The Burn Camp staff is very excited about the 501st visit on Saturday June 3. The campers will find out that day as a surprise. The plan is for us to show up around 3-4 ,check in and grab a quick bit. We have a large building with A/C to change in and store our stuff. The movies (IV,V,VI)will start as soon as the sun drops.We can stay for how ever long we want. Dinner will be provided.
Here is the attendees so far.As we get closer, I will get the exact times.

Here is the website
www.tnfbfcampphoenix.com

Geoff M.- Maul or Scout
Steve B. -Vader
Jenni P- SnowTrooper');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1087','18ca456bfd','','Excellent Prop Party guys, I appreciate the opportunity to come up and meet everyone and all the help you gave us.  All the help I got on my bucket and don't have his name (Sweet Pea?).  Talented bunch of people !!  I had to dash last night, I made a small rip in my crotch bigger when I was ducking to get out of the filming and needed to get some replacement pants lol.  Another big thanks for suiting up for this, I'll add a video capture card to my list of things to get and when I get it I'll post this for your viewing pleasure.

Corey, thanks for letting us see you collection it is most excellent!  We have a good list of things to get to work on and we'll be able to come up to another of these sometime.  I had brought a couple toys for your basket, but forgot about them while I was there.  If it's not to late I'll  mail it to you and you can throw it in (not a lot, a Darth Tater and a couple figs).  Just let me know.

Thanks again.

Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2872','d6d346fd99','','How about Ginger AND Mary Ann at the same time! Huh?! Huh?!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1089','d663e3bac9','Thanks','I know that for some this prop party is still in full swing; bite the dog that bit you and all (I think our friend Loki found the biggest dog).  But I had to say thanks for a great time Corey.  It blows me away how you open up your home to us, many that you don't know that well.

It was great seeing everyone else, everyone showed me and my family great kindness. 

I was proud to be part of the fett cabaret, theropy to follow :roll:  :shock:  :lol:  :lol:  :oops:  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1090','5c741fff1e','ok','Ok no one got this post.  Remeber the scene from full metal jacket when the vietanameses prostitue would provide services to the black guy,,,  she said he was to boocoo.  get it :lol: 

It was a compliment hammer, you stud :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1091','05fc91d4bc','','Well life isn't too bad actually. I just have too many things on my plate right now and something's got to go on the back burner. Plus there's no sense in having a costume I won't wear cluttering up my closet so if anyone wants to take it off my hands before I post it on eBay just send me a PM.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1092','dae52e1874','','Jester reporting in.

[img:dae52e1874]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Jester_Card.jpg[/img:dae52e1874]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1093','4ffd64dfb8','','[quote:4ffd64dfb8="RL-BlueJedi"]Wait, so, does this mean we're NOT gonna be laying the smackdown on a warehouse full of cyberpunks and headbangers this weekend?

[img:4ffd64dfb8]http://www.clicksmilies.com/s0105/alles_moegliche/mixed-smiley-035.gif[/img:4ffd64dfb8]

What?[/quote:4ffd64dfb8]

Nope. Instead, we're just gonna stand outside Hot Topic and kick the shins of anybody who leaves the store with a nose ring AND a baby stroller.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1094','abbe9f4872','','I would like to second Hooks appraisal of a good Atinmmy Con. My dad and step mom were impressed and appreciate how welcome you made them feel. 

Thanks for all your concerns and I appreciate all the gentle hugs, I was expecting some torture and it never happened. Thanks, that means more than you know! hehehe.

See you guys back in action soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1095','c87cde1147','','Can't find the &quot;Pre-Event Planning&quot; thread on this event, but I am very interested in attending! I'll probably have my Galactic Marine wearable by then, so put me down as Biker Scout or Galactic Marine. And as always, my attendance depends on me getting that day off from work, but it shouldn't be a problem.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1096','0a9d067dd9','','I will put it on my calendar, but it is realistically too soon to know anything for sure. I will be there if I can.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1097','0e18051d9e','','Atin,
Thanks for all your efforts in making a very successful prop party. You had it ALL. This is probably the best prop party to date.
It's great to see all the costumes coming togther. I love that fact that so many are going old school and getting into the TK armor.

And this party was bustin' with custom mandos as well.
Those that suited up for the Chattanooga fan film were but a small taste of the ever-growing army of mandos in the Southern Outpost.

Another thanks to you for the birthday celebration. That's the first time I've seen my name on a birthday cake in years and was even more special being able to share it with friends.

See you next month if not sooner. Stay well my friend!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1099','80e20508eb','','Not sure when Dallas get access the internet, so I'll just speak for the both of us.  :lol:  We had a great time at AtinmmyCon! It was great hanging out with all of you and finally getting meet a few that I've only &quot;met&quot; through the boards. 

Corey? Special thanks to you, as having these prop parties at your house and welcoming us all in means a lot. We really appreciate it and hope we can make it up there again soon. I've now officially quit collecting. What's the point?  :shock: OK, so maybe I'll buy something here and there, but at least I'll have pics to show my wife to prove &quot;it could be worse&quot;.  :wink:  

Thanks Derek for the tips for the Greedo mask. I'll try to work on that this week so I'll at least have that for Fathom on the 5th. I'm also thinking I might need to pick up a drab colored turtle neck. May look a little strange, but it might make it easier to tuck the mask in rather than strap it down. We'll see. 

Maybe next time, I'll actually have something to work on. All help will be appreciated! (that means I'll be begging). Meanwhile, I'll be working on the &quot;kid&quot; Fett helmet I got from Joey (for my son, Anakin) and putting together his and my own custom Mando (thanks to Tambo for the Mando pieces... [i:80e20508eb]I feel the power![/i:80e20508eb]).

All that, and not one beer. Thanks alot, Dallas. Grrrr....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1100','7cef5a33be','','Sounds cool.  Is there a good dealer turnout?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1101','124c3976c7','','I've been to this show since the early 90's.  Looks like I'll be lugging armor up there this time around!  Wh00t!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1102','d8cb1a2aa3','','Vesper, if you want some really good looking boots, I'd go for the CA Boots. It's what I'm planning on buying if I ever go Clone Regular.

http://caboots.zoovy.com/product/CLONET

I got my Biker Scout boots from them, and they are super comfy. Chris Ash also has the TB boots and says the same.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1103','cee02c6cec','','Thanks! Those do look pretty nice... I guess it'll come down to what my funds look like. If my auctions do well, I might splurge on them. Now that the rest of your brothers have planted the custom Mando idea in me, I now have three projects I'll be working on. An Episode III clone, a custom Mando, and a &quot;kid&quot; custom Mando for my 6 year old son. 

They still buy plasma, right?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1104','f1be9693c5','','Wow! what a event.  Brother Atin thank you for everything.  Props, Food and friends...good times always.  And a shrine deticated to Tambo.  You Trulely belong with us amonst the Clouds.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1105','8c94f0cb23','','Dammm that's some great work.  Have you considered making a little side money to fund your Boba by Painting peoples armor?  I bet you could.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1106','ecd4fb2141','','Let's see some new threads started by our mandos that don't have one yet (Jester, Hook)  I want to post a pic or two of you guys from this weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1107','e7dab10dec','','Tambo wrote: [quote:e7dab10dec]
In that case I guess I need to deactivate Z-man :o   as long as you post or come to any event I consider you active.  We have about 30 folks who joined and never post and have never been to a event, those are the ones I'll deactivate.[/quote:e7dab10dec]

Yikes!!!! Don't do it Master Tambo! I'll have no place to hang out with my best friend, beer!

Congrats Jenn!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1108','41648e16b8','','It was great. I have to say a huge thanks to Rose who made the most badass robe that an evil emperor could hope for. I can't wait to see the pictures that came from the weekend. 

We do need to complile a list of how many people were there during the whole weekend. Here is what I can remember off of the top of my head.

Atin
Gobbles
Loki
Rose
SweetPea
Derek
Angi
Hammer
Bob
Betty
Sgt. Dark
Richard
Spanker
Joe
Retz Fett
Steiny
Chase
Kell
Tech
Skip
Jennifer
Vesper
Dallas
Chris (thanos)
Eelem
JW01
JW01 son 1
JW01 son 2
Casey
Kevin
Geoff
Tambo
Ivan
Summer
Hook
Starla
Zach
Jester
Suzanne
Bama
Crayfish
Paul
Jar Jar


Assorted Kids/Family Members/People who thought it was a yard sale/cops who liked to drive by slowly to see if they needed to call SWAT etc.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1109','4e5297cb67','','yep,
go ahead and consider Wonderfest a full on Outpost event!
looks like a good number or people are gonna hit this event.
we'll get a roster going soon and also if patrick would be kind enough to assist on getting out some hotel and con info it would be appreciated.
I believe he has helped with this event before.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1110','2e6193aed3','Hook Fett','Thanks for suggesting a thread on my new mando sniper.  Please post any pics you have of my costume from the prop party.  These two are the only ones I had that came out.  Ivan / Tambo ,,,,, help need pics

[img:2e6193aed3]http://i29.photobucket.com/albums/c295/toddtaylor/snipe1.jpg[/img:2e6193aed3]

&quot;one shot, one kill&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2123','81682ea119','','What is the series like? I've not read any of them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1111','79ccc4c94e','custom','Is this board custom fett friendly?

Also, I can not get my avitar to load.  the image is less than 80 by 80.  Any ideas?  Could it be my harry behind.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1112','0f1485a672','','I'd say that in the past few years it's been about the same or maybe a bit better than the typical &quot;local&quot; con, depending on what you're looking for.  Great shopping can be had for novels -- better than the DragonCon dealers, in some ways, because Meisha Merlin gets more room to spread out -- and the art and toy selections have been good.  I don't remember Warehouse 23 having a booth at MSC, though; I save up that kind of &quot;obscure gamer&quot; shopping for DragonCon.  Nor do I remember a Chessex-style major dice dealership.

Some things may be a bit squirrelly this year due to the overnight theft debacle that happened last year, though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1113','95b0e36ecd','ANNOUNCEMENT','if you are pre-registering then do so before Mar. 1st and youll save 5 bucks.

right now the con is $30 and $5 extra for premium drinks.
that price goes up 5 dollars on wednesday ,and at the door.

corey, is there a room breakdown for this event?

did everybody find roomates?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1114','c482fd6584','','So the weekend is almost over, where are we ?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1115','51c08ce4d2','','Add me.  I'll be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1116','66fd18b89e','','I'm just going to be driving to and from the con from my house, but could I bum a room to change in/out of my armor?  I would be much obliged :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1117','92e6fa2974','In','I am signed up for Ohio, but if troopers are needed i can TK up.  This will open a spot for someone else to have my spot for the free room.  If we need trooers for Ohio, I am prepared to honor that comitment if needed though.  I am but a soldier ready for duty.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1118','d3165e7cec','','At the prop party all weekend...

Where were you?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1119','a7a46fc8a9','Jester: Mandalorian Ranger','The layout:
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JesterGunn001.jpg[/img:a7a46fc8a9]

Costume details:
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JesterGunn008.jpg[/img:a7a46fc8a9]
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JesterGunn009.jpg[/img:a7a46fc8a9]
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JesterGunn010.jpg[/img:a7a46fc8a9]

The test fit:
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JesterGunn021.jpg[/img:a7a46fc8a9]
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JesterGunn010.jpg[/img:a7a46fc8a9]

Making this look good:
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/Firing.jpg[/img:a7a46fc8a9]

Horrorfest 2005
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/JesterGunn2.jpg[/img:a7a46fc8a9]
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/TheJesterGunn.jpg[/img:a7a46fc8a9]

ChattaCon 2006
Noticeable changes: The backplate and collar plate are now yellow instead of red. All blue &amp; yellow with touches of black.
Heavier weathering. The change out of the solid yellow pouches for canvas army pouches. The gautlets are now a dull metal color instead of gold.
[img:a7a46fc8a9]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/ChattaCon2006Jester.jpg[/img:a7a46fc8a9]

What it cost to put together:
A blue naval jumpsuit from Army/Navy Surplus store - $15.00
One Jango Fett Collector's Edition helmet courtesy of Loki - $25.00
Armor cut and shaped from Styrene - $8.00
Peace Keeper boots from Sportsmansguide.com - $49.00 (seasonal sale)
2 General Grievous blasters from Wal-Mart - $16.99 each (Toy dept. sale)
BMX Gloves from Wal-Mart - $4.99 (clearence)
Mongoose motocross knee pads from Wal-Mart $6.99 (clearence)
Back support belt (wide belt) from Lowe's - $11.00
Other belts, bandaleres and extras from Goodwill, Dollar General stores or I had it in the garage - $? (not enough to worry about).
Total cost $154.00 and some change.

Take note, not all of this was purchased at the same time. Some items had been purchased for novelty or foresight that they would play into a costume at some point.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1120','153a1bca3f','','As you command...
I just registered as Atin_Miller

Soon to hopefully be
Mandalore the Destroyer....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1121','49afc58d1f','A Fett With No Name','OK, I've finally finished my bucket.  I am now onto armor.  I have purchased a flightsuit and a cartridge belt.  Hopefully I will be able to do gauntlets at the next prop part.  I have the armor cut , I just have ALOT of painting to do.  BTW, if anyone has suggestions on a black flak jacket let me know, I'm about to be needing one.  Another thing, as the title implies, I haven't come up with a name or anything yet so if any of you creative minds out there have a good one in mind (that you're willing to let go :D )  lemme know.  Heres some pics...


[img:49afc58d1f]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV086.jpg[/img:49afc58d1f]

[img:49afc58d1f]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV091.jpg[/img:49afc58d1f]

[img:49afc58d1f]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV093.jpg[/img:49afc58d1f]

[img:49afc58d1f]http://i36.photobucket.com/albums/e45/mack2snack2/PicturesVolIV137.jpg[/img:49afc58d1f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3555','d3dd12fe6f','','I'm all about it. Let's do it! And the best part is even if I have a gym thing, I can still make it! Yay for working in Cool Springs!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3556','516434666d','','I'm pumped.. can't wait.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1122','b5736387b0','','Congrads Jen!!!!!
Way to go trooper MOM!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1123','3251c13087','','Sorry about the &quot;super-size&quot; guys.  This is the first time I've posted pics.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1124','272d5096ef','','Loki, so far what I have seen, you and Skip have done some awesome work!!!
Cant wait to join the Alien rank later this year...... :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1125','3f23cbcdd6','','Just a note, I added this event and its roster to the roster thread.. Ill keep a watch and do updates tot he roster as they happen... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1126','e48a6a8da3','','Joe, I added you tot he main roster.. Welcome aboard, back, it was great seeing you this weekend... :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4133','18d89905b9','','Skip, send me some pictures you'd like in a sig and I'll make you one ;)

gooshy@gmail.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4134','bb68ae7f11','','Here is a real one, but I am sure there will be better ones.

[img:bb68ae7f11]http://www.dwrd.net/skip2.jpg[/img:bb68ae7f11]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1128','a480f45510','','Count me in at your house Sat Night Loki..

Ivan, call me this week!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1129','1305b79075','','Hay All,
Short note as Im trying to get rosters updated and Im DEAD tired!!!
It was more than my pleasure to have everyone over, it was awe inspiring..

I cant wait to see pictures!!!!!

A big thank you to all that donated food and kitchen/cleanup/ store run help.. My dad can not thank you enough either..

The party is only great cause all of you where there..
Luv you all...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1130','e504d6469b','Update on Little Joey, Knoxville','For those of you who became little man's hero's at his birthday party last September........... especially Chewbacca:
His Diabetes is still running rampant, (on good days his sugar levels are 200) and unfortunately the biopsy on his brain has come back positive for cancer cells.  He had surgery last week to put a balloon in his head.  He will get weekly saline injections to expand the balloon, and increase the skin growth, with hopeful brain surgery to remove the tumor within the next few months.  He hopes to see you all this summer at AdCon.  Keep him in your prayers!!! :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1132','1ac1c19e17','','The prop party, where else, well now the weekend is over and umm everyone is probably home trying to recover.... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1133','3cd78621b8','','Just updated the roster thread...

 :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1134','84e0abad0a','','Updated Roster... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1135','0182742d6a','','Added you to the main roster thread Kevin G. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1136','90f600a650','','Drax, I added this event to the main roster thread, Ill update as you have people post they are going... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1137','9226a23ff4','','Added Gooshy and Zman on the main roster thread... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1138','1b72a2c9ea','','Tim as soon as Command gives a green light on this event Ill add it to the main roster thread  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1139','87cc78e7d8','','yes I have and that service is open at any time, along with ROTJ jetpacks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1140','73273557fc','','I had to change the title of the thread since it looks like I'm also working on a custom Mando while I'm waiting on the Clone stuff to come in. 

So, I saw some awesome sewing going on yesterday at the prop party, and I remember being told who to go to about getting a vest made... but as I didn't write it down... it's lost. Who should I ask about a getting a Mando vest made? Thanks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1141','c02b489ff3','','Joe, move and Work in Clarksville, think of the potential, we could rule this town forever!!!! :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1142','559a2d9870','','Sgt.Dark reporting in.   Commander Cross deposited at Cross-camp.

 What a robust 24hrs it was!  Commander Attin, your a phenomenal host sir!  Thank you brother armorers for sharing templates, time, and your general distaste for proper social behavior.  Thank you sisters for yeilding to your gender-challenged halves that we might congrigate and conspire to embrace the vapors of melted plastic, meat, &amp; wine.  

 Dark out... :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1143','968b634d4b','','Many thanks; I greatly appreciate that!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1144','e5edf421ed','','[quote:e5edf421ed="dwrd"]It was great. I have to say a huge thanks to Rose who made the most badass robe that an evil emperor could hope for. I can't wait to see the pictures that came from the weekend. 

We do need to complile a list of how many people were there during the whole weekend. Here is what I can remember off of the top of my head.

Atin
Gobbles
Loki
...
Jar Jar


Assorted Kids/Family Members/People who thought it was a yard sale/cops who liked to drive by slowly to see if they needed to call SWAT etc.[/quote:e5edf421ed]

Damn!  I guess I'm just not making enough waves...  Even after staying IN costume during the opening ceremonies of the Birthday Song...  (Was it cold outside in costume, or was it just me?  Yeah, it was me.)

Paul');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1145','799bee8c5d','','Room captains will be the only ones that will be able to make the reservation. They will call the hotel when we release the info. The rooms are free but they'll probably as for a credit card incase of any phone, food, ect type charges. The room captain will need to also confirm the 3 people that will be in the room with them as we will be sending a list of all names to the hotel and to COSI. This list will be used as a main database for both to make sure volunteers are the ones getting rooms and passes into COSI. 

We do need the info somewhat soon so we can send it to our contact at COSI so they have a general idea of costumes and what day(s) people will be there. When Marshall and myself went through the database the other day we made sure to mark 8 rooms down for the Southern Outpost. So the people on the list Tambo put together are covered for rooms.

As for face characters that we will have multiples of, we'll be putting a schedule together as people can take turns wearing that costume. So far we have around 5 Vaders already. Friday is already covered by the Ohio Vaders. Saturday we'll have about 2 hour shifts for all the Vaders. That is how we will be doing the other face characters as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1146','a7c3578bee','','Congrats Jen!  I think you'll be wicked runnin' around messin' with folks in an Alien suit too!!  What fun!  Long overdue on the number ma'am.  You're awesome!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1147','d96e7def54','','Jon and ROse reporting in... made it back to K-town.

Too tired to post all that much, but would like to say this was one of the best weekends I've had in a very long time. Thank you Corey for hosting!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1148','7dca1e7ad3','','Sorry to hear this... he will be in my thoughts.  :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1149','0399606666','','thanks so much for the info,its much needed.
i know there are some other questions you might be able to answer

1) do the members coming need to do anything?be there for certain shifts?escorts?anything? 
seems like quite alot of people standing around and i didnt see anything specific on this, but likely just missed it.

2) is there a ratio between RL and 501st that has been asked for? 
do we need lots of troopers or clones or whatever?

3) how close is the hotel being offered?
will we be changing in the rooms?/or are changing rooms for 100-200 people on-site even an option?

4) do you need to troop a certain amount of time to qualify for passes? 

5) can people that didnt sign up ,show up to participate?

6) is there an agenda of events for the weekend? any special things happening where you need all you can get? things like that,

7) a number of us will likely bring some main character costumes with us just in case.consider us your backup.if you need to cover an hour or something with a certain character let us know. we'll be donning the good ole clones and troopers but able to jump into other roles if somebody doesnt show up or gets overheated,you know the drill.
is there a certain &quot;logistics&quot; person in charge that we can be sure to check in with that weekend?

8) lastly, anything we can do to help?
we want to come up and be a huge part of this with you guys,Its your show,but we'll also be glad to help in anyway possible.you just let us know what you need.

thanks again for coming over to the board and helping with this. Any and all information is really a big help for us.

skip');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1150','0541cc3299','TK','Who do I need to PM for a TK kit?  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1151','9b1c0ff448','','Skip, he can help or point you in the right direction.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1152','0ead77cebf','','guys dont forget that you lose an hour just as you enter chattanooga.

so thats really 9am for you guys coming down from middle TN,

as of this afternoon i found out that i have family coming for the weekend so my plans to surprise you guys by showing up are cancelled,sorry.

also, 
though this has not really been addressed in some time there ARE some protocols when trooping with other groups.were being invited to be there by another group,good for us weve got some friends in this group.friends that have shown strong support for what we do and even driving hours to attend this past weekends timmycon.but none the less ,there are some do's and donts that need to be covered before trooping in chattanooga.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1153','b4ad3189ad','','roger, thanks tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1154','d961e1f7d3','','went into the database for the GA guys parade roster.
here are the names that i added to the roster

skip
jenn
corey
mark i.
wendy i.
colten i.
drax
jon w.
tim w.
rose
kell
chase
zman
chuck flynn
loki
hammer

 i also have loki's girls and my girl jessica wearing jawas for the parade.

we then need to add derek and glenn to this roster,and ofcoarse anybody else wanting to come down.

corey,wanna update the roster for us?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2871','a0d5cff16e','','Whoo Hoo!!! Hey Corey, is the order of the roster done by importance!!! :D 

Looking forward to seeing everyone. It'll be great getting the whole group together!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1156','c36c477227','','Skip, would you be so kind as to enlighten us with those DOs and DON'Ts for trooping the Chattanooga area?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1157','981adb8154','','[quote:981adb8154="SL100"]thanks so much for the info,its much needed.
i know there are some other questions you might be able to answer

1) do the members coming need to do anything?be there for certain shifts?escorts?anything? 
seems like quite alot of people standing around and i didnt see anything specific on this, but likely just missed it.[/quote:981adb8154]

Once we get a complete list of volunteers to COSI they will then let us know shifts for trooping and what we will need to do. COSI is still working out what exactly we'll be doing. I know a majority of it will be sort of standing around for photo ops and as background eye candy as we'll be &quot;in character&quot;.

[quote:981adb8154]2) is there a ratio between RL and 501st that has been asked for? 
do we need lots of troopers or clones or whatever?[/quote:981adb8154]

A ratio was not given. They just asked for both. They want it heavy however on white armor. Stormtroopers, scouts, snowtroopers, clones, ect. And heavy on general Jedi for RL members.

[quote:981adb8154]3) how close is the hotel being offered?
will we be changing in the rooms?/or are changing rooms for 100-200 people on-site even an option?[/quote:981adb8154]

The hotel is right around the corner from COSI. I'd say it's probably the same walking distance as the hotels to the RAM at C3 for those that went. They will be providing us with multiple large rooms for changing. One large hall for guys and another for girls.

[quote:981adb8154]4) do you need to troop a certain amount of time to qualify for passes?[/quote:981adb8154]

I am assuming yes, but the exact amount of time has not been given to us as of yet.

[quote:981adb8154]5) can people that didnt sign up ,show up to participate?[/quote:981adb8154]

To participate you must be signed up. COSI will be using the list of volunteers we send to them as their master list of getting passes out and for security. They know fans attending will probably be in costume as well. To get back to where we need to be you will need to be on the list. If not on the list COSI will not let you in areas for volunteers.

[quote:981adb8154]6) is there an agenda of events for the weekend? any special things happening where you need all you can get? things like that,[/quote:981adb8154]

A quick run down of times and what is going on has been posted on our boards under the Updates thread. A few other things are in the works and once we have those set in stone they will be announced.

[quote:981adb8154]7) a number of us will likely bring some main character costumes with us just in case.consider us your backup.if you need to cover an hour or something with a certain character let us know. we'll be donning the good ole clones and troopers but able to jump into other roles if somebody doesnt show up or gets overheated,you know the drill.
is there a certain &quot;logistics&quot; person in charge that we can be sure to check in with that weekend?[/quote:981adb8154]

I myself will be the contact person for all costumed volunteers along with a couple others from the Ohio Garrison. I have been working with COSI on this for a few months now. Any questions/concerns with volunteers I take to my COSI contact to get anything worked out that we can. Tambo is the goto guy for Southern Outpost. He can then bring that to me. This will help break down the 100+ people having to go to one guy.

[quote:981adb8154]8) lastly, anything we can do to help?
we want to come up and be a huge part of this with you guys,Its your show,but we'll also be glad to help in anyway possible.you just let us know what you need.[/quote:981adb8154]

I truely appreciate all of you guys just coming up and wanting to help. It means a lot that our Garrison will be working with you guys. If anything comes up that I need your help on Tambo will be the first to know.

[quote:981adb8154]thanks again for coming over to the board and helping with this. Any and all information is really a big help for us.

skip[/quote:981adb8154]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1158','8b20ee5bac','','Sorry Paul. Each time I thought I was done earlier, I would remember more people, and time got the best of me being able to sit there and think of who I had missed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1160','b7cf14ae70','','Skip, any word if they have an emperor?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1161','22cdb6c2d7','','If you can go ahead and add me and R2 to the volunteer list. I've got a friend in the area so I don't need a place to stay.

Richard');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1162','6af1c06f4d','','If I didn't have a job or school to deal with I'd move into a tent in Corey's back yard.  This weekend was a workshop, party and family reunion combined.  


Again, thank you Atin for putting us up(and putting up with us).  The monthly prop party gets better every time.


Thanks to Rose(and Dallas) for the sewing, the everlovin' Crayfish for his personal action figure, Jaster for the chamois(not that I can wash the car right now without freezing to death :lol:) and Tambo for the 7th ID sign.  

That's right folks, this weekend I said to the Tambo &quot;Give me a sign!&quot;  And he did.  Who wants to touch me?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1163','41509dbfa2','','I understood it, but I just got home to read it!  Right afterwards, Adam Baldwin says, well, actually I'm not even gonna post what he says because just quoting it here would probably flag us as a white supremacy site in some government database.  :lol:



Thanks though.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1164','1a094d2966','','[quote:1a094d2966="TD1042"]Thank you brother armorers for sharing templates, time, and your general distaste for proper social behavior.  
[/quote:1a094d2966]



Apparently I wasn't sitting up quite enough Saturday night and I was told that I ended up sawin' logs anyway.  I'd apologize, but the fact that I'm alive to type this means it didn't really bother you.  :lol:  Good to see you again Sarge.  Your Mando bucket looks even better in person; can't wait to see the whole suit.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1212','613d46a238','','You're a dead man.




















 :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1213','6056702a3d','','Added you to the Roster Joe  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1214','d08e389d38','','Added you to the roster Joe... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1215','08322515eb','','Holy sh*t! I can't believe she finally got a costume. I had given up hope of that ever happening.

Awesome!

I still think you should wear a drill sergeant's hat, though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1216','7f99af47ee','','[quote:7f99af47ee="TK3740"]I HATE it when people show off their literacy... Ooooo I can read, big deal
 :lol:  :lol:  :lol: [/quote:7f99af47ee]

...

Whiskey tango foxtrot?  [img:7f99af47ee]http://www.clicksmilies.com/s0105/fragend/confused-smiley-017.gif[/img:7f99af47ee]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1217','1926a18fb2','','But you missed Loki's innappropriate behavior with Jar-Jar:
[img:1926a18fb2]http://people.vanderbilt.edu/~glenn.stein/Atinmmy-NC17/images/AtinmyCon0041.jpg[/img:1926a18fb2]
[img:1926a18fb2]http://people.vanderbilt.edu/~glenn.stein/Atinmmy-NC17/images/AtinmyCon0043.jpg[/img:1926a18fb2]
[img:1926a18fb2]http://people.vanderbilt.edu/~glenn.stein/Atinmmy-NC17/images/AtinmyCon0044.jpg[/img:1926a18fb2]

[url=http://people.vanderbilt.edu/~glenn.stein/Atinmmy-NC17/]All my NC-17 pictures, many similar to Angi's[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1166','4c9e4f5ca2','','For Loki:  One sexy s.o.b.

[img:4c9e4f5ca2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty054_edited.jpg[/img:4c9e4f5ca2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1167','ffb0e7c7e2','','here you go:

[img:ffb0e7c7e2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty014_edited.jpg[/img:ffb0e7c7e2]

[img:ffb0e7c7e2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty013_edited.jpg[/img:ffb0e7c7e2]

[img:ffb0e7c7e2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty015_edited.jpg[/img:ffb0e7c7e2]

[img:ffb0e7c7e2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty018_edited.jpg[/img:ffb0e7c7e2]

[img:ffb0e7c7e2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty046_edited.jpg[/img:ffb0e7c7e2]


A new Mando to the ranks, well done.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1168','2164b188ac','','mean face:

[img:2164b188ac]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty048_edited.jpg[/img:2164b188ac]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1169','a52964a3ad','','Mandos invade Atin's Pad:

[img:a52964a3ad]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty030_edited.jpg[/img:a52964a3ad]

[img:a52964a3ad]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty034_edited.jpg[/img:a52964a3ad]

[img:a52964a3ad]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty055_edited.jpg[/img:a52964a3ad]

Ready, aim, fire!

[img:a52964a3ad]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty059_edited.jpg[/img:a52964a3ad]..

Shoot him again, he's still twitching.

[img:a52964a3ad]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty063_edited.jpg[/img:a52964a3ad]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1170','b587138f34','','For Retz:

[img:b587138f34]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty024_edited.jpg[/img:b587138f34]

[img:b587138f34]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty042_edited.jpg[/img:b587138f34]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1171','d7ae61d773','','Good Morning,
Roster has been updated... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1172','7513f645c8','','[img:7513f645c8]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty063_edited.jpg[/img:7513f645c8]

You know, everytime I see a pic of a bunch of Mando's staring down at the camera all I can think is &quot;Why is the thermal detonator blinking?&quot;.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1173','8f5600cfe8','','Only got to see Hook's Mando for acouple secs.... but from what I saw it was awsome! ROse and I talked about the cool ghillie cape on the way home! Well done! A+');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1174','41de348d9d','','Blown away!  Super Mando right out of the gate.. The Cape rocks, the colors are way cool and you did a real good job on the battle damage and weathering effect.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1175','ca498f1917','','Retz..your suit is really starting to look killer.  Here are some things you can work on to make it even better.

Add Knee dart attchments (I have some for you)
Find ammo belt leather or simulated leather brown 
Let's weather and damage your armor to match the shoulders &amp; Helmet
tighter fitting gloves (maybe with a patch) I've got some ideas
Neck seal

By the way I'm really impressed with your Blaster and Jodo like greanade attachment.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1176','6a98b4850e','','Jester...You never stop amazing me with your upgrades and changes.  I like the new Colors, you stand out making a big come and try to get me statement.  All I can think of is you can just keep adding some mando attachments and mods.

Have you thought about spurs?  That would be hella cool.
Maybe some Indian..I mean Wild wookiee scalps
Dewback Bull Whip');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1177','17235cac6e','','Ooooooooooooooooooaaaaaaahhhhhhhhhhh Sooooooooooooooooo Sexxxxxxxxxxxxxxxxxxxxyyyyyyyyyyyyyyyyyyyyyyyy.

Loki way to Bocco...no boom, boom.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1178','6704d73eec','','Atin did I leave a small box with some metal plates and other stuff?  I can't find a few things.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1179','cad3f8213b','','Loki, buy this for me and we can do battle!  :lol: 
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=7594614629&amp;indexURL=0&amp;photoDisplayType=2');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1180','20e35d690b','','Im gathering everything everyone left and will post a list as soon as I finish cleaning the house... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1181','d0e4afd233','','You'll need to sign up on our boards. www.ohio501st.com/forums

We already have an R2 coming though. I will check with COSI if we can have another and have it stationed in another area away from our R2.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1182','e16d8ea44e','','i think this has to be the best commercial ever made!
im gonna go buy something from these guys if this ever gets on TV.

http://www.break.com/index/durable.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1183','3ad8ffebd7','','So there is a list of people going?  Which night is every one going?  What is the best time to be there?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1184','ca19d6f67c','','Atin,  thanks again for the weekend, had a great time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1185','7dbe5c4aa8','Thanks','Thanks for the kind words; after looking at the pics, I need to bring my ammo belt up about three or four inches, and remove the same amount of blubber from my waistline. :oops: 

Have to lay off that cake at Corey's place.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1186','466eb10c57','','Most of us will get there late friday... but the best time to be there is saturday/saturday night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1187','c010e8a67b','',':shock:  :shock:  :shock:  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1188','b954a0c77d','','I absoulutely love this concept and execution. Everything about this costume kicks ass imo!
I told Starla there, and I'll say it again, the work she did on that cape... it's a piece of art work! Freakin A!
Welcome to the ranks sir.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1189','835f103b75','','i too want to give props on the cape.i loved that concept and thought it was well done,all of it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1190','3ccc115373','','Oops totally forgot you wanted us to post that we were home safe... Thanks for having us this weekend We had an awesome time.  I hope we didnt leave too much of a mess.  

Betty');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1191','2ef50033dc','','I just think we need to make it clear that the chattanooga people can't promote us as being part of their group, they're Chattooine and we're 501st.  Other groups have had us come to things in the past and then claimed that we were with their group, when actually we're from all over, so if there's any &quot;Publicity&quot; for this event if there's pics of the 501st guys they should be mentioned as &quot;The 501st&quot; and not &quot;The Chattooine Fanforce&quot;

It's just technicalities, but no big deal.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1192','3566d739b3','','I had an awesome time!  Thank you and Don sooo much!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1193','4d21cd0a93','','I don't see a problem with that at all. If anything, WE would be honored to have &quot;Chattooine&quot; mentioned alongside the 501st and not grouped together. If there is any press there, I'll make sure Nightmarez sends them your way so there isn't any misunderstanding.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1194','47556cdf22','','I HATE it when people show off their literacy... Ooooo I can read, big deal
 :lol:  :lol:  :lol: 

I try to look for this book in the future.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1195','c3114de0bd','','After 2 months of taking care of a crabby old lady with a broken leg, I really needed this weekend. It was really the greatest time I've had in a looong time. Great place, good food, fun projects, and wonderful company. Love you all, and thanks again so much Corey! Now I'll take my love fest somewhere else... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1196','3e6a4dbfe6','','Thanks Atin for the hospitality.  Sorry for the hostility, but you've got to keep that finger to yourself.  :wink: 

It was great seeing everyone again and seeing some new faces.  Sorry if I came off as a loud mouthed ass.  Sometimes I get hyped up at an event and don't think much before I speak.  My bad!

Can't wait till next time.  Then I'll start that Mando armor for real.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1197','bce413a4a4','','[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020223.jpg[/img:bce413a4a4]

Let them eat cake!

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020245.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020235.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020234.jpg[/img:bce413a4a4]



Mando's Day at the beach

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020239.jpg[/img:bce413a4a4]


Working hard

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020215.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020243.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020217.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020258.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020256.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020251.jpg[/img:bce413a4a4]

[img:bce413a4a4]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020250.jpg[/img:bce413a4a4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1198','e99f577103','','The rifle is pretty kickass too.  It's got a bipod and everything.  And again, the ghillie suit rules.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1199','59083bf159','','It's no sweat Vesper, we're happy to help you guys out.  From the Chattacon event and this weekends prop party I think it's been universally decided that you guys are allright and will fit into our disfunctional family quite well.

I need to call you or Nightmarz this week, about Wednesday to go over details, we have a few more guys coming now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1200','ddca1069fd','The Atinmmycon Adult thread','Didn't think I could post these in the main forum.


[img:ddca1069fd]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020281.jpg[/img:ddca1069fd]

[img:ddca1069fd]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020283.jpg[/img:ddca1069fd]

[img:ddca1069fd]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020286.jpg[/img:ddca1069fd]

[img:ddca1069fd]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020290.jpg[/img:ddca1069fd]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1201','d3479269b8','','Last minute tip for anyone who has not gotten a room.  If you have a Marriott Rewards card call and see what you can get through your rewards.  Sometimes it is a little cheaper that way.  If you don't have one it is free to sign up just go to Marriott.com.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1202','0a8803ca02','','Doesn't look like I'll be hitting Dragon Con this year, so I think I might try for this one. How far in advance should I plan for this one? I've never been.

Plus I can get Ray Park to sign my Darth Maul figure (first release, carded).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1203','52b9d84bcb','','We fit in? I didn't even get to drink anything Saturday!  :? I just don't want you guys getting the wrong impression or anything. heh... No, seriouslly, I had a blast just hanging around you guys Saturday. Of course, I fully blame each and every one of you for this plunge into wanting to surround myself in plastic. That's ok. It's a dream come true for me (as I'm sure it was for you). I do need to get you and Nightmarez talking, as he's been the contact for this.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1204','875d855b03','','[img:875d855b03]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020293.jpg[/img:875d855b03]

[img:875d855b03]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020295.jpg[/img:875d855b03]

[img:875d855b03]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020297.jpg[/img:875d855b03]

[img:875d855b03]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020299.jpg[/img:875d855b03]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1205','7a18369b2a','','A shrine to Tambo

[img:7a18369b2a]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020228.jpg[/img:7a18369b2a]


[img:7a18369b2a]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020226.jpg[/img:7a18369b2a]


and his followers

[img:7a18369b2a]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020220.jpg[/img:7a18369b2a]

[img:7a18369b2a]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020222.jpg[/img:7a18369b2a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1206','d322045f84','','[quote:d322045f84="Hammer"]&quot;Give me a sign!&quot;[/quote:d322045f84]
[img:d322045f84]http://people.vanderbilt.edu/~glenn.stein/Atinmmy/images/AtinmyCon0040.jpg[/img:d322045f84]
[url=http://people.vanderbilt.edu/~glenn.stein/Atinmmy/]Public photos[/url]
A link for more photos appears in the special members-only section.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1207','f8b5486846','','[img:f8b5486846]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020248.jpg[/img:f8b5486846]

[img:f8b5486846]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020247.jpg[/img:f8b5486846]

[img:f8b5486846]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020267.jpg[/img:f8b5486846]

[img:f8b5486846]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020261.jpg[/img:f8b5486846]

[img:f8b5486846]http://i3.photobucket.com/albums/y57/Darthangi/ebay/P1020257.jpg[/img:f8b5486846]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1209','96a0567e1e','','I'm there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1210','df0853fce7','','I'm there but I'll probably crash at my sister and brother-in-law's place.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1211','29fb615c6a','','Atin, Thank you very much for having us over. Not enough hours in the day. 
 Summer and I had a great time. Great seeing the Outpost family.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1247','1257e4f3b7','','I'm in. I'll volunteer for any kind of security or celeb escort duty if need be.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1248','6ab936860e','','Raving? Well I knew there was an 'R' sound involved!  :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1249','cbdcfbcf9f','','I'm in for this one!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1250','98f6b15efa','','I'm in on this as well. It was pretty fun last year overall.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1251','9edca0c118','','[quote:9edca0c118="TC8881"]Good explaination Glenn. Thats what I was after. 

Now, this is not to be rude or make a stink. I am asking honestly. Are we doing awards again this year? I thought that was going to done away with?[/quote:9edca0c118]
I don't know. That would be a command staff decision. I believe we are going to give Loki's kids the awards they deserved at their next event, so that means Jester should be bringing them to Chattanooga on Sunday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1252','2c44f8d41e','','I'll probably not be doing anything else that day. Put me down as a tenative. I'll know for sure later on this month.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1253','f1406ad5a3','','Corey, man, you're awesome.

Next time I'll come earlier and bring some sorta food and I won't leave my blanet and tool box.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1254','ccb8070d77','','I'm there. I'm all my Vadery badness. Soft serve that is but jus as yummy.  :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1255','7e333b5721','Need ideas for a gun mod.','I made this double-barreled blaster a while ago out of an airsoft MP-5.  I haven't used it yet because something just doesn't look right about it.  If I could chop it down some, I think it would look a whole lot better but I don't want to jump into it and ruin the gun.  I also can't disassemble the main grip section(well I could but it'd be a pain in the ass) because I riveted the mag in place.  I'm open to ideas, or if anyone would like to tackle the project let me know.



This is how it looks now :

[img:7e333b5721]http://img136.imageshack.us/img136/2074/bigpistol4it.jpg[/img:7e333b5721]


And this is how I'd like it to end up:

[img:7e333b5721]http://img240.imageshack.us/img240/3524/bigpistolmod9bi.jpg[/img:7e333b5721]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1256','9b77b44069','','Got you and your yummy soft Vader added to the Roster Joe.. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1257','e30c9d888d','','Banzai, Jester and Dave, you all have been added to the roster... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1258','ef4e84477b','','Thanks Loki...
Added Jester/TD to roster  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1259','9c545edbe0','','added Joe to roster :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1260','59102b413c','','Banzai you have been added to the roster :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1261','0eb70b359f','','Jester and Susanne, I have added you to the roster. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1262','554ef0bf40','','Thanks TB744  :)  It was a question that was roaming around there and figured we should jump on it and ask...

Tambo, 2 things
One do you have an update as far as the list for either Room Captains or Volunteers, so I can update the main roster thread..
2 Is there anything you need me to do to help you out on this?
I know you are busy with the new job and beutiful daughter, so please let me know if I can help you out on this.. I would need to be brought up to date on some of the particulars... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1263','89167bae82','','No problem Joe, and bringing things are voluntary  :)  We all pitch in where and when we can...
Ahhh so you are the blanket owner...
Yes I have both of those.. I dont see you on the roster for the event this Sunday, but I will get it to you as soon as I see us hooking up... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1264','66a7c6d613','','Derek, I added you to the list as tenative.... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1265','e94acc98fc','','Shawn... This may sound stupid, but should I add you to this event roster:?:  :?:  :?:  :?:  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1266','ca7e23bebb','','No prob Tim, do me a favor though, please let me know if this is put on the official green light, just in case I dont hear it... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1267','c87c7199d9','','Tim, as soon as you get a green light on this from command I will add it to the official roster thread..
Same as other event, please let me know if you get a green light.
Thanks. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1268','5befe1e018','','Glenn, since this event is passed and gone, can you please remove the thread..
It keeps me running to it to check for sign ups..
Thanks...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1269','73fbff181e','','Joey or whomever, do you have an idea of when we will get a green light or an abort on this event???? :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1270','4a51f43d49','','Glenn or a moderator..
Can this thread please be put in a better area.. It is not a pre event..
Thanks... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1271','ec1eb072ae','','The confirmed Roster so far:
* Bob
* Betty
* Tyler
* Joey
* Louis
* myself

The tentative Roster so far:
* Hook
* Sgt. Dark');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1272','96a965354c','','Many thanks again!  :D  The Roster so far:
* Bob
* Betty
* Loki
* Tyler
* Martin
* Joey
* Louis
* Cadet
* myself');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1273','f3355d6da1','','[quote:f3355d6da1="Obi-TN"]Just wanted to note that the picture above was taken at 10:10 am when everybody else was packed up and ready to go.[/quote:f3355d6da1]

That would be the proverbial lemon juice to go with the already painful proverbial paper cut.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1274','c9382c0178','','Glenn, It was nice knowing you man.. Ummm by chance, can I have your Dooku stuff???
And ummm you might want to request from Hammer weather any of your remaining parts should be delivered or just disposed of.... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1275','79e8106690','','Thanks Derek!  No problem with it being tentative.  I'm just trying to get a good idea if this is possible.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1276','d9b4e0c355','','heh... No, I don't think you guys ALWAYS drink (regarless of Z-Man's reputation). I know that there won't be any of that at Fathom or has been at any of the more public events you guys have been a part of. No, I was just talking about the Cons and things like the prop parties. It's nice to be able to hang out and have fun with or without the beer. I must admit, though... it's rare when I have the opportunity to have a few (and a few is all it takes), so it's nice to let loose once in a while (like at Chattacon). That was the first beer I've had since DCon. 

[i:d9b4e0c355]ANYWAY[/i:d9b4e0c355], I wanted to let you guys know that we're trying to plan a paintball session on the 11th, but have moved it up to the 5th (from 2 to 5). I'm getting that confirmed in case you guys wanted to stick around after Fathom for that. I'm not even sure I can make it to that yet, but wanted to give you guys the head's up if you were interested.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1277','82604ff4c1','','I can't make it, missed enough church last year to send me to hell for sure, I need to set better priorities this year...

sounds liek a great roster has built up!  I bet those kids will be blown away by the group.  Take pics!

-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4379','8aadf0b6d5','',':D   Congrats!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4380','82990618bb','','Regretably, I think I'm going to have to miss this one.  I haven't studied enough for my CPA exam &amp; I need to use every night open to me.  :(  This sucks cause I was looking forward to getting to see some folks.  Until next time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1279','776f935562','','Man I cant wait to see this on Saturday!!!!!
That looks awesome as all anything!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1280','b20dd6c39a','','I agree it does look like a Hulk suit and Drax, heck after seeing that one I want one to... Lets all play the powerball this week!!! :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1281','80ba222119','','Loki,
Was just looking and so need to remind everyone..
If you are on the go list for COSI, you may not be able to make this event also. Please dont sign up for either unless you are sure which one your going to.
It would be unfair to tell Manfree that your attending and then not go, but end up at COSI...
and vice versa...

Manfree, dont take that wrong.. I just dont want to see you left in the lurch because we panic signed up and forgot about the COSI event.. :) 

Also, I have your ice chest here man, can I have the contents  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1282','9ed143f35d','','Eelem,
Just a reminder.. To make sure we dont get in a trouble spot.. Please make sure the event knows that the 501 Southern Outpost is a seperate entity from the FF..
I had forgoteen our events rules until I was recently reminded.. Please talk to Vesper on this.. He knows whats happening and what Im talking about..
Thanks and looking forward to seeing you at the event... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1283','e4b262ad58','','Zman looked at me funny!!! I feel very hurt and violated!!!!!  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1284','218a565685','','Hammer, why do anything to it??? It looks awesome as is!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1285','a39b534eb6','','Shoot!!! I forgot it was out!!!!!

GOT TO GO!!!!
MUST READ!!

Oh wait, I dont know how to read!!!!

I WILL LEARN!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4377','758b2b49cc','','I'd also like to set up a seperate section on the board for non-star wars costumes.. A place for all the Aliens, Preds, Necromongers, X-men, the Shadow..etc...etc..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4378','7300a5de88','','[quote:7300a5de88="Tambo"]Well it's about time.  Congrats to both of you :D[/quote:7300a5de88]


I hope your marriage fulfills all your dreams and may you walk each day in love the rest of your lives.

Coagulations!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1287','f1fcd3df2f','','Cheryl, Im sure as we get closer to this event we will have more sign up.. Please make sure though it also has a green light from command on this, per the rules..
Thanks... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1288','acf2a06c60','','looks like a job for &quot;Super Dremel&quot;   !!!!!

some dremel work,a little bondo smoothed along the cut line and then sand it down.you shoulda whipped that gun out at the prop party,
oh well,i think theres another one in like 2 weeks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1289','b13762bf1e','','I am very curious how the term &quot;soft&quot; Vader came about. You say its the lack of armor and helmet. But I mean, cmon...He whined constantly...he pouted relentlessly and could only use the force to float a piece of fruit in the air and if his master caught him doing that he would be really upset with him. Yea, he is soft. Wussy. Pansy. Wimp. Just kidding. 

Joe youre all over the DragonCon DVD!!!

I am going hopefully, back willing.
Chase
TC8881
Custom Fett
Backup is Clone ONLY if I have to. To tough to wear right now.

Not doing GalactaPhantasciOurConSuiteisBetterThanYoursCon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1290','4fc5a747bb','','[quote:4fc5a747bb="TK6203"]Oh wait, I dont know how to read!!!!

I WILL LEARN!!!![/quote:4fc5a747bb]

See Jennie, not all of us are as literate as the rest of us.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1291','cd0ca1dbfb','','Thanks Chase, got you on the roster with costumes..
Hope your feeling better :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1292','a9305c11ee','','I'd be up for this.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1293','d14f299166','','Perhaps now would be the time to mention that you created the sign and put it on Hammer (then on Loki and then back on Hammer). Also, you took pictures before I did. You just didn't post them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1294','5b3f3ca44d','','[quote:5b3f3ca44d="TK6203"]Glenn, since this event is passed and gone, can you please remove the thread..
It keeps me running to it to check for sign ups..
Thanks...[/quote:5b3f3ca44d]
Doesn't look like I can do that. Command staff?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1295','b208081e9e','','I'll pass it on to Alex (Knight Star) for him to let their PTA know about both groups coming in. Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1296','8a7ee302a1','','Ahhh, but I told Hammer this when I got home,, and like you said, &quot;I&quot; did not &quot;POST&quot; it... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1297','0b3b7ee8b9','','Thanks Vesper, not trying to be mean, just trying to follow the rules so we all stay out of trouble  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1298','768929bd17','','Just don't go [i:768929bd17]jihad [/i:768929bd17]on me!  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1299','f44aa6aebb','','Yes the Tamboban might frighten the children :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1300','86e041c304','','The Wollack boys will be clones (duh) and I'll be in my new officer uniform. I may wear it to Ikea if I so choose to do as such! :p');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1301','7b1f977fd1','','Yes, you may have the contents. May the MGDs be with you. And thanks for movingnthe thread. I discovered the mishap after it had been posted. Later Geoff');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1302','56c1c8d6be','','Not a hijack, but we must do a trooping of Ikea. I need a few things yes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1303','f02b82d690','','Rose, thank you, got it on the roster now..

Chase, nope, thats not a highjack...

Plan so far is this:

Friday night:
Those staying at Red Roof Inn outside of ATL will gather and destroy.

Saturday:
St. Pats Parade
Troop Underground
Storm Ikea, and take all their displays.
Stop in Chattanooga on the way home for dinner at the Pickle Barrel.
Home

Sunday:
Wonder why we do all this and start planning the next event  :) 

Not sure of times or exact placement, IE Ikea may be, before Underground trooping.. In any event, the underground trooping is an optional thing for everyone. We have just been asked informally by GA Garrison and it sounds kewl, but like you, I want Ikea more than anything...

 :)  :)  :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1304','94a420ced1','','Before I forget, here is the Red Roof Inn info:

http://www.redroof.com/reservations/inn_details.asp?innNumber=0088&amp;NOA=&amp;aYr=&amp;aMo=&amp;aDa=&amp;dYr=&amp;dMo=&amp;dDa=&amp;BTR=RRProximityResults.aspx?searchtype=AD&amp;CP=&amp;TA=&amp;redi=

If that link does not work, follow these directions:

www.redroof.com

Search for inn # 0088
It is the Atlanta North Windy Hill in Smyrna, GA.

Rates for the night of March 17th are $34.49 - $41.99..

Hotels Phone: (770) 952-6966

Hotels Address:
Atlanta North Windy Hill # 0088
2200 Corporate Plaza
I-75 at Windy Hill Road, Exit #260
Smyrna, GA, USA, 30080');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1305','00b8f003c0','',':rotfl  :scared  :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1306','48538e65bd','A New Hope for Kiley Grace','Alright, before I begin let me give those of you who do not know the situation a briefing. My sister, [b:48538e65bd]Kayla Gardner[/b:48538e65bd], gave birth to her first child, [b:48538e65bd]Kiley Grace Estis[/b:48538e65bd], on January 28, 2006. 

[URL=http://borskaegel.com/gallery/thumbnails.php?album=10][img:48538e65bd]http://borskaegel.com/gallery/albums/userpics/10001/normal_Kiley_%285%29.jpg[/img:48538e65bd][/URL]

Now, on to the details few of you know of. Please read on, because I have questions for you, as a fellow 501st member, towards the end of my post:

Four months into Kayla's pregnancy, doctors detected a defect with Kiley's growing intestinal tract, known as [URL=http://en.wikipedia.org/wiki/Gastroschisis]Gastroschisis[/URL], which would require immediate surgery upon being born. More specifically, it is a fetal growth abnormality in which the intestines &quot;poke out&quot; of the navel area, requiring immediate surgery once the baby is birthed. It occurs, on average, in 1 in ever 20,000 births.

Enduring three weeks of contractions following a much-needed amneocentisis, Kayla finally went into full labor on Friday, January 27th - only four weeks early. Kiley arrived naturally and beautifully early in the morning at 4:45am the following morning. However, the following day doctors at Children's Hospital in Birmingham, AL examined Kiley as was planned and determined that a [b:48538e65bd]staggering [i:48538e65bd]majority[/i:48538e65bd][/b:48538e65bd] of her small intestines had lost blood flow due to pressure endured during growth, and nearly all her small intestines had died and had to be removed prior to completing surgery on her navel and stomach area.

Thanks to amazing medical efforts, Kiley is living on a constant direct injection of a nutrient formula called 'TPM', which contains all the fluids, vitamins, and lipids (fats) her small intestines would normally extract from food to maintain her body and allow her to grow and thrive. This specially-blended formula is fed directly through her heart and processed through her liver. The problem is, a person's liver is not readily designed to both process food [i:48538e65bd]and[/i:48538e65bd] cleanse the blood. So, due to pulling double-duty, [b:48538e65bd]her liver is quickly [i:48538e65bd]failing[/i:48538e65bd].[/b:48538e65bd]

[b:48538e65bd]The News of a New Hope for Kiley's Future...[/b:48538e65bd]

Kiley's pediatric surgeon, Doctor Burnham, has given her 3 months to one year before she will require a liver transplant. However, there is a very bright ray of hope for her condition. When the time nears, Kiley and her mother will be flown to a hospital in Omaha, Nebraska, most likely the [URL=http://www.nebraskamed.com&quot;]Nebraska Medical Center[/URL], where Kiley will be evaluated and placed on a waiting list for a liver [b:48538e65bd][i:48538e65bd]and[/i:48538e65bd][/b:48538e65bd] small intestines. Given her timeline, she is expected to be placed high on the list, however this could take months. When/if her surgery occurs, she will recieve both organs. The surgeries are high risk and require ample prep-time. (Which is why we are told they were not performed at the start.) Recovery could take 8-12 months. This timeline is estimated, and subject to change.

Here is where you come in, and possibly the 501st. While in Nebraska, Kayla (Kiley's Mom) will need funds she does not readily have to live on to pay her living expenses. Total recovery time for Kiley before she will be able to return home is 8 months to 2 years. Kayla is in a very low-income situation. Were it not for Medicaid, Kiley never would have gotten the excellent treatment she has thus-far. Our family is doing all they can through private means and local fundraisers to raise any funds we can to give her, but we could use your help.

Any monetary donations you are willing to provide are welcome and accepted.  I already have a Paypal donations account setup for her future expenses in Nebraska. I'm calling it [b:48538e65bd]A New Hope for Kiley Grace[/b:48538e65bd]. You can donate via her Paypal Donations page by clicking [URL=https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=kevin%40borskaegel%2ecom&amp;item_name=Kiley%27s%20%22Going%20to%20Nebraska%22%20Fund&amp;no_shipping=1&amp;cn=Want%20your%20donation%20posted%3f&amp;tax=0&amp;currency_code=USD&amp;bn=PP%2dDonationsBF&amp;charset=UTF%2d8]here[/URL].

As I have already queried Joey on the possibilities of helping out, I'll ask all of you guys as well. I consider myself a member of the 501st family, and we've (The Alabama Star Wars Syndicate) already garnered pledges of support at events from the Chatanooga and Atlanta FanForces that we may do for her fundraiser. I am asking all of you, as a fellow 501st member, to offer any support you can manage - be it monetary or even a pledge to help a specific event organized.

Thank you all for reading.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1307','90c5fccbd4','','Progress is going slowly, but it's still progress. I had the back section probably about 75% done, but then decided it was too bulky, so I started over.

[img:90c5fccbd4]http://i48.photobucket.com/albums/f239/torso_boy/DSCF0339.jpg[/img:90c5fccbd4]

Here are the new swing arms attached to the gun (which are MUCH longer now so I can make a more compact charge meter section).

[img:90c5fccbd4]http://i48.photobucket.com/albums/f239/torso_boy/DSCF0341.jpg[/img:90c5fccbd4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1314','fc6e2bc352','','Hey, it's not his fault he has a lazy eye.  And I for one think it's in bad taste to make fun of him for it.





 :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1315','bc4416dc77','','[quote:bc4416dc77="Tambo"]Your going to make me have to work on that Marine armor I have, so I can kill you. That Alien looks freaking cool as hell.[/quote:bc4416dc77]


You are the Mighty Tambo.  You don't need marine armor to kill me, you could do it with a thought.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1316','fbd22d5c29','','Corey said:
[quote:fbd22d5c29]Thanks and looking forward to seeing you at the event.[/quote:fbd22d5c29]

Are you doing this corey?  I didn't know any of us were going to this, I thought we had another gathering at your place scheduled for that weekend, it's the weekend before the Parade, we have things to finish!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1317','867a5edc4b','','Yes, I am sorry, I keep forgetting about COSI, but I want to do this too!!!!

There should be enough troopers not going to COSI to make this happen..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1318','5bfe2b9c4a','','i am squishing your head right now Loki..can you feel it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1319','238e2af018','','May I repost this on some other boards I visit?  Like the Chattooine board, custom mando board?

Joey, maybe you should post this on the Legion Board.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1320','302c6a23c8','','Ooo, we should make this an &quot;Official Event&quot; if it's a go.  People we haven't seen for years will be there, everyone seems to come crawling out of the woodwork when we do the SRC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1321','50fe529216','','I just heard of A New Hope for Kiley lastnight after joining the Alabama Syndicate boards.  I really love how the 501st is a family and is always there for members in need.  I will plan on helping out with donations, getting the word out to others, and having Kiley in my thoughts and prayers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1322','125b584d02','','[quote:125b584d02]Jester should be bringing them to Chattanooga on Sunday.
[/quote:125b584d02]

My kids won't be in Chattanooga on Sunday.  They're not trooping with us again untill the SPD Parade.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1323','c52b440ed7','','This is on a Sunday?  I'd love to do it, but It's too far away, and I have to be at work at 5AM on Monday.  Tell them to move it to Saturday so I can come.  Loki commands it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1324','ce78a9c27f','','Hmmm, maybe an Alien should go to this...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1325','65372e4d08','','I have always been an art lover.. &lt;nod&gt;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1326','ae04c27bd2','','I think it'll look great once you cut out the gear box area.  You've also got rail system on the top and bottom that is just screaming for goodies and attachments.

If you've got any left over parts let me know, because I play airsoft :wink:

TM also just came out the an MP-7, it's pretty funky looking.  Might give you some ideas.

[img:ae04c27bd2]http://img.redwolfairsoft.com/upload/news/751/MP7A1-PREORDER-L.jpg[/img:ae04c27bd2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1327','91798cf842','','I thought you guys had another armor party on the 11th as well. Don't worry about it if you can't. Heck... I think Eelem and I will be working, and some others will be out of town. Don't sweat it. 2 weeks in a row is a bit much.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1328','2065adf491','','HEY HEY HEY!!!!! I'm busy for one day and I come back to harrassment! I can stay HOME and be treated like this!!!!


 :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1329','d6dd36a52c','','Whew! You guys were BRAVE for doing that! I would have only shaved his eyebrows and put lipstick and mascara on him! Oops, did I say that last part outloud!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1330','bdadbfdffa','','[quote:bdadbfdffa="Hammer"] It was just a really comfy couch.[/quote:bdadbfdffa]
Well, the floor was particularly uncomfortable. My back hurt a little yesterday and today it hurt so much I came home early from work to discover I have a fever that is three degrees above normal.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1331','edf2d8d857','','I think I'm going to have to pull out. I'm sick now and while I'll hopefully be better by the weekend, I need time to work on the Dooku then. Plus, I don't think sleeping on Loki's floor is a good idea for me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1332','7c96f7de38','','Well, that's what you get for listening to Danielle.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1333','1a5f49e94b','','I think those MP-7's were on Stargate a week or two ago.  I like 'em.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1334','ea025cedae','help out','I would troop until my armor fell of to help this little baby.  Is there a way to raise money through a foundation and show with costume and 3po heads ready to collect donations?  

Either way my prayers are with this child!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1335','d2f37de24e','','But my Kitties would love to have you over!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1336','e412813d8a','Don Post 95 Fett','I am looking for a Don Post 95 Fett helmet to work on a custom Mando. This seems to be the only bucket that will fit. If you have one, know someone who has one to sell, or happen to see one on ebay, please shoot me a PM. I am checking ebay, but who knows, I might miss one.

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1337','7b7f79c18a','Republic Commando Triple Zero','Oh my!  Who are those silly Commandos killing this time?  
[img:7b7f79c18a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/188523/1833511TripleZero.JPG[/img:7b7f79c18a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1338','ce79f8d6fd','','I DEFINITELY think an Alien should go to this.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1339','b6c903d3c6','','you guys REALLLYY dont want to start the pranks,it will NEVER end!

[img:b6c903d3c6]http://media1.break.com/dnet/media/content/pic2684.jpg[/img:b6c903d3c6]

[img:b6c903d3c6]http://media1.break.com/dnet/media/content/pic2593.jpg[/img:b6c903d3c6]

[img:b6c903d3c6]http://media1.break.com/dnet/media/content/pic2485.jpg[/img:b6c903d3c6]

[img:b6c903d3c6]http://media1.break.com/dnet/media/content/pic2499.jpg[/img:b6c903d3c6]

[img:b6c903d3c6]http://media1.break.com/dnet/media/temp/1_4_2006/pic2400.jpg[/img:b6c903d3c6]

[img:b6c903d3c6]http://media1.break.com/dnet/media/temp/12_29_2005/pic2345.jpg[/img:b6c903d3c6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1340','4959d19405','','Loki;
It'd be even better if you could show up as the Alien.  Imagine the looks on the children's faces. :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1341','c3101831b0','','looks like a real event to me :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1342','b8bd06fdf6','','Sorry for the late post. Im like that sometimes. I had a great time building and conversing with fellow builders. We almost built my entire TK armor in one day! Just need to put the velcro in place and the suspenders. Thanks Joey and Jeff for your help. I would like to say thanks for Saturday nights meal--I believe Hook donated that. (sorry if Im wrong). It was good tho---and the cake!! Damn!! Corey is probably still eating it. Probably wont make it again until April, Im still catching up on loose ends from the build. Thanks for the hospitality Corey!!  Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1343','6936b56545','Tambo--parts needed please!!','I picked up a se of guantllets from Loki at the prop party. He mentioned they neded to be hinged and something about a rocket and a rip cord. You got what I need? Praise Tambo!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1344','29a5818f72','','When I'm finally able to drive on my own, I want to make it to one of those parties. yet... I'm scared of what you'll do to me in my sleep.

Then again, maybe my snoring will prevent that');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4671','10be33014c','','CONGRATULATIONS!!! Both of you! We are very happy for you! 
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4672','fed54828f3','Leighann's new costume','Hey everyone, this is Leighann, I'm making a Fem Tie pilot as seen in the comic book &quot;Visionaries&quot;, this is what I have so far. I need ideas for the canister, harness and leg pouches.
[img:fed54828f3]http://i44.photobucket.com/albums/f41/HippieTrooper/Fun%20with%20photoshop/FemTiecComic.jpg[/img:fed54828f3][img:fed54828f3]http://i44.photobucket.com/albums/f41/HippieTrooper/Fun%20with%20photoshop/LeighannTie8.jpg[/img:fed54828f3]
[img:fed54828f3]http://i44.photobucket.com/albums/f41/HippieTrooper/Fun%20with%20photoshop/LeighannTie7.jpg[/img:fed54828f3]
My eyes are up here boys! :wink:
Thanks for any help.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1346','22201d2e92','','[quote:22201d2e92="Hammer"]Well, that's what you get for listening to Danielle.   :D[/quote:22201d2e92]
Yes, you are exactly right there. Of course, she was one of the people who convinced to make the Dooku costume. Somehow, I thought I'd get some work done in the morning. I did at least manage to cut out the pieces for the pants Sunday night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1347','0b2f4c479d','','Please remove me from this event roster.
I have decided to concentrate my efforts on helping Geoff Manfre with the Phoenix charity event that same weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1348','f24c9a26d5','','Hey, don't blame me for your uncomfyness. You should have thought of that beforehand.

And just for the record, I also had a fever yesterday, probably a good more then 3 degrees, and I still managed to go to both my jobs and an extra gymnastics class and you don't see me complaining do you? So no beyatchin man. Deal. :-p');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1349','1cc54bcd75','Birthday Dinner this Saturday evening','If anyone is interested, I am planning a birthday type dinner at the Chili's in Cool Springs on Saturday night. You are all invited. It will be at 7 o'clock, and then once we are done, any of those going to Loki's that night for the trooping on Sunday can caravan out that way. Please post if you are coming, so I know what size reservation to make.

Thanks,
Derek

Current list of who is going:
Derek
Joe
Spanker
Loki
Corey
Jester
Gena
Steve
Essay
Erin
Maria
Hook
Starla
Ryman

Tentative
Chase
Kell
Steiny');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1350','7a4a262998','','hey guys if you can come great if you cant I more then understand. I will tell the principal about the 501st is different then chattooine but my friend who invited me to get the star wars group as he calls them no offense my fellow chattooine members. Was just hoping some star wars characters in costume could be there posing in photos for kids. If you cannot make it I understand two events in six days is hard I understand. I will be going down there about 9AM to get dressed and get ready. thanks for coming who are coming. I am glad to call you guys friends even though u r on the wrong side  :duel  I still call you friends. 

May the dark side still compell you');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1351','1b58a3766c','','just ask one thing watch your language. Remember these are small kids. I know you guys wont misbehave.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1352','c2ea8c5858','','well Derek, as it is your birthday, I plan on buying your beer, but I can't make it to cool springs, I'll have my kids saturday untill the afternoon, then I must secure the house for the arrival of you fools');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1353','d69fd81da0','','Grrrrr...

I'll lay eggs in your stomach!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1354','66a6a02053','','Here's some of the pics I took:

[url]http://photobucket.com/albums/v334/Vesper2112/AtinmmyCon/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1355','f2fe43fe63','EP2 CLONE PILOT','Actually Episode 2 clone pilot,..with the little gunner thingie that attaches to the gunship,..need 1-3 of them');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1356','62b1e1bc73','','Can't help ya, Sparky.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1357','6949bc3164','','Kell and I might be there depending on how I feel. I will let you know more Friday evening.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1358','0960f79f12','','Loki, feel free to repost this anywhere you think it would garner support. Thank you ahead of time.

Gooshy, you should now be active ont he Syndicate board. I got you cleared as a Club Member. Welcome! :)

Guys, you words put a warm feeling in my heart. Thank you. Especially you, Hook.

The Syndicate is working on some events. They'll more than likely be up your alley, being Laser Tag, Meet and Shoots, Ball games and such. We're aiming big with this, which is why I requested the services of you guys, my extended  family, here in the 501st SO.

The best suggestion I can give you guys, should you wish to collborate efforts with us, is to bookmark this topic or watch the one on the Syndicate boards.

Either way, Kayla and Kiley are grateful. Anything you guys want to do to benefit them is welcome and appreciated.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1359','fba31ef7d5','','On second thought, screw cleaning the house for you guys.  I'll get the kids home in the early afternoon and I'll be there!  If nobody else comes, at least your snuggle-buddy will be there!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1360','9c387363a2','Fire camp','I would love to do this event, but I am going to help at the fire camp also.  Take many pictures boys!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1361','f2d599bdf6','I'm In','Starla and myself are both in 100%.  I can be a stormtrooper or the sniper fett.  Starla will have her custom fett done by then.  Ryman can even come as Darth Tater.  Please let me know hat we can do to help!! :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1362','64f90bc69b','','Without spoilers, I'd have to say:
DAMN NEAR EVERYBODY!!!  With the possible exception of the hawt hawt twi'lek chick....

... okay, they only kill those as have earned it, but ...

Beautiful, ain't it?  Looks like it even brought a tear to your eye there....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1363','93f3dd36b6','','[quote:93f3dd36b6="TK3740"][quote:93f3dd36b6="TK6203"]Oh wait, I dont know how to read!!!!

I WILL LEARN!!!![/quote:93f3dd36b6]

See Jennie, not all of us are as literate as the rest of us.  :lol:[/quote:93f3dd36b6]

Yeah, but Atimmy's one of our resident [i:93f3dd36b6]authors[/i:93f3dd36b6], so ... again with the boggling.

I don't often have an interest in audio versions of books but it'd be interesting to see what they'd do with this as an audio.  NOT read by Karen'ika, oh no, she has a lovely speaking voice but I rather doubt she has the time for going to a studio.

Atimmy, we're still buying her a round at DragonCon if she'll only show up, right?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1364','9f2a9eb605','','Hi all, gonna be moving down to Alabama in a few months, gonna be switching from the Ohio Garrison to the Southern Outpost! If anyone's around the Pell City Birmingham area let me know, I look foreward to Trooping with you all in the future!


TK-644');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1367','7ca1768399','','If I caught any kind of bug this weekend I sure as hell killed it with all I drank tonight.  Someone remind me to thank Rose for introducing me to Bacardi Razz.  They got a bar here in Knoxville that's on top of a liquor store, so you can buy booze at the store at a decent price and then go upstairs to the bar and just tip the bartender for ice.  Plus, since tonight was Fat Tuesday they had jambalaya, gumbo, corn on the cob you name it.  Probably the best jambalaya I've ever had.  Sorry for the hijack but it's been a really good night and it's made me feel better about some things that were stressing me out all last week(went out with work friends who're in the same boat) and I just wanted to share.  Plus I'm still a little buzzed.  Ok, back on track.  Corey rules!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1368','7a530ec4c5','','Added Hook, Starla and Ryman to the roster..

Loki, tis ok man, I originally sighned up also on both... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1369','3fba757ead','','Ahh Loki,
Thanks, where even now man  :)  :) 

Yes we do need to have the armor gathering still to finish the stuff before parades...

Knightstar, Im sorry, Im hopeful as this week goes by I can get my own calander in order..

I will ask some of our members in AL if they can atleast help out as they are also close... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1370','f024a455c5','','Dude, I have always wanted to go to Space Camp, this would be as close as Ill probably ever get  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1371','bcde0f2a6d','','Thanks Glenn, I took you off the roster..

Get better man, and yes, Lokis kittys would have done all they could to nurse you to health.. :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1372','70d02c5814','','Jester,
I removed you from the pre event roster on this and added you to Manfree event..
You shall be missed on this day, but glad we are having some support on Manfree event..
Thanks.. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1373','d8b5218922','','Glenn. Im sorry you where uncomfortable, sorry you are sick.. The sick part aint my fault, everyone is sick right now. JR pedatrician had 125+ kids in it when I went before the party because of the flue going around..

Hammer, man, like I said that afternoon, I put the sign on you, was my idea and I take the blame for it.. I do want to say I did it out of love man, and you already know that..
Yes that couch is VERY comfy!!!!!!


Saber, in this thread we shall blame all on you  :lol:  :lol:  :lol:  Damn you and that Dooku toooooo  :lol:  :lol:  :lol: 

Vesper, thanks for the pic post, as soon as Im awake this morning I will go and check them out..

Now lets all have a group hug  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1374','3b6dbc8d1b','','Bob, check and see if you left a forearm peice and lenses.. I saw those down there as I was passing to go to the car..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1375','e69112a9b5','','I will buy her more than a round if she shows up!!! She is next to a god as far as writing goes!!!!!

Here is something I was just thinking about..
I always say I cant read and people like are oh man, Im sorry.. Every once in awhile I get someone smart that says, but you write books.. My answer is, Have you not heard about text to speech and editors.... :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1376','4c887ceb08','','[quote:4c887ceb08="SL100"]looks like a real event to me :lol:[/quote:4c887ceb08]

Skip, should I add it to the pre event roster???


TK-Tim, Let me check my calander and I may also be down for this... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1377','ec94ab04e5','','Hammer, they where on Fridays show we watched at my place.. Maybe they have a promo connection with each other  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1378','7ed41ea671','','Oh Hells Yeah! Count me in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1379','b78d3879b1','','You notice they are in the middle of the book where the picture section is?

Ill buy them both a chocolate milk if they can read! 

 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1380','a33e401abc','','Jaster thanks for the pics.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1381','eb614f7c33','','Kevin , Have they teamed up with a specific charity yet?  Usually the hospital will put them in touch with one who can help them out with thier specific needs.  

when we worked for Albin Johnson's daughter,  it was Make a Wish . the drives and collectiosn were to help a &quot;Make a Wish&quot; child - Katie Johnson..

Having a charity help will bring more people out to an event, if you publicize it too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1382','772336cc92','','Heck Ponytrooper you're gonna be right in the middle of us! 

when will you be ready for duty?!?

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1383','a38618bc21','','You guys were lucky Hammer didn't SHOOT you!
[img:a38618bc21]http://img.photobucket.com/albums/v334/Vesper2112/AtinmmyCon/DSC01957.jpg[/img:a38618bc21]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1384','36a3e1d9c0','','Hey everyone. 

I have a little emergency that just emerged. My room fell through, so if anyone has any floorspace or whatever, I can pay my part. I just need a place to stay, or I can't go. 

Please PM me if you can help me. I really don't want to miss this one. 

Thanks
jen');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1385','7fbf161196','','Hay,
I was not trying to make an issue of Zmans wooden eye, it is just last event I felt strange because he was using it to watch my butt... 

Im also pissed because I have nothing to be pissed about, man cant someone do something so we can please be mad at tham.. Where is Zack when you need him!!!! :)  :)  :) 

Zman, you are just a dissapointment man!!!

Z, Im like you and Skip now, I m a blackberry user, well, will be if I can ever learn to use this thing all the way  :lol:  :lol:  :lol: 

Hay, there we are, Im pissed cause Z and Skip wont tell me how to use this thing to get porn!!!!!! :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1386','86f51e79e2','When is your Birthday?','Angi and I were just talking about how many people's birthdays seem to coincide with each other around here, and I thought.. why not make a thread for everyone to share their birthday? 

So here it is.. 

Mine's November 10. 

next?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1387','9190ddf4f4','','Mine and Tim Wollack's birthday is Feb. 9th. 

And a BIG happy birthday to Jon, Chip, and Betty today, March 1st!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1388','88ad28330f','','Nov. 14, every year!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1389','ebccf92146','','March 30th');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1390','d1cff4894f','','October 30 for me!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1391','d2d0a14734','','April 2nd. Same day as Alec Guiness. (Just not the same year, ahem.)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1392','c2dcda6c7b','','Mine is July 26th.

Jessi's is August 2nd.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1393','1d96761e51','','March 5th');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1394','730481a074','','Health permitting, I'll be there. I was thinking of just coming down to Loki's to party, but this is more feasible.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1395','f3a0cfcfa4','','I'm in the same boat as Jen, my room fell through. So if anyone else wants to perhaps go in together on a room, that would be great. A floor isn't really a good option for me, but if anybody has half a bed for me, that would be good, too. I already bought my membership the other day, so I'm definitely going.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1396','b96abf4141','','...or instead of having one made, maybe a better question is: What could I maybe get &quot;off the shelf&quot; as a workable alternative until I can get the more traditional Mando vest? 

Also, if anyone has a set of gauntlets they would like to sell, I'd be interested. Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1397','e45747576c','','November 1 for me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1398','1c7404433a','','But . . . but . . . you [i:1c7404433a]asked[/i:1c7404433a] me to!




:rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1399','009616e792','','Cool David! Mine's November 2nd! Let's go dress up in plastic and do something funny those two days! Wait, that's what we do all the time.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1400','61c109eaef','','Killer, Atin! The Blackberry Boys!! 

Skip was telling me he reads the 501st posts on his!!! Can you imagine if Atin was able to read and post on his Blackberry to the boards!!!!!!!!!!!!!!!!!!!! OMG!!! :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1401','cb2313a086','','No, but that's a very good suggestion.

Let me run it by our planners and we'll see if we can find an official charity suitable.

Joey, do you have any suggestions for event venues? What did you guys troop when doing &quot;Make a Wish for Katie&quot;?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1402','172fe5d837','','Z, what do you think Im doing now.... :lol:  :lol:  :lol: 

Now I can even post while on vacation, you all are Dooooooooooooooooooooooooommmmmmmed!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1403','697cf49cc1','','Hammer, if Joey asked you to break his neck, would you???

Ummm nevermind, dont answer that, I know you would...

Joey, quit your whinning son.. Thats a mosquito bite..   :lol:  :lol: Now if we want to start comparing scars  :twisted:  :twisted:  :twisted:  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1404','93633baac1','','October 24th');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1405','8f8242d0ec','','You can put Casey and me on the list.  I have no idea where we are staying yet, but we'll definitely be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1406','b404bd77db','','http://www.paulsadowski.com/birthday.asp');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1407','550cc6373a','','Vesper, I'll bring something this weekend to show you to use for a vest.  You'll have to see it, you would never believe me if I told you.  It'll cost you about $10.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1408','a572cb1c89','','Casey and Cheryl have been added to the roster  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1410','cb3e1e6ba1','','here w go again with the laying eggs in peoples stomache!!!! :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1411','a15a559520','','wanted to post the roster as of right now for this event:

Loki..............TK
Crayfish........Clone
Corey...........Vader
Derek...........Koon/ RG
Ivan..............Boba
Summer............Snowtrooper
Matt..............Sasquatch 
AnikinCheryl.......Handler
Casey..............Handler
Jester.............TD

Remember we need to try and arrive about 1 hour to Half an hour before the event so we can get suited up..

Also remember it is on Eastern Time NOT Central Time, so you need to take that into account..

I will be at Lokis Sat night and I can be reached either by cellphone (931)362-4092 or by email: atin@mycingular.blackberry.net
Yes that is my blackberry email, so I will get instant notification..
Please if you are not going to make it or have trouble call or email me as we are counting on everyone..
Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1412','1765fea153','','oh oh Loki is goig to try and pawn of his transvestite clothing to Vesper  :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1413','4fd135d3ac','','I was not born..
I was hatched by Kamino cloners on August something, I cant remember, they didnt spend a lot of time on my brain cells, I was a rush job... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1414','a1f849392f','','Well Heck, If Loki is going, I will be there to!!! Since I thought I would be at Lokis at that time *LOL*

Put me down Derek, oh and dont anyone forget your challenge coins  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1415','d1d1fff0c4','','April 6th here.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1416','44eb28c7ef','','Thanks... I think.  :?   :D  I certainly like the price range! 

Also, if you or someone could pick up a visor for me? 

I'll need one big enough to do 2 helmets. The cheap Rubies and that &quot;baby&quot; Fett I bought off Bamatrooper. BTW, the baby one is coming along nicely. Got the visor part trimmed out and somewhat sanded. I need to pick up some of those jeweler files to really get in there (especially the back part), but it's looking pretty good. At least I'll have some practice in when I finally do get to work on the Clone stuff...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1417','94909cf442','','As*holes!!!!!!


Im on my way to go buy it from Ivan, right after I slap him across the head!!!! :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1418','82c83ce7d2','','OK, we are for sure playing paintball after the Kid's Fair from 2-5 if any of you plan on still being in Chattanooga at that time. It's just an informal get-totgether, although there apparently is a grudge between Eelem and Sarka. They never played against each other, but Sarka's been talking some smack and it'll be a joy to see her take a few shots. Anyway, just extending an invitation if any of you wanted to hang around.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1419','feb2dcd8b1','','Nope. Not mine. Lens are in the helmet already, and both forearms are in the tote. As I recall I found a pair of lenses laying on the table still wrapped up. And the single forearm  might be Loki's--I think he had an extra Mando forearm piece.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1420','e7cabcd303','','Um....where is the roster?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1422','4d78d2fc4f','','http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=54

on this handy dandy events roster thread Atin has created for us  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1423','7988cfb235','','4/6/73');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1424','aebb99cabf','','September 20 !');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1425','c2bac2276f','','June 12th');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1427','789b377525','','NNOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1428','c1a153a454','','I trooped quite a bit last year and I think the last time I saw ZMan in armor was the boyscout event. Hmmmm...now some folks hint you might have been at some con in armor for maybe 5 minutes.. hmmmmm


OH what I meant to say was arent you guys lucky that the lawsuit against the dingleberry just the other day? You would be stuck with a very expensive small screen and keyboard.

Did you know that 99% of all dorks check their blackberry messages with their thumbs?


 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1429','8fa2b94944','','I was born at night,


just not last night.

 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1430','2941acad4c','','I'll be there for this. Sorry. procrastinated I know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1431','81b4f7676e','','Ah.. Yes. Stupid me. Thanks for correcting my stupidity');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1432','8db3fe22cb','','August 7');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1433','f2ee38ddaf','','I will be at D*Con! Ticket bought, room reserved, costumes in progress.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1434','93f58c0456','','ok, Just wanted to check...
Maybe I need to have an ebay sale  :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1435','ae7b320250','','Got you added to the roster Spanker... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1436','aa1ede04fb','','Me too. Me too. For where there is younglings, he'll be there.

I'll be there to spread the teachings of Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1437','324f17dd6d','','Corey, add emperor to my possible costumes. It might be nice to have Vader, Vader, and Palpy. I can then get someone to wear my guard and have a lackey for the day.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1438','57496433f7','','God who would room with such an abusive girl. I mean only some sado/masicistic sickos with saber fetishes. Seriously. God. BTW Spanker that ass on your avatar is hot. I'm going to squeeze should I ever see it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1439','5c2cb9be5f','','I was congeeled in a gutter... no wait I didn't have a father they couldn't explain it... no wait uh I was dead at the time or um 404 page not found! Fatal Error... Shutting down *bloop*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1440','1b857a8244','','Joe's coming in all his soft-Vader goodness!!

Yaaaay!

I don't think I can do paintball.  Gotta be at work 5am monday.  Plus, we've got a certain little bar to hit downtown!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1441','3964bcb4e3','','That's right who's on top? Huh? Me. 

With the powers of myself, Loki, Corey, Jester and the man who was born we all know him fondly as Palpy combined... we form Captain Oh Hells Yeah. But remember I got dibs on the fire ring.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1442','4dbfb85c52','','hmmm, Joe on top,,, now why do you all make it so darn easy to do one liners...


I cant,,,
I wont,,,,,,,,,,,,,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1443','8e105f5475','','I have become concerned about your state of mental health Joe.  You need to make the pilgramidge to the Temple of the All-Mighty Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1444','616bec32f9','',':twisted:  :twisted:  :twisted:  :twisted:  :twisted:  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1445','8a87c6b15c','','[size=18:8a87c6b15c]OH JOE, I JUST CANT STOP YOU!!!!!!!!![/size:8a87c6b15c]


 :lol:  :lol:  :lol:  :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1446','a250c28a26','','[quote:a250c28a26]Gena 
Steve 
Essay 
Erin 
[/quote:a250c28a26]

Who the hell are these people?  Are any of them female orientals?  Are they relatives..... Am i going to have to behave?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1447','cdd04a0e65','','I'm sorry Saber, people who dress up in Firefly costumes aren't allowed to come.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1448','22a1d3c0f5','','Loki, they all live inside Derek, they are how do we say this gentley, his other personalities.....

And if Steve is an Oriental Girl, Im outta there  :)  :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1449','7e565d1c78','HAPPY BIRTHDAY BETTY!!','Happy Birthday to my beautiful wife Betty. Love ya, Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1450','f8ac846e02','','blessed be of Tambo!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1451','f9107743b0','Happy Birthday Schweetpea!!','Happy birthday Homo!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1452','1937fb4e8b','','[img:1937fb4e8b]http://img.photobucket.com/albums/v334/Vesper2112/AtinmmyCon/DSC01949.jpg[/img:1937fb4e8b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1453','74156cfb35','','I appreciate the paintball offer, but Im a bit breakable, that and Loki and I have a hot date with Joe at a bar downtown  :wink:  :wink:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1454','22f1fff50b','','OH HOLY TAMBO...
I just fell out of my seat, that is still so darn funny!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1455','7a7f807f2f','','Got you on the roster Saber, but will you be naked???? I need to know what costume  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1456','42f65aacf8','','What is everyone's favorite shot?   Me I'm not to picky, I like Jack, Woodford's Reserve, and most Tequilla's :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1457','edbf187b01','','Sounds like someone has blackberry envy.... :wink:  :wink:  :wink: 

 :lol:  :lol:  :lol:  :lol: 

Actually anyone who owns a berry before the lawsuit is judged will not be effected by it. It would only effect people who wanted to buy after it.... :) 

I may never use my thumbs again.... :)  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1458','057ef53df9','','no shots here, I only drink 1-3 orange Zimas every other day.. Im an easy drunk  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1459','9c357505af','','Damn you are fast  :!:  :!:   Which bar are you guys going to again?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1460','e55f8701cf','','Didnt you say anything left after noon on Sunday was going on E-bay?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1461','dd0364df2c','','Gena and Steve were at the Sounds game as Mustafar Padme and somewhat Anakin more generic Jedi. They will have Owen and Beru costumes for COSI. Essay is the friend who the anime sword is for. Erin is another friend who we are trying to convince to make some sort of SW costume, but she is being stubborn. Spanker, Joe, and Ryan all know them all. I do have friends outside of here. But at the present, everyone who is coming is a costumer of some sort. :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1462','9fd6455902','','Happy Birfday!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1463','ebcdc34e1b','','The one, the only, The Pickle Barrell.


I like Vodka.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1464','34023d1007','','Happy Birthday Jon!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1465','8183f6fb6a','','Well, the official con experience is complete for me. Both Jon and I have gotten the &quot;con flu&quot; :p It's alright though, it's what comes after any super fabulous convention! Love ya Corey.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1466','e1c2e06899','','ok my crisis is averted. I'm rooming with Chip. :) 

thanks anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1467','a8e8e1ce07','','Happy birthday Betty :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1468','a6381297b6','','Happy Birthday Jon! 

:D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4670','22dfd75fb3','Order for TK2138','OK heres my order:

(1) XL Red 501st Skull &amp; Crossbones Tee  @ $8
(1) 2XL Cog Tee @ $8
(2) 501st Headwraps @$5=$10
(1) Set of 3 Vinyl SO Decals @ $5
PLUS: Apparently I still owe you $2 (Rob didnt tell me) :shock: 

Total:  $33

I will come and get these from you and pay you in cash seeing as we live about 10 minutes from each other.  Just let me know when a good time is!
Thanks Mark!!!  I've desperately needed some swag.  I'm still working on Adcon, I hope I get to go.  Even if for just a day or something.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1470','42252f1c6d','','Well I was going to do the naked Firefly costume (River naked in the box) but since Loki says I cannot..... Barriss it will be!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1472','35f29a1554','','this is going to be awesome, will be my first time troopin with some of you guys.
What day are most of you plannin on bein there: Fri, Sat, Both?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1473','d24926bd91','','That's not a Firefly costume.   That's a &quot;Weekend at Loki's&quot; costume.  You're more than welcome to wear it.  I'll be your handler.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1474','9927697be8','','awesome, hope it was a good one. Happy B-Day Betty.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1475','e9f16a3e4b','','Janurary 9');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1476','0fad3d5768','','I had fun at this one and would like to do it again. Count me in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1477','724f878b87','','HAPPY BIRTHDAY!!!

Troopermom says hey!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1478','af57c67227','','No no, it's still a River costume and that is indeed a &quot;Firefly&quot; costume. I don't want to compromise your beliefs Loki. So it will have to be Barriss.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1479','c388781d43','','HAPPY BIRTHDAY!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1480','c58fcdf653','','As you wish.  If you're wearing the Barriss costume, then I will wear my Bare-Ass costume.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1481','bc6cecc7a0','','[quote:bc6cecc7a0="ROTSAnakin"]But remember I got dibs on the fire ring.[/quote:bc6cecc7a0]
Not sure what you mean by that, but I already have the Elven ring of fire. Did you not see me wearing it on Saturday?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1482','ee1ae896a1','[NC-17] TROPHY-CASE','Some celebrities look even better than you imagined naked...

[img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/pic04-0000016642_Ewan_Mcgregor.jpg[/img:ee1ae896a1][img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/don_t_push_me_i_am_a_Jedi.jpg[/img:ee1ae896a1][img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/story.island.mcgregor.jpg[/img:ee1ae896a1]

[img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/pic2151000_Ewan_Mcgregor_paparatzi.jpg[/img:ee1ae896a1][img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/ewanmcgregor.jpg[/img:ee1ae896a1][img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/pic2163000_Ewan_Mcgregor.jpg[/img:ee1ae896a1]

[img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/pic0606060_Ewan_Mcgregor.jpg[/img:ee1ae896a1][img:ee1ae896a1]http://www.knology.net/~killjoy/501stnc17/pic44405050_Ewan_Mcgregor.jpg[/img:ee1ae896a1]

... while others make you want to shout, 
[b:ee1ae896a1][size=18:ee1ae896a1][color=orange:ee1ae896a1]&quot;EWAN!   EAT SOMETHING!!&quot;[/color:ee1ae896a1][/size:ee1ae896a1][/b:ee1ae896a1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1483','547b346ed4','','Im there, room situation is taken care off. See you guys there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1484','4387459828','','HELLO....I am a Florida Garrison member and am moveing to Chattanooga next month. Are there other members there???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1485','52f986ef26','','Captain Planet Steiny. Captain Planet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1486','2ef2c2417b','','Hope you had a good one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1487','d1801e440f','','Happy Birthday man!  I'm not even gonna ask if you've used the stuff you got at Corey's yet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1488','826f271901','','Hope you had a good one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1489','574b330f5f','','Happy Birthday!



I expect you to be using that keychain next time I see you.  



 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1490','9fc993b6ae','Add us','Add me and Starla to that list.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1491','39dbe8f1f5','','Happy Birthday Jon
[img:39dbe8f1f5]http://www.clicksmilies.com/s0105/party/party-smiley-049.gif[/img:39dbe8f1f5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1492','8387e38bc5','','Thanks guys you made my day[img:8387e38bc5]http://www.clicksmilies.com/s0105/liebe/love-smiley-032.gif[/img:8387e38bc5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1493','39421f1efb','','Ya, Ya, I will cast you up a Rocket and whip cord assy this weekend, the hinge you can pick up at any hardware store.  It's just a regular piano hinge, just cut it to size and mount on the out side edge of each Gauntlet and velcro innner edge.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1494','109a2888a9','','Happy B-day!!!   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1495','767c6d838a','','Happy B-Day bro!! woooooooooooooooo. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1496','3ef8ddc755','','ok, Thanks Saber,,

Umm I will sound stupid, but what is Barriss??? :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1497','ff1d92867d','','Jenks, Hook and Starla, added you all to the roster..

Chase, I changed you from tenative to activate... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1498','a9493bb211','','gootch,

Yes there are lots of new members in Chattanooga..

 :)  :)  :) 

If you PM me I can give you the contact there...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1499','6f54dd6949','','Another reminder, We all need to leave Lokis mansion by  07:00 on Sunday, so if you are driving in, that morning, please be there by 06:45 so we can get coordinated.... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4668','bd59d75ac4','','Dang it! Well, will you at least bring me back a lousy 100% cotton t-shirt? 

Wait! You can just print me one!!!   

Best wishes you guys!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1501','11b0c51d7a','','Added you tot he roster Jester  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1502','6809ee9fd0','','Derek, did you not read the bylaws of the SO?????

Page 1203456 :Paragraph 1275666 : Section 69

No Member at anytime shall in anyway posses or cause to have any of the following:

Drugs
Friends outside of the SO Family
Lives outside of the SO


Dude, get with it!!! Read the bylaws!!!!!


  :wink:  :wink:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1503','e767e8ed04','','Ahhh Rose and Jon, Im sorry, here is something to make you feel better:

[img:e767e8ed04]http://www.olin.msu.edu/images/infopages/soup.gif[/img:e767e8ed04]

Bob, I did say that.. Maybe today is the day for an ebay sale :twisted:  :twisted:  :twisted: [/img]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1504','d922d8ed99','','Ahhh Rose and Jon, Im sorry, here is something to make you feel better:

[img:d922d8ed99]http://www.olin.msu.edu/images/infopages/soup.gif[/img:d922d8ed99]

Bob, I did say that.. Maybe today is the day for an ebay sale :twisted:  :twisted:  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1505','0a19fa1136','Mando Language and Glossaries','Just saw this link at sw.com..
It is the pdf for the language and glossarys...

http://www.starwars.com/eu/lit/novel/f20060228/img/mandoa_language.pdf

http://www.starwars.com/eu/lit/novel/f20060228/img/mandoa_grammar.pdf');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4666','d235ae5d9f','','I'll take the Medium Cog and TK shirts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4667','30f2f8a9af','','OK, I hadnt posted here 'cause I thought I had a source for these but...
All you Mandos...  help your future Mando brothers out here.  I know you're REALLY busy right now Joey, but can you help us out here?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1508','199f1debce','','corey how did you get those rates?

i checked prices a number of times and it was $49.
not that its expensive but i dont want anybody sticker shocked or confused.

and the Underground is the large area where the parade ends.if we stick around and troop it ,it will be right after the parade since well ,duh,we'll be in costume.
we can leave anytime after that to go to the display store and then to dinner.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1509','d7104219c5','','FYI


Here is preliminary info for the Atlanta St. Patrick's Parade from the parade committee.  

1.      Lineup of the parade begins at 11:00. The marshalling area for your group is at West Peachtree between Pine Street and Ralph McGill (in front of the Civic Center Marta Station). Parade Marshalls will be there to guide you. If you are bringing a vehicle, please enter West Peachtree from Pine Street.  If you are getting a float, your float will be there waiting for you.  

2.      The step off is at 1:00 on Saturday, March 18, at Peachtree and Ralph McGill. The parade ends at Underground Atlanta where there will be a St. Patrick's Day Festival. There will be entertainment, vendors, and children activities. We would love for everyone to join in the fun at the festival!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1510','fd74dda5c8','','I thought it was on the 9th!?

Oh well!!!  Happy Birthday from your better half!!!!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1511','396cae42ff','','HAPPY BIRTHDAY TO THE BETTER HALF OF THE LINKS!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1512','4c35cf12c2','','*hides his thumbs*

Hey, Crash! I wore armor for the whole Christmas parade in Nashville that Saturday!!!!!!!!
(only cause it would have looked funny taking it off half way through the route!)

Actually, I'm building my armor time back up! At our two local events recently here in AL I was in armor for the entire events! Helmet and everything! I know, I know, hard to believe but we actually have pictures!! OR is that REALLY me in that red shock trooper armor....hummmmmmmm?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1513','248dd74d79','','To raise money by costuming, , you need to go where there is money. ie.. lots of people traffic.. 
I know we have been most successful in money collections at venues like Walmart or a Mall...  

Going to a wal mart and handing out stickers to kids, with a donation bucket and  a few posters is cheap on you and somewhat effective.  

If you set one of these up, you can also ask a radio station to consider either mentioning it or doing a short remote once that day to get the word out.

This is what i'm conisdering setting up for the 501st, to simply set up donation points .

you've also got to think about workign with a charity too.  honestly the charity probably has more resources and help than we can collect for, but having one on board will help set up &quot;events&quot; for this.

for example:
If you asked a walmart manager if you can set up a donation table one saturday for your sisters child who needs an operation...

Or if you ask a walmart manager if you can set up a donation table for make a wish to help a local child who needs an operation... + that make a wish person will be there to help also.. 

see how the second one might get approval easier.  you know its hard to get people to take you seriously as is, but with some charity on board, it will make events easier....

-LMK - Joey






Teaming up with a business is good but difficult.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1514','d9234df6a5','','I like the Tambo shrine, but what really bothers me is why Corey has a set of fake rubber boobs?!  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1515','d3e12b7433','','will we suit up at the suntrust parking deck again?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1516','f586b546ab','','I'm used to getting stabbed in the back, just not Shot!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4689','f9221f4553','','I forgot who posted all these links on this site (THANK YOU!), but before the &quot;big hack&quot;, I had all these links copied. Thanks to whoever posted them and I hope it's ok to repost them. As you can see, it's mostly for the stormtrooper/sandtrooper, but there's some good general info as well.

[u:f9221f4553][b:f9221f4553]Reference Sites: [/b:f9221f4553][/u:f9221f4553]
[url]http://web.ukonline.co.uk/bingo275/realstormprops.htm[/url]
[url]http://www.oohyeahzone.com/collection/collections-old-trooper.html[/url] 
[url]http://www.angelfire.com/ab2/scoundrel/astrodroids.html[/url] 
[url]http://www.rpf.invisionzone.com[/url] 
[url]http://p082.ezboard.com/bpropreplicas[/url] 
[url]http://p083.ezboard.com/btheukpropparty[/url]

[u:f9221f4553][b:f9221f4553]How To Sites (Armor): [/b:f9221f4553][/u:f9221f4553]
[url]http://www.scgarrison.com[/url]
[url]http://www.multiplehat.com/whitearmor/access.htm[/url] 
[url]http://www.tk409.com/tk409.html[/url] 
[url]http://www.tk560.com/howtoguides.html[/url] 
[url]http://www.ffurg.com/references/stormtrooper_rank_pauldrons.htm[/url] 
[url]http://www.imperial-fleet.com/[/url]
[url]http://www.sci-fire.com/main.htm[/url] 
[url]http://sci-fire.com/creating_sandtrooper_armorx.htm[/url] 
[url]http://home.velocitus.net/trow/tk_769/[/url] 
[url]http://www.jedi-academy.com/stormtrooper_tips.html[/url] 


[u:f9221f4553][b:f9221f4553]How To Sites (Blasters): [/b:f9221f4553][/u:f9221f4553]
[url]http://www.imperial-fleet.com/BBC/PVCbbcanhe-11.html?[/url] 
[url]http://www.r2ro.com/kennerblaster.htm[/url] 
[url]http://www.heavengames.com/angels/aoerat/blasters/[/url] 
[url]http://jedi5150.fateback.com/hw-m19-tutorial/index.htm[/url] 
[url]http://www.restrainingbolt.com/tutorials/tutorials.html[/url] 
[url]http://empireprops.freeservers.com/mg34rifle.html[/url] 
[url]http://www.apocprod.com/Pages/props.htm[/url] 

[u:f9221f4553][b:f9221f4553]How to make your own Blaster Holster: [/b:f9221f4553][/u:f9221f4553]
[url]http://starwars.generationv.org/holster.htm[/url] 


[u:f9221f4553][b:f9221f4553]How to make your own Stormtrooper boots: [/b:f9221f4553][/u:f9221f4553]
[url]http://www.tonybarnett.plus.com/boots.htm[/url] 


[u:f9221f4553][b:f9221f4553]Accurate paint cross references: [/b:f9221f4553][/u:f9221f4553]
[url]http://www.fortunecity.com/meltingpot/portland/971/reference/humbrol.htm[/url] 

[u:f9221f4553][b:f9221f4553]Making your own flat lenses (supply and how to sites):[/b:f9221f4553][/u:f9221f4553] 
[url]http://www.richardsonsafety.com/index.htm[/url] 
[url]http://www.omarksafety.com/category.cfm/acatid-45-aprodid-272-Huntsman_8_in__x_15_5_in__Dark__Green_Aluminum_Bound_Visor.cfm[/url] 
[url]http://www.az501st.com/lensmod.html[/url] 
[url]http://www.gothos.com/tk5248/mod5.html[/url] 

[u:f9221f4553][b:f9221f4553]Sites for MP38-Mp40 Sandtrooper pouches:[/b:f9221f4553][/u:f9221f4553] 
[url]http://www.marstar.ca/pouches-o.htm[/url] 
[url]www.tk409.com[/url] 
[url]www.ebay.com[/url] (Norwegian Pouches) 

[u:f9221f4553][b:f9221f4553]Making your own armor and vacuum forming:[/b:f9221f4553][/u:f9221f4553] 
[url]http://www.imperial-armor.com/videos.html[/url] 
[url]www.studiocreations.com[/url] 
[url]www.tk560.com[/url] 

[u:f9221f4553][b:f9221f4553]Brow/neck trim sites:[/b:f9221f4553][/u:f9221f4553] 
[url]http://www.iboats.com/products/16/40175_flex_trim.html[/url] 
[url]http://www.classiccar-trim.com/phdi/p1.nsf/supppages/eastkent?OpenDocument&amp;part=15[/url] 
[url]http://www.mcmaster.com[/url] (Product #8507K41) 
[url]http://www.sealsdirect.co.uk/bbCMS/shopping.asp?intDepartmentId=3#22[/url] Product #US161 or US52 for the brow and SWR150 for the neck 

[u:f9221f4553][b:f9221f4553]Wiring fans and equipment in helmets:[/b:f9221f4553][/u:f9221f4553] 
[url]http://www.legionxxiv.org/starmormods/[/url] (links to a variety armor building &quot;how to&quot; and &quot;where to buy&quot;. 
[url]http://www.gothos.com/tk5248/mod1.html[/url] 
[url]http://www.ga501st.com/ArmorTips/armor/Stormtrooper/speaker_tutorial.htm[/url] 
[url]http://www.ga501st.com/ArmorTips/armor/Stormtrooper/speakers.htm[/url] 

[u:f9221f4553][b:f9221f4553]Mini speakers for aerators:[/b:f9221f4553][/u:f9221f4553] 
[url]http://www.littlechoochooshop.com/[/url] 
[url]http://members.aol.com/DCCatMLB/soundtraxx.html[/url] 

[u:f9221f4553][b:f9221f4553]Radio Shack black voice amp [/b:f9221f4553][/u:f9221f4553]
[url]http://www.thesourcecc.com/estore/Product.aspx?language=en-CA&amp;catalog=Online&amp;category=MeetingMicrophones&amp;product=3212015[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1518','0edc22eedb','','I'm in on this all the way, donation, trooping, prayers you name it. 

I will send something through paypal.

Kevin, she will be in our prayers for sure.

Let us know what we can do, and keep us posted!!

Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1519','424d8945b1','','[quote:424d8945b1="TD152"]I'm used to getting stabbed in the back, just not Shot![/quote:424d8945b1]

Oooooooooooo!!!!!! Good one Commander....... :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1520','58b1a5a6d9','','Tim,
Both your events have been given a green light, so I have added them to the roster thread and Ill continue to update it as we have members sign up... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1521','7b8d1ae1fd','','roster updated for this event... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1522','615db0a249','','OK this event was green lighted, so it has been added to the official roster thread...
Ill update as you have sign ups... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1523','f352296964','','Roster has been updated.. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1524','9ea7084577','','owww, that one hurt worse than being stabbed or shot,, it looked like a nuke... :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1525','d4a2961296','','Zman, those are Tambos, he has left them here since last year... He keeps trying to put them on my manequinn.. I think he has a thing for the manequinn');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1526','e74f5373a3','','Skip,
I just went to the red roof website, put in the address and then had it check rates and availability...

Umm one thing I didnt think of, I put in 1 adult on mine, so that could be it too... :oops:  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1527','50900e92d8','','We beleive you Zman 

[size=9:50900e92d8]No we dont, precious is lying to us[/size:50900e92d8]

Pictures are there and that has to be you at the events..

[size=9:50900e92d8] They are lies, precious dress a bum up off the street then photoshopped his images in[/size:50900e92d8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1528','7d2a7cb53a','','Just think of them all as potential recruits.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1529','a753a88adf','','no one is a recruit in the Empire, they are Imperial citizens!!! unless theey are traitoress rebels, then I have a 5 foot friend to introduce them to, via his message system from a 1/2 mile away.... :wink:  :wink:  :wink:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1530','dbd56c5fbf','','Alternate source with three mp3's:

http://www.karentraviss.com/html/cont_newmandoa.htm');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1531','d740a652a9','','Oh KEWL!!
Thanks Wookie!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1532','e0f5d40dad','','Z, thats right, my bad and I own up to that one!...I remember that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1533','7c47d91201','','id rather pay 49 and split it with a few others then 40 by myself?

heres the website link for the parade and underground
http://www.underground-atlanta.com/index.php?module=PostCalendar&amp;func=view&amp;Date=20060316&amp;tplview=default&amp;viewtype=details&amp;eid=10&amp;print=


as for Joey's question.

i wasnt going to park there again this year.Im planning to go directly t the end of the parade and park at the underground parking.the masses likely wont be there yet as were looking to arrive around 11am or so. then walk to the beginning of the parade and hang out for an hour or more till 1-1:30 when we step off.
once back at the undergound anybody tired will be right near their vehicles.we can troop with the masses at the underground festival and leave when were ready.

i believe there are numerous parking garages around that area at the underground.we'll pretty much just pull into the first one we find with room to park a number of cars.
heres a link to underground parking.everyone at the redroof will simply caravan down and we'll meet anybody else there.

http://www.underground-atlanta.com/HTML42.phtml');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1534','f00a0a0e44','','Did this guy get paid for this?  I hope so..thats too much work.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1535','6ec858b1b5','','Happy Birthday to my Loyal follower, you will be blessed with Thousands of Hot Women in the after life flocking to you like the Salmon of Capistrano.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1536','f27a707347','','Happy Birthday Betty!!! Bob better be good to you.  Hope you have a good one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1537','e7fc9b32a4','','is that in or on?  Either way it's Gross..eeeaaachhhhhh.  You so nasty Loki.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1538','beb7b657ae','','Yub Yub... Happy Birthday!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1539','1377f893de','','Happy Birthday dude!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4665','9d9e7f60e1','','Dibs on the 3XL shirt.  I'll PP you tonight when I get back to Knoxville.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1541','22276027ef','','Gootch,

I'm one of the people in Chattanooga TK-6203 mentioned (not in 501st yet, but working on getting my helmet finished &amp;  CT Armor soon so I can apply.
I met some of the S.O last weekend at one of their prop parties, they are a great bunch.

Welcome to the Scenic City!!  What part of Chattanooga are you moving to?  If you need info on schools or anything let me know, I've only been here about 5 years, it's a nice place to be.  Housing here is pretty good, costs are below the norm I believe.  If you have pets and are looking to rent, I can recommend a rental agency in town that allows them.  Of course, there are a lot more people from Chattanooga that have been here a lot longer than me, they will be glad to help with info  on the area as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1542','d2e185691f','','Hey guys.  My name is Alex and I just got transfered from Ohio Garrison.  I currently live in Biloxi and no longer have the clone trooper it says I have.  I am working on a new Vader and lack only the body suit to finish it.  Look forward to being in the Southern outpost and its great to be back home, even if home is a little destroyed for a while. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1543','e317fae4fd','','1)This guy is a gal.  Karen Traviss specifically.
2)No she didn't get paid for it.  She likes working out the backstories of her characters to better get into her character's mindset (she calls it &quot;behind the eyes&quot; writing).  Since the clones are from Mando stock, and she wanted Mando drill sargents (Kal for example), she decided that it would make sense that they (the sargents) would teach the clones about their mando backhistory given the previous Mando stuff about training your successors, so that is where the dictionary (and the info in the Mando article in Insider 86) started from.  She's since fell in love with the Mando's (as they have evolved) and continues to maintain and expand the dictionary for Lucas as an act of love (she has also been trying to get it released for probably six months or more as a thank you to the fans).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1544','68b455a162','','Happy Birthday dude!

Wait, he already said &quot;dude&quot;. Damn.

Happy Birthday lad!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1545','d591b16da4','','That is awesome, and will really come in handy with the Mando movie.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1546','e4bdb55bca','','Ok, I'm coming from chatanooga, and some are coming from Alabama just for the day also... I'll get with Jimmy and see where the Ga garrison is parking this year...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1547','fa8a7d72ff','','If you have volunteers that are now dropping out, please send/post an updated list on our boards. Also please try to have room captains and room mates to us within the next couple of weeks. COSI is wanting a rough estimate and we'd like to start looking at seting up shifts for multiple face characters too. Thanks guys!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1548','bed99bcfb7','','[quote:bed99bcfb7="TK6203"]ok, Thanks Saber,,

Umm I will sound stupid, but what is Barriss??? :)[/quote:bed99bcfb7]

Jedi Padawan.  It's the costume she wore to the Christmas parade.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1549','310a275eb0','','Welcome! This is a great group, youll have a blast! Someday Ill be coming home too I hope!
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1550','74a38aba1c','Star trek Summitt - Birmingham, March 4th 10-2pm','regional star trek clubs, ships, groups etc.. want us to come , set up a booth and give a panel on what is the 501st, costuming etc, as some of their members might be interested in our group. 

Instead of paying 40.00 to go to the event like the public, they have asked 4-6 of us to come as guests for a few hours on sat to do this.


If you want to go, please email me.

Its at the holiday inn - airport in birmingham

We are to arrive at about 10am and our panel is from 1-2pm 
afterwards we will hang around for some Q and A then leave asap!!

Quick and dirty, 


rooster:

Joey
Zman
Crayfish
Ricky -tenative
....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1551','824328a24a','','I think I may be heading over there with T-Bone and one of his friends.  I'll let you know for sure this weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1552','c531f4f018','','BLASPHEMY!!!

There shall be a culling!

The streets will flow with the blood of the non-believers!

Viva la Tambo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1553','32871c64ff','','Recruits? Recruits?! What is the Rebel propoganda crap? We recruit no one! We draft their sorry asses in service to the Emporer. Get with it Palpy! Seriously start ruling with an iron fist not an aluminum hand.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1554','4c3ddc35c7','','Hay becareful I got in trouble for making wrong comments on a public area about eggs in the stomache the last time  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1555','c9151c9194','','Thanks Wookie, I felt stupid asking, and kind of figured it would be the one from the Christmas ( :oops:  :oops:  :oops: ) Holiday parades  :twisted: 


Skip, I like the idea of parking at the end of the parade, I know we took the group pics right in front of a garage last year at the end of the parade...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1556','cc5ec090fd','','Welcome Alex, The Southern Outpost is one of the best places in the Empire, hope to meet you real soon..
Please be sure to check out our up coming events int he pre events area...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1557','0c07aaf1f4','','4-6 Stormtroopers at a Star Trek convention.  You're a brave man Mr. Bamatrooper.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1558','0900bedf7c','','Hay JW, you might want to also post the link to the Chattoinne fan board for him... :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1559','72f6cc87e7','','No problem.  Though I will say that a google search for Bariss has her Star Wars Databank entry as the second link.   :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1560','f308b086b0','','Karen is awesome!!!
When I was sick, umm awhile back, after the release of RC, I got to emailing back and forth with her.
She also sent me a get well card and signed RC book plates, she even signed them &quot;To the real Atin&quot;

 :oops:  :oops:  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1561','7a49836b3f','','Ahh, who is more blasphemist???
The one who yells it, or the one who still has a Tambo shrine erected in his workshop..... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1562','094eb9e395','','I just talked to Tambo this morning on this..
Im sure he will get to you this week...

I think he is also giving people till the close of this weekend to sign up as room captains.

Again Tambo is in charge on our end, so he will have to speak.... :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1563','8b531ee3d6','','I think palpys buttock looking head is starting to take effect of his whole body....

 :rotfl  :rotfl  :rotfl  :withstupid');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1564','84a18860cd','','[quote:84a18860cd="Loki"][quote:84a18860cd]Gena 
Steve 
Essay 
Erin 
[/quote:84a18860cd]

Who the hell are these people?  Are any of them female orientals?  Are they relatives..... Am i going to have to behave?[/quote:84a18860cd]
Well, this picture has Gena and Erin in it. Maria, not listed at the time of your reply, is on the far left. Erin is on the far right. I think you know the other person, too, but he's not coming. I'm not sure if I've met Essay.
[img:84a18860cd]http://people.vanderbilt.edu/~glenn.stein/MariaGenaRyanErin.jpg[/img:84a18860cd]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1565','f00fd993fe','','Ive met essay..
In East LA man, he was kewl, my homeboy, he was well my essay...... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1566','b28fc9ffc1','','Coast con is comming up soon and Mobi-con in Mobile so we'll be at that and hope to meet some of you soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1567','802a20f472','','Mandos spread the word, join the Phoenix Squadron.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1568','e269ee2f50','','Don't have time to read em' now, but I did save em' for later!  Thanks for the wicked link!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1569','b5e8bc31bc','','Thank you guys so much and will look forward to seeing who is able to attend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1570','c845eec50c','','Thanks, Z-Man!  You're awesome like that, buddy. :D 

Joey, that's the exact angle that went thu my head when you mentioned that. :)

We're targeting working with the March of Dimes. They have a Birth Defects wing in Alabama. We're awaiting word back from them. One of our Officers sent out a Press Release to them asking for their assistance early this week, and she'll be following it up with a phone campaign early next week. We'll have a charity to pin to the effort soon.

Also, Charlie (jedicharlie) mentioned to me that you suggested ball games a while back to her. We're going to track down a contact from the Birmingham Barons, since their season starts soon, and see if we can't get a Star Wars day going. If you've got one with any of the Birmingham circuit, that would be good as well. It doesn't matter to me who sets it up, so long as it's stressed to be for Kayla and Kiley. 

Btw, if any of you guys get it, look at your [b:c845eec50c]Birmingham News[/b:c845eec50c] over the next few days. Kayla and Kiley will be featured in a section pertaining to the fact that Alabama is one of only 2 states in the Union [i:c845eec50c]without[/i:c845eec50c] a birth defect registry.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1571','eb6dfc5ded','','Welcome to the Outpost Alex, Nice 501st Clone costume.

Also let's welcome in Wendy Ingram TS-2352 (it's about time) :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1572','c0477e0133','','I'm going to incorporate this stuff into the Outpost Mando Logo for our patch.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1573','1cc9a688cb','','Yeah, gootch... although a few of us from the Chattanooga area are trying to get everything together to join the ranks, we have a pretty good group of us that are in the local Star Wars FanForce. Check it out: [url]www.chattooine.com[/url]. Be sure to get on our message boards (Mos Nooga Cantina) to see when everything's happening.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1574','84fd0f9b09','AxeMando Kais','I'm workin' on some pics for this thread.  Too excited to wait, so I thought I'd get started.  

  &quot;KAIS&quot;  Pronounced &quot;Case&quot; as in guitar box.  :twisted: 

My original character name &quot;soeljurn corre&quot; was cool, but I later learned of the comic SOULJERN, so, uh,  no.. 

I'll make a new background-plate later.  Too tired now.

   **Big thanks for Commander's Jaster &amp; Tambo for all the assistance and guidance so far!   Thank you to Commander Attin for the hospitality this past weekend at the mando-building-bash!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1575','f12c3204c5','','Wait, my Luminara is coming?! YES!! (that would be Maria to those who aren't aware.) She's going to need some help with that costume guys, and maybe a little push to get started. I know she's doing a &quot;damn&quot; Jedi but please?! I need a master. (and no, not THAT kind of master. geez.)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1576','887c353440','','Version #1 of the Sgt. Dark Mando bucket.  Can you say.sweeeeeeeeet!
[img:887c353440]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1727185PatrickHelmet.JPG[/img:887c353440]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1577','7161bc9b2e','','Thank you. Praise Tambo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1578','5db9cb77fb','New users, Do you want to Register for this forum???','To help us separate the valid users wanting to register for this forum from the unwanted spam and bogus accounts that are signing up daily,  I would like to ask you , the new forum user, to post a request here to ask the moderators to activate your registration.

In your post, please include the  account name you used when applying for registration. 


thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1579','f4ce1e1148','','I spoke with the Barons last year and they were interested in us, but we had such a busy schedule compaired to thier home game schedule that we didn't find anything suitable.

I'll give them a call again tomorrow.

If we do this, i'd like to include the SWS group as we always need jedi to '66'   8) !


I'll let you know what i find...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1580','94e638e108','','What colors and brands are these two colors on that helmet?

1) around the eyepiece
2) top part of cheeks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1581','b3859a9aa1','','Lol... interesting, I was going over the list, actually in a way looking for a new mando name... and what do ya know, my name is in there.

Ruusaan   roo-SAHN   reliable one (popular female name)

Good old Karen Traviss, something in there for everybody!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1582','6d46739cab','','Thanks to Karen Traviss I have a new mando name, which is ironically my name.
Ruusaan

Also, while working on some other male mando vests, I've started work on a new one for myself as well. Something a bit more traditional then my first one.

Summer, looking top notch as always. Eventually we'll be suited up at the same time, and maybe with more mando sisters as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1583','4eef6d8470','','Question! I was told on RL boards that they already have a Leia and want to keep it to one face character - I was told I could do a Padme but I'm going to have to scramble to get one in wearable shape... I guess my question is, I thought I was on their roster as Leia already? I have no idea, I just need to know if I need to get something else ready to wear.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1584','ed68df2ce8','','Hay Kell,
Wait for command to answer, but, the way I understand the parade in ATL is it is a GA Garrisson event, thus they get first choice on everything, IE Vader, Palp Leia etc..

This also means that we have no control ifd they say Sorry we have a leia, etc.. I know it sucks, but we have to play by their rules..
If your being told this by the GA Garrisson I would consider that gold and look into another costume..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1585','040f08b284','','Yeah, I have no problem if one of their folks wants to do Leia, it's just finding out this late in the game is somewhat frustrating. I can get a Padme ready, it's just finding the time to do so, now...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1586','98bfffc83b','','Sorry. I made a mistake earlier. Chips birthday is TODAY, March 2. 

HAPPY BIRTHDAY CHIP! 

Again, sorry. I got within a day, though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1587','fadfdf49c6','armor','I agree with Tambo, Summer's armor is the bomb, and is a great example of how to fit a smaller frame with armor, and it fit like a glove.  It was an inspiration for me to take on my wifes costume.  I can't waite to share that with you guys.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1588','ba1ed0c3a4','parts','Tambo, I added the resin part that I got from you.  It adds a lot. thanks

[img:ba1ed0c3a4]http://i29.photobucket.com/albums/c295/toddtaylor/142_0001.jpg[/img:ba1ed0c3a4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1589','96fdd9b94d','','I have registered three times now, still have not recieved the e-mail that will let me in.

I DEMAND SATISFACTION!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1590','549bb33857','','They're cute.  This should be a good night.  I'll have to remember to shower and put on deoderant.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1591','e91937df88','','[quote:e91937df88]rooster: 

Joey 
Zman 
Crayfish 
Ricky -tenative [/quote:e91937df88]

What is with you people and your chicken fetish?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1592','995618ec0a','','So, we're gonna park, get to staging, wait around an hour to two hours, do the parade, troop the underground, and then leave...

What happens if during that 5 hour time span one of us or the kids has to go to the bathroom?  I remember last year we walked over to the Marriott and used theirs.  Can somebody ask the georgia guys if a public restroom is anywhere near staging?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1593','d070534e48','stormshadow's mando helmet','Here it is, I know the visor isnt in yet and the range finder leans a bit but it is still a work in progress. Its paterned after the Republic Commando helmet with the hand prints. I wanted mine to kinda look like a bloody hand print with a bit of splashed blood on the helmet.  

[img:d070534e48]http://pic7.picturetrail.com/VOL183/1444900/7473834/131585524.jpg[/img:d070534e48][img:d070534e48]http://pic7.picturetrail.com/VOL183/1444900/7473834/131585777.jpg[/img:d070534e48]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1594','e1924b49da','','Oh, Oh, I want one!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1595','59e3a216e0','Boba chest armor auction','Hey guys here is the auction for my latest set of armor.
[url=http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=7596080303]Armor Auction[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4688','0d7401c45d','','Yes..I know.. now I really wish I had my trooper gear here now.. I hate waiting for things to arrive...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1597','3ac2957380','','That's what she said.  :lol: 

Oh hells yeah!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1598','3182290e8e','','Hey let me know if they've already got a softer serve style vader. Cause it'll affect how I spend that weekend drastically.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1599','57b5cd0963','','I had a bunch at Coreys..you should of grabbed one Loki...I'll set aside one for you.  You did a great job Hook, The weathering and hose attachment looks really good.  the Gauntlet details will really make the costume stand out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1600','a3462fb702','','Starting to look good Bob.. I'm sorry about your droopy range finder..I need to get metal ones for all our mandos..(I'm working on it)  Time to cut that visor out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1601','b6d27d76cc','','Is that a Tambo helmet?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1602','2409d85602','','Yes it is. And a fine one at that!  Praise Tambo!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1603','ab9ab287e3','','Visor will be cut out tommorow and blue tinted visor installed. I have to go to radio shack and get 2 blue leds for the corners so it will light up like the commandos.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1604','832817c2bf','','Admit it, you stole that helmet from the LFL Archives, didn't you?  






 :mrgreen: 

   :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1605','49e50e1425','New User Account Activation Request','Hi,

I just registered my account for username JW02.  Please activate it when you can.

Thanks

JW02');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1606','2ca969cea1','','rooster!!!! LOL!!!! Kentucky Fried Rooster!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1607','3ad8229257','','Joe, soft serve doesnt long in the GA heat....think of that for your weekend plans...hehehehe');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1608','c41468b3de','','[quote:c41468b3de="kelldar"]Yeah, I have no problem if one of their folks wants to do Leia, it's just finding out this late in the game is somewhat frustrating. I can get a Padme ready, it's just finding the time to do so, now...[/quote:c41468b3de]



Do they have a Mara Jade already?  I think yours looks great.  And there's always the Imp. Officer(unless I'm thinking of somebody else; I thought you had one of those too).  Anyway, just tossin some ideas out there.  I stressed myself out over this parade a little while ago and if I can help someone else avoid it, I will.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1609','c0a99cfcd4','','Thanks Hammer! I'd do Mara in a heartbeat but I'm not sure they want EU characters. I'm talking to them now about doing battle padme for it, we'll see... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1610','0d5d3cb29d','','EU characters?  In case you didn't know, there's quite a few of us wearing custom Mandos.  those aren't even EU.  Wear whatever you want, as long as it's Star Wars.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1611','9709cf7a3d','','Check here--&gt; http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=120

There have been people registering here, with spam accounts, and maybe viruses, I dunno. some of them even have webpages about child 'pictures' and transvestite 'pictures'. It says so in their links. I think the moderators are going to be deleting these useless accounts now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1612','0ad2951ff9','Request for Account Activation','Hi,

I thought you meant to post a new thread, but if not, I'll reply to this post also.. Please activate my account.  The username I signed up with is JW02

Thanks  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1613','94d98c61f9','','[quote:94d98c61f9="InfraFett"]Check here--&gt; http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=120

There have been people registering here, with spam accounts, and maybe viruses, I dunno. some of them even have webpages about child 'pictures' and transvestite 'pictures'. It says so in their links. I think the moderators are going to be deleting these useless accounts now.[/quote:94d98c61f9]

Oops.. I thought he meant post a new thread, not reply to his original post.  I did both now, so if this thread is not what he meant to do can an admin delete it please.

Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1619','facf55d3e0','','Yeah check on that for me Skip. 

If they don'tone then  have me added. And I'd love to march with the clones again. I'll jump at any chance march in front of our blue clones. I love you guys  :?  :oops:  :cry:  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1615','cf2ebf7b2d','','I have a GRIPE, I think all people that post on this board should put the givin name under all post then put nickname under that. I can not keep up with all these avatar pics and nicknames.  I know alot of the people in the SO, just cant keep with all you wonderful people. Sometimes I feel like pulling my hair out, atleast what is left of it. lol

Brad Link
Tk4793 
Platnum Brad
Lumpy
Lunchbox
Trooperbitch');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1616','09f197af89','','Looks great Bob, and I already know your Mando name!

Wilson 
[img:09f197af89]http://knoxlotr.8m.com/rg/castaway.jpg[/img:09f197af89]

 :lol:  :lol:  :lol: 
Just joshin ya, love ya man. Looks awsome!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1617','2d14b016fc','','LOL yeah i'd forgotten about that. I'm waiting to hear back, trying to decide on battle Padme (do I want my feet to hurt but still be able to move easily?) or senate Padme (do I want my head to hurt but look a bit more impressive?) Haha, oh the choices.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1618','888db62393','','ok here it goes,

1)derek
youve been added as no emporer was listed,so your IT unless somebody in GA steps up,in which case you can royal guard it.

2)spanker
youve been added as Barriss offee

3)Kell
Amy hampton from the GA RL is listed at leia.she got dibs since its their deal.you WERE listed as leia or padme.your status is now changed to battle padme,which didnt you have at MSC 2 years ago?

4)Loki
yes custom mandos are alright if its just a couple.we dont want to overdo it.they would prefer TKs to custom mandos
yes we will be out in nowhere and bathrooms will be awkward.but there are restaurants like that hooters that we pass by.we'll likely scope out a bathroom before suiting up for us and then make the kids stop somewhere on the way.troopermom wont let you down! 

5)tracy brown
i dont see a boba fett listed.if you want to come and do boba please let it be known.they will consider that a &quot;face&quot; character and if a local wants to do it then they get dibs.likely we'll seperate the custom mandos from the jango and boba.but its their call.

6)joe
they do NOT have a soft vader listed.ill post the question to them.if its alright do you want to be listed in the database and roster?
last year we had the clones out front and vader way in the back,just like the xmas setup.so it shouldnt be a problem.


lastly, does everybody have rooms for friday night and what not?
do you know where were staying?
also,i know a number of us wont leave till friday after work sometime.im sure a caravan to atlanta will happen.watch for details.obviously you can ride down anytime but if you would like to meet up let us know.
and be sure to get your FRS radio this is one time i can assure you youll need them.especially if your following me in atlanta(dont get hammer started on this please :roll: )');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1620','9ef0e2d80a','','Whoops, I posted this on the dragcon thread on accident.

Yeah I'm going for sure, mark me down on the list as a TK.  Might be bringing a friend along as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1621','d20f3bf7b5','','Thanks Skip! Amy is a great Leia so I don't mind at all. That's the same battle Padme, I just need to fix a few things on it and make new shinguards. It's either going to be that or Senate, I can't make up my mind.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1622','e9db07ede5','','Kell, I agree with Hammer.  Your Mara is fantastic!  Plus, don't you want to be with the real good guys :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1623','dcdb9f04e5','','i added Gooshy to the roster.

if any members are riding in saturday morning and are going straight to staging then we'll watch for details from the GA members on where they are meeting.
ill pass that info on here.
i know there are 2 staging areas being considered by the GA501st.
1)is to go to the end of staging(meet up with us) and walk to the beginning
2)is to go to one of the marta/train stations just north of town,suit up in the parking lot.ride the train in to atlanta.the good to this plan is the parking is free(train is not free).but youll have to be in costume from 10am till the parade is over.then after the parade youll have to ride the train back to your car.
they did this last year and i think it worked pretty well. i wont be offended if anybody wants to meet up with them and do that.but i want my car there at the end so when im ready to go i can go.

ill let you know if they decide anything for sure.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1624','d571351af8','','Yeah, wear the Mara.

As for custom Mandos, I think only Chase, me and Hammer are wearing them, so we won't offend the GA guys by rolling out our full compliment of 20+ :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1625','cfdeac62af','','Heck, I'd even rip out my old Dark Jedi costume...

... although, I love my Tusken. heck, I'd bring [i:cfdeac62af]both[/i:cfdeac62af].

Thanks, Joey. Whatever ya can get setup, you can count on the Syndicate to be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1626','74142cc781','','Thats awesome, out of everyone ive ever seen that is probably one of my favorite custom mando paint schemes. It has a small color palette and all the damage is exceptionally well done, better than I would do on a custom. I love it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1627','2a5ad6bc8c','','Karen's a lot like that, Atin:  she says she can't [i:2a5ad6bc8c]stand[/i:2a5ad6bc8c] to read, and certainly doesn't do so for pleasure.  She's read quite a bit on business, keeping up with the continuity for SW and so on, but for hobbies she'd much rather jump on Republic Commando or Battlefront II and blow Rebels/Trade Federation/Jedi away.  'Course, then she gets on message boards and forums and writes three-- no, four -- blogs and answers email and ... no wonder she doesn't read, I guess. Her eyes must be too tired.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1628','4f9d91f92e','','I'm not having birthdays any more.

Webmaster Chris's birthday is March 25th.  For his birthday, I believe he would like: 
[list:4f9d91f92e]a free coupon to send anonymous traditional redneck asswhuppins to certain salesmen ...
even more feedback on his current story ...
a trip in Crayfish's time machine ...
aaaaaaaaaand maybe another one of those coupons.[/list:u:4f9d91f92e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1629','836cd903d1','funny','WILSON, now that is some funny stuff,,,,, love the wit');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1630','d3cc569962','','Yeah, that man needs a sammich.

Oh fudge, it's lent, no meat on Fridays for me.  And what good is a man with no meat on his bones??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1631','73dcb8090d','WANTED: Wheel chair!','A wheel chair. This isn't a joke. I'd use the one I used to have to use but I borrowed it from my church at the time I didn't wn it. I hope that bumper sticker came off now that I think about it...

A regular wheel chair. For the purpose of modding at a prop party. 

I may have not been able to recruit any one else but Derek is gonig to be Prof. X. Help me help the Prof. If you know of any place to purchase a wheel chair in decent condition. Color is not important but a black, brown, grey, or blue seat would probably work better.

So please help and start thinkng wheel chair mod. cause we're going to need help there. 

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1632','8eb2bcc0e1','Darth Sidious','After the grueling Shelbyville parade, I was told that I should do an emperor costume. I happened to have some fabric in my car, and thanks to Rose, I had a robe the following weekend for the parades. The fabric was the wrong color, but it worked. Here is a picture of that robe.
[img:8eb2bcc0e1]http://people.vanderbilt.edu/~glenn.stein/Parade/images/Hendersonville05Parade0016.jpg[/img:8eb2bcc0e1]

At Atinmmy Con, I had the proper fabric, and thanks once again to Rose, I now have a proper Sidious robe. Here are some pictures that were taken of it  tonight.

[img:8eb2bcc0e1]http://www.dwrd.net/sidious/1.jpg[/img:8eb2bcc0e1]
[img:8eb2bcc0e1]http://www.dwrd.net/sidious/2.jpg[/img:8eb2bcc0e1]

I still need to work on getting the makeup to look better for this one, but I think it works. What you don't see are the yellow or red contacts that really freak out people when you look at them.

Any suggestions of stuff to add or change?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1633','628af5e79e','','Yeah treat me with some respect damn it. I'm your goto man. Try beating up on the red guards for a change.

But seriously dude. I like it. Maybe in the future prosthetics. But it's come a long way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1634','5cf3aa5ea3','','Once I make the prosthetics for the Red Emperor for D*C, I will use them with this one as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1635','abc72dbe2c','','Corey, please change my costume on the roster to emperor.

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1636','ca30e9c61b','','That reminds me does anyone need a roomie? I dnn't smell. I don't snore... I think. I survive glomps. And what else? i'm cute. So yeah vote Slim for roomie `06! Or some such thing. Seriously who wants me? Any buddy?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1637','d3ec213eb2','','[quote:d3ec213eb2="kelldar"]LOL yeah i'd forgotten about that. I'm waiting to hear back, trying to decide on battle Padme (do I want my feet to hurt but still be able to move easily?) or senate Padme (do I want my head to hurt but look a bit more impressive?) Haha, oh the choices.[/quote:d3ec213eb2]



I'd say go for Battle Padme and get some Dr. Scholl's insoles.  I put those things in just about every pair of shoes I own.  Oh that's right.  I'm gellin.'






[quote:d3ec213eb2]and be sure to get your FRS radio this is one time i can assure you youll need them.especially if your following me in atlanta(dont get hammer started on this please  )[/quote:d3ec213eb2]  


[evil laugh]
MWAAH.

AH.

AH.

AHHH, screw it.  It's too easy.

 :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1638','e522c1d5cc','','Whenever you're inside at a con, you should scootch your feet across the carpet and then shock people and cackle.




And yeah, that Shelbyville parade almost did me in.  I had blisters where I'd forgotten I had skin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1639','9c4c0afb14','And now for something completely different...','Patrick Stuart, as Gurney in Dune, yelling... with a pug in his shirt.
Raaaaaaaaaaa....
[img:9c4c0afb14]http://knoxlotr.8m.com/rg/dunepug3.jpg[/img:9c4c0afb14]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1640','da26c6faa4','','That looks great Derek!! Freakin awesome. :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1641','19b8ebad91','','House Atreides!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1642','51bb31bd36','','[img:51bb31bd36]http://img155.imageshack.us/img155/9928/themontypythongangsayspaintkic.jpg[/img:51bb31bd36]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1643','330e8205b5','','Im sure Karen, just like Banzai and myself say that because it never fails that we all, especially someone in Karens position IE a SW writer, we get people always asking us to read their manuscript..

It is not that we dont want to read the MSS, but it just gets to be to much..
I know Banzai and I are more than happy to help up and comming writers, especially close friends, it is just a matter of time etc..
When I owned the publishing business I hated reading MSS from people (sometimes almost 1000 a week) you would not beleive what is out there.. 90% of them could have been done better if my son wrote them...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1644','50cc517f6e','','Loki,
Dont forget to also wear clean closthes, shave and wear pants!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1645','5715f31072','','Kell,
Im with you... :)  :) 

Joe, I will ask this weekend who I can find out from. Im not in command staff or anything, just trying to stay on top of the  events list etc so I can make sure the rosters stay updated.. But I will be more than happy to try and find out what they have and what we need to have etc...

Atleast as a Sniperscout and STAPway trooper I know no one will have the same as me  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1646','75e288e2a8','','it must just be you Loki, I got my email within an hour after registering.. It could be racial!!!! :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1647','a62ea1311a','','Derek,
Awesome job man!!!
You are really coming along..
I have seen a couple of Emps done over the past year and have to say yours is number 1 in my book!!
And no Im not just saying that cause your a brother in the SO.
One Emp I saw last year used a lot of latex for the face and it was horrible, it was a good try, but just looked fake as most Emps do..
Yours is the first and only that looks real, even I want to bow before you, but alas, my devotion is to Tambo.. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1648','dd08875657','','Brad, you have to post 300 times a day, then youll know all the knicknames  :lol:  :lol:  :lol: 

Seriouslly though, I get the same problem here, especially when Im doing the roster updates.. I feel bad in a way cause I know everyones name, but in here they will post either different avatar or with just a TK number and Im like, ok who the heck is that.... :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1649','cf9f65054d','','man, I would marry Patrick Stuart!!!

Did I say that out loud.... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1650','f3673f1cbd','','Damn, where was I  :lol:  :lol:  :lol: 

This said adult thread, but think we all have as much energy and goofiness to be called very large kids..

I have to say this  was a great party..
You all are what made it great though... We need to do this more often, oh wait there is another party on the 11th of March, I got to make that one  :lol:  :lol:  :lol: 

Seriouslly though, thank you again to everyone who helped at the party and for everyone that was there.. It was awesome thanks to all of you...

Dont want to get mushy');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4683','62f8c863e0','','You will have a Vader there as we talked about.  Now we just need a trooper or two to help balance it out.  Who's with us?!  *looks around for support and runs out the room like in animal house*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1652','016184fce4','Light as a feather, well almost','OK, I know this is stupid, but I had to post it..

I have been on a diet for the past month.. I had been up to 260 before the last surgery, then was down to 240 and was holding pretty close to that..

So my father (who has now lost 40 pounds) and myself started dieting a month ago..

Well this morning I stepped on the scale and I was almost ready to fall over.. Im at 223 pounds!!!!!!!

My goal is 215. Which was my weight when I was a pilot and is my ideal weight..
What gets me is, we have just basically changed the eating habits, not really dieting per say.. 3 good meals a day, splurge every so often (1 allowed a week) etc..

I know my specialist I will see next month will be impressed...

Now if I can quit smoking cigars, I would be atleast 75% in the good health of mind.. But that Im planning on doing when I go on the cruise in April...

I know stupid post, but I needed to scream it from the rafters as Im kind of proud of myself.. Mostly though Im proud of my dad as he REALLY needed to lose the weight....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1653','acf5a61d74','','Congrats! Dieting is HARD, and sticking to it is even harder. It is a good feeling when you surprise yourself with how well you're doing... so good job... to both you and your dad!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1654','cde9fb8e0f','','We all feel that way. Patrick Stewart trancends sexuality.  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1655','a874841cd7','','Welcome Alex and Ponytrooper. You'll find the troops down in 'bama are a good group of guys.

Wendy, good to see you in armor. Welcome aboard!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1656','0b618614bf','','[quote:0b618614bf="TK6203"]Brad, you have to post 300 times a day, then youll know all the knicknames  :lol:  :lol:  :lol: 

Seriouslly though, I get the same problem here, especially when Im doing the roster updates.. I feel bad in a way cause I know everyones name, but in here they will post either different avatar or with just a TK number and Im like, ok who the heck is that.... :)  :)[/quote:0b618614bf]

Thank God! I thought I was the only one who didn't know who's online!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1657','78c904daef','','Way to go, Atin! Now damnit, PM me with details so I can quit being a lard-ass!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1658','e9e1afd86e','','Corey, Man that's great!!!! Keep up the hard work!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1659','b9566be658','','got word back this morning Joe,

you good to G.O.

so find some roomies and we'll see ya there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1660','ad1dfff808','','Dude that is swwweeet!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1661','e68c86cc8f','','Yes, most Next-Gen fans would apparently agree with you, as one of the rules in the Star Trek Drinking Game is to chug a full beer whenever Picard appears on screen in his &quot;chest-revealing bedwear&quot;.

I'm just sayin...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1662','7080a3d70a','','I think I know everybody on the board!!!  who is this z-man fellow though!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1663','3a3569db85','','Sgt. Dark, That is just too freakin awesome.  Can't wait to see the rest of it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1664','381d5416d6','','This is getting too weird.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1665','385c351ee4','','Awesome!!!!!  I love it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1666','0da2073ed5','','poor Mark...

In honesty though.. I have liked Picard ever since STNG premeired. I remember everyone at the time was sooo scared he would not hold a candle to the original (kirk) etc..
But STNG took on a life of its own and held itself very well..
On another note, Im also a fan of Enterprise.. Sucks they cancelled it!!!!
Scott Bakula, who I worked with on one episode of Quantaum with (ask Angi or Rose, they know the story) He is an awesome person!!! I also felt he played a great role in Enterprise..
I just wish the Enterprise writers would have stuck with the time war when they had a chance, that would have been awesome. Nothing more in your face than Nazi aliens that managed to split the USA and had the White House draped in nazi flags (no Im not a pro nazi person, just like good alternate history)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1667','b08b6a9a49','','jw02 is activated.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1668','5a741e6d50','','your activated, welcome aboard!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1669','030a7b2228','','Excellent.  Looks like a top notch job!  Did you make the cane?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1670','d87c3b1f2c','','Thanks everyone..

Zman, no need to PM it, it is all very simple, somewhat like writing (HINT)

First is mind set. You HAVE to WANT to do it..
Mind set goes beyond dieting. You cant look at it as dieting and at everything you will give up..
I looked at it as. Im not in good health as it was. My weight only was adding another nail to my coffin.
Choices. Eat hardy and never see my son grow.
Eat good lose the weight and live longer and see my son grow.

Second, I did not want to eat bird food. So I got a weight watchers cookbook.
They have great menus, great recipes and the meals are many times more than we can eat..

Example:
Breakfast:
1 egg
English Muffin
little margine
Sugar free Smuckers Jam
Yogurt
Coffee
Grapefruit or Tomato Juice

Lunch:
Big salad
Roast Beast sandwich on whole grain wheat
and some fruit, an apple or orange

Dinner:
Salad
Chicken and Biscuits (in the cookbook)
vegetables
Orange Zima

Dessert options:
Yogurt
Frozen Yogurt
Manderin Oranges with Orange Curusa (I cant speel that word)
Fruit cocktail


That is what we had yesterday for our 3 squares..
We dont feel like we are dieting. We get more than enough foods, but the fat and calories are really low.

Also I drink lots of club soda, I still have a regular coke 1-2 times a week..

When my dad started he stepped on the scale and it just said error, this is for real.. With in 2 weeks he finally could weigh himself. A month later he is losing major pounds..

A big key is also free foods.. IE Carrot sticks, veggies, Rice cakes etc..

he other key is, once a week, one meal you splurge, eat what you want with no regrets..

Another thing to is I listen to my body when it is craving something. This is usually ignored by most and it is a good way to tell what your body needs...

A lot of times people will over eat because they stuff full of junk food. If they would listen to the craving, IE is it chocolate, a steak etc. Indulge that craving, but dont over indulge.. Then you wont be hungry because your body is satisfied..

The other thing besides food and liquids is excercise. Take stairs when you can. Walk when you can etc. You can eat nothing but lettuce, but if you dont get excercise, you wont lose the weight, or atleast not effeciantlly.

Also we make sure to take our vitamins in the morning to be certain we are staying healthy on that end..

Once you get into the swing of things and have your brain and body trained, it is all so easy to the point I dont even think of losing weight, it just happens.... :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1671','fde08bff28','','Isnt Zman our CO???


[size=9:fde08bff28]Disclaimer: Zman is a mental case with Jessie Jackson Syndrome, please excercise caution when approaching or interacting with him.
If he gives you commands, just nod your head and say yes Sir, walk away and go about your business.. You know like we do with command now[/size:fde08bff28]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1672','56e4dda1e3','','No knt your not the only one.. I sometimes will be talking with some one over and over on hear and then they change something in the sig or avatar and Im like, who the heck is this person... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1673','5be7a42133','','No, it is the MR cane. I am going to make one to use for triooping, as the MR cracked during the Christmas parades.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1674','1e92dcd378','','[quote:1e92dcd378="dwrd"]No, it is the MR cane. I am going to make one to use for triooping, as the MR cracked during the Christmas parades.[/quote:1e92dcd378]

Damn, that's ashame it cracked.  What material will you use to make one?   That will be an interesting project.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1675','572d940e22','','Long live the FIGHTERS!!

Long live the PUGS!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1676','19a536acf5','','Wood, jigsaw, router, dremel, paint. That should do it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1677','efb43e1064','','You make it sound soooo easy.  :wink:  

Excellent Sidious costume. Can't wait to see this in person... my master....   Did I hear you say you were doing the red robed version as well? Whew! That'll be sweet!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1678','47b84e4cf2','','Yes. The red robe should be ready for Dragon*Con complete with prosthetics.

The cane stuff is all theoretical. Though the list of items is small, it will take many hours of sitting there working on it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1679','3ca6f478c9','Hoth Olympics','http://hoth2014.com/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1680','68bd9aed29','','Happy Belated Birthday Jon. 

Also, since Tim doesn't surf here much, tell him Happy Belated Birthday too :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1681','556ea22e4f','','Happy Birthday Betty');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1682','1b6034ca2a','','GREAT JOB');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1683','b7895f72ec','WANTED Silver Slave 1 Titanium Die-Cast','Looking for the chase Titanium Ship (Slave 1) it is solid silver and should have a Galactic hunt sticker on it.  These have just started to be found.
Pick one up for me if you see one and I'll get you back with Tambo goods or cash.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1684','b0ff6eb824','','Looking good, but I need to get some better pics, so we can see the Eyes.  Remember the Sith Lords need to not only be approved by me, but Legion Membership looks over these costumes in detail.  Can't wait to make you a full member bro.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1685','7c74956aa7','GGGGRRREAT','props dude, I am on a similar journey.  I was 185lb up to   the age of 35, now I am 225.    Hmmm, that is when I got married.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1686','a44d351137','chair','Hey Joe
You may want to keep an eye on Graigs list.  You can pick up stuff there for next to nothing.  In some cases people just want to get things out of their house and get something for it.


http://nashville.craigslist.org/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1687','2891b97df4','','Way to go Atin!  I'm not to sure about the new Waif version of you.  I still liked you when you were big, even if people called you names and poked your belly.  I killed two people that called you names and they no longer exist..I even made it so no one in the Outpost even remembers who they were.  What about all the poor folks at the China Buffet?  How are they going to make a living now?  I bet you did not think of that.  You skinny Waif people always just think of yourself.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1688','2b052865e6','','haha, that's great.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1689','74ce1bb23d','','That's what I'm talking about!
Patrick Stuart, House Atreides, and pug dogs are sexy!

What else could you want in a random thread?

Here you can clearly tell the pug is thinking about escaping to it's beloved Stuart.
[img:74ce1bb23d]http://knoxlotr.8m.com/rg/dunepug1.jpg[/img:74ce1bb23d]

Freeeedoooom!!!
[img:74ce1bb23d]http://knoxlotr.8m.com/rg/dunepug2.jpg[/img:74ce1bb23d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1690','f6855d657c','','The Chinese buffett still lives.. I go just not 4 times a week anymore..
Besides for the most half Chinese food is good for you. Lots of veggies etc..
My splurge is the sushi, IE the rice, but still I have it 1 a week and Im happy..
Besides I can not deny JR time to visit his Asian girlfriends  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1691','3fdcec4e9d','','I want to see ALL the PUGS, a big pack of them, on leashes! I want them now!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1692','a2c4817c14','','This post isn't silly at all. Last weekend I couldn't shut up about how proud I was of myself for finding a &quot;diet&quot; that worked for me. Wish you had said something, we could have patted eachother on the back.

I realized the same thing the hard way, it didn't really matter what I did or didn't eat in your diet, because I'd just end up substituting it for other calories in the end. It's all about portion controll now. So I've learned to eat on a pretty strickt &quot;eating schedule&quot;, eating certain sized meals durring the day, and eating only yogurt or water, nothing else, at night, and it's worked wonders.

Heh, we're loosing weigh but we're still getting big heads. Congrats man, your lookin good!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1693','19ab14e22a','','[img:19ab14e22a]http://photos.meetup.com/photos/event/b/c/1/event_3009.jpeg[/img:19ab14e22a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1694','5c81ce136a','ABS Sheet','Can anyone recommend a source for finding 1/16&quot; ABS Sheets?  I have contacted a couple of local plastics companies but they do not have anything that thin (and can't order it).  I really only need a small amount but will get a sheet if I need to.

Also, any recommedations for glue and accellerant to use with the ABS, possibly wood and pleather.  I'm guessing a hobby shop is the place to get it.. going to Hobby Lobby tonight to look for some.  

Also picking up some glue sticks, again, is  there  something that I should look for or avoid?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1695','ce6ca8687d','','hmm.. I can probably get the plastic I need from a cheap bathroom trash can.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1696','3daf1a5453','','I don't know of any place around Chattanooga. I know a few places that you can order from. Are you only wanting ABS or would Polystyrene work, because I already have several sheet of that at home but it's 3/32&quot; thick.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1697','03b4fddc5b','','Nice to see Wendy has also joined the dark side, about time! We wanna see pics!  :wink: 
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1698','8d7512f5ea','','That's really looking good. I have two suggestions. First, is not to stand up straight in the picture. That's one thing you did really well in the parade. Second, could you possibly yellow your finger nails. I don't exactly recall what the Emperor's hands looked like, but I think ugly nails would be a step in the right direction.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1699','e84caffe69','','I saw that. It seems to imply they would want the games at the location where they filmed for ESB, but they never say where that is or anything on the site.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1700','ab6c9cad56','','Wow, 4 minutes. Pretty quick there, Atin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1701','b5b71e71ee','','Hey troops,
The library is asking if we are going to be able to do this. It's just over a month from now. Please check your schedules and reply here if you can do this event. I would say we need a bare minimum of 4 troops to make it a good showing. I told her that I would give her a definite answer by next Friday the 10th. If there has not been enough interest by then, I'll tell her we can't... 

For travel plans and distance here is the exact address of the library.
120 Memorial Drive
PO Box 187
Decatur, TN 37322

I'd love to help them out so PLEASE think about whether or not you can make this one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1702','5c884cd8a1','','Is it in a single package or does it come in a set of 5 like the other solid silver ships?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1703','3b3881cdb8','','Single packaged.  looks like this.
[img:3b3881cdb8]http://www.collectinghq.com/im/0006999.jpg[/img:3b3881cdb8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1704','42b6fe692c','','I must admit, it looks damn good. I think you found your calling in the costumeing world. We will need to work on your hands though. with the low sleeve, we can do JUST the fingers, won't be hard. and no yellow nails. You need &quot;f&quot;ed up nails! Broken and yellowing, decaying, and nasty. THink.....the promo poster for &quot;Saw II&quot;. Again, easy enough. Some fake nails, screw em up, saw em down, etc. 



But I still won't call you master. Will never happen buddy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1705','6d9b33a6aa','','SLightly off topic, but I do want a costume for the movie premiere, even if it's not too fabulous.

 You want Rogue or Jean? Rogue would, I admit, be easier for me to do at such short notice.

And I'll see if I can't find a wheelchair somewhere too. They're in great abundance when you don't need em!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1706','009775015e','','Derek, looks awesome...love it. Just dont listen to Tambo, he is trying to recruit you into his Jihad and sect. The Tamboban. He just likes to felx his muscles because he has eyes on his helmet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1707','e4d8e3507c','','Itssajoke.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1708','9a6886139f','','in my profession [size=9:9a6886139f]drain on the econamy[/size:9a6886139f] You have to be fast  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1709','d0abd11aa5','','Oh my dear Corey, how you have pleased me... yet again  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1710','41407192b0','','Saber,
The Saw 2 pic of the fingers would be perfect for Dereks Emp!!!!

Hay Chase, dont be puttin down on us Tamboban, we will go jihad on your goat!!!!! :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1711','e3d9d23307','','Drax,
I will keep the roster updated on the pre event roster thread..
I will also ask some of the Chatt town people if they can help, when I see them Sunday..
If you already have some people signed up can you let me know so I can add them to the main roster thread..

Myself I must appolagize, I will be in the Pacific Ocean that day   :lol: 

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1712','75ab40711e','','Crash has a goat?  Well that explains the back problems.





 :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1713','3d0cc12079','','The Emperor is old, but I don't think he is hands on enough to have nails that look like this: 
[img:3d0cc12079]http://imagecache2.allposters.com/images/AQUA/24-296.jpg[/img:3d0cc12079]
but of course, the ones they sell look like this:
[img:3d0cc12079]http://imagescommerce.bcentral.com/merchantfiles/4732387/RUB-2408-Ca.jpg[/img:3d0cc12079]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1714','006241492e','','I am ashamed to say, I know almost everyone by their number.  I may not know their real name, but I know exactly who's posting when it says TC-760, SL100, TD152, 6203, 8866, 5573, ect..

Sad, really.  Soon we will all be just numbers with no name.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1715','c53cbf11bf','','Tambo created Arrakis to train the faithfull.

One cannot go against the word of Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1716','526d97c2ca','','Derek is going to be the Prof?  Do I get to shave his head????  Come on Big D, we'll do it together!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1717','c11c209f52','','I have noone that hasn't responded on this thread... which means so far it's just Joe...

I hope we can get some more...

[quote:c11c209f52="TK6203"]Drax,
I will keep the roster updated on the pre event roster thread..
I will also ask some of the Chatt town people if they can help, when I see them Sunday..
If you already have some people signed up can you let me know so I can add them to the main roster thread..

Myself I must appolagize, I will be in the Pacific Ocean that day   :lol: 

Thanks[/quote:c11c209f52]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1718','6d6443086a','','You should try goodwill, thrift stores and flea markets. Might get one relatively cheaper that way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1719','e07ca6aea9','','For he IS the Kwisatz Haderach!

And he shall be known throughout the galaxy as Mau'dib... Tambo Mau'dib.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1720','698d3e0791','','Yay for Saw II hands!

Ignore Lil Steiny! He split coffee on the death ray plans.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1721','10ffbd67b5','','Ah, quitcherbitchin 4238.  I swear you're almost as bad as 7200.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1722','fd512bae2e','','Thats actually funny that you say that Rose. When I was explaining the helmet to Jester at the prop party, he said the very same thing....Wilson it is.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1723','66abdc8476','','It looks great. It see similaries between your pictures and some of the scenes from the movies. Kind of like in the newer DVD version of ESB when The Emperor contacts vader through the hologram');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1724','aee84200e2','','I'll check those out. Incidentally I actually might be able to do a movie version of Cyclops too if I can find enough referance photos for my person.

Derek was gonig to do a bald cap Loki but maybe if we get him drunk enough or he passes out...   :twisted: 

And Danielle, that's up to you I can send you links to a cheat spandex superhero costume site if you want a comic version. I'm getting stuff from them for my Cyclops that even anti-spandex-on-guys Ryan though looked good. But personally I'd say a Jean cause I like the character. Plus redheads can be *growl* but seriously if you like Rogue better, do Rogue. The long hair on her in the enxt movie costume looks smokin'. It'd be you're costume. But yeah sicne you asked. Jean... Phoenix, movie, or Ultimate (the longer hair version unless your looknig to chop your hair down, but please don't you have pretty hair). None of her older costumes or newer stuff after that it doesn't looks so good. 

But yeah wheel chairs... I'll check those places.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1725','b05ac1f1de','','I'm shacking up with the Emporer. So no worries. Thanks Skip. I raise my fist in a triumphant &quot;Oh Hells Yeah!&quot; salute to you my friend. You guys have a knack for making a person feel special.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1726','b3f90388f8','','Yes, Derek reminds me of a 30 foot hologram of the emperor's head. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1727','4886906b37','','Just as long as we don't discuss that newly surfaced deleted scene from ESB where the Emporer contacts Vader from his er um &quot;throne.&quot; I mean those faces Palpy made. And that exsurtion noise he made. If you zoom in on Vader you can see him blush from embracement through the armor. It was crazy.

Derek man we get you a new brush to thin the lines do your whole face to show off the eyes and do up those hands and boom you have SL numbers like another 3- 6 weeks  from then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1728','b9c3e530fb','','I found it.  One walmart had 4 of them...not much of a treasure hunt.  Now if I could only find the new clones.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1729','7e18aee797','','I got that during my day job.. when co-workers found out that I'm an author, boy did the manuscripts come out. I read them all...

whew

some weren't bad, some were .. well.. just not gonna go there.

And the hard part is giving feedback. You know how long they tooled over it. You want to help but sometimes you just want to say &quot;Being an author ain't like dustin crops boy!&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1730','7cb11f79d4','','xmen are cool but i dont know about the costumes.would they be popular at cons and stuff? id guess so but never have seen alot.

Beast would be killer,hhmmmm...no......... nevermind........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1731','faa33642ca','','That is an awesome looking helmet.  I wish I had that talent.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1732','488a1f6d8f','','I'm going to give the flightsuit and accessories one more week then I'll put them up on eBay. If anyone's interested send me a PM.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1733','a8e21e2d04','','Well given the fact that in both forms of Nightcrawler (comic and X2) Chip has had the &quot;can't move 5 feet due to pics syndrome&quot; then yeah X-costumes are popular.  At least as D'con.  And there was a Rogue and Gambit at last MidSouth Con that was real popular, though those were more of a custom interpretation.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1734','33454a9081','','I didn't mean any offense in my post. I just meant that both pictures looked great.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1735','4e28c9dac0','','But not nearly as bad as that 718... man can she whine!

All hail BH1128!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1736','a0f79db5f8','','If Feyd wishes, he can meet you with MY blade in his hand.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1737','9579406cdf','','Bring on the flaccid Vader');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1738','6f7c496629','','Give into those temptations Skip you could do a beast. You could. *eerie reverb* Hank McCoy Hank McCoy.... Beeeast woooooo.

So yeah but wheel chairs... wheel chairs Derek we'll go shopping next week for one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1739','a0c2efeddd','','And you didn't offend anyone so... mission accomplished.

Derek reminds me of those new axe comercials...

Want to forget your hook up with that senator now that she claims that the kid is yours?

Join the Order of the Sith for Evil mind and body. And your Axe: Darkside bodywash.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1740','675c36c600','','I wish it!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1741','d80f02e09d','','The Emperor's blade, then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1742','98e01402fe','','I just had to.....

[img:98e01402fe]http://i23.photobucket.com/albums/b375/loki41872/alien028.jpg[/img:98e01402fe]

[img:98e01402fe]http://i23.photobucket.com/albums/b375/loki41872/alien025.jpg[/img:98e01402fe]

[img:98e01402fe]http://i23.photobucket.com/albums/b375/loki41872/alien029.jpg[/img:98e01402fe]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1743','4946aaa546','','Noooo. The face hugger can not penetrate a mando helmet! Inconceivable.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1744','acd00b2328','','It's a Mandalien.



Rose should be wet now');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1745','14e115a8d5','Atin's Revenge','Must be Karma or something.

I broke Corey's $10 Imperial Shuttle plate.

Tonight, while playing with a lightsaber, Lori hit my $150 ANH plate and shattered it into 1000 pieces.

I'm gonna throw up now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1746','7e96337a42','','And that's why we don't sword fight in the house boys and girls...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1747','c196ef6535','','Or play tackle football');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1748','e329b4f7e1','','Pretty cool idea Bob, reminds me of the Urakai from LOTR. Are you planning on having other weathering on the helmet or just this?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1749','fc5b8efb07','','It's sooo beautiful, yet so... confusing. My brain isn't quite sure what it's looking at, but my body is strangely drawn twards it...

Oh, and if anyone didn't know it already, I'm a bit of a freak.

Great work though Loki and Skip, it's lookin good.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1750','27d75272eb','','Damn.  Playing with fire as usual, '38.



 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1751','65dee6999d','','Shoot 7200, wait untill I start yankin' on 2824's chain!  If I make her mad enough, i can distract her while 100 makes me some more Alien parts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1752','a58053f18b','','Or drive a car. &lt;_&lt;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1753','d54dbc1c09','','Yeah, but yank too hard and you won't have nothin' to put those parts [i:d54dbc1c09]on[/i:d54dbc1c09].


 :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1754','35fec9add0','','Thanks for the compliments.

The hands are on the list to finish the costume. I was at performance today and got a new makeup brush and some other colors that will allow for smoother makeup for the costume.  I was kinda going for the Sidious from the prequels before he gets toasty, which wouldn't require the nails, but I will go on and convert it to a full out ROTJ, especially once I get around the making the prosthetics.

Tambo, I will get some pictures taken that show the eyes on Sunday in Chattanooga.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1755','c8d9b53a98','','Theres more blood on the back, where I f'd-up the indentions.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1756','cd4d975eca','','I laughed at 100% of that while only understanding 85%. 

So many numbers... are we ater converting to binary?

 :?: What is Oh Hells Yeah in binary :?:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1757','a17458d794','','[quote:a17458d794]What is Oh Hells Yeah in binary [/quote:a17458d794]


1000100111100010101011110101100000110101101010011010010100001 1101111101010101010001010101001011011110000000010101001001101 0101011100110101001101010101010101000001110110101011010101010 1010101011111101000101010101010101010001010110101010010100010 1010110000101010101100110101010001001101000110100101010101010  101010101010101010101010101010101111111110000101010010101010 
1010101001110101010101010101010100011101010100010101!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1758','8e93b188ad','','It's like that movie &quot;The Fly&quot;... Now you need Geena Davis. 

Very nice! Great job, guys! Saving the head for it's debut, eh?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1759','f650d032fe','',':pimp  :pimp  :scared  :pimp  :pimp');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1760','b533f3e631','','Umm Loki,
You messed up on the mid 11001, it should be 101101    :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1761','ff1eb147d8','','They have lots of practice with special trooper #1 MEEEeeeeeeee
TIMMMMMMY!!!!! :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1762','286953ea7b','','Ill keep an eye out Drax, I will also ask Chatt people tommorow for you, I dont think some of them are in this area of the forum yet, but very close to being... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1763','5f901755b0','','As long as it is not Dereks Anime Blade  :lol:  :lol:  :lol: 

Luv ya Derek :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1764','45549891e4','','Banzai, I have lost a few friends, because of honesty with their MSS..
Another reason not to read them..
I uderstand to how long some toil over them and you go to even give helpful feedback and it is many times taken personally as you are trying to change them for your own profit...
Ill help anyone with writing, heck I teach it, but people have to be prepared for honesty in the end and try and remember that there are secrets to grabbing an agent or book deal, heck it gets real hairy with movie options, I had to set some of my pride aside with my movie deal, but it is all for the better... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1765','f72f44e41d','','Better watch out Corey, or I will break your kickstand.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1766','1bbb3e88d4','','Owwwww, Noooo, not the kickstand!!!!!!
Dude, I hear you can repair them with super glue  :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1767','a2fe60d8e8','','Or fly airplanes');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1768','2f5652f317','','You are one strange cookie....I love it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1769','5511a9d18a','','[geek]Actually, there are way too many numbers there.  The correct answer is:

01001111011010000010000001001000011001010110110001101100011100110010000001011001011001010110000101101000

And yes, you can check me on that.

[/geek]



__________________________________
Never meddle in the affairs of geeks, for they are quick to anger and your passwords aren't that secure.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1770','f025334b93','','[quote:f025334b93="Eelem"]I don't know of any place around Chattanooga. I know a few places that you can order from. Are you only wanting ABS or would Polystyrene work, because I already have several sheet of that at home but it's 3/32&quot; thick.[/quote:f025334b93]

The poly would probably work also.  I went to Lowes, Home Depot and Hobby Lobby looking for a few things yesterday and came out empty handed :(  I'm off to Ace, a fabric shop and maybe the dart shop this morning to continue looking.  If I can't find some of the stuff today I'll order off the internet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1771','2aa15cdcac','','Look for shops that carry RC cars or model rail road equipment.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1772','11c9770fb8','','[quote:11c9770fb8="Wookieegunner"]Look for shops that carry RC cars or model rail road equipment.[/quote:11c9770fb8]

Thanks!.. I know there are a couple model train shops around.. I'll add in a stop there also.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1773','84f01e01ef','','Im honor of the 69th Dewback Cav and all those Girl Scout cookies we all love.
[img:84f01e01ef]http://petitecandyteenies.com/girls/kateplayscout/1.jpg[/img:84f01e01ef]
[img:84f01e01ef]http://petitecandyteenies.com/girls/kateplayscout/5.jpg[/img:84f01e01ef]
[img:84f01e01ef]http://petitecandyteenies.com/girls/kateplayscout/12.jpg[/img:84f01e01ef]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1774','3461338b35','','*sings*

&quot;one is the loneliest number that you've ever seen.............&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1775','eefe9b12e7','','This auction seems to have the '95 Don Post Boba Fett:

[url]http://cgi.ebay.com/Boba-Fett-full-face-helmet-by-Dan-Post-NR_W0QQitemZ8775290765QQcategoryZ154QQrdZ1QQcmdZViewItem[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1776','8cd6eb39d1','Prop Party in Franklin. April 22nd?','Anyone interested.

This will be ONE DAY ONLY. I am looking at having an open house on SATURDAY, APRIL 22ND. So if anyones interested, I will confirm this in afew weeks. This time the  temp in my garage  should be under 100 deg. As was last , I will supply Hamburgers and Hotdogs. Everything else is on you. Did I mention this is ONE DAY ONLY?

Thanks Geoff');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1777','0f9613570a','The Tambo Prop store','Ok troops here is al ist of some of the junk you can get from me,  I don't ask for much and I also don't mind trades.  PM me for price and the S.O. discount.

Rank Badges..100% accurate.  Metal plates and real LED switch light covers for the Rank pips just like the movies.  $2.50 per pip.
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1662213CIMG4733.JPG[/img:0f9613570a]
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1671930Moffrank.JPG[/img:0f9613570a]

Repro 1970's Kenner Stock kit to mod your Trooper E-11's
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1728829E-11Kit.JPG[/img:0f9613570a]
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1728831E-11stock.JPG[/img:0f9613570a]
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1728828E-11finished.JPG[/img:0f9613570a]

Thermal Detonator kits or completed 
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836338detonatorkit.JPG[/img:0f9613570a]
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836345detonator.JPG[/img:0f9613570a]

Snowtrooper Greeblies Round belt thingy and push button plate) 
Rocker switches
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836339Greeblies.JPG[/img:0f9613570a]

Mando Gauntlet Rockets
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836340Fettrockets.JPG[/img:0f9613570a]

Mando Gauntlet whip cord attachment
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1816299Whipcord.JPG[/img:0f9613570a]

Fett buckets and parts
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836344Fetthelmets.JPG[/img:0f9613570a]
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836341Fettparts.JPG[/img:0f9613570a]

Mini Trooper helmets (painted shown) these are 12&quot; scale
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836347Trooperhelmets1.JPG[/img:0f9613570a]
[img:0f9613570a]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836348Trooperhelmets.JPG[/img:0f9613570a]

I have other stuff as well and I'll update the list as I get pics and new Items');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1778','453d00bd2b','','Front view of bucket.
[img:453d00bd2b]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/170228/1836365Sgtdarkhelmet.JPG[/img:453d00bd2b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1779','fb87478d16','Re: Darth Sidious','[img:fb87478d16]http://www.dwrd.net/sidious/2.jpg[/img:fb87478d16] [/quote]

Well, if you're going for the prequals, then you got it perfect in this shot.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1780','e51b4cace9','','Who is painting this Tambo or Pat? Either way awesome job.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1781','eb781ed0c5','','this is the same day as the anime convention, maybe I'll drop in since I'll be there anyway for that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1782','a12fcee625','','This is all Sgt Dark..I only took the pics.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1783','30b75661a5','','Ask a rhetorical question, get a... wait. What the hell? That's just... damn.

I mean... yeah.

Alright. Um yeah.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1784','eb3500c722','','I've got that Ebay auction on my watch list because I had been planning on bidding on it.  If you decide to bid on it let me know and I won't so we don't get into a bidding war.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1785','addcdf7361','good to go','Derek
This is the same helmet you tried on at the prop party; go for this one.  If it is warped I can help you correct it.  Most of these will come in a little warped; you just want to ensure you correct before laying paint on it.  See you tonight. :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1786','9c81ac794a','','Or freeze people in carbonite ...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1787','010bce789c','troop','I was planning on trooping the same con in cooll springs, but maybee we can troop in early hours, and howl at the moon after 3 or 4 pm.  I am thinking this type of con will get old fast after we get in and get the wow factor over.  Let me know if you want us to bring anything, Starla makes great deserts. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1788','8fbaca8dfe','','I did bid on it. Thanks your your consideration Wookieegunner. That is thoughtful. I am limited in what buckets fit my head, and this is pretty much my option.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1789','a3c20bdb12','','Or try to act out your own Hentai.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1790','ad80d135e3','','are you going to put as on your foredead too?  :lol:  That jusy mafe me laugh in ROTS- after the transformation when you could not ignore the &quot;butthead&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1791','ae30841cb8','','Have a question, since I've never been to the Atlanta parade before.  I've got a couple of friends coming to the parade.  One of them has a padme dress (the one from fireplace scene in episode II) and the other is going to wear my TK.  I was wondering how the parade is going to be organized.  Are we going as a large star wars group or are we seperated into 501st, rebel legion, ect?  Could the girl with the padme dress parade with us?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1792','90601e44a5','','Kell and I will see you guys at 7!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1793','a9ce4d4fae','','WOW!!!!  Not even a &quot;looks like sh*t!&quot; in over a week.  Thanks for makin a future mando feel at home .:(   No big deal, I know everyones pretty busy right now.  Anyway, armors now cut and I need to do a little shaping and painting.  I'll post with more pics soon.  Still looking for a black vest for the armor should anyone have any suggestions.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1795','881edb3698','','Coming along nice..keep the pics coming.  in reference to your PM I make all the Gauntlet resin parts, Talk to Loki about the Vac formed Gauntlets, he might still have a set.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1796','5c56c29b1a','','actually the Georgia 501st run the parade,were simply guests of theirs.
they are trying to keep the &quot;face&quot; characters to one so i guess the answer would be no,she cant just show up as a padme.

not the answer your looking for but its not our show so i got to be honest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1797','1135e019f6','Name this Mando Part','Name this fett part.  I picked this off E-bay for $1.00 Yes One Dollar and it's the real thing.
[img:1135e019f6]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1836343Sqeegee.JPG[/img:1135e019f6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1798','4065b0bf6c','','not to rain on the parade but i dont believe that is a DP 95.
this appears to be the same helmet as the 96 and up.it is the same one i used and it will work with some adjustment.

if it were a real 95 there would be 100 people bidding on it.
email the seller and ask what color the inside is.
if its not white inside, its not a 95');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1799','8312676664','','That is a photographic squeegie, used to make Boba's shin tools.

I expect it will get quite hard to find those suckers, as we move further along in digital photography.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1800','66a8301868','','I don't need to see the inside.  I'd put money on it that that's not a 95.  Looks like a 97.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1801','e98b242908','','Yeah I understand, I just wanted to let her know before hand.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1802','bc735c80b8','','Understand about the bucket thing.  I'm the same way.  Heck, I can't fit an IRG on (I've tried).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1803','d6c379a6c6','PD','I got a 95 &amp; 96 and they both looked identical, other than the fact the 95 was white anf the 96 was green.  I did get one other bucket that was a 97, and it was crap, a totaly different shape and resin.  The 97 I got in did say on the back that it was a 97 dp helmet.  Ask the seller if we has a pic of the lower right back.  The link below if one of the designs of a 97 and above, notice the simple brush stokes and squared off top.

http://cgi.ebay.com/Star-Wars-Boba-Fett-Standard-Helmet_W0QQitemZ6610668818QQcategoryZ99970QQrdZ1QQcmdZViewItem');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1804','5cf18671de','','ask him to take a picture of the copyright on the back, it will have the date.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1805','c0d0c3808a','','SWEET!!! Nice find Tambo!!!  I expect a set of shin tools now! 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1806','b78cc9f239','','BINGO.

It's a English made photo Squeegee from a company named Paterson.  They are vintage 70's stuff, but you can still find them along with lot's of other Star Wars prop Greeblies if you know what your looking for.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1807','a1f1a0f441','','Hook how about some Boba style belt and thigh poutches?  Jango shin armor would also look cool.  Maybe some of my Shin tools hanging off your chest armor and pockets on your arms when I get them finished.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1808','74f05c9f2d','','How 'bout a droid caller (ANH style)?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1809','1c4235eab5','','Happy birthday, Derek, sorry I couldn't make it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1810','b7519fa066','','With Tentacles.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1811','507e1fe8e8','','Shirley?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1812','448b9691f1','','...or wipe with cactuses...

(Did I really just type that?)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1813','7ead34e243','','wow, one dollar, awesome find!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1814','4ac1a0bcb6','[NC-17 TROPHT-CASE]','Good Heavens, CPO, did you hear that?  She said, &quot;bones&quot;.

The whole point of this thread [i:4ac1a0bcb6]is[/i:4ac1a0bcb6] to give the 501st LADIES what they want, so - [color=yellow:4ac1a0bcb6]BONES[/color:4ac1a0bcb6] are the theme for today.

[img:4ac1a0bcb6]http://www.knology.net/~killjoy/501stnc17/dave_logan--06.jpg[/img:4ac1a0bcb6][img:4ac1a0bcb6]http://www.knology.net/~killjoy/501stnc17/3jer0194.jpg[/img:4ac1a0bcb6]
[img:4ac1a0bcb6]http://www.knology.net/~killjoy/501stnc17/a001449.jpg[/img:4ac1a0bcb6][img:4ac1a0bcb6]http://www.knology.net/~killjoy/501stnc17/7jake_tanner.jpg[/img:4ac1a0bcb6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1815','2afd08742d','','Well it was 1 British Pound..so just a little over 1 American dollar..close enough..You got to love it when shipping costs you more then the item.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1816','0adfdb7059','','I'm working on a Hover remote for a Scanner tech...same thing as a droid caller..both Made from the Kobold flash.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1817','de2a19c08d','','If you guys wander down near Scottsboro, any day but Sunday, check out the Unclaimed Baggage store, too. Sometimes they get wheelchairs and other odd stuff, and sell it for around a third its normal cost.

Don't make a trip [i:de2a19c08d]just[/i:de2a19c08d] for that, though, it's a boring drive.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1818','f2f2bcee05','','Reaching further off the original topic -- and I can do that, I'm the OP -- check this out:

Another author I like is trying out a [url=http://www.the-big-meow.com/]very different way of publishing a book[/url].  It's based on the ancient tradition of the storyteller or bard on the street corner:  you hear some of the story, but then the storyteller stops and rattles the alms bowl, and doesn't continue on until the audience has pitched in enough coin that the storyteller can make a living.  Needless to say, I'm subscribing to the story; anyone who subscribes to every chapter will get a bound copy of the whole book, once it's completed.

She wasn't the first to do this on the Internets, either:  [url=http://www.ethshar.com/thesprigganexperiment0.html]Lawrence Watt-Evans[/url] made a pretty good go of it, and he based [i:f2f2bcee05]his[/i:f2f2bcee05] setup on the ideas of the [url=http://www.schneier.com/paper-street-performer.html]Street Performer Protocol[/url].  Also, I've seen something sort of similar at [url]http://www.webscription.net/[/url], using books being published by [url=http://www.baen.com/]Baen Books[/url].

Of course, I'm sure it helps loads to have a goodly-sized fan base before starting this sort of thing.  But I think this is the best use of the Internet -- audiences vote directly with their dollars for the specific art they want -- and the real-world publishers are still very much a part of the process because we can't [i:f2f2bcee05]know[/i:f2f2bcee05] how desperately we need to read the works of Karen Traviss or hear the music of Voltaire until we trip over it at a bookstore/convention/[url=http://www.baen.com/library/]library[/url]/whatever.

Karen'ika, however, writes [url]too fast[/url] (and starts over too many times) to really ever be happy with this sort of setup, I'm thinking.  She'll have another RC story in Insider #87, so I guess it's sort of like we're paying in installments to get the whole story about Omega.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1819','8ad8af8f0e','','Yeah, go to the Unclaimed Baggage store. You won't be able to NOT find it if you make the trip. I swear to GOD they have WAY too many signs for the store. Literally they direct you street by street from all interstate exits. No freaking lie.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1820','d91ba7ae33','Natalie on Saturday Night Live','I'm sure most of you caught Natalie's appearance on SNL last night. You might not have noticed how the characters she played intersect with her life.

In the &quot;Needlers,&quot; Natalie portrays a doctor at a fertility clinic. Her father Avner actually is a specialist in this field.
In the Bar Mitzvah skit, Natalie plays Rebecca Hershlag. Natalie's real last name is Hershlag.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1821','467091e575','good stuff','Great gathering Derek.  Other than that sick pen pal, I  hope you had a great b-day.  And for what it's worth, you have good taste in recruits.  You da man');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1822','d7867615d9','','or follow Joey and Holly into a stairwell...... :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1823','62258f2d59','','Wow! Carl! That looks like Sh*t!!!!!

Kidding, looks great dude, keep up the good work!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1824','99f4a3dbc7','','*picture of Asian girl in cheerleader outfit pumping fist*

01001111011010000010000001001000011001010110110001101100011100110010000001011001011001010110000101101000 !!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1825','c3c9705a04','','Thanks Z!!! I knew I could count on you! :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1826','2869af16b1','','And to go along with those Cookiees
[img:2869af16b1]http://www.nude-celeb.ws/big_boobs_039/unreal_boobs_14.jpg[/img:2869af16b1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1827','38688db9b2','','I worked on my first vest the other day and it turned out ok, just a littel to tight, but I made my own pattern so that was ok. I have a better understanding of how to make the pattern now so the next one will be much better. Does anyone have any tips on making the vest?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1828','70d87dd577','','or fire the Big Gun ...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1829','e5b1a1904d','[NC-17] TROPHY-CASE','And let's get artistic again with the charcoal and the cloning vat.

[img:e5b1a1904d]http://www.knology.net/~killjoy/501stnc17/monof06.jpg[/img:e5b1a1904d][img:e5b1a1904d]http://www.knology.net/~killjoy/501stnc17/monof03.jpg[/img:e5b1a1904d][img:e5b1a1904d]http://www.knology.net/~killjoy/501stnc17/monof01.jpg[/img:e5b1a1904d]

[img:e5b1a1904d]http://www.knology.net/~killjoy/501stnc17/Ken_Ryker--03-094.jpg[/img:e5b1a1904d][img:e5b1a1904d]http://www.knology.net/~killjoy/501stnc17/dean_keefer--13-01a.jpg[/img:e5b1a1904d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1830','2afc2971bc','','or piss off TrooperMom...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1831','0f4ff38ad4','','Thanks - you da man! I'll try to get more info on this ASAP. I'm going to be there both Friday night and all day Saturday. At some point I'd like to wear my [url=http://www.dynamiceye.net/chaos/]WH40K Chaos Armor[/url] but for most of the time I definitely will be a TK. Who can be there on what days?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1832','658b496577','','And many thanks for this too! I greatly appreciate this; word is already spreading and the kids are really looking forward to meeting us!  :D 

(Sorry I've been off the boards for a few days. I've been clearing the last big hurdle of my life - lack of transportation - but now I have a car again, at last.)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1833','f38b6770fd','','I've got a '97 ('96?) that is warped all to hell and back. This one looks eerily similar to it, but I'm no Mando expert by any means.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1834','6dae9798c8','','Hello, Please activate my account as supdjs.  I live in New Albany, IN, which puts me right across the river from Louisville.  I want to keep updated on what you all are doing in Kentucky, if you don't mind me crossing garrison lines!

Thanks!

Chris Hughes');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1835','379bacb2b9','','All Hail Tambo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1836','f40821b6f1','Wanted - Clone Bucket','I'm still undecided on which clone (Ep 2 or Ep 3) to do right now.  So if you have either that you would like to get rid of lemme know.  I have a Kellogs bucket which I can use, but really don't want to.

Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1837','8fd279b4d8','','done!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1838','1e201df596','','My wife works at a Long term care facility on town and she said they may have an extra wheel chair laying around... she is going to check om Monday... I will keep you posted.


Mark');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1839','e31f026c26','','Good Evening Everyone,
It is 20:10 Sunday March 5, 2006 and I have made it home..

[b:e31f026c26] Mission Report [/b:e31f026c26]

Another Joint Southern Outpost and Chattooine mision successfully accomplished..

I want to start by thanking everyone who made it today.. You all did an awesome job. This goes both for our SO people as well as the Fan Force People..

For me, the pay off was to see the underprivlidged kids smile and have a great time.. I also was approached by several adults, that I could tell where in a hard luck stand, I can only imagine what it must be like to also have a child and be in that position. But when an adult comes up and hugs me with tears in her eyes and says thank you for a few hours of happiness for her son, that is what this is all about...

OK sorry, had to preach.. On to the mission report..

SO people that where present where:

 Loki..............TK
Vesper...........Vader
Derek...........Emp
Ivan..............Boba
Summer............Snowtrooper 
AnikinCheryl.......Royal Guard
Casey..............Handler
Jester.............TD
Joe...............Soft Vader


From the Chattooine, Im sorry guys and gals, I just cant remember everyones name, but many jedi and assorted rebellion members.. Your costumes I must commend, they where great. Also some of the fan force wore some of our costumes, IE Vesper was Vader and the tall young man wore Lokis Mando..

WThe SO met at Lokis at 07:00 and proceeded towards Chattanooga at approximattlly 07:30. Stopping along the way to grab a quick to go breakfast from McDonalds. Where we somewhat scared the locals as they thought we where some sort of military militia force...

Proceeding onto Chattanooga, we did arrive at 10:15 EST (15 minutes late) Where we met up with the Chattanooga Fan Force people and we promptly unloaded with their help and parked the cars. 
With a quick dress up, we all where ready to make the big entrance at 10:30 EST.

With Star Wars music playing at full tilt the doors where opened and we stepped out and into the venue. The kids and adults all went wild. Many running up and hugging costumed members immidiattly.

As we where there we did discover that this was more of a church style function for under privlidge kids and homeless parents. The room was huge, with a large stage at one end, a huge breakfast buffett and umm bar (yes I said bar as in alcohol) set up at the other end. Our only true light in the venue was bright sun that streemed through the stained glass windows and the I would have to say hundred plus candles lit up on tables and pillars all around...

Casey and myself worked handeling, which gave me an oppertunity to find out that the place we where at is a Goth Club Friday and Saturday nights and serves as a place of worship on Sundays when it is open to anyone no matter what etc. IE the reason the homeless parents and kids where there..

The church had managed to get a nice donation of Lightsabers and the silly string blasters. And every child had one of each.. We all stepped out while they let the kids go crazy with the silly string and once it was over, we came back in and did more pictures and many lightsaber battles with the kids..

Also present where 2 soldiers, not sure where they fit in, but it was kewl seeing uniformed soldiers in awe of all of us...

When all had settled down we took a lot of kewl personal pics  as well as a lot of group pics, which Im sure will be posted soon.

The owners of the place (The Fathom) told us we all where awesome and if we ever wanted to use their place for meetings, get togethers or anything, they would be more than happy to let us...

Every kid left as I said with a blaster and lightsaber, The Chatooine group provided buttons and other assorted swag. But no matter the age of the person leaving, they all left with huge smiles planted on their faces and memories that Im sure will last for many years to come..

The event end at approximattly 13:00 and after more pictures outside we all proceeded to the Pickle Barrel where all of us took over the upstairs outside balcony and we ate like kings and queens.. More laughs and good times shared between our new found Chattanooga friends and soon to be family..

As we all finished paing our tabs we gathered outside and all posed again for final out of costume pics under the pickle Barrel sign.

After leaving Chattanooga, the SO caravan took a slight detour and toured the Sheerwood castle.. Ill let them all tell you about what they thought of that...

Then when we reached the main highway we all said our goodbyes wished each other safe journety and a final thanks. And our mission was done...

Again You all should be commended. It was early for a Sunday and a lot of driving, but we went, we conquered and we succeded..

End of report....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1840','11bc083bdd','bucket','This is just my oppinion, but the ep3 clone look 10 times better than ep2.  Plus, with the ep3, you can do a 501st grunt, fader's finest.  :vader');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1841','e189d3da4f','Mandalorian Castle Pics','Here some pics I took while out on another recon to the &quot;castle&quot; location.
It has been suggested that this structure could be one of the potential locations in the upcoming Custom Mando Fan Film that will feature members of the Southern Outpost.

Here we see our fearless leader, Atin, braving the electric fence...
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle001.jpg[/img:e189d3da4f]

Small free-standing building.
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle002.jpg[/img:e189d3da4f]

Many outer buildings. Check out the architecture.
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle003.jpg[/img:e189d3da4f]

Very large doorways. Very regal and majestic. A building worthy of the Tambo.
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle004.jpg[/img:e189d3da4f]

Lots of towers. Probably used for syledge at one time.
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle010.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle009.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle008.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle014.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle013.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle012.jpg[/img:e189d3da4f]

The natural decay of the buildings gives an very post-war atmosphere.
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle018.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle017.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle019.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle020.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle036.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle037.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle049.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle048.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle050.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle053.jpg[/img:e189d3da4f]

Then there's the cool locations inside. Some were just weird, others were dark , damp and creepy.
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle022.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle025.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle023.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle026.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle047.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle046.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle055.jpg[/img:e189d3da4f]

Strange objects and graphitti:
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle033.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle031.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle051.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle042.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle040.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle041.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle044.jpg[/img:e189d3da4f]

Just a few more shots
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle057.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle056.jpg[/img:e189d3da4f]

MG]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle039.jpg[/IMG]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle038.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle035.jpg[/img:e189d3da4f]
[img:e189d3da4f]http://img.photobucket.com/albums/v647/TK_6873/Mando%20Castle/MandoCastle005.jpg[/img:e189d3da4f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1857','72abdcb0e3','',':shock:   that was dumb!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1858','ff6f32055d','','Damn! I REALLY think she's sexy now!!!!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1859','589c54b2c4','','Thanks to everyone who was able to come. It was a great time, and we shall have to do it again next year, at somewhere that holds a true reservation.

Thanks again');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1860','4bfae46c3d','','Here's another auction that says it's the '95 version: [url]http://cgi.ebay.com/Star-Wars-Boba-Fett-Helmet-Don-Post_W0QQitemZ6611182819QQcategoryZ99970QQrdZ1QQcmdZViewItem[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1861','4f7396c37a','','Happy Bday again Derek..
Yes we must do this again, but lets not wait for a year.. Maybe we can all get together in sooner times and celebrate or hatch dates.. :) 

Had a great time...

Dont forget, to hang your sign up!!! I expect to see it should I return to your humble abode  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1863','af41bca947','Atins March Armor Party','OK March 11, 2006..
This is our last chance to get our projects finished for ATL St. Pats parade and for Mid South Con..

It is short notice on the roster, but let me see a show of who wants to make this one..

Roster:
Atin
Skip
Jen
Chris &quot;Carl&quot; Ledbetter &amp; 1 friend
Derek
Jester');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1864','ab449350bd','','corey,
you know i gotta come finish the segway,so count us in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1865','b505c6a287','','here are the completed roster for  The Kids fair in Chattanooga this past weekend:



[b:b505c6a287] Kids Fair March 5th, Chattanooga,TN [/b:b505c6a287]

Loki..............TK
Corey...........Handler
Derek...........Emp
Ivan..............Boba
Summer............Snowtrooper 
AnikinCheryl.......Royal Guard
Casey..............Handler
Jester.............TD
Joe...............Soft Vader
Vesper............. Vader');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1895','2c81bd8d26','','Pictures are now UP! Check here: [url]http://photobucket.com/albums/v334/Vesper2112/Fathom/[/url]

I keep forgetting to put these on here in reverse order. Everytime I submit pictures to Photobucket, they always end up with the last pictures first. Oh well, you get the picture (ba dum dum!).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1896','a87f27b460','','Howdy,

    I'm there for MidSouthCon. . . .gotta be!!!. . . .filling out my leave slip as I speak. . .see y'all there. Take it easy!


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1866','83a0c0e624','','Didnt want to commit you guys until I heard..
You all are on the roster.. Thanks Skip  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1867','32bc6354a2','Atins March Armor Party','OK March 11, 2006..
This is our last chance to get our projects finished for ATL St. Pats parade and for Mid South Con..

It is short notice on the roster, but let me see a show of who wants to make this one..

Roster:
Atin
Skip
Jen
Chris &quot;Carl&quot; Ledbetter &amp; 1 friend');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1868','3927489c83','','I will ummm be at ummm ok, well here it is I will be at Skywalker Ranch that day  :)  :)  :) 

No not a joke, have a meeting set up with Mr. Lucas and Mr. Sansweet that week..

I do want to make one of your open houses though sometime man... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1869','f95a6aca3a','','or run through a drak house with open scissors in hand...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1870','8c0882e94f','','not going to be able to make it.... still sick from the feb prop party (really)... hope to see you guys at the April build.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1871','3f169811cf','Keeping with commitment','Hay all, I want to say I know we all do this as volunteers etc. It is a hobby, but we seem to have a problem that occurs over and over, so I will be the first to I guess re hash this..

When you sign up for events, if you can not make it, please get a hold of someone that is. Many times we are at events and in a stupor weather someone who has committed to showing up is going to make it or not..
Sure it may just be a clone or a TK but it is still a matter of someone is counting on you. Not just the SO, but the people at the event. 
Many times we have told the people oh yes we are going to have such and such at an event. We show up, no calls no nothing, we again face to face say, yes that costume is coming, they are running late. And then the no show happens. 
This not only makes us look unprofessional, but looks bad on the SO and legion in whole..

I'm not trying to be a hard a*s here and I know I'm not a command staff person. I'm a member just like most of us. And yes I have had to cancel at last moments for many reasons. But I ALWAYS notify someone so they know I will not be there.

Especially now it is even easier.. I mean I carry my blackberry everywhere, if you cant make an event, email me at atin@mycingular.blackberry.com
or call me, (931)561-6614

Or call someone who is going to be at the event..

We rely on each and everyone of us to help out and watch each others back.
If you don't say &quot;Hay life jumped up and bit my butt, so I cant make it.&quot; We can only wonder and worry (yes worry) did they have an accident, should we send out search parties. Is the person lost etc..

So please in the future if you are committed to an event, please if you can not make it, even at the last minute, let us know, so we can avoid embarrassment.

Thank you..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1855','d6ca04bf5b','','Sorry about that. The boards got a little freaky last night. Everytime I went to submit the post, it would want me to log in again. Third time was a charm and I shut down for the night. I didn't realize I had uploaded so many of the same post.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1856','871108777e','',':shock:  :shock:  :shock:  :shock:  :shock:  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1872','8ef0bb5b0b','','Man, being sick sux.. We shall miss you and Rose, we shall light a candle on the shrine of Tambo for you  :wink:  :wink:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1873','71f0de7588','','Knight,
Beutiful words...

Many of us feel the same way.
I know personally there are many times my SO family is a lot closer than actual bio family and they have pulled me out of the muck by my boot straps..

I guess this is why in many ways we have such a strong SO, because we are a family...

Take care...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1874','b66c2f0304','','oh dang I missed it...
Have to catch a re run I guess...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1875','423957044b','','Derek is working on the custom made prostetics.. Right now he has the Emp down fully (pictures coming soon)
So I cant wait to see him in full latex and makeup...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1876','de754836a7','','For the life of me I can not remember where our people get the ABS sheets, Ill ask next time I talk to someone..

It is best ordered over the net I know that..

Other options dependent on the project are:
For sale signs (the plastic ones) Walmart
Trash Cans (yes plastic trash cans)

Also the dollar store...

As far as glue, there is an ABS glue but I still have never found out where to get it. Super Glue is a big plus, again search hobby stores and online, get big bottles, to save money..

Also in the plumbing section, the Amazing goop in a blue toothpaste tube is wonderful stuff..

As to excellerants, be careful and do test patches first, somethings will have great reaction to an accelerant, others umm lets just say a test patch is better than starting all over again.

 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1877','18dd9bfec6','','Here's a link to her opening monolouge (with Star Wars content...lol):

[url]http://www.youtube.com/watch?v=UhFln_ZAaN4&amp;search=natalie%20portman[/url]

...and her Gangsta Rap video...

[url]http://www.youtube.com/watch?v=tQ7bJQGlfJY&amp;search=natalie%20rap[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1878','6ee92a23b2','','What time will you be starting this one?  I have to be in Nashville in the afternoon/evening, but may be able to come by with the boys again for a couple hours if you don't mind us joining in again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1879','aaa255fbfe','','Corey,

Just wanted to let you know we won't be able to make this one.  Colten is again going to World Changers as a mission trip this summer. As part of that trip he is required to do an 8 to 10 hour project prior to going. 

This Friday he and I will be leaving for Camp Carson in east Tn. This is a rebuilding project our church as volunteered to help with for the last year or so and his youth paster decided that this would be the required project  for World Changers.  

I know you guys will have loads of fun with out us.... again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1880','12d4763962','no show','My attendance was starting to look good, but I have to go to Vegas for Showest next week.  Last year Hayden Christianson and George Lucas were there getting awards, but I am certain I won't be so lucky this year.  Congrats on a great event in Chattanooga; sounds like you made a lot of people happy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1844','2e3e783b81','','Um just because Mandalorians are militeristic doesn't mean they need everything in triplicate.


 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1845','03af15696d','','Yeah, but if you go to Unclaim Bagage, don't follow the directions on the signs.  Their correct.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1846','aa7b23951d','To all in the 501st','A former recipient of the Nobel Peace Prize Elie Wiesel once said, Friendship marks a life even more deeply than love. This goes out to everyone member of Chattooine and the 501st. I love you guys/gals more then you ever know. It is hard to explain but you guys are more then friends to me you are like family. Also, I would be gladly to give up my life for anyone of you. As many of you do not know I have a very sick father and I love him to death but he is not in the best of health he believes that I am wasting my time and money with this. But I tell him I enjoy it and I do and I am going to continue to be a member of chattooine till I am dead even if the club disbands which I pray is not for a long long time.  If you guys ever need me you do not have to hesitate to call me I will be there and if you need anything I would do everything in my power to help you. I said it once I will say it a million times I love being part of this I finally have found something that really is a part of me. I love being my local Lions Club helping my fellow man. I am a member of my local neighborhood association to help benefit my community. I am a member of one of the local political party which I really like. But one the things I am mostly proud of to be part of a group of people who likes star wars and wants to continue the teachings of George Lucas.  That I do have a destiny and we need to reach for it. Star Wars is more then a movie it gives us hope for humanity, dreams, and to find your destiny. Like I said you guys are my family if you ever need me please do not hesitate to call me or leave a message.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1847','fbced43994','','Hey man, I posted some pics of your suit [url=http://www.rpf.invisionzone.com/index.php?showtopic=106283&amp;st=0&amp;p=1199678&amp;]here[/url].  There's a question about your paint scheme.  


[quote:fbced43994]What brand of paint(red) are you using on this suit
it looks great does it have a metallic shine to it, or is that the flash
[/quote:fbced43994]

Let me know if you have trouble registering and I'll relay the info for ya.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1848','a8f72ca730','','[quote:a8f72ca730="SL100"]xmen are cool but i dont know about the costumes.would they be popular at cons and stuff? id guess so but never have seen alot.

Beast would be killer,hhmmmm...no......... nevermind........ [/quote:a8f72ca730]

Comic book and movie versions of characters, especially marvel (imo because of recent excelent films) have at times practically seemed to take over Dragoncon. Just a spectators opinion of cource though.

Skip, if you could pull off a Beast... which we all knew you could... nevermind, Jen would kill me if I finished that scentence.

Danielle, you would make an excelent Rogue... although I'm bias cuse she, Gambit, and Mystique have always been my favorite Xmen.  :P 


If you guys havn't found it already, there's an excelent recource and community over at http://cosplayxmen.conforums3.com/ (and I believe Kell's Shadowkat is even in the banner)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1849','4750081750','','Sorry to hear about that. I'm glad the Wookiee could help.

Any pics from that event?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1850','8b8eb6126f','','I said Ep II, but I meant a Jet trooper from BFI.  He was my all time favorite guy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1851','416c658983','','November 14th');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1852','9c952c91ed','','January 8th');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1853','7c2d0b2490','Who knew Padme was a gangsta?','http://www.youtube.com/watch?v=tQ7bJQGlfJY&amp;search=natalie%20portman%20SNL



 :shock: 



And again



 :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1854','71771aaf97','','What a great report! Thanks again to everyone that was able to make it out. There's not much more I can add other than to affirm that (although it was a little different than what we thought it was going to be) it was very fulfilling. 

Thanks again Atin for letting me be &quot;da man&quot;. I guess the pictures will decide, but hopefully the crash course of &quot;Vader poses&quot; you and Joe taught was enough to make the kids smile.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1881','a901765458','','[quote:a901765458="TK6203"]I will ummm be at ummm ok, well here it is I will be at Skywalker Ranch that day  :)  :)  :) 

No not a joke, have a meeting set up with Mr. Lucas and Mr. Sansweet that week..

I do want to make one of your open houses though sometime man... :)[/quote:a901765458]

Sweet!!!  Do you need someone to carry your luggage??   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1882','41b1173c66','yea','Even if you are coming, e-mail Corey anyway so he can justify buying yet another toy (blackberry). :lol: 

All kidding aside, you are right.  It's a matter of being a good friend to at least call if you can't make it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1883','26b851155e','','Dude, that place is haunted.... it gave me the creeps when we went there. I ended up going back to the car. There's some funky energy in that place. 

Oh and I'm glad Corey got a haircut  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1884','eb0ca90e17','','I'm unclear as to what the rosters and database are actually for?  I guess it is neat to know who was at each event.
I'm also confused  with the use of the word&quot;event&quot;.  We don't conisder  social functions &quot;events&quot;.

Only appearences we do as the 501st are classified official events and galleries put up on the SO website.  

So the &quot;history&quot; of the SO is maintained by the event galleries on the website.   I have kept it 100% accurate as far as events, even those that have no pics are at least listed....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1885','ead5143223','','Hallowed are the Tambo!  too bad the cookie series ended when it was getting good.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1886','1258259d14','','Hell's Yeah!  I thought the short hair made her totally un-giggidy, but after I saw that video on SNL it totally raised her giggidy level!  Giggidy, giggidy, goo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1887','5c85d5fb47','','While I'm not 100% sure how Ohio is counting the room that I'm in since my GF is in Carida so I had a room before the SO list went in, I guess I should point out that there are 2 slots open in my room.  I've contacted a few of you with no luck so far.  I'll be contacting a few more of you in the next day or so.  Hopefully we can find another couple, that's her preference.  I'm listed as the room captain for that room, but haven't heard a word from Ohio yet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1888','48b2e97b61','','dudes! that was so much fun! thank you ALL for coming and making this such a great turn out for the kids/event. :)

good times, good times  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1889','a07d28ad02','','Great location!

Definately would be a sweet film using that as one of the locations.   Very &quot;war - torn&quot;.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1890','18576590ae','','Hoo-Rah!

Nice looping Mando-Sniper indeed!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1891','7efcecd164','','[quote:7efcecd164="TK6203"]oh dang I missed it...
Have to catch a re run I guess...[/quote:7efcecd164]
I'll burn you a copy and bring it Saturday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1892','1c83349b9c','','No problem Mark and Hook..
You all will be missed... :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1893','92ffebab12','','The typical start time is around 11am for the parties...
Let me know if you can make it and Ill put you on the roster.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1894','2d43bf1a50','','Duh, I was cutting and pasting and got confused so I put atinmmycon on here, will take care of that in a second..

I thought this was a list/database that was being supervised by command :?  :?  :? keep track of attendance and rosters from Events past.
If the answer to that is no or what the heck are you talking about... Then you got me Joey, Im as lost as you are..... :?  :?  :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1897','f25ecffd72','','Howdy,


     DragonCon?!?!?!. . . .say no mo' . . . .wouldn't miss it fer da weirld! Bringing much mo' bling fer da PimpTroopers. . . .a new jam mix. . .etc. etc. . . .takin' it up a notch! Take it easy!

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1898','c8072dc318','','aded you the main Roster suppa... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1899','cfea893ac2','','I'm there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1900','3b1422fd4c','','got you listed Derek');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1901','8303abaee2','','So where's AFT?  It's been well more than a week since the last episode.  :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1902','68c1c17047','','Damn SNL!  The videos are long gone now.  She had a great monlogue discussion with random (planted) geeks in the audience.  Wish there was a way to find those videos still.  Hey, Hammer's the TorrentSpy king!

EDIT:  Here's one that still works:
[url]http://www.youtube.com/watch?v=VhafzW7mY64&amp;search=natalie%20portman[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1903','3e55a1f3c3','','I'm there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1904','234d25daf8','paint','Hammer,,, I used a red from the Wal-Mart automotive department.  It does have a fine meatic fleck to it, but it is much richer than standard paints; it does cost a bit more though.  Same with the gun metal gray, also from automotive.  Both the paints look great sprayed over a silver undercoat, using toothpaste to create a chipped paint affect.

I was not happy with the gloss on the gray, since as a sniper I need to keep a low IR profile.  To remedy this I took 400 grit sandpaper and gently took of the shine; it looks much better now.

I am experimenting with several mediums (black shoe polish repair, various paints, and stencil paint) to create a similar look that you got with the burned motor oil.  So far the stencil paint creates ther best simulated carbon buildup affect, but i have yet to determine how it will stick to the paint.  I will post when I figure this one out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1905','281e582a83','','Your on the roster Jester :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1906','78a2e5b5f6','','Found the opening skit with a funny briefing from the President followed by the opening monologue after the opening credits:

[url]http://www.youtube.com/watch?v=x1QFvo_KoiM&amp;search=natalie%20portman[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1907','6e161fceba','Re: Atins March Armor Party','[quote:6e161fceba="TK6203"]OK March 11, 2006..
This is our last chance to get our projects finished for ATL St. Pats parade and for Mid South Con..
[/quote:6e161fceba]
I think I might have to work through the St. Patty's parade to be ready for MidSouthCon. Does anyone have space in their room for MSC? Anyway, I'll be coming Saturday. 

BTW, does this thread need to exist in THREE different forums? I think one of the things the board reset did was let us clean up the repetitive event posting, but Atin's parties seem to disregard whatever rules were put in place.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1908','949ac468d5','','It is put in 3 seperate areas because  the non members working on costumes who NEED help need to also see it.
If we post it in members only areas, then NEW members who NEED to attend can not and they are stuck in lala land wondering how they will ever assemble anything...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1909','2d5b4b0ec0','','Shut up Steiny. 

And I think it's ok to be in three places. As long as Corey knows where all three are, keeps em updated, and such. Besides, the prop parties can fit in more then one location. It's an event, it's a pre-event, and it's costuming.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1910','a5ad3967e5','','I'm just beside myself with joy


[img:a5ad3967e5]http://img.photobucket.com/albums/v334/Vesper2112/Fathom/DSC02069.jpg[/img:a5ad3967e5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1911','0270553996','','Saber needs a nap!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1912','16ccada5bf','','I'm there Corey.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1913','e04189b760','','Was it Skip's idea or something?  
Having rosters maintained for event planning is a necessity and i'm glad you can do that for them, as sometimes it isn't kept up before an event.
I think its cool to track the event attendance, but if it is for some kind of award effort for most events or something, then It makes sense to do, 

2006 Events so far:

Jan - Chattacon
Jan - Havoc Hockey Game
Feb - EB Games
Feb - Cub scout awards
Mar - Trek summit

* is the chatt. kids fair a 501st event?  I know it was a FF deal some of us went to, but did Skip or anyone else work anything out on it for the 501st?  It sounds like we trooped it like any other event....??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1914','36afb52d21','','Thanks man, I'll let 'em know.   :D



[quote:36afb52d21]So far the stencil paint creates ther best simulated carbon buildup affect, but i have yet to determine how it will stick to the paint. I will post when I figure this one out.
[/quote:36afb52d21]



You know, if it doesn't stick to the paint that could be a good thing.  Like the model train paint the TDs use for their armor, as you wear it off you'll get a nice, natural weathering effect.  Then you just re-apply every once in a while.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1915','9d0fe4db08','','They're all gone, man.  I don't get it.  I've seen clips from tv shows online all the time.  Maybe we'll have to wait till it shows up on break.com or ebaumsworld.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1916','6d9cbdeea5','',':shock: 



He [i:6d9cbdeea5]is[/i:6d9cbdeea5] the Trickster god!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1917','6112ab3a19','','Allways two, there are.  No more, no less.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1918','e8fd091f86','','Well, those of us that went consider it an event.  I didn't know doing something with the fanforce made it a non-event.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1919','670b4eafc7','','You say tomato, I say tomaaaato... :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1920','5dd5d8deb3','','Removed due to copyright infingement?!?!?!?!   WTF!? :bang');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1921','351c7de366','','Natalie's rap is now on [url=http://www.nbc.com/Video/videos/snl_1439_natalieraps.shtml]NBC.com[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1922','caf3bf7895','','Hey if the Mrs. and I can get free we might can head up there. Would there be anyone out there who could help a newbie out with his new snowtrooper???  


J.A.F.T.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1923','fee9a83ae5','','The event roster was my own doing..
I saw a need for a centralized place that we could look and know if we where on a roster or not.
Skip had no part or even input into it, nor did any other person in command staff.
I take full responsibility for the pre event roster thread. 
In my defense it has already proven a good thing as we have had members signed up for 2 events on the same day, when the pre event roster was looked at we saw it in an instant and it was corrected..

Again I reiterate, I did the pre event roster on my own, I saw what I felt was a need. If I was wrong or I stepped over my bounds I apologize. But it was my own doing.

The event this weekend was I had thought a joint 501 SO and FF event. It was on the old forum before the hack and was re added to the present forum. Again, I coordinated it between the SO and the FF. It was originally their event, but back after Chattacon we where asked if the 501st could also come in and make a presence. While at the event the rules where observed that people knew that the SO was not a part of the Fan Force and the Fan force not a part of the SO, that we where both 2 separate organizations...
Again, I saw no one really coordinating the event so I stepped in and took control to be sure we didn't have a half hasped showing that would result in our embarrassment or the FF embarrassment. And again if I over stepped myself I will take full responsibility and be put in my place for it.

As to this thread and its roster, it was started by Glenn Stein. The only thing I had to do with it was to ask Banzai a few weeks ago to please move it out of pre events. I stated at the time, I know it is not really my place to ask this, but that the thread was making it harder to keep track of pre events&quot; 
I still stand by the fact that past event rosters do NOT belong in the pre event area..
I had assumed and this is where I got into trouble is the thread was started because someone from command asked it to be started. The only reason I posted Sundays roster to it was because I had again assumed this was something command was trying to keep track of. I'm a soldier and it was not my place to question it. My reasoning being that if the thread was not legit that someone would have stepped in long before I even asked it to be moved and said &quot;Hay this does not belong and what's it for&quot;
So as to this thread, yes I'm guilty of helping to keep it updated by posting to it, but I was not the creator nor the instigator in its creation, that question would have to be directed to Mr. Stein for a proper and more direct answer..

Like I said as to the two things at the top. I was the one to take the bull by the horns. If I was wrong, then I accept full responsibility and will apologize for my actions.. I just need to be told.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1924','fc33866f24','','Well, I started it in response to Loki's message about his kids not getting Honorary Memberships at last year's banquet. I believe I had previously visited the Alpine Garrison website where they have incorparated similar information into their site. Although no official use of the data has been cited, I would hope that it will be used eventually to help with awards selection (if awards are given out again) and the web site, but perhaps just for historical purposes.

In regards to events, I haven't yet, but plan to mark the events in some way to designate whether it is our event (somebody officially requests us to be there and we (or another 501st garrison) are in charge of organizing our appearance (charity event, birthday party, Havoc game), someone else's event that we help (Fathom), an event we troop (DragonCon, PumpkinFest), or a sanctioned get-together (Armor Party).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1925','6f2670a0eb','','No word to give to Room Captains yet. We said we'd inform captains on when to make the reservations once we have provided the final list to the hotel. Check the boards under the hotel/participant thread and make sure your's is still there as most of the SO members were removed when Tambo took over as point person for SO members.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1926','88fba429c3','','A big thank you goes to Atin for keeping us in line and organized. You did an excellent job! I hope to see you organize more event in the future.
Well done bro. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1927','a74598d745','','I appreciatte the vote of confidence Jaster, but in the end I think my days as a coordinator or anything in charge with the SO are very numbered....

Thank you to everyone for all your help...
Aperantlly I over stepped my place and this was not considered an official SO Event, as I had thought it was..
To our SO people who went, I appolagize for making you do an event that was not SO sanctioned in full, my only defense is I had thought it was...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1928','4d9298bca9','','[quote:4d9298bca9="Loki"]Saber needs a nap![/quote:4d9298bca9]

Yeah.....yeah I really do. 

Sorry I yelled at ya Steiny. Or, virtually yelled....something like that. 

CAN you virtually yell? It');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1929','25413cbedb','','JAFT,
 There is always someone at the armor parties to help our newbies, no matter what the project is...
Umm ok, this is going to sound stupid, but is that you Casey?????

Spanker, yes you can virtually yell at someone.. Heck I do it all the time  :lol:  :lol: 
But hay you know my motto, jerk em if they cant take a joke!!!! :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1930','ad4bca1ec2','','Snowtrooper and Boba having fun

[img:ad4bca1ec2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/ChatanoogaEvent078_edited.jpg[/img:ad4bca1ec2]

Loki and Atin chilling with Fett

[img:ad4bca1ec2]http://img.photobucket.com/albums/v337/srmatlock/Jaster/ChatanoogaEvent075_edited.jpg[/img:ad4bca1ec2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1931','be609adf05','','A new jumpsuit and I finally finished the flamethrower. 

[img:be609adf05]http://img.photobucket.com/albums/v337/srmatlock/Jaster/ChatanoogaEvent073_edited.jpg[/img:be609adf05]

Ready stance.

[img:be609adf05]http://img.photobucket.com/albums/v337/srmatlock/Jaster/ChatanoogaEvent069_edited.jpg[/img:be609adf05]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1932','7da6dc52b5','','..the shin tools connected to knee armor. the knee armor is connected to thigh holster, the thigh holster is connected to the hip plate, the hip plate is connected to the.....sorry i couldn't resist.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1933','56c0e349ad','','I have no desire to make a mole hill into a mountain, but if this whole section would have been either initiated by or blessed by the command staff, we might not have this issue.

Now, since it is here, COMMAND STAFF, can you please advise how to approach this going forward? 

Is this thread neccessary?
Do we need break downs?
Is there a desire for historical records?

Just some questions for this threads existence. If we all stepped out and just did whatever we thought was supposed to be here without running it by the authorities first, it would be mayhem.

NO, this is not a slam on any single person, but lets not hijack the crap out of this thread and just get it cleaned up.

Command staff, please look and discuss and advise...thank you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1934','0510c87a54','','Good lord, why complicate this stuff?  In the old days (Back when we wore cardboard armor) if we suited up and showed up somewhere, it was an event.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1935','19f258ac3c','','Love it...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1936','7d2badae42','','Yeah Corey thanks. It was fun despite how wierd the church was. The kids were fun.

Don't be upset Corey we had fun. That's what matters. Not who scheduled what, not who sanctioned what, we brought smiles to kids.

We don't do this for money, we don't do this for food, prizes, titles, or rewards. We do this cause its fun, we're creative, we like Star Wars, and we like to share the feelings we get from doing this with others. There's no reason that you should feel anything but accomplishment for the event man.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1937','7e50425b66','','That would be a awesome place to play airsoft...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1940','a82cf62061','','You should however, feel shame for passing gas on someone.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1942','c3ea08ceed','','I have a legitmate bitch, gripe, and moan.

None of us are perfect. We all say and do stupid shit. But we try and not to cross lines.

This a club for adults who dress up as fictional characters. But rarely do we treat each other like adults recently. 

At home I have to bite my tongue out of respect for my parents to not tell of my granparents living with out for their decption, attitudes,a nd bigotry. I hate doing the same thing here. It's bullshit.

Why can't we just openly discuss crap with each other. Why do we have to sneak around like we're in grade school and talk in hushed voices about this taboo thing on the boards or that aweful comment said about someone, this action by so and so? It's really wearing on me.

What is this group? Are we a family? Are we a buisness? Are we a club? Do we have rules? How are we orginaized? Is this a democracy, a communistic community, a oligarchy, or a despotism?

I'm not expecting answrs I don't see it getting better. I'm just venting cause if I don't it'll internalise and I'll grow bitter. I hope not to offend anyone but if I do step back from it for a moment and see if your anger is in deed  best directed at me or if I even really caused it or if yeah your righteous in your anger towards me. I love the SO. I love the craziness. I love the good we do. I love the creativity. A good group of people I've met here and have been getting to know better inspire me to be better myself.

But seriously I think we could be more open. And I'd love to stop skirting around stuff. And some of the things I've seen and done lately make me question if I had seen that before hand would it be worth it go put up with all the bad to get to the good. And I'm saying knowing I hate consequentialist theorys of ethics. I hate looknig at stuff as means to an end. I like people and actions and stuff as ends in and of themselves.

When we have stuff come up why can't we talk about it? Why are incidents whether by action or comments, wether digital or physical, why can't those offended or concerned take up this grievence like adults to the person or persons who cause the incident. Why do you hush things ignore things treat offenses as the actions of chirldren not knowing any better to be tolerated out of innocence or ignorance. None of us are children. None of us innocent. 

I for one am gonig to attempt to stop any such gossip or what not one my part. It stupid it solves nothing and only serves to and fuel to fire. The next time 'm offend I brng it up with that person or group I speak to them directly voicing my concerns or complaints and let them know my feelings. I'd hope I could expect the same of myself.

Because I'm being weighed down by people telling me to tolerate things that I feel are wrong, and I'm reaching my fill of undeserved torelence. I do not like lying. I do not like secracy. I do not like inaction and apathy. People remain silent but there is only so long an angry man can remain silent. Eventually he's going to shout. 

If alot of us have been silent and angry. Let's hope we all don't start shouting for the wrong reasons at the wrong time or the wrong people.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1943','71803d8b05','','i just got home shortly ago and saw this,

im totally confused and wish to throw out a &quot;PAUSE&quot;,
lets not jump to conclusions and discuss this rationally.

as for the &quot;event&quot; in question,
the kids fair, lets simply determine if this was a 501st  event or whats the reason it wasnt an event.
i had posted numerous times on that thread,even asked that the 501st members riding down do us right.as i understood it numerous members were planning to attend,they did attend,and all went well.

is there a reason this is not an event?
and if it is not an event,how do we determine what is.

now for comparison,
the earlier post by joey listed ,&quot;trek summit&quot; as an event in march.
i dont even know what that is ,but before jumping and screaming id simply ask why that was an event and the kids fair was not?
that determination should help answer the questions.

give us all a chance to figure this out,nobody meant any wrong doing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1944','9e09e5f654','','c'mon Joe,tell us how you really feel.......
just kiddin :lol: 

PM sent');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1945','393c696bec','','i thought i told corey to behave himself....


bad corey

bad corey........ :shock:  :twisted: 

guys dont jump into the drama,
you went to help some kids,you did good.everything will be fine.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1946','2500d57a06','','Whoah guys,  complain bitch moan, piss,,  I don't care to hear it, been there in 2005, don't give a rip in 06!!!


Skip and Tambo are the Command staff closest to you and this event, they will post or contact everyonee about any &quot;offical&quot; or not event bruhaha, you will not blame me directly or indirectly in 2006, as your command staff is more than one person.

It looks like to me kids were made to be happy, that's what it is about..


I'll make sure Skip and I post something &quot;official&quot; about events if you guys really need them.  Skip tried to ask about this before, since we ( 501st) don't usually loan our costumes and image to other groups to use to promote themselves, without proper credits and acknowledgements, of course.... , that was  the understanding for this event.  Skip, myself, Tambo, and Lester all felt this was just some of us helping out a fanforce group with something they set up.  If you guys promoted it as a 501st event, and got public credit as being there.  ( ie the media and organizer can say the 501st was there with the chattooine force) then sure i think all 4 of us would agree this was then a 501st event.  Until now, this was not said so.. IF it was, Please let SKip and Tambo know so they can consider it and re-think the opinion on it.


Corey what you are doing on the planning thread ( organizing rosters) is admirable and deffinately a tool sometimes used when setting up events.  In the past, this was the responsability of the event organizer, whomever it was, to run a roster or not..
If you have the time and can do this, then by gosh go ahead, it isn't hurting anything, and might even help now and then!  Thanks for doing it.
Stein, Its also a good thing you are cataloging social events as well as trooping events,   As you can see from the galleries on 501stso.com, I am the only one doing this, and i need someone to help gather the best 6-8 pics from each event so we can have content for each event gallery up there.
Keep it up!
As for awards, Skip and I do not put this much work into analyzing who went where and trooped, etc..  We look for the &quot;funny stuff&quot; easily enough, and we come up with the appreciationawards based on deeds, not trooping.  Trooper of the year isn't about #'s of events, but being an example of a model 501st Legion bleeding member.  Someone who is a poster child for the LEgion, not the SO, not for staying in armor, not for traveling, and cerrtainly not for complaining the most either. The past two winners are still two of the best we have...  look up to them and follow thier example... 
 
So keeping a roster of who did what to formalize awards selection of some kind is really ovver the top.  
This isn't a real &quot;group&quot;
You guys make it too formal and we can't go troop and have fun helping charities and such..

OK rant over..

Back on topic, 

So chase, good points to get this moving.
1.  Yes, apparently there was some confusiona nd we need to avoid it in the future
2.  Yes we sometimes need pre-event rosters.  Some events need to know for parking or admission passes etc or other logistical needs,  If corey wants to do that, then great, some event coordinators though might prefer to do this themselves when they manage an event though..
3.  Hisorical records?  What woudl you like to historically have other thant he event galleries?  The website is supposed to be the record of our missions...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1947','836703fbae','test','One more test, hello');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1948','e7be763e53','soon','I will have my custom mando done very soon.  It will be HOT!!  I hope you boys don't mind, but I will look very much like a girl in my costume.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1949','a06a88c3ab','Kill Tech Log in','My Tech log on got messed up (problem in the .com or .org on my e-mail) I just decided to go with my new nickname, Sleepy Lando, please activate this one and get rid of the Tech log in (Im the same guy)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1950','a73097e409','mandalien','really looks like you've taken alot of time on this');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1951','c1031a71ec','','Some of us do mind.  Who are you Scalper?  While I welcome any fans custom Mando at some events you must remember that because of legal and other reasons you must first be a member of the 501st with a Cannon Movie costume.  Please let us know your age and intentions.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1952','22cccc8bd4','','Looking Dammm sweet!  The Gauntlet flamethrower looks killer as well as the new suit and poutches.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1953','7aeee29f93','','It's been a long day for me with my new job and I can hardly think..All I can say is we need to realize that everything we do need not be a 501st event, but if it is we need to just inform and then plan, not plan and then inform.  Nuff said all is good and you guys did some nice things for the children.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1954','5fa2823ec6','[NC-17] TROPHY-CASE','Today...  Hard-working Recruits.

[img:5fa2823ec6]http://www.knology.net/~killjoy/501stnc17/bitw8_12.jpg[/img:5fa2823ec6][img:5fa2823ec6]http://www.knology.net/~killjoy/501stnc17/BW_Wildlife_366.jpg[/img:5fa2823ec6]
[img:5fa2823ec6]http://www.knology.net/~killjoy/501stnc17/Bears_Denim143.jpg[/img:5fa2823ec6][img:5fa2823ec6]http://www.knology.net/~killjoy/501stnc17/firemen11.jpg[/img:5fa2823ec6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1955','455f81f85d','','Zach why must you complicate things :?   We will figure this out somehow..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1956','8484bf3a03','','What the hell's goin on?  Seriously.  If you don't want to &quot;out&quot; anybody here, send me a pm or look for me on AIM but I agree with you that you shouldn't have to hide or lie.  Damn, man if it's got you this riled up I want to know what's happenin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1957','95744c1b83','','kay.. well.. I have no idea what that's about. hm.. 

I thought things were getting better, but I guess silence on the boards does not mean contentment or evern silence elsewhere. That's a shame.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1958','9da89b9501','','Know what this is?

[img:9da89b9501]http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/bellboy3.jpg[/img:9da89b9501]

It's a bellhop.
They carry baggage all the time.
They hate carrying baggage and we hate that they're carrying it.
Usually, when a bellhop gets through carrying the baggage, it's damaged and so are they.
The best advice for bellhops: You can't enjoy life with that weight on your shoulders. Drop the baggage and move on. Don't be a bellhop.

BTW, this is one of those, &quot;If the shoe fits, wear it&quot; type posts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1959','bfe0a82045','','Joe don't sweat it.  
This group is great and out of the 109 members we have , you can always assume 5-6 will be discontent.

Usually the same people who bitch and moan online, offline, and in gossip circles, have always done so since they joined this group.  The longer you are with the SO, you will learn who spreads rumors, who complains, who whines, who is here for personal gain and who is here for fun, who actually helps moral and who brings it down..

  I've heard members complain about almost everything too, Its hard to hear and hard to deal with, but in truth, the group is much larger and stronger than a few nay-sayers, so let them wallow in it and move on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1960','66fc8e3b1e','','that's so freaking cool  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1961','79a025692a','','Joey, awesome thoughts and response. Thank you to you and all of the command staff for responding. I had no intent of making it come across like a flame. I just wanted you guys to respond to it.

Stein, Corey, etc, it was no personal slam, just wanted it figured out, thats all.

I loooove what Corey does regarding the organization of rosters and helping us stay informed. I gaurantee that if this becomes habit, we will take it for granted and if it ever stops, which I hope it doesnt (the rosters and commnique Corey provides) it will be sorely missed.

In my opinion, I think a good organized website like we are creating since our hack in sufficient evidence of historical record. Just my opinion.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1962','bcd792b807','','I'm confused???? :?   I thought this stuff was finished..what is going on?  If you got a gripe then air it out, don't sit on it.  We can't fix something we don't know about.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1963','c55704cec1','','And here's a direct download link.


http://media1.break.com/dnet/media/content/nportsnl.wmv');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1964','459bb6e96f','','suit just keeps gettin better Ivan, where are you getting your jumpsuits made or are you making them yourself?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1965','8f7a5942fa','','his issue isnt what it seems.this is not the same drama,

he has taken the high road by not calling out anybody.and its not a garrison wide issue.
dont sweat it folks,

ill take this to command');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1966','ccccbff282','issue of the day 3-6','Joe's issue on the forum apparently was mainly about glenn stein.
as of right now i have little details but apparantly stein has said a number of &quot;pediphile&quot; type of comments to people.i think something happened around Kylie,(shannon-jedichic's) daughter and around summer at horrorfest?
and stein said something snide about joe not working.

i have no idea about what else stein has said but i wanted to let you guys know what i knew.
i PM'd with joe and ask that he help me watch stein and see if we can simply bust him in the act and shut that behavior down somewhat.if he's truely making girls uncomfortable its an issue.
any other suggestions would be helpful,i think this is fixable.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1967','154481c0bb','','No flamin Chase, good questions.
 The command staff discussions have a thread on the kids fair event  from Feb 24th where we talked about asking loki and corey some questions at atimmycon so this wouldn't happen, ...looks like Skip Or I dropped the ball on that at the prop party..

Long story short,  We ( Command staff) thought this was just a few guys helping out our freinds in the fan force in Chatt.....  

Skip tried to mention some things about working with other fan groups in the pre-event planning for this, remember... This is what he was trying to get to..
 
Usually a 501st event is one a member sets up for the 501st, the venue promotes the 501st as being there, or has been there, the 501st comes in and does its canon costuming and represents the movies as usual, and the public had a good experience knowing troops from the 501st attended and were there.  

Events  where some of our members go to another event and support another group , have always been considered unoffical, meaning the 501st name,/ persona isn't promoted or showcased over the fact that just some SW fans are there for xyz reason....

nothing that dramatic, just some confusion we can address here.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1968','aae94882fc','','The event we did last week, &quot;trek Summit&quot; 

[url]http://www.treknoid.com/summit/[/url]

was an offical event because we ( 501st) were invited guest speakers and on the programming schedule as the 501st legion.

We appeared in canon costume as &quot;the 501st&quot; to promote our group and its efforts to interested trekkie nerds like us...


So &quot;Official&quot; events  are not cooler, more fun, more charity oriented, more of anything, but offically showcasing what the 501st does in a promotional capacity.

Unoffical events are anything else that doesn't promote the Legion basically, .....


Evryone understand the basics?  If not, Ask Skip, Tambo, or anyone on the staff to help clarify it easier.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1969','3578705d9a','','like other past episodes with zackmire making the ladies uncomfortable, we need specific complaints to confront him with and let him understand that we cannot tolerate this behavior.

Ie  we need specific &quot;he said..&quot; comments.  not &quot;what someone told me&quot;
 stuff.


Joe went on and on about rumor mills and gossip..  I figure he is tiered of all the bitching going on at another corey/loki event....  looks like they wont ever stop, that was the jist of my post on there too..

let em wallow and move on..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1970','afc1f20921','','Good!

Glad a member stepped up and worked it out!  

A good use of the bitchin thread!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1971','8526ec8e51','','The jumpsuit in the first few pics belongs to Tambo, the latest jumpsuit was made by seamstress  here in Clarksville. She is not totally happy with it, so she is going to make me a new one. On this current version, I am going to shorten the outer sleeve next. and get some boot spats to match.
 Thanks guys for the compliments.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1972','fd153ceee3','','hey- since the hack I do not have the same thread acesss- can someone please adjust that? Thanks! 
Shan');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1973','0b5d01589d','','Seriously folks I'm not standing on the edge k?

Emotionally I'm okay all things considered in my personal life.

So. Yeah now to avoid drama let me bitch about more things. Missing that awards show. Waitresses not bring us the right crap. Lowcash Cowboys taking all of Jonesy's time. Seriously it'd be nice to try and find an event when he doesn't have a gig planned so he could troop again. His offical band name is troop after all. And that kid on the damn escalateor again! Someone needs to teach him to fear and respect that escalator!  :x  :!:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1974','e8f0640d6a','','there are numerous specific comments and actions by stein that i have been aware of.
i guess this past weekend more happened and joe just got mad.
stein stared at joe's date too long
stein said some rude comments about kylie being dressed like a little stripper at the EP3 premier(i kinda agreed with him but didnt comment)
and stein was saying something jokingly at the prop party about zach dating tambo's daughter.i didnt get the whole story so i dont know about that one.seemed too far fetched to be taken seriously if you ask me,

bottom line is Joe is calmed down now,lets let that thread die off a bit.

i do sense some anger from the posts regarding the event that the people trooped in chattanooga.please post about that as i am confused as to why its not an event.i know that the people that went sure are gonna take this the wrong way.in the past everytime we suited up we called it an event,plus its been in the planning for awhile.so yes,im not sure what the deal is on this and would appreciate any clarification.

edit- i see now where joey made a very good argument about the event vs non-event.sorry i missed that.
i still dont know why it matters,maybe thats what im missing.these guys took their time to drive down there and see the kids.why not just post a quick blurb,a couple o pics and call it an event?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1975','e13fd394e5','','for the sake of arguement does it really matter if we do or do not include this kids fair as an official event?
i could be wrong but nobody got &quot;credit&quot; for being there.there was no news ,no articles,no reports.
just some friends going down to spread some cheer.but if there are pics of the event then i see no harm in listing it in the events record.if not then its not a real event anyway...according to Zachmire.&quot;no pics,no event&quot;
just playing,
but seriously,
i think the members that went down there spent their own money,their own time and certainly by the sounds of it should be honored for doing so.if we cant classify it as a real event that would be a shame but we'll have to learn from it.

as for the Trek thing, thats cool.wonderful that you were able to get that going since i hadnt heard much about it but one thing at the prop party.i thought it was a joke you guys were gonna pull on the trek guys there at the con.show up and bust up the trek con,that woulda been funny as heck too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1976','3f3719e2c8','','What are you doing with your old &quot;seamstress not happy with it&quot; jumpsuit? I am interested in it. Dont worry about it not fitting me...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1977','a94408835a','','That looks like an awesome location. And it does lok haunted! Or at least I'd get a creepy feeling while I was there!

But yeah that'd make a great location for a quick film. It could be a gun duel or something. Lot's of quick camera movements (shoulder mounted camera for that rushed feel), close ups, hiding behind rubble, etc.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1978','22b7285b9f','','The graveyard up top was really interesting...

so were the regnecks on fourwheelers. You got pretty lips boy. And ya sher smell like flowrs, mmmhhhmmm. I likes you. I'm gunna butta your bread.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1979','a0dd9240e6','','Good Morning,

First I want to say I was not upset or mad when I posted my last post.. I was mostly concened that I well screwed up in plain english..
Joey, if I came off as upset, Im sorry it was not meant to, I just wanted to own up for the things I did/do. Im that way if I do something, I will be the first to admit it, no beeting around the bush.

As to the pre event roster thread. Yes Im more than happy to keep it up. I really enjoy doing it, as I have told others in command I really enjoy the whole aspects of event coordinating from conception to finish, maybe someday I can be an official event coordinator for the SO. But thats a whole nother thread.. :) 

OK, We do have pictures from the event/ non event from the past weekend, I will not deny that as they are on my camera. As to media, there was none present, but I was prepared that should there had been, I was going to be sure they knew there was 2 seperate groups present. So credit would go where credit was do..

Chase I did not take your post as a flame either. It was a really good question and post, all is kewl... :) 

Joey thank you for the explanation of what an event is and what it is not. Although I do admit I still have a smalll bit of confusion in my brain, but I will re-read your posts as I wake up and the light will probably go on..

Like it has been said. Weather this was an official event or not, which in the end I will take responsibility for as I did coordinate it. We went, we made kids happy, we also made good points with the Chattanooga community.. Thats what counts, the kids part is what really counts//
I was originally slated to be Vader, but with a sinus infection I did not want to chance wearing the bucket and making it re ignite, so I asked Vesper if he would be so kind to step in, as Jester was wearing TD and at the time we had no other person going that could fill the costume out correctlly and look right in it. we got there, I think the decision was made to let a FF member wear Lokis mando so Loki could be a TK, because we need ed a TK present. Again I will take the responsibility for this as I was coordinating this on our end.

I know that no one is mad here or upset, and I hope that any FF members reading this, realize this.. We are just trying to still find our legs here in many ways, as any group that is growing will do. It is what happens in life and what helps is if we learn from it..

Joey, no one talked to me about this event or anything else, but I wouldlike to sit down and talk more about the future events etc. So I atleast have a better understanding of what should, should not be done etc.. Knowledge is the key for me. So please someone talk with me, Im so lonley, someone hold me  :lol:  :lol:  :lol: 

If it is decided that we dont get credit for this event/non event, then so be it, I have no problem with that. Im not in this for points or a pay check, Im in it to do what we did, make people smile for a few hours and forget that the world is stressed out. If anyone else from the SO is upset that they dont get credit for this past weekend, then pm me, call me and say so. I went off with half info that I thought was full info. So I was the one responsible for the fubar in communication.

anyway, I have drained my first cup of coffee this morning, so it is my personal que that Im rambling..

Again, Im not mad or anything, I just would like to sit and talk with command to clarify things for future events etc. It seems like a gray area that has probably been hammered out elsewhere, but has not fully filtered to us, or just me..

Have an awesome day everyone, my phone lines are open  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1980','2235553269','Activation','Hi,

Can you activate my account?  My username is JW03.

Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1981','76d240d1f9','','Guys, Im not mad, dont take my posts as such..
OK I was mad when Derek passed gas at McDonalds  :lol:  But Im over it...

I still say I like Ivans post, and hay if I could become a coordinator for events, I would be estatic as I would feel Im finally putting my all into the SO.
This weekend really showed me something I enjoyed doing beyond the kids thing.
I will be very honest, I fully enjoyed being the one who I guess was in charge. IE coordinating you all and the event/ non event when we got there. I in honesty hope it leads to more opps to do coordinating on an official level as it was an awesome experiance for me and I got home feeling like I pulled my weight at an event/non event..

Again, I was not upset yesterday, mostly concerned on a few finer points..
Like Joe said, we dont, well I should say I dont do this for points, food, republic credits etc. If someone says hay thanks, it is just icing on the cake. My true thanks comes when we walk out and kids eyes go wide and they are hugging our troops and wanting autographs etc. That to me is worth more than all the gold at Fort Knox. Paper awards are just that, but memories and Karma, that lasts past the existance of this battered and bruised body..

Derek, sorry about McDonalds man, I will start a thread for my public appolagies as well as send you a personal sorry gift  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1982','d7d3e45412','','Actually yes there are, I'll have to get Drax to scan them in this evening:)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1983','ce6f3d6c39',''97 Boba Helmet - How Screwed Am I?','I got a '97 Boba helmet, and it does look like sh[censored]t. Even the range-finder fell off during shipment to me. Is it possible to mod this until it looks decent, or should I just ditch it and try to find a '95 helmet? Thanks, and thanks to all who have already PM'ed me with advice on my Mando project!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1984','fa9633a477','','Personaly, Joe, I thought your thread was great! That's what the hell I've been trying to get people to do.

As Barney Fife (rest his soul) used to say: Nip it! Nip it!

Joe, Pm sent.

Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1985','f39ad0b73b','','Thanks to Loki for the shirt/vest, I cut and sewed the sleeves to make a pullover-cotton vest. Yeah, the sewing part is crappy, but I'm learning. Besides... the thread is black and the vest will eventually be black, plus the shoulder bells will mostly cover it up anyway.  :wink:  I'll go ahead and dye it tonight and sew the velcro on tomorrow. 

As far as the helmet goes... I wish I would have bought Jaster's Boba helmet (split and everything) at the Prop Party as it still would have been better than what I have. I have the Standard Jango Rubies helmet. Yes, this is the 2-piece thing that did NOT look like the picture on ebay. Lack of research on my part, but what's done is done. I'll eventually get a proper Don Post, but I need to stay focused on the Clone Trooper, so I'll have to make due with what I have. 

So... I've glued the 2 piece thing together, popped out the lens and begun the process of bondo/sand, repeat. So far, so good, although the glue didn't hold the first time and split the bondo pretty easily. I think I have it secured better now and I may actually get to prime it this weekend. It might be passable for the time being.

Edit: Actually, now that I think about it, I probably shouldn't have said anything about the helmet and let you guys decide how it looks once it gets done. If I could have passed it off as a one-piece, then maybe my skills would be.. well, still lacking. OK... moving on....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1986','b240cfae78','','Corey,

You can add us to the list.. we can only stay until around 2:00 but that still gives us 3 hours or so :)

JW01/Bob
JW02/Bobby
JW03/Corey

See you Saturday!  No time for the wife to make a cake this week but if  you need us to bring something let me know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1987','ea01506821','','[quote:ea01506821="TK6203"]or run through a dark house with open scissors in hand...[/quote:ea01506821] ........naked.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1988','4bd9fcfa7d','','Good words, Knight-Star, we all feel te same way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1989','58bf572391','','You guys discussed this on Page #3 of the Event thread.  It is still up oin the Events section.

Loki explained it: [quote:58bf572391]I just think we need to make it clear that the chattanooga people can't promote us as being part of their group, they're Chattooine and we're 501st. Other groups have had us come to things in the past and then claimed that we were with their group, when actually we're from all over, so if there's any &quot;Publicity&quot; for this event if there's pics of the 501st guys they should be mentioned as &quot;The 501st&quot; and not &quot;The Chattooine Fanforce&quot; 

It's just technicalities, but no big deal.
_________________
TK-4238 

OH HELLS YEAH!!!!!![/quote:58bf572391]

No one told Skip or Tambo or Me what the final verdict was???
I spoke with Tambo and Jeff yesterday, niether thought this would be considered an official event,.  Skip said the same thing to me before the prop party, so hells ya, I am clueless here,.  now Skip wants to wonder why i bring this up??? Arg!?  
TN people, Make a decision and let me know please!  I would like to either add this to the galleries or not?!?!


If you re-read my first post here on this i'm ASKING if this was to be considered a 501st event or not? ..It didn't look like one in the pre-planning.. but you guys seemed to work it out so...

Is that a YES then?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1990','bb9813b653','','[quote:bb9813b653="InfraFett"]Check here--&gt; http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=120

There have been people registering here, with spam accounts, and maybe viruses, I dunno. some of them even have webpages about child 'pictures' and transvestite 'pictures'. It says so in their links. I think the moderators are going to be deleting these useless accounts now.[/quote:bb9813b653]

This is handled as quickly as we can.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1991','bcc1f2494e','','Joey,
If it was up to me I would say it is a yes to it being an official event. That both 501 &amp; FF was present at as 2 seperate entities.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1992','c22b9fa8ef','','wearing your mothers bra on your head....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1993','6793b4c9df','','got you on the roster, cya all on Saturday. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1994','3686e7e207','','[quote:3686e7e207="TK6203"]wearing your mothers bra on your head....[/quote:3686e7e207]

Isn't that your pilot costume Corey?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1995','8143d8ad25','','And another link via Attack of the Show:

[url]http://www.devilducky.com/media/42822/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1996','d5b42020a3','','Whoa whoa Skip, before we debate what's an event.. hold that thought.

Back to what happened with Stein.  What else has he done?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1997','66e39588f8','','On July 22nd the Zachmire was brought forth to this Earth.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1998','8c73cfa6d0','','[quote:8c73cfa6d0="TK1427"]November 14th[/quote:8c73cfa6d0]

Too late! I already claimed that date!  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('1999','2d9f423116','trash','I ordered one from a guy where he used a stock photo of a 95, and I got that 97 POS.  The shape is all wrong Tim, I woud put it in hot water and shape it back, glue the rangefinder and stick it back on e-bay.

You can look for the 95 or get with Tambo for a resin cast.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2000','cd2e6dbeb4','','*thinks* why yes it is my brother, yes it is.... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2001','b411ece2f4','great','That looks  incredible.  Just doing a custom fett I have gotten a new respect for the detail of the boba or jango.  My hat is off to you on this one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2002','e755dd83bd','','Yeah it's Casey. Guess I could have just picked up my armor this weekend huh?  We'll probably be there if the weather holds out. The Altima royally sucks it on wet roads.  


J.A.F.T.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2003','5284628d34','','I got you and Cheryl on the list Casey..
Nahhh, you need to sit and stare at the armor, plan your attack, drool over it, kiss it, sleep with it.. :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2004','21f07f7064','','Did anything ever get said to him about horrorfest and oogling at summer changing clothes?

Is Stein clueless that he has 'irked' people in this way?


all i have seen is that his personality is just odd, or odd compared to mainstream i suppose, . 

sure that irritates some but i haven't seen or heard him do anything offensive.   Is this just people who don't prefer to be around him gossiping and seeing things that they want to see in him? 

Hell if nothing else, the guy laughs at the Jew jokes the TN troopers give him...?

Need more info...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2005','fee912996a','','You know, that is one of the things I've noticed about this group. Very gassy. You guys need more fiber or something (no Loki, barley and hops don't count).  I'm especially proud of you Corey, you can release on command. Kinda like a strategic bombing run, fast approach, release, and get the hell outta dodge. 

Impressive. Most impresive.


J.A.F.T.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2006','a0153fa11f','','Hey this seems like a resonable request for us to help a pet charity.  Keep it on the list and see who is intrested at the time..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2007','fe04710a77','','More pictures from Sunday's event.  A special thanks to Derek for letting me troop for the first time in costume!! (Sorry that my jeans stick out in a lot of the pics.  Someone shoulda told me  :shock: )

http://photobucket.com/albums/f276/troopergroupie/Kids%20Fair/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2008','c642b96bef','List of 501st trooping events for 2006...','These are your area 501st costuming appearences scheduled for 2006!
check back regularly for updates....


Jan 28 Chattacon

Feb 4   Havoc Hockey Appearence - Huntsville, Al
Feb 18  Empire At War release - EB Games -Oxford Al
Feb 18  Cub scout Awards day - Jacksonville, Al

Mar 4   Star Trek Summit - Birmingham, Al
Mar 5   Kids Fair - Chattanooga, Tn.
Mar 18  St Patricks Parade - Atlanta, Ga.
Mar 18  FantiSci Con - Chattanooga, Tn
Mar 25   MIdsouthCon - Memphis, Tn.
Mar31Apr1 - UKON -  University of Kentucky, Lexington, Ky.

April 8  Walk for Wishes - Huntsville, Al
April 8  Library Day for teens - Decatur, Tn.
April 22  MTAC - Middle Tennessee Anime Convention - Cool Springs, Tn.

May 6  Free Comic Book Day - Vestavia Al
May 6  Free Comic Book Day - Hunstville, Al
May 27-28  Wonderfest - Lexington, Ky

June 3    Tn Firefighters Burn Camp - Franklin, Tn.
June 3    COSI - Columbus, Ohio
June 24-25  Adventurecon - Knoxville, Tn.

July 2   Disabled Children's Camp - Lebanon Junction, Ky 

Aug

Sept 1-4  Dragoncon - Atlanta, Ga

Oct 14  Children's Brunch - Shelbyville, Tn.
Oct 20-21  Boo at the Zoo - Birmingham, Al.
Oct 27-28  Boo at the Zoo - Birmingham, Al.


Nov 10-12   NovaCon  - Huntsville, Al

Dec 2  Xmas Parade - Gardendale, Al.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2009','134150623c','','Haha, I like [url=http://i49.photobucket.com/albums/f276/troopergroupie/Kids%20Fair/DSCN1735.jpg]this one[/url].  Looks like you guys had a blast as well as the kids.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2010','94529fa50d','','Hey guys,

I want to say that I'm sorry I haven't been able to make any events in the past few months.  It's not that I don't want to but I just can't because of my tour schedule.  I am having a blast out on tour but I do miss all you guys.  You've been so welcoming ever since I moved down to TN and you have been my best friends.  

Right now, I'm playing justabout every weekend this year (which sucks for trooping), but if there's an event that falls during the week you can bet that I'll be there if I'm in town.

Also, if I'm playing in your area I'd DEFINITELY love to see ya.  Drop me a line and we can hang out for a bit or maybe grab lunch/dinner.  And if ya want, I can get ya into the show too.

Anyway, I just wanted to let you guys know I miss you and thanks for being there for me.  I really couldn'tve asked for better friends than you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2011','29f2fc07da','','Any update on a possible Barons game, Joey?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2012','c33670a550','','My turn to gripe!
I just went to wal-mart to pick up some things I need. I walked around the store for over thirty (30) minutes looking for a damn checkout that is open or one that didn't have over twenty (20) people in line! They have forty (40) checkouts up front with two (2) open, eight self checkout with six (6) open. All with ten (10) to twenty (20) people in line. The garden checkout even had over ten (10) in line. I finely found one with no line in the electronics area, No [size=18:c33670a550]MONEY[/size:c33670a550]!!!!!!

If I didn't have to go to wal-mart, I would not!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2013','a34a098985','','Thanks for the nod!  You guys don't have to worry.   I AM the sole coordinator of the event for the humane association, so I'll make SURE that it goes off in accordance to the 501st rules.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2014','a98052baef','','Yeah there are never more than 5 open at mine.  Why even have that many checkouts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2015','b108d410ec','C-3PO vs. CP3's','C-3PO is compared to Courtney Paris and Candace Parker, two of the outstanding freshman in women's college basketball, who both wear #3.

[url]http://sports.espn.go.com/ncw/news/story?id=2340682[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2016','38316d305e','','[quote:38316d305e="TK5773"][quote:38316d305e="TK1427"]November 14th[/quote:38316d305e]

Too late! I already claimed that date!  :twisted:[/quote:38316d305e]
You only need 29 people to have a 50% chance of having two people with the same birthday. We have over 100.

BTW, my birthday is July 2nd, the anniversary of our great country becoming an independant nation.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2017','e931559edf','','Im sending them info and have a call back next week.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2018','545b48087d','','Thats kind dumb.  I also found a few mistakes and is that chewy or a random wookie?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2019','f6ef2e14a8','','[quote:f6ef2e14a8="Obi-TN"]You only need 29 people to have a 50% chance of having two people with the same birthday. We have over 100.[/quote:f6ef2e14a8]

Never tell me the odds. (sorry, had to be said)

April 3rd');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2020','395a8ff2aa','','Yeah, you're screwed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2021','b80e2fe912','','Hey Joey....

You need a hug.  C'mere.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2022','9aee759128','','that donkey head thing on Gooshy's avatar is freaking me out.  I wish the command staff would do something about that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2023','731a2c893b','','That's not Chewie, but unless you're talking about mistakes in the girls' columns that's the only one I could find.  I thought it was clever.  And I really like this picture they found of Pat Summitt(click the pic for sound):


[url=http://www.moviewavs.com/0058493028/MP3S/Movies/Jurassic_Park/trex3.mp3][img:731a2c893b]http://img414.imageshack.us/img414/9509/asummitt953sy.jpg[/img:731a2c893b][/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2024','4f67187bb4','','This from the guy whose life ambition is to be a slime-covered, flesh-rending killing machine with acid for blood who lays eggs in people's stomachs.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2025','e003d2974d','','Oh come on Loki, where's the love?

[img:e003d2974d]http://tk-2486.com/501/alien_head.gif[/img:e003d2974d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2026','4b72f8b97e','','[quote:4b72f8b97e="TB1309"] This is handled as quickly as we can.[/quote:4b72f8b97e]

I'm not complaining.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2027','e4a8494a29','','[quote:e4a8494a29="Loki"]Yeah, you're screwed.[/quote:e4a8494a29]
You are such a ray of sunshine [img:e4a8494a29]http://www.clicksmilies.com/s0105/natur/nature-smiley-015.gif[/img:e4a8494a29]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2028','2c17c54495','','You can put me and R2 down as tentative.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2029','944f867b36','','Now [i:944f867b36]that's[/i:944f867b36] funny!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2030','48202709ae','','From the looks of it until I get my full license, I'll only be around one time out of the year. Adventure Con. Still, I like hanging around here. Though, there is one of you guys whom I think I offended in a post back in november (I think that's when it was.) I apologize for that, I didn't mean anything by it. One of you just asked me a question and I didn't phrase my response right. I should have rephrased my post. just so that person knows, I don't hold a grudge though. (I'm not naming anyone cuz I don't want to start something.) Other than that though, I look forward to talking to you guys at Adventure Con.

I admit, my family can be *censored* yet I love them. My aunt has been sick with hepititus (or however that word is spelled) since she had a baby in april, 2004. So she'll be coming to Adventure Con too, I'm thinking she's going to have a great day then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2031','b73081d075','','It's not my fault!!!  :o   (Let's see this worked for Adam in [i:b73081d075]Genesis[/i:b73081d075]) It was the woman who led me to evil.  

Hallowed are the Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2032','9bd72bd219','','Oooh, that's naughty, Hammer, but you're likely our biggest UT fan so you must be posting out of love.

Not 100% sure but I think that's either a random Wookie or Capt. Tarful (who doesn't know how to hit the Dominion of Canada as we saw TWICE last year).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2033','ba6e120b3e','','What, I recorded that with my phone at the last game I went to.

 :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2034','8dd308cc33','','that is funny, in a freaky sort of way.... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2035','855d24f6e5','','added you and R2 to the roster Chris  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2036','e5dd9b08b1','','AHH!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2037','58bf758e9b','Skywalker Ranch, here we come','OK, this is the pinacle of any Star Wars fan I guess..
And since I was notified we are allowed to talk about it, I wanted to share it with you all..

As most of you know George saw the Jar Jar in Carbonite at C3 and told McCallum he wanted one..
Well we originally where scheduled for Septemeber to del;iver the Jar Jar to George at the ranch, but for whatever reason that never came to pass.

Last week I was contacted by Steve Sansweet and he had a meeting with George who asked, whatever happened to his Jar Jar and Carbonite, that he wanted..
Well after a phone call to me. We where given the green light to come to the ranch..

This was amazing in itself, but then Steve asked if we could come in a day early and that way we could come and stay the night at Rancho Obi Wan as well as see his collection, then the next morning head to our 9am meeting with George at the ranch..

So on Aprl 15 Richard Cross, Joe , Hammer and myself will be driving cross country with 2 Jar Jars in a trailer for a April 20, 21 delivery and one on one with George himself..

To say this has me excited is an understatement. Also we where told the dress is very casual and so we have decided since the Insider will be doing something on it, to wear our Southern Outpost Shirts..

Anyway, thats what is happening or going to happen.... :)  :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2038','3cef3c01b6','','Wow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2039','ffefba9331','','I do try!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2040','ffa66ec6cd','','Sounds awesome!! Gawd!! I hate you ppl!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2041','a18d58a1fa','','God speed gentlemen.

Give Uncle George a kiss for me!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2042','1f1cb1a53b','',':shock: 
I now officially worship the four of you.
I will begin work on your temple immediately.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2043','14ef16cb72','','I'll be getting one from Tambo then. I'd rather buy from somebody in our group anyhow. The '97 helmet should be BANNED, I tell ya.
  :bang');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2044','284852dfd8','','Thanks Hook. I do what I can to make Fett look good. I have to weather the vest and jumpsuit next.

[img:284852dfd8]http://img.photobucket.com/albums/v337/srmatlock/Jaster/prepro2.jpg[/img:284852dfd8]

This is what I want my suit to look like in the end. Last upgrade will be the helmet. Pre-pro gauntlets are in the mix of being made.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2045','27c2b5ce23','','Oh good lord not another shrine...  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2046','353de6a553','','Hey Tim, yes the '97 sucks smurf balls, it was also my first helmet but what you can do with it is practice your paint scheme and helmet workin skills. Thats what I did with mine anyway, I practiced the scratch and reveal method, topical paint, masking hell everything went on that helmet. So its not a total bust., And you can always use it as a prize or something in a contest, like a gag trophy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2047','9a674a69a6','','when you upgrade your belt, let me know.

And if chase doesn't take your jumpsuit, holla at me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2048','ad2d13feff','','dude that is some super awesome stuff, only wish I could go with you guys. I would love to see Sansweets collection as much as I would like to meet george.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2049','bcb221501b','Go for it','You are the chosen ones.  Invite George to the next prop party.  Have a good time fellas.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2050','9cb5dab675','','That's cool.... but how the hell did Hammer and Joe make the short list to go.... really?
 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2051','ae91751ffd','','pm sent to the loki...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2052','8e63bf0233','','IWANNAGO...............');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2053','be7cfc5c6a','','hammer and joe are the only ones that can take two weeks off work and go.

I had to decide between meeting george and having a job, so I have to stay here.  With you.  All summer.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2054','5d8ea663f5','','Dude, I would've quit my job... :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2055','ad876de139','','Here are my Pratice set of Gauntlets..this is a Southern Outpost pull that was done a few years ago and my resin parts.  They still need alot of work.  These were Jasters first set that were stripped.

[img:ad876de139]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1839753Gaunts.JPG[/img:ad876de139]

[img:ad876de139]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1839756GauntsOrange.JPG[/img:ad876de139]

[img:ad876de139]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/230580/1839757Gauntsred.JPG[/img:ad876de139]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2056','dd3f8098af','','Lucky SOBS... you better take millions of pics.  I have something of Tambo for you to take and give them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2057','e3e2e36698','','YEAQUITJOB......IM..TYPING...ON..A..COMPUTER..THAT...DOES...ALL...CA


PS...AND...NO..SPACE...BAR........SUCKS....GOTTA....GET...A...NEW...KEY

BOARD...FOR...THIS....OLD...LAPTOP...DAMNIT......................JON...LETS..

QUIT...OUR...JOBS...AND...GO');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2058','21ec7ed0e3','','Yeah, those really suck.  Let me throw them away for you.  I'll come get them tomorrow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2059','789c5624b1','','I apologize to anyone I've offended.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2060','a88075febf','','Thanks for all the love and adoration guys.  :lol: 
The only draw back I see to this is that now I've got to work my a$$ off freezing more Gungans before the trip.  :roll:  After all, I've got to have something to bribe Steve with so that He'll put up with us!  :lol: 

Richard
(the suddenly overworked)  :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2061','fec531a633','','Can you fit me in a suitcase?  Please?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2062','d2c7da2079','','Let me start out by saying that I was in an extremely bitter mood when I wrote this because, after about 20 hours of work, I might have screwed up the pants for my Dooku costume in an attempt to make them actually fit. :cry: 
[quote:d2c7da2079="Loki"]hammer and joe are the only ones that can take two weeks off work and go.

I had to decide between meeting george and having a job, so I have to stay here.  With you.  All summer.[/quote:d2c7da2079]
Oh, I hadn't even heard that Joe got a job. That's great that he'll still be able to take time off. Or, did you just mean that generally for most of us and that Joe is choosing to stay unemployed until he returns? Whichever, it's his decision. Hopefully, thinking about the trip will cheer his mood over the interim.

I know I've chided Corey about missing Predators games to do unimportant SW-related stuff, but I consider this an acceptable reason to miss hockey games, even playoff games.  :) Heck, I even would've gone. I think I have enough vacation days to not have to quit my job. Of course, I am taking off a few days in May and might be moving and going to Charleston, SC, for work around that time, so it might not have been possible. I guess I should have been asking Corey about it Saturday when all he was saying was that Hammer was going and Loki wasn't. Considering how much cr*p I take from Corey, it would have been nice to be asked. :bicker

As for the visit itself, I'm sure the four of you will have a great time out there. Do you have any ideas how much time you'll have with George? Will you be able to grill him about how he messed up with the prequels and the like or will you guys just have time to fawn over him? I'm not sure if it's bitterness about ROTS or something else, but I'm not so interested in meeting George anymore myself, although it would still be awesome to see the ranch. Even with the trip to Rancho Obi-Wan, I feel so much less interested in the trip now than when I first heard about it last year. Not sure if that's a defense mechanishm because I could have been given the opportunity to go or a sign of something else.  :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2063','dc5c1b5944','','Wow, that looks pretty awesome. Some questions, though:

1) Who owns this place and has anyone spoken to them?
2) Is there electricity running through the place?
3) Where is it located and what does the place [b:dc5c1b5944]sound[/b:dc5c1b5944] like? Is there road noise? Airplanes? Trains? Raging rapids?
4) What sort of bathroom facilies are there?

[b:dc5c1b5944]Equipment[/b:dc5c1b5944]
Corey has the camera as well as a sound mixing board and some wireless mics if I remember correctly. I have an excellent Bogen tripod.
I have learned that I will probably be able to check out any equipment needed from Watkins (the film school I go to) during the summer weekends. This will take care of our grip and electric needs (i.e. lighting, baby stands, combo stands, c-stands, flags, nets, and silks, gels, stingers, sandbags, slate, monitor, etc.). I can also see about borrowing one of my teacher's flexfills.
Someone mentioned handheld photography. I recommend we build a poor-man's Steadicam. There are tutorials on the internet for that.

Does anyone own a generator? We'll need one plus lots of gas. A film production draws a lot of power.

[b:dc5c1b5944]Crew[/b:dc5c1b5944]
I also have plenty of fellow film students who have plenty of set experience who will probably be willing to crew this film. As soon as we have some idea of what the story will be and when we will shoot it, I can start filling all of the key positions.

I'm assuming that Ivan is going to write and direct. Is that correct? Here is a rundown of major crew positions we'll need and what position will entail:

[b:dc5c1b5944]Director:[/b:dc5c1b5944] The director is responsible for the vision of the film. On the set, they should be focused on the performances of the actors as well as the visual look of the film. It isn't their job to delegate jobs to crew or to fret over the schedule or deal with the location people.

Director of Photography: Works with the director to craft the visual style of the film. This includes advising on shot selection, selecing lenses, filters, f-stop and also directing the lighting of the set. On most small shoots (like this one) they are also the Camera Operator.

Camera Assistant (A.C.): Fills out camera reports, slates each shot (aka the clapperboard), moves the sticks, monitor, cables, etc. for the DP. Generally assists the DP in doing this job.

Gaffer: Head of the electrical (aka lighting) department. Works with the DP to light the scene.

Grips &amp; Electricians: In the professional world these roles are seperate (and mixing them is against union regs) but a grip is sort of like a stage hand. The electricians setup and operate the lights, and the grips block or filter the light with flags, nets, silks, etc. On our shoot, we'll probabably just have one or two people in these positions, and everyone who is not doing anything will help with setting lights and and grip equipment).

Assistant Director (A.D.): Sort ot like the set foreman. They make sure we stay on schedule and remind the director of how far behind (we're never ahead) the schedule we are. They also delegate tasks to crew and are aware of where everyone is and what they are doing at all times. If anyone is leaving the set they must stop and tell the A.D. where they are going and when they will be back.

[b:dc5c1b5944]Producer and Production Manager[/b:dc5c1b5944] Whoever does this will need to make sure all production elements are in place in time for the shoot. Production elements include locations, actors, crew, equipment, and paper work for all of the above. They need to have a cell phone the phone number for everyone in any way involved in the production. When someone comes to the set asking what is going on, the Producer is the man who deals with them.

[b:dc5c1b5944]Boom Operator[/b:dc5c1b5944]: Positions the mic on a boom pole to record the dialogue of the actors. Note: You only care about recording dialogue on a set. All other sounds are created in sound post. Since we have some wireless lavalier (tie clip) mics and a mixer and most of our characters will probably be wearing helments, we ought to only use a boom when recording unhelmeted characters.

[b:dc5c1b5944]Sound Recordist[/b:dc5c1b5944] In a film (dual system) shoot, this person operates the Nagra or Dat, ensures high quality of sound recording and fills out sound reports. Since we are shooting on digital (single system) and we have some wireless mics with a mixer, the sound recordist will operate this board and fill out the sound reports.

[b:dc5c1b5944]Script Supervisor[/b:dc5c1b5944] This person takes notes on pages covered, what shots covered which parts of each scene, weather the take was good or not, notes on flubbed/ad-libbed lines, length of the performance, as well as continuity and helps the director make sure the footage can be cut together without big problems. On our set, this really ought to be the Editor.

That is pretty much the minimum set crew. I can get the bases covered and probably a few extra crew to help as grips, PA's, etc.

[b:dc5c1b5944]The Story/Script[/b:dc5c1b5944]
This is pretty important, but what is this movie going to be about? I know it will involve Mandoloreans and a castle, and it will be a fan-fiction type fan film as opposed to a parody/comedy. When will the film take place? What is going to happen in it? Who are the major characters.

Let's try to avoid throwing out ideas for &quot;kewl scenes&quot; (a.k.a cool action/fx sequences that we've always wanted to see). It seems a lot of fan films are a series of cool-looking but dramatically uninteresting contrived scenes with a bland story to string them together. See the Pod Race sequence in Episode I for a good example.

Here is some advice I sent to Ivan a few weeks ago:
1) Start developing the story in broad strokes, i.e. write a treatment describing the story along with any notes on the visual or editorial style of the film. You don't need to get into details like individual scenes or even lines of dialogue. That comes later.

2) Post your treatment on the Mando board and get some feedback and ideas from the others. Rewrite the treatment until you are satisfied with it.

3) Write a &quot;step outline.&quot; Basically this is an outline of the film where each scene is listed and general info about what happens in each scene. The description of the scene is usually restricted to how it contributes and advances the overall story of the film.

4) Post your outline on the boards for more feedback. Rewrite and refine until satisfied.

5) Actually write the screenplay. Dialogue is hardest to write, because you never know how well it will play out. Read lines to yourself outloud to see how they sound. Post pages and drafts of the script on the board for discussion and keep revising, especially once we start rehearsals where you can get a very good idea of how well your lines will sound and ways to improve them.

For screenplay format, there are various books I can lend you on the format, and you can find plenty of free screenwriting tools. There is one called CeltX which is pretty cool, but I have always used a word processor like OpenOffice Writer or Microsoft Word with a screenwriting macro.

I would avoid trying to write a feature length script. Focus on the story you want to tell and don't worry about how long it is. A good short film is better than a long mediocre or boring film. Feature films are also much more expensive and time consuming than short films.

Write a good story, rather than getting worried about what cool sequences you want to do. Lots of fan films have contrived action/FX sequences that don't really relate to the story. Revelations has lots of this. It has a neat idea for a story (ancient history and mysterious artifacts) and lots of cool sequences (a futuristic nightclub, a space battle, a lightsabre duel in the caves, an escape from an exploding tomb, etc.) but the whole thing never really geled for me.
IMPS and KnightQuest are my two favorite fan fiction fanfilms. They each have their flaws, but they have compelling stories and strong, unique characters (as opposed to generic cliched characters). They have excellent action/FX sequences in them, but they make sense in the context of the story and don't feel contrived beceause they aren't. Many fan films are essentially a lightsabre duel in a forest between a Jedi and a Sith Lord. In fact this sort of thing has become a cliche and many fan film audiences bemoan such things, yet KnightQuest is a series of lightsabre duels between several Jedi and Darth Vader in a forest and yet the film works because it has a good story and characters.


Anyway, let's get this project moving!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2064','34ef97155f','','I loved the book [i:34ef97155f]Night[/i:34ef97155f] I read that like in the sixth grade or something it's been a while. Great author.

Good words man.

What can I say?

 I love these SO's.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2065','a7bbb45883','','Ok, before this turns into another Talladega let me just say that I don't know how I got on the &quot;short list&quot; but when Corey asked me to go I of course said yes.  I'm sure it was a tough decision and I do [i:a7bbb45883][b:a7bbb45883]not[/b:a7bbb45883][/i:a7bbb45883] envy him having to choose the two folks that get to go out of all his friends.  There were no backroom deals, no conspiracies, no nothin.  Period.  


And Stein:



 [quote:a7bbb45883]So does that mean Joe got a job? Or is he staying unemployed until May? 


So, do you have any ideas how much time you'll have with George? Will you be able to grill him about how he messed up with the prequels and the like?[/quote:a7bbb45883]



What the hell, man?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2066','4a00b4ddb0','','I gotta question for ya, Mr. Moviepants:


What's the &quot;Best Boy&quot; do?

I've always wanted to know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2067','9f4767d2fc','','The Key Grip is the head of the the Grip department. Under them will be a crew of Grips, and their top or best grip is the Best Boy Grip.

The Gaffer is the head of the electical department, and the Best Boy Electric is their best electrician.

Basically they are assistant to their department heads, sort of like the XO of their department.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2068','bca7805ddb','','Honestly, this is a special honor for Corey and Richard and to be able to take 2 other people of their choosing is a special privilege.  This honor was bestowed upon them not the Southern Outpost therefore it shouldn't be a public discussion about &quot;I can go, why wasn't I asked?&quot;  

Be happy for those that have the honor to go, be glad they are promoting the Southern Outpost and leave it at that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2069','70c92936ae','','And they couldn't come up with a cooler name in a hundred years?  :lol:


Thanks for the info, man.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2070','ce7a09073a','','First off I'm overwhelmed and extremely grateful that I was asked to come along. I understand that I in no way deserve anything like this. 

I just happy to be included. Please don't be mad at anyone guys. Least of all Corey and Richard. And I hope not with Hammer and I either. Be proud of them and happy for us. It's a terrific and I don't think anything else this year is going to compair with the awesome opportunity that Corey, Richard, and Hammer are gracing me with the chance to experience.



But I'm going to ask any moderator to please delete the spiteful comment about my personal life thatw as made in poor taste. Thats the second snide comment like that  I've endured lately and I don't appreciate it and I don't want to become part of a flame war despite the part of me that wants to type otherwise. That includes editing this part of my reply as well. Thank you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2071','75d1172f1e','','First I want to say that if we could take everyone we would have.

The decision to ask who was asked was because it is a 2 week trip in full. We had to look at who could take the time with minimal upset to life, IE Jobs etc.

So please no flaming on this. 

Stien! I would ask that you go back and delete your post or atleast highly edit it.
The comment you made to Joe was completly uncalled for. His current situation or anyones life situation is none of your concern!
Your comment was rude and personally I think you owe Joe an appolagy of great expense!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2072','28c7f161cd','','Edit due to guilt  :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2260','e91023caf4','','[quote:e91023caf4="RoseGuard"] [img:e91023caf4]http://knoxlotr.8m.com/rg/silverman2.jpg[/img:e91023caf4]
My question is which one is Hammer and which one is Corey?[/quote:e91023caf4]



If we do this, I am [i:e91023caf4]not[/i:e91023caf4] wearing pantyhose.  At least not on my head.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2073','80ee9161a3','','Just so you know, I didnt want to go anyway........  :bang  :shoot  :lightning 














Just Kidding. :lol:  :lol:  :lol: 


I hope you guys, all of you, have and great time. What a great privilege it is to have been invited to the ranch to meet with Uncle George and actually get to stay a night there.  

There are no hard feelings from any of us only jealousy and envy.  :mrgreen: I know if it had been up to you, you would have invited each and every one of us.

I ask only one thing, you come back safely and tell us every detail of what saw, heard, and did while at the ranch. 






Do I hear the sounds of a Welcome Home Party, so we can get all the details of the trip?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2074','0ba32249e6','','Oh yea, meant to tell you guys, I won the Power Ball Lottery! I'm getting 369 million dollars, but I'm not giving you guys anything!!!!

Of course I keed! I'm glad you guys get to do this! It was like when Jason got to be the &quot;ultimate Star Wars fan&quot;. I'm proud of the things this group gets to do.

If I got to go, and spent two weeks away, I would probably come back to a divorce and no job, so it's probably just as well. 

Anyway, have a good time guys and represent us well! you bastards..........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2075','b85ce022f9','','That's the BOMB Goosh!!! LOL!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2076','f77e900fb5','',':D  YAY, I know you have been looking foward to this for a while, I am so happy you finally get to do it!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2077','a1eb981a12','(said like NapeleonDynamite) LUCKY!','Wow guys,..congrats. I would have given up my Ultimate Star Wars fan noteriety for the chance that yall are having. A chance not only to meet Lucas, but at the Ranch, and to get to be invited to Ranch-o Obiwan, you guys are truely blessed. Maybe one day they will give the Ultimate Star Wars a chance to visit Mecca! Give George and Steve a &quot;hello&quot; from me. I'm sure Steve will remember me,..may take a little coaxing for George to remember our 2 minute redezvous on the red carpet. If any more openings for the trip happen, I'll join in the lotto for the opening. MTFBWY in your travels and God Speed!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2078','e518835a5d','','I met the guy who played Gomer Pyle once............');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2079','18082110d0','','WOW!! 

I hope you guys have a blast!  

You know, this really says a lot about the Southern Outpost. We have the most creative and the biggest fans ever! Do us proud, guys :) 

Drive carefully, too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2080','ce4598c290','','[quote:ce4598c290="TC8881"]I was born at night,


just not last night.

 :wink:[/quote:ce4598c290]

Nice way to sneak around the question like Obi-Wan running around the Death Star...but you can't get away from potential embarrassment that easily!

Chase = March 22

Me = March 24');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2081','9a9e913854','','I'm so envious I can't think of anything jokingly mean to say heheh. Seriously have a super safe super, awesome trip. Take a good look at Sansweet's scout helmet and tell me if it's bigger than the DP (I swear I think the movie helmets had to be bigger). Maybe one day I'll be rich and they'll open a B&amp;B at the ranch heheh.

Love ya, mean it...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2082','946a1ef90f','','Corey please add me with Jester.   Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2083','a409219b02','','wow. so far no one has been born in May or December..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2084','3c1c27f106','','Good luck guys, represent the 501st !!!

If anyopne has an extra challenge coin for richard to give to GL, now's the time to pony one up for an outpost brutha...

Richard, Let us know how it feels to autograph your creation and have George accepting it in his collection! ( by your name, put your email address on the inside of the carbonite !  you never know who will contact you later in life from that!)

Good things come to good people!  Richard you deserve this big honor!!!  way to go!

I'm proud to say the idea for this was generated at Bamacon'05 , I remember it well! 

Man this is great!  Richard is one of the nicest and most giving of all of the friends i have met in this group.  He is such a super nice guy and it is so awsome to know his work is being appreciated and honored by the maker and his minions !  I'm happy for him, and happy the other three get to go along for such a once in a lifetime experience!

Someone be sure to take a good pic of Richard and George with the Carbonite block for posterity sake for our garrison!!!

Good luck!

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2085','a4ffbd1722','','Throw it back on ebay. Pass it along to the next guy. Just sell it for what you have in it. Don't turn the rape into a murder.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2086','d8ab5f672e','','[quote:d8ab5f672e="Gooshy"]Oh come on Loki, where's the love?

[img:d8ab5f672e]http://tk-2486.com/501/alien_head.gif[/img:d8ab5f672e][/quote:d8ab5f672e]

Hey Gooshy, 
Can you make it nod sideways like the &quot;Night at the Roxy&quot; guys from SNL??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2087','7d8d296ad8','','haha, yeah I'll try later tonite :lol: Want me to put a suit on him?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2088','e8b0fd019b','','Would you also add me I am Orion Knight-Star from the chattanooga fan force and also would like to join you guys but I am unable to right now because I do not have an empire costume. Maybe soon I will I hope. I may go for count D or save up for a chancellor palpatine costume. Take and guys I really ment what I said that you guys are part of my family and I would do anything to help any of you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2089','63c8db515f','','Please remove Rose and myself from the roster. Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2090','ad67454d5c','','here's some inspiration, Gooshy :D 

[url]http://www.devilducky.com/media/41727/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2091','4632e0a098','','I've got a idea.  Can we get a Poster of the group pic at adventureCon..maybe add some graphics (Outpost logo etc..) frame one or two, get as many of us as possible to sign it and present it to them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2092','9c446ec28d','','November 28th...all the best birthdays are in November :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2093','1ad68cf781','','For Joe,
Very well thought out and versed post. I wanted to make a couple points for everyone in the SO. 

-If anyone has an issue with someone, the first thing you should do is politely talk to that person about it (just like Joe stated). 

-If that does not help, and you think the issue directly affects the SO in some way, bring it to the command staff. 

-If it doesn't directly affect the SO, but is simply a personality/idea/action issue between 2 adults, learn to ignore that person. I'm not saying that there aren't some things that have to be addressed or rebutted, but everyone should take a moment to consider what is/was said. Was it said about you, to you, second or third hand, and was it said by someone who's opinion you should even care about? I have found that if a rude/whinny individual is completely ignored, what they say doesn't matter much and people get used to not caring what they say....but maybe that's just me.

Most importantly, when in doubt, please discuss it politely and privately.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2094','da4b3bbb4d','','And DECEMBER 7 :-D Pearl Harbor baby! Yeah that's right. Bombs fell on my birthday.

I have at the least been to Pearl Harbor and it's admitably creepy to see your birthday listed with so many deaths. Creepifying. But still very cool. (I'm a history buff so I'm always suckered in by historical places.)

Um...I rambled. Yeah....

DECEMBER 7');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2095','19dfe7ecad','','Everyone,
Please read this... It is very important..
When Sansweet contacted me I had asked could we do a caravan with our SO people that could make it for the presentation. He checked and it came back as a no. The reasoning is we have to have clearance before we go because they are working on projects (IE TV show etc) and to have that many people would be a security risk in LFL eyes.. I know sounds stupid, but I dont make the rules..
I was then offered to bring a maximum of 3 more people plus my father who is financing the trip and my son as he would burn down the house if left alone. That and the whole law thing about child neglect..

I was asked at the time to keep it quite, not to tell a soul except the people asked to go. Atleast until it was a done deal. I was faxed my non talk papers and returned them.
Then I was told Friday that I could tell our people in the SO..
I debated about it. Because I knew no matter what I would be an a*shole in the end..
When trying to decide who to ask I had to look into it as not a friend, but who would be able to take the time, not have to quit a job and have as little disruption to their personal lives.
Yes I know any of us would put our entire lives on hold for the oppertunity, but in my own concious I could not stand thinking that someone would go and then get back and not have a job, then have to find one, then with the way employment is today be screwed and end up in a financial straight.. I would personally take the blame.

So I made the decision who to ask. It was not Richard, so if your going to be pissed at someone, it is me..

I can already see from my PM that I have a great many people pissed at myself and Richard. Again I say it is me that you need to be pissed at. I was left with the decision of who to take and who not to. 

I had also debated weather to say anything at all. As I knew the consequences would be a great many hurt people. But on the other hand, If we waited till afterwards, it would appear I was trying to be less than honest. Everyone that knows me knows Im a very honest and up front person..

So I made the post for this thread.

Still I have to pick one person more that is allowed to go. Before all of you jump me for the chance please know I personally dont want to have to choose because I know it is a choice between someone going and most being pissed at myself. Personally I would rather give up my place  and let someone go.. Yes I know you are saying Bullsh*t. But it is me being honest. I have had my time in the limelight with Lucas, granted it was years ago and he didnt know me from the other hundred people on set..

While I was out this morning I had come up with my short list of who to ask, but then I got home and people are sending me PM about how upset they are, so now Im in utter confusion and down right hurt that this is going to probably be the demise of kinship with brothers and sisters I have always relied on to watch my back and vice versa..

All I can say is sorry, publicly. I had hoped that I would not hurt anyone, but in the end I cant make the decision for the caravan as it was a big no. I have however made a decision as to the last person and hopefully they will answer me soon and then I guess I go on from there.

If this does mean that some of you hate me after this, Im sorry. I did not know a kinship could be broken down so quickly by a single decision. I guess I had life figured out all wrong, like everything else I do in life, I screw it up to a point of no return..

I love you all and that comes from the heart..
Im sorry I have to make the decision of who goes and who doesnt.
I owe a great many of you my sanity, my life etc.
All I can do is publiclly appolagize...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2096','4a59d2dd3f','',':evil: *Cracks knuckles*  :twisted:  You wanna say that a little closer Steiny? I look small but I can cause great pain....


And Yay you guys!! Go you! I laugh because what I most envy is the two week road trip :) I'm a sucker for travelling. But really, I couldn't make it. Not enough estrogen in that car I think. ;) 

Do us proud!!! Or rather the SO proud as I'm not an official member but meh. YAY!

EDIT: editing for Corey's post before me.... Guys don't be pissed at anyone else. That takes me back to sorority days and that's scary. Come on! Be happy for the boys! Think about if YOU were in the same position...it would suck to have to make a decision you know it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2097','aece2e2e71','','We already have several establishing shots as well as some shots for a trailer. I need an editing system though as mine crashed. I know we had storyboards, not a script yet. Ivan was working on that. And honestly, we were holding off a bit till it got sunnier and warmer. Everytime we'd try and go out and film, it would start to rain, or snow, or other various continuity issueful things.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2098','eb1d8ea85f','','All I can say is anyone of you can do something like this if you..

Build a prop that George Lucas wants in his own collection.  This is Corey and Richards thing and if you are lucky enough to go with them then my hat is off to you.  If you are complaining you have ZERO right to do so and you should be happy for these guys.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2099','34846517f6','','I still love ya Corey!!!  Hey man, I envy the hell out of ya but thats as far as it goes.  Anyones that angry over this... GROW UP!!!  This is not your deal its theirs and you should congratulate them on an accomplishment that we ALL wish we could make, not show your a**es and exhibit your own selfish personalities.  If you dont have anything good to say about this then SHUT UP!!  Once again guys, congrats and take as many pics as they'll let you. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2100','a81c3f6725','','Jon and I are extremely proud and happy and jelous of yous guys.
And I'm being honest here... 
I want to thank Corey and Richard for the experience of the JarJar escourt at C3. That alone was an experience of a life time. Every time I think of this wonderful piece of art and fun, I smile and charish that memory, the memory of being in that place, watched by so many people, and doing it with my friends.

Congratulations Corey and Richard, and Thank you!  :D 

Joe and John. Neither of you got to experience the wonder that was the c3 JarJar, and no 2 should have been with us more. Although what you're about to do makes that moment pale in comparison, it is something you both deserve as fans, and friends. Congratulations, and... make us proud!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2101','e1be069131','','Added you to the roster Susanne, Jester was already on it.. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2102','37bb08d3e4','','I think its awesome that you guys get to do this.  Just make sure you make a mickey mouse stop on the way back...  You guys have a safe trip, I dont envy the drive.  

As for negative feelings, Some people need to grow up.  [b:37bb08d3e4]This wasnt a popularity contest, its not high school, This is real life.[/b:37bb08d3e4]  If no one has ever told you life isnt fair you just have to count your blessings.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2103','63e28f79d4','','Corey, 
Do not feel bad at all for being given this opportunity. It's wonderful that anyone from the SO is getting to go and we should all be proud.

Let me say that Corey is one of the most generous people I've ever met. Even with his health problems he still troops a ton and opens his home to us all very frequently. Heck, the one time I was able to make his prop party, he saw me looking at a tin of foil cards in his SW room and he just gave them to me (wouldn't take a dime). I know he's also given away other stuff when he's been able to. 

That being said... ANYONE that sent Corey any message other than congrats or a JOKING &quot;you bum&quot; type thing should be ASHAMED of themselves. I personally would like to have a list so I could know who those kind of people are.

 Neither Richard or Corey is obligated to anyone to take them on this trip based on anything but who THEY/HE decide to ask. Anyone who gets mad at him because they think they should have been asked needs to step off. Sure we'd all LOVE to have this opportunity and I'm jealous as hell. However it certainly won't make me think any less of anyone that gets to go.

Corey, I think you should definitely reevaluate what you think of your &quot;friiendships&quot; with anyone that sent you any angry messages about this deal. Friends shouldn't demand or expect anything from friends besides friendship. Anything else is a bonus...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2104','235ef76d63','','Or you could paint it silver and make a [url=http://www.theforce.net/fanfilms/shortfilms/jango/index.asp]fanfilm[/url].');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2105','8fa9c4ed75','','Well said Drax.  Although Corey may be a bit.. &quot;Special&quot; and post too much..absolutly everything he has done has been out of love for the men and women of this organization.  We also must not forget his dad Don who puts up with all of us.  Thanks Atin for just being who you are and being one of my brothers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2106','f6c8db9a6b','','From what I've seen, alotl of Stein's posts are either offensive, whiny, or sarcastic. Some of them are blatantly so and the rest can be &quot;read&quot; that way. Perhaps he doesn't realize he's doing it and it's just a social skill deficiency. We certainly do need to keep an eye on it though. I see Stein becoming the new Jamey because he IS going to piss everyone off eventually if he continues making comments like I've seen on the boards.

I thought someone was supposed to have reprimanded him for the Horrorfest incident a long time ago. It may be too late if nothing was said back then but that means we need to keep a double eye one things. 

We certainly need first hand reports of any accusations so it might be a good idea to get Joe to give us a couple more names that know what was allegedly said so we can determine a course of action.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2107','1b9187af81','','Gee Corey, after Mark I'm only the second SO you ever meet, and yeah being a state employee does give me the leave time... :cry:  :cry: 

 :lol: 

Good on ya for having this opportunity.  I have to echo Rose's comments about being able to do the Jar Jar C3 escort.  Heck you and I were one of those times side by side on that thing.  I've still got the paint scratches on my thigh pieces (&amp; plan to keep them as long as possible) and I included that experience on my 501 trading card (if they'll just print the damn 2nd run).

Make sure to take a video camera and like 50-100 hours of video tape.  But the most important question to ask the Great Flanneled one is, &quot;Why is there no female nudity in the entire saga????&quot;  Let him know that the next Special Edition Director's Cut better include (like they said on [i:1b9187af81]That 70s Show[/i:1b9187af81]) some space boobs.  (Threaten to take Jar Jar's electronics away if he refuses.)  He's got the CGI technology so he could make some nice pairs.  Until then, [i:1b9187af81]The Godfather[/i:1b9187af81] will easily remain way ahead of SW on my all time best film list.  Giggidy, gigg-i-dy!

Tell Sansweet that his insurance company requires another video tape of the collection so you're going to need many hours in The Vault for videotaping.  

Make sure to have cameras rolling when you enter the Vault, I understand there's quite the show that goes on when the doors are opening.

Hey get an extra SO t-shirt and give it to the big guy.  Make him wear it for a picture; with Corey &amp; Hammer there, resistence should be quite futile.  I have some fan film ideas about that that I'll tell you about later.  Mark had quite a laugh over the ideas over lunch today.

Congrats to all of you on getting to take the trip of a lifetime.  I envy the Frak out of each and every one of you.  Don't forget any of the details.  Good luck to the last chosen member of the honored party.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2108','ec929b9a39','','Well said Drax, well said.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2109','7a1ab88870','','[quote:7a1ab88870="TK6203"]I can already see from my PM that I have a great many people pissed at myself and Richard. Again I say it is me that you need to be pissed at. I was left with the decision of who to take and who not to. ...[/quote:7a1ab88870]

Why are people pissed off.... This makes no since... a couple of our own have received a great honor and an opportunity. We should be happy for them not mad and rolling in self pitty that &quot;I wasn't asked to go...&quot;

 [quote:7a1ab88870="TK6203"]Personally I would rather give up my place  and let someone go..Im sorry ...[/quote:7a1ab88870]

Not just no but, HELL NO!! Don't do that for a bunch of ass wipes trying to make you feel bad. If I'm not mistaken your the one who made the offer to drive Richard out there in the first place right after CIII. Your the one Sandsweet contacted about getting it out there now.   

If they're pissed at you you for this, I say screw 'em, and they will get over it. if not well just screw'em.

Corey, Richard, Joe, and Hammer; go have a great time, enjoy the trip, take in all you can, live the dream for all of us and don't worry about who is pissed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2110','e351089e38','','Once again, SO's showing off their literacy.  

Show offs!  :lol: 

Of course from what someone said earlier, they may just be looking at the picture section of the book.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2111','7dd9fde4b0','','Amen Mark! 

But seriously guys, [b:7dd9fde4b0]space boobs[/b:7dd9fde4b0].  Ask GL about them and how they could improve the movie...  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2112','529db812dc','','[quote:529db812dc="Gooshy"]haha, yeah I'll try later tonite :lol: Want me to put a suit on him?[/quote:529db812dc]

Heh .. yeah toss a suit on him too');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2113','1c86178e94','','Summer will probably the best time to do it because the days will be longer.

As far as editing equipment, I have a few issues with my system as well (one of the hard disks needs to be replaced) but once that is taken care of it won't be an issue.

Also, this fall I will be learning Avid and will have access to an Avid Media Composer system after that. I will also be doing some sound post-production courses this semester and will have access to a foley studio, pro-tools station and an ADR booth. So sound-post won't be an issue.

Danielle, so you guys have storyboards already? I guess that means you have some ideas on the story? Can you guys post the boards and/or any story details?

I think we should planing on shooting in late June and most of July. If we do that than we should have a first or second draft of the script by April so we can start breaking down the script, creating a stripboard and shooting schedule, shot list, storyboards, recruiting cast and crew, securing locations (which we really can't do until we know how long we will need to be there) and doing rehearsals and preparing for things like special/visual effects and stunts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2114','cb3a4c1f9b','','Also, my school is equipped with two screen rooms, so we can screen our dailies and cuts there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2115','1d51f8de15','','You guys amuse me. Really. Seriously. You do.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2116','e27c0405eb','','The only problem with filming in the summer is the heat. I've never worn a mando costume but I imagine it's hot and stuffy in there. Also, with filming outside, the sun can get TOO hot, making editing afterwords a Beyatch. (Hard to white balance.) Spring is truly an excellent time.

And I have someone who LOVES audio work. I believe he's up for our audio tech guy. He can't deny needing an assistant though. Truth be told, you're taller. If we needed boom mics, you're IDEAL :-D

Secondly, I know the plot but this is Ivan's baby. I can't give anything away or suffer his wrath.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2117','ac3b8a8017','','I.. started to post something, but I just can't.. too annoyed right now. It would be bad, and you'd all be very shocked at the amount of profanity. 

ok.. I will say this: 

If you can't say something nice to Atin, Richard and etc, then shut up and stew in your own sour grapes instead of spreading it around. I don't want to smell it OR read it. 

Sorry, but I'm kind of ticked off right now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2118','ac42763127','','[quote:ac42763127="Obi-TN"]
Considering how much cr*p I take from Corey, it would have been nice to be asked. :bicker[/quote:ac42763127]


Maybe the reason you &quot;take so much crap&quot; from Corey (and damn near everybody else) is that you say shit like this: 


[quote:ac42763127] 
Oh, I hadn't even heard that Joe got a job. That's great that he'll still be able to take time off. Or, did you just mean that generally for most of us and that Joe is choosing to stay unemployed until he returns? Whichever, it's his decision. Hopefully, thinking about the trip will cheer his mood over the interim.
[/quote:ac42763127]

I'm sure Joe appreciates your concern.  


[quote:ac42763127]
Will you be able to grill him about how he messed up with the prequels and the like or [b:ac42763127]will you guys just have time to fawn over him? [/b:ac42763127] I'm not sure if it's bitterness about ROTS or something else, but I'm not so interested in meeting George anymore myself, although it would still be awesome to see the ranch. Even with the trip to Rancho Obi-Wan, I feel so much less interested in the trip now than when I first heard about it last year. Not sure if that's a defense mechanishm because I could have been given the opportunity to go or a sign of something else. :?
[/quote:ac42763127]



Wow.  Just fucking wow.  Good thing you edited your post.   :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2119','6d33397297','','[quote:6d33397297="TK3740"]Once again, SO's showing off their literacy.  

Show offs!  :lol: 

Of course from what someone said earlier, they may just be looking at the picture section of the book.[/quote:6d33397297]

Hey Zach! Maybe there's a pull-out section in the middle of space boobs.  :shock: 

hehehehehehehe.. Lmao that was funny on that other thread.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2120','1d5e80bdf4','','Hammer, don't reply. He is not real. He does not exist. He is a figment of your imagination due to some bad milk or something you ate/drank last night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2121','7240bb1465','','Really, really happy for all the boys going. The Jar Jar was such a fun part of CIII.
I know we would all like to see the Ranch, and all the treats to come. But come on, PM's and open posts crying over this? I'm sure it is difficult enough for those who get to extend invites. Why make things harder? And do you think whining will get you brownie points? Like someone wants to be in the carforever with someone who whined their way on board. I may be out of line here because I'm not close with a lot of you, but I have a hard time believing that a group of frineds like yourselves would be spiteful. Be happy for those that get to go! After all, if you were in their shoes, would you want to fell shitty?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2122','ed467895f0','uhh','Yea Zack
that was Triple Zero, not Triple &quot;D&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2124','fa75b7c49b','Upgrades','I have made a few upgrades to the top half of the sniper fett.  Among them are a flight suit, mesh hose, part from Tambo, adjusting the ammo belt, and a lot of armor work.  

I also made another sniper riffle.  I love the first one, but it was strictly anti-personnel.  This new one simulates the 50cal used by the teams which are used to take out targets behind walls, or should I say through walls.  

I have been experimenting with carbon buildup weathering, and came up with some interesting techniques.  If anyong is interested i can go further into detail in another post.

[img:fa75b7c49b]http://i29.photobucket.com/albums/c295/toddtaylor/146_0010.jpg[/img:fa75b7c49b]
[img:fa75b7c49b]http://i29.photobucket.com/albums/c295/toddtaylor/146_0004.jpg[/img:fa75b7c49b]
[img:fa75b7c49b]http://i29.photobucket.com/albums/c295/toddtaylor/145_0001.jpg[/img:fa75b7c49b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2125','219470aa52','','Corey, you go boy!!! Sounds great! 

now, as for the last open spot.....pick me....... :D 

once again I keed! but not really.....yes, I keed! or do I? 

Have fun boys!!!!!!!!!!!!!!!!!!!

Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2126','8009ead3b2','','Okay, just remember whoever ends up the &quot;5th Beatle&quot; on this excursion, they must find a tactful way to bring up the issue I posted about earlier.  That is if none of the group has the cojones to bring it up themselves.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2127','ab8cde6e3b','','[quote:ab8cde6e3b="Tambo"]November 28th...all the best birthdays are in November :wink:[/quote:ab8cde6e3b]

You got it Tambo!  :) 

Mine is November 13, and YES I was born on a Friday.  :P 

Richard');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2128','3a0f5570c1','','Hey Rose, at least I noticed your weight loss (knew something made you look younger).  So how did you do it?

Corey congrats on your success.  My biggest concern though is with carbs.  Noticed you had rice cakes &amp; carrots mentioned = carbs.  What's wrong with society that they tell a diabetic to go with a fatty steak, but to cut down on grapes &amp; baked potatos?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2129','65e646ef68','','Corey, don't apploogize.  just ignore the crap.

i'd bet good $$ that some of the whiners you are talking about are the same ones who have drug down moral some last year and had us talking about splitting the garrison, kicking me out of office, etc..
hell things aren't going ot get better until we start policing the group ourselves.  
you all see this crap going on, kick them iin the pants out the door.  this isn't a democracy and there is no &quot;right&quot; for anyone to be here.  Its a volunteer club, and the group can volunteer to run you off as well!

I'll stand by anyone who wants to shut down the whinners!  I'm tired of the &quot;FUN SUCKERS&quot; sucking all the fun out of this group every chance they get.

with over 100 members, we can afford to take some casualties and not notice it at all!.


Corey and richard have done a great thing in the PERSONAL LIVES with this project.  It isn not a SO project  and has nothign to do with us!!!. 
Hell a few troopers parade someones prop around c3 and we think we have some attachment to it?  I had the TamboDamn idea for a carbonite Jar Jar at bamacon last year when richard and corey were there.... afew months later Richard had built the very thing i talked about!  Do I feel something is owed me or any attachemnt to it? Hell NO, this was the sweat and creative talents of 2 individuals, not this group...

Geeze people.  

I'm loving excuses to rant, feels good!  But dang lets get a reality check!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2130','577890cad5','','I cant imagine anyone being upset about this trip. Its a great oppertunity!!
Enjoy the trip fellas!! Take as many photos as possible. Represnt the outpost!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2131','fdd9564a1c','','Zach,
My dads diabetes always gets me confused. Im like we need to kill sugar, killl kill kill.
Then I went to the Dr with him and also read the info about diabetes.. Guess what, it is not sugar.. It is the Carbs. IE Bread and stuff like that.. It blew me away..

The rice cakes we have just when we need a little crunch..

Today we had something really good for breakfast. It is called monkey bread. It is made with sugar (we used fructose) butter and the can of flaky biscuits.. It was excellent..
Tonight we eat steak and onions and leek salad.. The salad doesnt sound great but it is actually very good..
Heck I have been in the kitchen so much atly I even made homemade crutons out of low carb/calorie bread and they are good...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2132','1859135497','','I'm on the exact opposite goal. To bulky up. to gain weight through muscle mass. I've been working out cause I'm too small. I weigh on good days around 135 or so. And I've not got alot of upper body mass so I'm trying to build some muscle. Plus itd' be nice to be limber again and have that six pack back.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2133','05af725dbb','','Niiiiiiiiiiiice.  Awesome weathering and that new rifle is FAMAS-tastic!  I've been waiting for someone to use one of those as a base.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2134','9e850ca914','','I think I am in love with your rifle. Really. 

It's awesome. Every bit of it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2135','c504b95363','','Oh my Tambo.

What is all the griping?  Wish them well, congratulate them, and try to get to Corey's house and get your picture taken with Jar-Jar before he goes.  Touch Jar-Jar, lick Jar-Jar and know that this prop you're molesting will soon stand in the office of Lucas himself.

And Corey, take a picture of me in my Mando so maybe it can get snuck into some LFL publication and I can be canon!

Hell, all us Mandos' should try to get together for a group pic so maybe Corey can slip it to the &quot;right&quot; person! :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2136','45cb5dd663','','Corey wants to be &quot;light as a feather&quot;

Loki wants to be &quot;Stiff as a board&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2137','8a6aead219','','First, let me say that Corey knows how excited I was for him to hear that he would finally get to go deliver the Jar-Jar and meet Lucas. I know I posted somewhere that this had already occurred because I hadn't realized that the previous trip hadn't happened.

Second, prior to reading Corey's post on page 3, I did not know that his father and son would still be going.  When this almost occurred last Fall, it was just to be the four of them, so I was a little concerned that some health problem might be keeping them from going now. The other possibility was that he was just choosing people who would be much more interested in making the trip and that maybe he considered Loki and Hammer his very best friends and wanted to include them, if possible. Regardless, I figured to be way down on Corey's list, so I didn't even ask who was going instead of Loki or why his dad wasn't going. 

BTW, I hope that Sansweet and Lucas are providing some financial support. While the opportunity is priceless, it seems a tremendous burden on Corey's family and Richard to build the 2 Jar-Jar's and deliver them in exchange for seeing Rancho Obi-Wan and Skywalker Ranch, especially considering Lucas's wealth.

Third, just because I don't share my personal and medical problems with the group doesn't mean I don't have any. If it isn't apparent, I have trouble reading people (body language) and with predicting how people will take some of the things I say. This is even harder with bulletin boards where it is hard to put in the right tone. I very rarely try to be mean or rude, but things I do or say are often interpreted that way. Sometimes when I try to kid around with people, they seem overly sensitive about it for reasons I don't understand.

Fourth, in regards to my previous post, since it had already been quoted (and I thought more than once), I didn't see the point in trying to completely change what I had said. Rather, I tried to put it in better context. Do note that it was in reply to Loki's message about why Hammer and Joe were chosen. Joe has posted a couple of times about his situation which Loki implied had changed. If someone could explain to me why it was wrong to inquire as to the accuracy of Loki's statement, I would greatly appreciate it.  I am truly concerned about how Joe's decision to go will impact his situation and have sent him a PM apologizing and attempting to clarify what I had said. 

Unfortunately, given the context of the other posts in the topic, it may also seem like I am criticizing Corey for asking Joe instead of me. That was not intended at all. Rather, I was trying to also do a &quot;Me, too!&quot; kind of post and tease Corey about missing more hockey games at the same time without writing a separate reply. 

Finally, Hammer could you please explain why you are so up in arms about my inquiry about how much time you will get to spend with Mr. Lucas and how you will spend it? If it were me and I had 2 minutes, I would probably just tell him how much Star Wars had meant to me. Maybe you're just interpreting &quot;fawn&quot; differently. Even the definition includes &quot;waiters fawning over a celebrity.&quot; On the other hand, if I had 30 minutes with him, I expect I would share some of my gripes about the films or at least ask some hard questions. Maybe you don't have any gripes, but I know that Corey does and I'd be surprised if Richard and Joe have none, too.

In summary, Richard and Corey have done something very unique and have earned an invitation that any of us would covet. Corey has tried to include as many of us as possible, but instead faces the unenviable task of choosing some of us to go with him. While I would love to go myself, I really don't understand why anyone would make this harder on Corey by writing nasty PM's. I hope those that do go have a great time and am looking forward to seeing pictures/videos and hearing stories for years to come.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2138','4b5bf971d6','',':shock:   &quot;Nooooooooo&quot;


 :(  But but but...

Your wedding anniversary!

You can't miss it. Z-Man you must come too. Renew your vows!

I'll be like present the rings or something or throw flowers. 

No come come. 

Come on folks help me apply friendly peer pressure.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2139','b87e6c68df','','Jon and Rose are going.. I tried 66 times to remmove them from the roster and it wont let me.. :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2140','94837b36aa','','Can I have a cape like that too? I'll travel along and be your ward or lackey. I'm qualified I make good evil plotting fingers. And I can hunch and grovel with the best of them. Yess yesss.


no seriously. That's awesome... love the gun. Love the cape. And persnally I love the color scheme and weathering. Especially the center diamond. I don't know why but the diamond looks awesome to me particularly out of the entire thing. It's the small stuff ya know?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2141','300d8cd159','','Come and if your lucky I'll do the seductive dance of the rubber ducky in celebration. [Shatner]Rubber ducky you are the one... you make bathtime oh so fun.[/Shatner]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2142','48dc93c4f3','','[quote:48dc93c4f3="ROTSAnakin"]I'm on the exact opposite goal. To bulky up. to gain weight through muscle mass. [/quote:48dc93c4f3]

Maybe I can donate some fat for a transplant?  That should help you bulk up. :lol:  :lol: 

Corey, sometime you'll have to tell me about monkey bread and these biscuits you have that are low on carbs.

Side note, I think doctors made up the carb connection myth just to mess with people.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2143','dfe538d76c','','[quote:dfe538d76c="Obi-TN"] 
Finally, Hammer could you please explain why you are so up in arms about my inquiry about how much time you will get to spend with Mr. Lucas and how you will spend it? If it were me and I had 2 minutes, I would probably just tell him how much Star Wars had meant to me. Maybe you're just interpreting &quot;fawn&quot; differently. Even the definition includes &quot;waiters fawning over a celebrity.&quot; On the other hand, if I had 30 minutes with him, I expect I would share some of my gripes about the films or at least ask some hard questions. Maybe you don't have any gripes, but I know that Corey does and I'd be surprised if Richard and Joe have none, too.
[/quote:dfe538d76c]





[i:dfe538d76c]Main Entry: 1fawn 
Pronunciation: 'fon, 'fn
Function: intransitive verb

1 : to show affection -- used especially of a dog

2 : to court favor by a cringing or flattering manner

FAWN implies seeking favor by servile flattery or exaggerated attention &lt;waiters fawning over a celebrity&gt;[/i:dfe538d76c]



Yeah, it sure is tough to see how I'd take issue with [i:dfe538d76c]that[/i:dfe538d76c].   :roll: 
Your post smacked of resentment and bitterness.  If you can't see why I had a problem with it; I probably won't be able to explain it to you anyway.   

And even though I have problems with the prequels(and who doesn't really), that doesn't mean I'm gonna rip Uncle George a new one when I get to his house just because I can.  When somebody invites you to their home as a guest you don't piss on the curtains, even if they're ugly.  

[quote:dfe538d76c]On the other hand, if I had 30 minutes with him, I expect I would share some of my gripes about the films or at least ask some hard questions.[/quote:dfe538d76c]

Who died and made you Geraldo Rivera?  The fact that you'd be willing to take advantage of someone's hospitality to rake him over the coals because you didn't like the movie he made with his own money is a good reason not to take you.

 You have a track record in this group for making inappropriate comments.  And not in the funny way, but in the &quot;Sweet Jesus, what possessed him to say that?&quot; way.  So if you admittedly have trouble predicting how people will respond to you, you should be extra careful about what you say and post.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2144','5d2508d82e','','Ditto  Hammer   :trooper');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2145','69cb1f67f4','Beehive pics fot TC Designation','Are these ok Tambo?

sorry for the delay I have been really busy!


[img:69cb1f67f4]http://markarancibia.com/Beehivefinal.JPG[/img:69cb1f67f4]

[img:69cb1f67f4]http://markarancibia.com/beehivefinal2.JPG[/img:69cb1f67f4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2146','14fd9aaef8','','Nice!

Great job! I'm a big clone fan.

66

Forgot to add. Terrific weathering. Damn good job.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2147','89bee6a81e','','Well done!!!!!!!!!  Your in brother welcome to the TC club.  About the only thing I would do is weather the boots to match the suit, or make them a little more dirty (Brown Utapau dirt along with the black carbon scoring you got going on)  That is one of the BEST costumes I've seen in a long time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2148','51fb39a04b','','Atin, I've done much of the same.  My brother and I ran the family business until the first of '05 when we had to close it.  

I had spent literally my entire adult life eating fast food.  A breakfast sandwich here, a hamburger there.  Even with Civil Air Patrol training on weekends I lived off of fast food.  Ever seen &quot;Supersize Me&quot;?

Well, the business closes and I start staying home working on my resume and I start eating proper meals and in less than a year I drop from 278 to 220 while eating all kinds of crap for snacks.  I average two frozen Hershey Bars a day and I still am losing weight.

Congrats on the weight loss and good luck on keeping it off.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2149','df1f345146','','Trudge through some mud and bring it the prop part this weekend to take more photos. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2150','97772f6c37','','Good work my friend!  welcome to the grand army of the republic!

-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2151','ec5216761a','','[quote:ec5216761a="TK3740"] 
Side note, I think doctors made up the carb connection myth just to mess with people.[/quote:ec5216761a]



Yeah, and the &quot;high blood pressure&quot; myth, and the &quot;diabetes&quot; myth too.  But don't tell Wilford Brimley.  He's really committed to the lie.



:rotfl

Oh, Tambo I crack myself up.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2152','9257b09d6b','','[quote:9257b09d6b="SaberSpanker"]I think I am in love with your rifle. Really. 

It's awesome. Every bit of it.[/quote:9257b09d6b]

I think it curves to the right a little... Good for shooting around corners :o');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2153','17aa7b03d2','','[quote:17aa7b03d2="Mawr"]   Ever seen &quot;Supersize Me&quot;? [/quote:17aa7b03d2]


That movie didn't do crap for me.  First thing I did after I saw it was go out for a Big Mac combo with fries.  And I hadn't eaten fries or a Big Mac in probably a year.


[quote:17aa7b03d2]  I average two frozen Hershey Bars a day and I still am losing weight.

[/quote:17aa7b03d2]


Ok, now you officially suck.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2154','a93c722780','','Less Jedi crap and more Clones makes these books better then all the other Star Wars books..better then Zahn in my opinion.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2155','6dd128c60d','','Thanks for reminding me.  Just when ya think you've repressed a memory . . .

 :( 

Oh well.  The Tambo giveth, and the Tambo taketh away.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2156','018bf13043','','ok,
ive finally got pictures of mine as well.
im making alot more of it since,well,thats what i wanted to do.
i did however get one of the tails since they are so freakin awesome.

but heres a few shots of my body suit.note that it is different than loki's so we wont be the same but kinda the same,anyway,

heres the pants thus far.still have to add some more details but youll get the idea.nothing is painted yet,still in raw latex.
[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/pants1-1.jpg[/img:018bf13043]

[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/pants3-1.jpg[/img:018bf13043]

my actual shirt will only have the arms done.i will then have a vest similar to loki's.thats why the arms are the only thing worked on.
[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/shirt3-1.jpg[/img:018bf13043]

[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/shirt1-1.jpg[/img:018bf13043]
back view, yes it will have the pointy things sticking off the elbows.
[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/shirt4-1.jpg[/img:018bf13043]

here what will be a diaper of sorts.it slides over the pants to up under the arms.it has the stomach parts on it as well as a tail mount.
[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/waist1-1.jpg[/img:018bf13043]

here are the feet ill be using,
different than lokis.i wanted the alien 1 style feet versus the &quot;aliens&quot; style.
[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/466.jpg[/img:018bf13043]

im working on the vest next,here is the sternum and rib cage sculpt i did last night.this is now gone as it was cast in plaster this morning(you destroy the sculpt getting it out of the plaster mold).this thing is almost 2 feet across so its really big.made to go down the chest and under the arms.

[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/chest4-1.jpg[/img:018bf13043]

[img:018bf13043]http://i13.photobucket.com/albums/a296/skipjenn/chest2-1.jpg[/img:018bf13043]

i have also received pictures of the heads im getting from a fellow predator/alien prop maker.this thing is lifesize and 3 feet long.beautiful piece of work.once they are here ill post pictures of that as well.

hope to start painting the suit black in the next 2 weeks.
thats it for now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2157','f9fcbec4cf','','And the Tambo maketh you cry in your sleep.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2158','598f78fd01','','Looking good.  I can't wait to see the finished product.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2159','412584ec95','','Grrr...

Skip will lay eggs in your stomach...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2160','82e091a3db','','That is freakin' fantastic looking!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2161','e25f7c6c80','','[quote:e25f7c6c80="TD152"]Good work my friend!  welcome to the grand army of the republic!

-joey[/quote:e25f7c6c80]

Oh no....

He's gone to join Bob Bean!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2162','8c5e229ae5','','Dam right!  I'll make you cry like a little School girl.

Back to the thread.  Hook I like the improvements, the armor looks much better flat.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2163','2eac75f5c6','','A Jaster action figure?? we all must vote on this one.  I want a 3 3/4&quot; Jaster to play with...did I just type that?

http://www.rebelscum.com/story/front/Fans_Choice_Countdown_Who_Will_Make_The_Top_25_97453.asp

Who would vote on those other guys...you know they will make them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2164','4ab8566432','',':shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2165','9694861707','','It's strange I have the sudden urge to milk your knees...


Seriously those things are turning out great it makes me want to watch them again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2166','af32a542f5','','I'll have to check them out sometime then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2167','c2fac8f739','','You know Vos is gonna win.  Even though Hasbro would make him sooner or later anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2168','6335ef87c6','','A truly sweet location.  Looks like it was a really laid back afternoon of adventure.  It already looks battleworn.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2169','1304814ac3','','First of all, THANKS Tambo for helpin' me get the pics started.  I don't have a photo-host so I can't post em' yet.

 Thanks for the killer responses troopers.  I was contemplating a complete repaint, but you've given me pause.  

 I've also been contemplating sellin' that bucket and getting a new one with a larger flare around the bottom.  It's a beautiful sculpt, but on my fat ass it gives the famed &quot;pin-head&quot; appearance.  I'm in week 2 of an 8 week slugfest with bodyfat, so perhaps droppin' 30lbs or so will help that bucket seem less &quot;tiny&quot;, and the armor I cut at corey's cover more.  I look like a freshly shaven jaw with the tissue spots covering the cuts.  Just sorta damn stupid.   :twisted:  The giant white pleather vest I had made is most of this bilboard problem, as it doesn't relax.  But as with all of us here, learn and adjust, ya.

 It's all parked for a few weeks at least.  The summer business slam started early and I'm gettin' my ass kicked around the calendar.  That's a good thing, just not alot of time for propin'.  Got my gauntlets finally.  Just need the girth and leatherwork (holsters,etc) and eventually a jetpack.  

 Again, thanks for the props guys.  I can always count on good vibe here.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2170','c3896aac17','','Man, you guys all look F/N wicked!!  I was makin' my armor when you all got suited up and it was killer motivation!!  

 Hook, super job man!  That weapon looks real, and the gullie rocks!
 Hammer, your just damn badass.
 Loki, if it's still in need next time we meet, I'll weather that blaster.
 Fenn, smooth man.  smooth.
 Jester, great evolution brother!  I dig the star and the slug hole with the exit point in back too!!  

 I'm gonna go sleep now.  back in a few weeks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2171','2a5f651ac7','','[quote:2a5f651ac7="ROTSAnakin"]:shock:   &quot;Nooooooooo&quot;


 :(  But but but...

Your wedding anniversary!

You can't miss it. Z-Man you must come too. Renew your vows!

I'll be like present the rings or something or throw flowers. 

No come come. 

Come on folks help me apply friendly peer pressure.[/quote:2a5f651ac7]

That's too funny Joe, I'm laughing my butt off!! Somehow I think you would be cute as a flower girl!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2172','93e717747c','','Personaly, Jaster, I like the &quot;Summer upgrade&quot; best!!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2173','0df9a8df0b','','[img:0df9a8df0b]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty063_edited.jpg[/img:0df9a8df0b]

[size=18:0df9a8df0b]What is it?
I don't know.  Hit it with a rock and we'll eat it![/size:0df9a8df0b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2174','1168c6459b','','[img:1168c6459b]http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty063_edited.jpg[/img:1168c6459b]

[size=18:1168c6459b]Ooookay! Who stopped up the toilet again!![/size:1168c6459b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2175','bdd8befcc5','[NC-17] TROPHY-CASE','I don't know if these recruits are working hard or just standing around.

[img:bdd8befcc5]http://www.knology.net/~killjoy/501stnc17/g1a0942.jpg[/img:bdd8befcc5][img:bdd8befcc5]http://www.knology.net/~killjoy/501stnc17/Disneyworker.jpg[/img:bdd8befcc5]

[img:bdd8befcc5]http://www.knology.net/~killjoy/501stnc17/Tuesday006.jpg[/img:bdd8befcc5][img:bdd8befcc5]http://www.knology.net/~killjoy/501stnc17/rck00201.jpg[/img:bdd8befcc5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2176','f720fb1d50','','Looks great, guys! I guess you guys are out for being blood doners, eh?  :lol: Can't wait to see the invasion!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2177','b4b417f120','','The low-carb thing worked for me... Well, let me rephrase that. I lost weight with it. Nearly 60 pounds. The problem was I was completely drained all the time. I mean, I was obsessive with it to the point that I wasn't getting ANY carbs. I figured if 20 carbs a day would help me lose, the cutting it back to nothing would really make me lose. It did, but I was getting sick from it. I'm sure if done correctly, it probably would be a good thing. Now that I'm off that diet, I gained back pretty much all of it. I have even tried to get back on it (thinking I could control it better). Man... it's hard to jump back on once you're off. At least with trying to put together a costume, I have some motivation to try and lose some pounds...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2178','e8e3446b89','new mando','we are finishing up starla's costume right now...can you get her on?   she's already registered but she only shows the public stuff.  thanks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2180','a569874306','uhh','Tambo wrote: [quote:a569874306]I think it curves to the right a little... Good for shooting around corners :o[/quote:a569874306]


Which gun are we talking about here; after all my handle is hook :shock: 

And thanks for the props; I hated the reflection of the gloss paint, so I hit the whole costume with 400 grit.  After all a sniper has to keep a low IR signal.  I also found it very difficult to use weathering mediums on the gloss.  The roughed up finish makes for a good pallet.  I used skuff shoe repair in black and brown, and applied with a circular motion, sort of like spit-shining.  The stuff only cost $1 at dollar tree. :idea:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2181','ae502193e1','','So whats it going to be Z-Man?

Will you again take Sweetpea as your unlawfully wedded trooper?

Remember, 
[color=yellow:ae502193e1]IF YOU DON'T COME TO MID SOUTH CON,[/color:ae502193e1]

[color=red:ae502193e1]THE[/color:ae502193e1]  :luke  :nien  :leia  :wookie  :monred  :bothan  :obi  :biggs  :yoda  :c3p0  :ewok  :r2  [color=red:ae502193e1]WIN.[/color:ae502193e1]


As demonstrated here...  

          :boom 



Mid South Con, my anti-terrorist.








[size=9:ae502193e1]Brought to you by the people in support of Jon and Rose going to Mid South Con. And Z-Man too.[/size:ae502193e1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2182','3bbed8692d','Fett day','Are we going to get the Fetts to troop more so on Saturday or Sunday.  I was thinking we could get some group photos.  newby excitement and all :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2183','7e34d2cc46','what's in a name','Thus the &quot;Hammer&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2184','42e5ef3eb3','','Excellent job Mark! Now go show off at the Clone boards!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2185','e6b5f7e37d','','what a pleasant thread..........?

glad to hear you guys are going to make the trip.hope you have fun,and yes ,take a few S.O. shirts for steve and lucas.

please bring us back some good pictures too!

good luck guys,have fun,cya when you return.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2186','db38f1f01a','','That's right every last Mando should be there too.

Cause your backpacks' got jets...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2187','c4e74e2aaa','','joe,
were trying to forget that whole &quot;wedding&quot; thing........ 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2188','67a07b222d','','Wuv Twu Wuv.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2189','1fdec54b96','','Put me down as a tenative till it gets closer when I'll know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2190','3c2eaf0101','','Me will be there in person.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2191','42db23713d','','Seriously add me to the roster. Or Tambo will kill a kitten.  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2192','19d095e093','','Certainly the heat will prove to be a problem for all cast and crew, especially for those in Mando costumes.

I'm not really sure what you mean by the heat affecting the white balance (the only time I have trouble white balancing is in low light situations) or how it will effect the editing.
As far as lighting outside in the sun, when the sun is out, its pretty damn bright no matter what time of the year it is. It creates harsh shadows and because of its brightness, the only way to soften those up is to reflect sunlight back into those shadows with a bounce card, flex fill, or reflector board or to hit them with an HMI.
I've also found that an ND filter can help when shooting in bright sunlight, although it does tend to dull the picture a bit.
I've found that shooting on partially cloudy days is the toughest, since clouds pass in front of the sun frequently, making it nearly impossible to shoot coverage that will cut together.

The problem with shooting in Spring as that it leaves us with virtually no prep time at all. At best we can get in one rewrite of the script. Ivan and Glenn were about the film being pretty long, which means we will have to rush like mad to get storyboards, shot lists, and shooting schedule down, to say nothing of rehearsals and securing other production elements.
We also lose out on experienced crew since most will be in busy school productions, and equipment will be more difficult to secure because it is being used all of the time.

Some idea of what the story is going to be is essentially for recruiting anyone beyond your friends. We don't need the keys to the castle, just a couple of sentences that describe what you have in mind. Here is what I sent out for my student film last fall when I contacted local talent agencies:
&quot;The film is about a young Imperial Stormtrooper attending a regular school for
the first time, learning to make friends and deal with a couple of bullies
who don't like him because he is different. Along the way he finds a best
friend and discovers what it takes to be a great Stormtrooper just like his
dad.&quot;

In two sentences I've told them about the premise and theme of the project, who the major characters are, and what the story is about without really spoiling anything.

We're not really going to be able to do much without knowing anything about the story. I can't really ask anyone to help out until I can answer the follow-up question &quot;What's it about?&quot; The fact that we are making a SW movie will make recruiting much easier. Most student films tend to be non-genre projects because of budget restrictions. Every once in a while someone does something out of the ordinary and everyone is interested in it. Last fall word got around about my film involving Stormtroopers and before long people I didn't even know were asking about the project. People want to work on exciting projects and an sf film is exciting.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2193','b3bea447fd','','Dang it Corey! You and Don loosing all that weight. It seems that I'm the one that's FINDING it!!!  :P  :lol: 

Keep up the good work though. I really need to lose a few (make that quite a few  :)  ) pounds myself.

As for dieting, there's only 3 catagories that ALL food falls into: proteins, fats, and carbohydrates. The real secret is to eat balanced meals (in moderation) and get some exercise. Preferably more than I get (reaching for the TV remote doesn't burn many calories  :lol: ). That's just my 2 cents worth of advice.

Richard');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2194','c4b398838e','','I will be there Corey, hopefully back willing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2195','cc307347b9','','Well you earned it, Sarge.  Don't sell the helmet whatever you do.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2196','94c9acb006','','Joe and Chase, I got you both on the roster.. Cya in a few days  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2197','a02133b31e','','Added Joe to the roster..
Here is a c&amp;p of your current roster:
Loki
Hammer
Skip
Tambo
Bob Link
TK-Tim
Clutch
Sgt. Dark
Joe (Tenative)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2198','630f9913bd','','Im only about a quarter of the way through the book and it kicks butt so far!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2199','0e8ee8dfc6','','Took some pics tonight while I was repairing the armor and modding one of the guns.



[img:0e8ee8dfc6]http://img48.imageshack.us/img48/7494/karmor32nv.jpg[/img:0e8ee8dfc6]

[img:0e8ee8dfc6]http://img125.imageshack.us/img125/7380/karmor25vc.jpg[/img:0e8ee8dfc6]

[img:0e8ee8dfc6]http://img203.imageshack.us/img203/534/mando0073dm.jpg[/img:0e8ee8dfc6]

[img:0e8ee8dfc6]http://img85.imageshack.us/img85/6196/mando0086hd.jpg[/img:0e8ee8dfc6]



The sawed-off flechette launcher is now an even more sawed-off, double-barreled flechette launcher.


 :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2200','6b49c8dcc4','','I have to agree, balance is the big one.. And dont balance using the &quot;new&quot; food pyramid, go back to the old one....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2201','c2dce8f3f6','','You have been added Joe and Suppa... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2202','ae745f12b0','','Hay Tim, I m just doing the updates tot he Rosters, here is the roster for this event so far:


Bob
Betty
Tyler
Joey
Louis
TK Tim
Hook (tenative)
Sgt Dark (Tenative)
Atin (Tenative)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2203','b00d15fb27','','The following people still need to tell us what they are wearing for the parade:
Skip
Jen
Jessica ; Skip/Jen Daughter
TK Tim
Drax
Chuck Flynn');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2204','8cc807d017','','Tenative. But with alot of desire to attend this one. I really really want to help kids. It's what I lvoe doing this for. I mean the cons are fun as heck too but the look on the kids faces makes you feel great.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2205','9198c76d86','','Good Morning Joe,
Got you on the roster as tenative  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2206','4765fa46f0','','I will be arriving late Friday night, leaving Sunday... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2207','4717b5bd0d','','Dude that weathering... awesome. I love the cuts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2208','021bbf00a5','','Anyone got room for me in their room?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2209','85869cb0a4','','Joe,
Check with Loki, Jon and Rose..
I would offer, but I got my room using my priority club points, so I can only have me in the room..
Call Loki today though as he just called yesterday and was asking the same thing...
If you need his number PM me..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2210','a1cf8d42f9','','I have it. &quot;It's the one labeled Oh Hells Yeah!&quot;

I'll call him tommor... today. Later afternoonish. When I'm awake. Thanks for the tip.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2211','7447b8950b','','I'm in the Mando.  I forgot the original roster was lost when we got hacked.  Sorry.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2212','477ec128b8','','Thanks Hammer');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2213','1b30b7e9e5','','Banzai, are you having Spaceballs flashbacks  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2214','cee5f55b00','','[quote:cee5f55b00="Tambo"]Zach why must you complicate things :?   We will figure this out somehow..[/quote:cee5f55b00]

Because Zach is complicated.... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2215','98d1231e11','','Very nice.  You did an outstanding job!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2216','1d6fcabf3f','','That's one of the best Beehive clones I've ever seen!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2217','c33802d55b','','All I can say is Sssswwweeeeet!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2218','0284accdac','','[quote:0284accdac="TK6203"][quote:0284accdac="Tambo"]Zach why must you complicate things :?   We will figure this out somehow..[/quote:0284accdac]

Because Zach is complicated.... :wink:[/quote:0284accdac]

You guys don't know the half of it!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2219','9775df4549','','Joe PMed me yesterday and said all sorts of things to get me to go... stuff like I could feel his butt and than we could eat sushi off of his naked body... I was some what shocked... but than I thought... &quot;sushi&quot;... that'd be pretty good. If we make it, ROse and I will need some place to crash or some roomies to split some cost....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2220','7ec7997839','','Dude, I pity you, you have to work with him.... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2221','baa8e9ca30','','Mark I      TD

Wendy      May not be coming after all, due to the Easter progam practice for the Choir at Church.  Finial decision has not been made. 
 
Colten       Bossk, if the suit still fits; if not probably snowtrooper

At least tis is the current plan.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2222','52b5074b30','','me ......... May 2 

Wendy ....Aug 2 

Colten .....Dec 3

Alex ........Feb 7');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2223','f49a8f9b16','','Wow!  :shock:  That is some fine lookin' armor right there! Very nicely done!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2224','2a88e965cc','','Hey Hook, any pics of the wife's armor yet?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2225','daa4893514','','[quote:daa4893514="SL100"]joe,
were trying to forget that whole &quot;wedding&quot; thing........ 8)[/quote:daa4893514]

Oh Skip! It was one of the proudest moments of my life! Hell it was nicer than my REAL wedding! I had all the people I loved there and the man that means so much to me! The best part, no mother-in-law looking over my shoulder!!!!!! Plus the Honeymoon, well, let me tell you about it on DETAIL!!! It was like this............

*EDITED BY COMMAND STAFF*

..........carrot sticks, a watermelon and whipcream! Ahhhhhhh, such memories!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2226','e937228e9e','','Barring any unforseen surprises, I'll be there too. That week is Spring Break.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2227','250a4c93e0','','See if George will ride back with you guys, he can stay at my house!

If he doesn't come willingly, Hammer, you know what to do....

anybody ever seen &quot;Saving Silverman&quot;? There ya go......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2228','65fe776390','','Thanks Mark, I updated the roster and put Wendy as tenative..

TK Tim, I added you to the roster, but what costume will you be in?????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2229','e8d923a493','',':shock:  :shock:  :shock:  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2230','1ac1005794','','TK, sorry. It's all I've got, lol, at least until my Boba costume is done sometime this summer.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2231','9120342a2d','','Thanks Tim, Ill update the roster :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2232','dbe3ebbd58','','I found some CA Medium Glue and Accelerant at a local hobby shop.  I was thinking of possibly getting a small white trashcan also, I think that is what I'll do for what I need it for now.  I haven't seen the Amazing Goop, I'll have to pick some up and check it out.  Thanks for the advice on the Accelerant.. The fingertips on the gloves I used when I  used it and the CA started melting a bit.. I saw some gloves in the hobby shop that are supposed to be able to be used with it, maybe I'll pick up a pair of them too.  Looks like I need to add another work table in my basement or garage now lol.

Thanks again for the advice!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2233','efde542402','','[quote:efde542402="Z-Man"]See if George will ride back with you guys, he can stay at my house!

If he doesn't come willingly, Hammer, you know what to do....

anybody ever seen &quot;Saving Silverman&quot;? There ya go......[/quote:efde542402]

[img:efde542402]http://knoxlotr.8m.com/rg/silverman2.jpg[/img:efde542402]
My question is which one is Hammer and which one is Corey?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2234','8266036dce','','Im the one in camo  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2235','3392c7cf4f','starla's fett','Mark
It is almost 95% there.  She will not let me take pics until it is all done.  Here is a pic of the bucket. It still needs some work but the rest of the armor looks the same.


[img:3392c7cf4f]http://i29.photobucket.com/albums/c295/toddtaylor/144_0001.jpg[/img:3392c7cf4f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2236','489054542a','','Yeah, I came in at the wrong moment on that one....

I should be there. Won't make it till Saturday afternoon/evening as I have a gym event at noon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2237','89d8ca0d14','','Got you added to the roster Saber   :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2238','10a81ce169','','All right. 25 minutes from my hometown. I think my parents would hurt me if I didn't take advantage of this and go to it. So count me in! 

If anyone needs a ride, I'm all for it. And a place to stay, my parents have no problem letting people crash for a night or two. Just let me know!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2239','45094bc09f','','added you to the roster Saberspanker  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2242','4ac6e3465d','','That was actually pretty kewl!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2243','304be0992c','','Again, an event in Louisville. Have to go now! Count me in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2244','1dba700952','','Hook,

What's Starla's forum ID on here?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2241','5615dc079d','','for any of you that are &quot;old school&quot; rap fans,

http://www.djkeltech.com/starwars.htm');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2245','44907aa903','',':rotfl 

May the Swartz be with you!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2246','8724ee3f3f','','Dude, talk to Ivan.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2247','d7b5ce65e0','','added you to the roster Saberspanker  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2248','94e0ba6fc6','','[quote:94e0ba6fc6="Hammer"]
Who died and made you Geraldo Rivera?  The fact that you'd be willing to take advantage of someone's hospitality to rake him over the coals because you didn't like the movie he made with his own money is a good reason not to take you.

 You have a track record in this group for making inappropriate comments.  And not in the funny way, but in the &quot;Sweet Jesus, what possessed him to say that?&quot; way.  So if you admittedly have trouble predicting how people will respond to you, you should be extra careful about what you say and post.[/quote:94e0ba6fc6]

And this, women and men of the jury, is why I love Hammer. I'm a blunt person and I've informed several people that I don't like that I, indeed, dislike them. (I'd hate for anyone to get the wrong idea.)  But Hammer...you are a man of many awesome words. A man of substananace, virtue, literacy, and bluntness.

I raise my glass to you and your post. Cause, you are the man! And any excuse to have a glass is fine by me :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2249','e5406ad7ed','','Hey Atin, did you get the pics off your camera yet? If you can zip me a copy, I'd love to see them. Thanks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2250','a6c5bd6f1a','','And that was when crabs was deemed bad in all forms but the edible legs with butter sauce. And it was Tambo who called out for one who would seperate the giggity from the nongiggty.

Frank 7:12-13');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2251','a4ebb27cb6','','Hay Vesper,
Go to this link, this is the pics I took..
There is another folder there of our Emperor.. :)
http://www.xecu.net/raven13/swcostume/chatevent/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2252','e4dded3648','','*just now lookin at the pics* Holy Tambo! Ya'll fit in the pickel barrel? That's alot of goat cheese.

Darn it, yer making me hungry... ok, it's a 3 hour drive. If I leave now, I could make a late lunch / early supper. Road trip!

Man, I'm sorry we missed this one. Wish I had been more perceptive and jumped on the boat to the chatta. I'll just have to catch it next time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2253','e6381db3ad','','PRAISE the TAMBO! The roof of the pickel barrel is open! The goat cheese will flow like wine!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2254','bc50fc504a','','Or you can even get goat cheese ON your wine!
Goat cheese on anything, for EVERYONE!!! [size=7:bc50fc504a]even on your fetta[/size:bc50fc504a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2255','589d73c41a','','That's going to look pretty cool. I like the carbon scoring on it. Did you do the paint and wheathering or did she do it herself? either way great job.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2256','e5ab2586d1','','YES!!!
The Pickle Barrel roof was open, and was like being in the garden of Tambo, for the spring blossoms where in bloom ad the smell of stale alcohol and pine sol permeated the air..

I wanted goat cheese in my soda, but they wouldnt do it, the waitress was stressed since we had a huge group take them over...

Cant wait till St P Parade, gunna get my goat cheese fix, for only .75 cents....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2257','567c2e8768','','[quote:567c2e8768="TC-760"]Dude, that place is haunted.... it gave me the creeps when we went there. I ended up going back to the car. There's some funky energy in that place. [/quote:567c2e8768]

I think Rose is right.  Very eerie.  That first picture inside has all of those orbs.  Some people believe those are ghosts: http://www.paranormaltexas.net/ghost_theory.html

As Joe said, the cemetery was interesting also.  Most of the graves faced west up there.  We knew since we got separted from the group, we'd be the first to go.... :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2258','1e6a90b2e7','','Keep it up folks and I may even do a Mando... oh my dear Tambo what did I just say?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2259','c676e8f846','','Wow...  Haven't been in here in a few days and it's almost like we're eating our own.

Damn, I'm sure ANY ONE of us would kill to see George...  But clearly, it's not gonna happen to alot of us.

My own offer would be to take names, and pull 'em outta a hat.  It's a choice that's made by fate...

Clears the conscience...for me anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2262','a781c223f1','','Sweet!  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2263','c887526ceb','','[quote:c887526ceb="AnakinFanCheryl"]  That first picture inside has all of those orbs.  Some people believe those are ghosts.

[/quote:c887526ceb]



The ones in the pic are dust specks floating in front of the camera(and that place is dusty as hell).  They get caught in the flash, and since they're so close they're out of focus.  Hence, a fuzzy &quot;orb.&quot;  Not that I don't believe in the supernatural, but that particular shot only depicts the &quot;natural.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2264','7b6252eb66','','Hush Hammer, Jon was scared like a little baby, that was real atleast.

The place is awsome though, vibe just adds to it all. Woooooooo... So exciting!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2265','0ff72784b2','','Holy carp! And the Tambo is pleased!!! Love it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2266','dca0b3e64b','','Excellent post Atin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2267','7f742dd5c5','','Being someone who's broken this golden rule, especially when I was needed, I'd have to say here that it is important, even if you think you're not. Because there is always someone who is thinking of you in this group. If nothing else, do it so we all know you're ok and not in a ditch somewhere when the time comes for the event. That's what friends (who share a crazy hobby) are for.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2268','eadd499f1c','','That was awesome!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2269','d0c3c9961a','','[quote:d0c3c9961a="Hammer"]
If we do this, I am [i:d0c3c9961a]not[/i:d0c3c9961a] wearing pantyhose.  At least not on my head.[/quote:d0c3c9961a]

I always wondered if you were the pantyhose wearing type, guess this answers it.  :lol:  :lol: 

While I'm not going to say I love you Hammer, like Danielle did; on your previous arguments I will simply say, &quot;Amen.&quot;  Were you on the debate team in school?  You would have kicked a$$ doing it, because if you couldn't make your point you could always pound the other guy into the ground.  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2270','81b73e7f18','','Atin  and Richard, all I can say is congratulations. I am so proud of you two. Richard it was an honor to walk with your jar jar at C-3. It was my favorite part of at celebration. I am glad this worked out for you.  Your carbonite display is awesome.  You are the master. 

Corey, thank you for stepping up and taking control of this, and driving Richard out there. 

Shame on you people giving Atin bad pm's. It's there thing, be happy for them. Be happy he could bring some people with him. Stop giving them a hard time. 

Hammer,you will allways be the man. I can count on you. You shall have a special place in the Jaster squad.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2271','8bd96d55de','','Ordinarily I wouldn't say scratching took any talent, but that clip proves otherwise.  That must have taken some trial &amp; error.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2272','ba50262e4f','','Do it.  Do it NOW.

We want the Joe-Mando.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2273','690feb50c6','','Go, GO Orange Ranger!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2274','5a176aa16a','','I'll be Mando-ing it.

What do you think my kids are wearing?  They're not going as Ewoks...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2275','7484180676','JOE','JOR, JOE, JOE, JOE, JOE

Do it Joe,,, this is the only costume where you can do your own thing.  No more fabrick imports,,, think of it,,, no butmunch telling you the weave is all wrong or the leather is one shade off.  You call the shots,, Ohhoooraaa

Mark
Starla sews, and i play with plastic.  That is the arangement.  The black on the helmet is for the most part a black primer layer that is exposed from chipping.  The other black detail is black shoe repair.  I also used black stensil paint; it comes in a fine paste, and works onto the armor like dirty motor oil.  The key has been not to have a gloss finish on the armor.  I like the effect much better after I sanded it down with a fine grit.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2276','ad0f60bc6f','','Thanks Loki, I kind of figured they would be Jawas, but latly when I assume you know what happens  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2277','cbbf5ad84c','','You make a ass outa some little foreign kid named Ume?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2278','143b47a0bb','','I like it. it's a shame that helmet companies don't make those or the Snow clone troopers. Unless I'm mistaken');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2279','d7443576da','','I didn't say there [i:d7443576da]weren't[/i:d7443576da] ghosts there, I just said they're not the fuzzy dots in the picture.  &quot;Real&quot; ghost pics look more like this(I'm not posting it directly so I don't creep anybody out):




http://img160.imageshack.us/img160/6128/entity18pa.gif');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2280','2fff9be868','','He slimed me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2281','a98e150aa0','[NC-17] TROPHY-CASE','[size=18:a98e150aa0][color=yellow:a98e150aa0]Trooper Recruits in Danger![/color:a98e150aa0][/size:a98e150aa0]

[img:a98e150aa0]http://www.knology.net/~killjoy/501stnc17/john_holliday_037.jpg[/img:a98e150aa0]
OK, he's over 20 feet from that pussy, but that chain doesn't look like it would win a fight with a tiger.

[img:a98e150aa0]http://www.knology.net/~killjoy/501stnc17/LeatherBear1-072.jpg[/img:a98e150aa0]
I know horses are herbivores, but that one has been eating carrots all week and is looking for another one.

[img:a98e150aa0]http://www.knology.net/~killjoy/501stnc17/malebody08309.jpg[/img:a98e150aa0]
That's bronze right?  Bronze can get very hot - and very cold!

[img:a98e150aa0]http://www.knology.net/~killjoy/501stnc17/butch055.jpg[/img:a98e150aa0]
Two words - snapping turtles.

[img:a98e150aa0]http://www.knology.net/~killjoy/501stnc17/allcandid16a.jpg[/img:a98e150aa0]
Even in Europe, there's something wrong with trusting a racing bike seat on a country park road.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2282','4b85129477','','Atin, please add me to the DCon roster!

[quote:4b85129477="ROTSAnakin"]BLASPHEMY!!!
There shall be a culling!

Viva la Tambo![/quote:4b85129477]

Wow, did you say there's going to be curling??  My favorite Olypmipc sport.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2283','a7d916a89d','','Well, I guess I will not be going to this one. I had a death in the family last week and had to go to Denver instead. So, I'll see you guys at MSC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2284','8e6fde5c57','','[quote:8e6fde5c57="ROTSAnakin"]Keep it up folks and I may even do a Mando... oh my dear Tambo what did I just say?[/quote:8e6fde5c57]

What one of us do you want to do?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2285','9165fea80b','','[quote:9165fea80b="Tambo"][quote:9165fea80b="ROTSAnakin"]Keep it up folks and I may even do a Mando... oh my dear Tambo what did I just say?[/quote:9165fea80b]

What one of us do you want to do?[/quote:9165fea80b]

Joe, I am so spoken for.  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2286','de4ea03992','','Everyone wants to do a Mando.

Once you go Mando, you'll never want Lando!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2287','c728cef26a','','Ok ...tonight is the last night for anyone that can step up and do this event. If There aren't at least 4 more people that can go, I'm just gonna tell the lady we can't do it. I'm eamiling her tomorrow one way or the other. 

Corey, were you able to get in touch with any Chattanoogans?

P.S. This post isn't meant to guilt or gripe anyone into doing the event. I'm just posting one last time to see if anyone is able and willing. If noone can make it then noone can make it...I can't heh...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2288','018541ec4e','','sorry to hear that but family comes first.
take care and we'll cya in a few weeks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2289','094e3c88e9','','Latest upgrade to my gauntlet. Finished the damn flamethrower.

[img:094e3c88e9]http://img.photobucket.com/albums/v337/srmatlock/Jaster/upgrade016_edited.jpg[/img:094e3c88e9]

[img:094e3c88e9]http://img.photobucket.com/albums/v337/srmatlock/Jaster/upgrade017_edited.jpg[/img:094e3c88e9]

What do you guys think?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2290','ce82295466','','now, arent you guys glad i made us stop there and eat????

and you didnt want to go...........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2291','1037834230','','I don't remember there being a cell phone attached to it.  I need to go watch the movie again.













 :wink: 



Just kiddin, man it looks great!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2292','e125e7fb22','X-Men, sound off','So far we're building a group from the looks of it for D*Con and maybe the movie release. Heck I'd do free comic book day if we got some done by then too.

I didn't know if anyone wanted to join up with us and make a costume.

Here's what we have so far...

[b:e125e7fb22][u:e125e7fb22]X-Men[/u:e125e7fb22][/b:e125e7fb22]

[b:e125e7fb22]Professor Charles Xavier[/b:e125e7fb22] - Loki 

[b:e125e7fb22]Ultimate Cyclops[/b:e125e7fb22] - me

[b:e125e7fb22]Ultimate Kitty Pride[/b:e125e7fb22] - Danielle

[b:e125e7fb22]Ultimate Rogue[/b:e125e7fb22] - Kell

 :?: [b:e125e7fb22]Beast[/b:e125e7fb22] - Crash

[u:e125e7fb22]Undecided[/u:e125e7fb22]
Derek -  :?: Movie Wolverine :?: 

So is anyone else up for it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2293','87864e503f','','I have been reading this thread for the last several days and just shaking my head.  All of this very very bad behavior coming from &quot;adults&quot; and comparing it to the 5,6,7 &amp; 8 year olds fighting this week in my neighorhood.  I realized that the &quot;adults&quot; are acting like the kids.  The &quot;adults&quot; should know better.  The kids have all gone, gotten over it and moved on.  I think this thread should too!!

Atin, congrats and I hope you guys have a great time.  I hope I am able to hear all about it when you guys get back.

Hammer, very well done.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2294','0641f3177a','','Loki,

I took care of it 8) !!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2295','307a043ecf','','Damn your eyes... I knew I should had got something less noticeable.  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2296','94dc2fdf06','','What do I smell like cabbage or something? It's the lava smell isn't it? I swear you get used to it.


[quote:94dc2fdf06="TB1620"]This post isn't meant to guilt or gripe anyone into doing the event.[/quote:94dc2fdf06]




I'll guilt them then. 

You should go our the [b:94dc2fdf06]Tambo[/b:94dc2fdf06] will kill a kitten.  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2297','de41ce972d','','I can be there. It is in my calendar.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2298','452c54e174','','That's Palpatine and Vader...

Just two? Anyone else?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2299','433a57120e','','Joe, wouldn't PalPantene be a shampoo?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2300','39cf2f28e6','','Ok all of you helmet afficianados. Is this one that Vesper posted on this link a true 95, as far as you can tell?

http://cgi.ebay.com/Star-Wars-Boba-Fett-Helmet-Don-Post_W0QQitemZ6611182819QQcategoryZ99970QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

I lucked out and got outbid on that last one, since I had upped my bid before checking the board, and I do not want to almost make the same mistake twice.

Thanks,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2301','5882e5c14d','','Your missing the dental expander...my god man!  what were you thinking?  I need to find one of those to cast so we can all have one...other then that you know I think it Rocks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2302','bba631b86d','','I will be invisible boy or Minute man.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2303','24fc588934','','Yes that's a 95.. I can see the white interior..that's the best one to get.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2304','8acd5ce32a','this is it','This is the real deal from what I can see.  It seem like the inside is white, which is the best of the DP.  You may want to ask the seller if the original color of the inside is white; in fact the resin is white.  If so, you want to jump on it.  

I bought two of these for me and my wife, I paid $45 for one and $65 for the other.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2305','902879897d','','Always upgrading..It will never end.  here is my new cod/jewel protector..all metal and all nice and shiny.  Who wants my old one..it has been protecting tambo for years.

[img:902879897d]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/183525/1841276Jangocod.JPG[/img:902879897d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2306','213f76c5fa','','Hey Tambo where did you get that cool metal cod, I hadnt seen those before for Jango.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2307','6861fe0638','','I've got a Dark Phoenix costume! Also my old Shadowcat costume, but I dont know if it's in good enough shape to wear lol');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2308','b647f585c7','','it's one of a kind..custom made by another TDH member.  I was never happy with my old one and wanted the shape to be better..this one is perfect.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2309','4488c54549','','Ok so I'm wondering..is anyone going to Memphis on Sat? I have a gym thing till 1 and can't go till after that.

But...I hate driving long distances by myself, especially when everyone else is already be partying it up by then. Plus I hate driving in Memphis. It freaks me out. Memphis and Atlanta. Driving there puts me in a bad mood for the rest of the day.

so, I was hopeing I could find someone to ride with. I'll pay gas and buy you a drink and snacks! 

Anyone?   :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2310','d1e8bd1ef1','next project','Lets do a wascally wabbit in carbonite and get invited to the playboy mansion.  Now that would be a catfight,,,,,, among men.

I would even take on hammer to go on that trip....  I would bring a big gun,,,  but I would do it....

On second thought,,,,, I would take hammer with me as my back up,,, ther ya go.

For those who do not know what a wascally wabbit is,,,,,, google it


DID THAT BREAK THE ICE FOR CRYING OUT LOUD');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2311','7adeac8f5e','','Let's do Miss December in Carbonite.. or maybe even Heff..he might get a kick out of that and invite us all to the Bunny club.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2312','0b26ac7547','','Tambo, love the armor always have. When you upgrade your helmet, I want it. I have dibs!

I want your old cod piece...folks have fun with that one, but Im serious..mine is cracked so ill buy that one.


PM me...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2313','ed22d59d9f','','I have a dental expander, Ill give it to you Tambo next time I see you. You at Coreys this weekend?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2314','fcb0748f5a','','Thanks for the intel Tambo and Hook. Bid is placed, so now we see if it jumps up to more than I want to pay.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2315','7f76b853c0','','saber,
i believe that everybody will be there friday and friday night.
if you need me to,i can make you a map that will take you right to the hotel.its not hard really.
but i know alot of people dont like driving in cities other then their own,so ill be glad to help.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2316','e702934235','','i thought derek was looking for the wheelchair to do the prof.?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2317','d5e9dccfbb','','Loki wants to shave his head, so he has been drafted to be Xavier as I understand it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2318','0e56b7f360','','The upgrades are few and far between fo the Jango.  I'm sorry but the Helmet is the best one that exsists and I will never part with it.

These are the only things that I need to improve and upgrade and when I do I'll sell/trade the old parts to any of you Outpost mandos.

Jumpsuit and the Cod I just replaced... that's about it... Crash we will talk and my Cod will be yours..to support and protect.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2319','cb87004e06','','For reals?
http://www.wavsite.com/sounds/57664/daffy11.wav');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2320','9dd78ff22f','','This is something the Jester Ranger might say.

http://www.wavsite.com/sounds/60017/sam09.wav');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2321','b725410b45','','I love the X-men, too bad there aren't any hot meaty chicks in it or I would be game.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2322','c9bd2872b8','','This one's for Jaster.. it's a inside mando joke.
http://www.wavsite.com/sounds/55899/youngf20.wav');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2323','0676b3c06b','','Guys, while I really appreciate the support I hope no one thinks I took any particular joy in what I said to Stein.  I'd just seen and heard too much and decided to express my opinion. 

 Like Joey said in the gripe thread, it's time we start policing ourselves.  There's nothing wrong with calling someone out if it's for the good of the group; and it'd be one less hassle for the Command Staff to deal with.  

Nobody here is perfect; most of us(myself included) have screwed up at one time or another.  We're human; it happens.  The important thing is for us to keep each other in line.  And if that means the occasional trip behind the woodshed, so be it.  Sorry for the detour; now let's get back to the chicksicle discussion.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2324','99d038db1d','','Does that mean you want to joinus for free comic book day, the movie premiere, or a stint of D*Con when we go all political push the pro mutant agenda?

Seriously I'd love to see the Dark Pheonix and/or Kitty.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2325','b6682b3ed7','','I just want to say that I completely agree with Hammer's last two messages. I totally deserved to get raked over the coals. I have had an unusually busy day, so I don't have time to say more now, but may address some of the things in another topic tomorrow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2326','4eed069007','','You have been added to the roster Zach  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2327','a28238fd4f','','I had asked but noone answered. Let me send a pm to Vesper and see what he can come up with...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2328','9462d1ccac','','Yes Skip, I will admit Im glad you made us eat there... It is like my favorite place to go.... :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2329','1e763eeb79','','Our prayers are with you Chuck..
I have removed you from the roster.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2330','dac7fc62b6','','I'll go. I put this info on our boards and hopefully we'll get some more. It's only an hour away for most of us.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2331','dba01bbc1a','','Here is your roster so far Drax:

Drax
Joe
Derek
Vesper

You have your four, hopefully Vesper will get some more names on there also.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2332','ac4d2b563b','','I unfortunatlly with the exception of the movies know nothing about X Men..

Question though, could you mod my wheelchair to do Xaviers chair??? I know it wouldnt be a exact match, but we could come close???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2333','8715d74a4a','','Vesper, if you are talking about the broken helmet, it was sweetpeas, unless Jaster bought it..

I wouldnt knock the rubie to bad, Many people use them. They take a lot of mods, but come out nice..

Got to love ebay sellers who use proffessional pics for something totally different. I dont really think a lot of them do it purposlly though. I mean we get anal about armor and buckets, so we know differances etc. The average person could look at a post, rubies and a Tambo side by side and never see any differance... Well they would gravitate towards the Tambo though, because what can we say, it is a Tambo  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2334','ccdd9a442c','','Damn, I missed another oppertunity to get ahug from Joey *kicks sef* Owww I think I just broke my leg..... :wink:  :wink:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2335','4717028683','','Thank you to those that posted. Like I said, I was brought up that if your expected you call if you can not make it. 
I know there are many events where someone has said so and so is suppossed to be here and we dont see them. Then we find out they ended up lost etc.
It also puts to rest a worry of someone being in a ditch somewhere.
I myself have had to cancel at the last minute, but I have always made sure someone knew I was cancelling.
But hay Im the trooper who had surgery for Kidney stones on Thursday and trooped Horrorfest Friday and Saturday.. Hmmm wonder why Im called Atin... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2336','b10df9c6ca','','Not really. It needs 2 big wheels that have a big X on them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2337','a610146bdc','','You're right. I knew there was a reason why I didn't ask him if he could bring it to Fathom... He wasn't going to be there! Yeah, I'm going to work with the Rubies and see how it goes. If I ever get it replaced, at least I'll have something to bring to the Prop Party Swap Meet... unless I keep it for sentimental reasons.... my precious....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2338','eeee3526f2','','Question: Is this a Star Wars only thing in case I get asked about &quot;other&quot; costumes? I'm assuming it is, but I wanted to be sure. Thanks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2339','b245acb373','','Drax, will have to answer that, but I would say yes it is a SW theme only');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2340','e9663ed407','','That is what I thought, but figured I would offer it up  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2341','941b191380','','Hey, how bout a Carbonite in Carbonite!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2342','b88b841b6c','','Crap! Too late again! I have some Tambo seconds on my Jango and would love anymore if you gottem. If Crash decides not to get the cod piece, I'll take it!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2343','1531c0cfca','','I like Gambit, but my cajun is a little rusty..

[img:1531c0cfca]http://www.fightersgeneration.com/fightgen/characters/gambit-mvcb1.JPG[/img:1531c0cfca]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2344','1579ef540e','acceptance','Admitting you were an &quot;ass&quot;,  without the follow-up excuses or contrived justification, is a step in the right direction.

Nicely done Glenn :lol: 



I got it, wouldn't everyone like to see Anna Nichole Smith in carbonite. :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2345','f0df23b5af','','Update on our boards:

As of right now the event has been capped for participants. COSI wanted around 100, we are well over 100. Once we get a final count and run it by COSI we will see if we can open it up anymore. Thank you eveyone for your interest and enthusiasim!

We should have a ruff cut of our full list of people shortly.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2346','48e1af85da','On','Things are shaping so that I am planning on coming.  

Jester
Do you want me to bring the stuff to dirty up your Mando armor; Ive got plenty left.  I don't have much to work on myself.

Also, Derek and I are planning a trip to the surplus store, if anyone else wants to go, please let us know.  What time will you get to Coreys Derek');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2347','40502daabc','','Hook,
I added you to the roster..
Jester pm me this morning, he is not making it, he has da flu... :cry: 

Lets start this thing at 09:00 till the cops show up... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2348','52e8de9ddc','','Hows about one self in carbonite,, Richard can do that *S* one of our upcoming projects....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2350','5199eb1601','','Cajun is easy Gooshy:
Gumbo,
P.I.Ghog
Onnniunnn
Estoufee
crawdaddy
shimp
 :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2437','973364eaab','','[quote:973364eaab="TC-760"]Dude, that place is haunted.... it gave me the creeps when we went there. I ended up going back to the car. There's some funky energy in that place. [/quote:973364eaab]

Nah, I'd worry more about ticks and chiggers than spooks and boogermen.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2351','ef41462ca9','','Don't forget, &quot;I guarooooonte!&quot;  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2352','83ab45b02c','','I'd love to come to the movie opening (no one HERE will be in costume, of course) and I'll definitely be at Dragoncon. When is free Comic Book day?

[img:83ab45b02c]http://kellilla.com/me/costuming/darkphoenix/images/phoenix12.jpg[/img:83ab45b02c]
Since I'm using the black suit for my armor, I've been thinking of getting another one (either red or green) to wear with this costume... but the black one is still useable, so I haven't decided.

[img:83ab45b02c]http://kellilla.com/me/costuming/shadowcat/images/shadowcatjubilee1.jpg[/img:83ab45b02c]
I can also loan out that yellow trenchcoat if anyone wants to be Jubilee!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2353','27a57a9ad4','','It's not that I don't like driving in cities other then my own, it's that Memphis tries to kill me everytime :) You think I'm kidding? I'm not. Everytime I've driving through or to Memphis, I have either been in an accident, ALMOST been in an accident, or witnessed one. Which is saying something as I've yet to see or be a part of one in Nashville. (Knock on wood!) 

So see, it's that Memphis hates me, not that I doubt my ability to get to where I need to be going.

But thanks Skip! I'd love for some detailed directions! Just please tell me I don't have to go far through Memphis.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2354','c75ea73002','','hmmm, i need to like start making a gambit costume.. any ideas for the black face part?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2355','2a78d025f5','','We need to go to the cheesecake corner or whatever its called never the civil rights museum. It's terrific... so rich. mmmmmm');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2356','2bf3873b6a','','Derek:

What is it about the 95 helmet that fits your head better?  Do you have a large head?  If so, then I guess that's the helmet I need to look for for my long-term mando project.  Guess I need to try one on at a prop party soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2357','5dc368e583','','It's not that memphis is out to get you.. it's just that everyone is a horrible driver there :p');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2358','8165733524','','Not a bad idea, Atin, but let's go for the giggidy.  Due to Anne Nicole's horrible show, putting her in carbonite might endure us to Hef's heart.  I say we do a version of her from her Playmate of the Year time in her life.  Should she be nude or wearing skimpy lingere?  That's a heck of a question. 

When in doubt, go for the giggidy, All right!  8)  :lol:  :wink: 

Glad to see that Stein has taken his comments in stride.  Back to the fun!

Atin it's your duty as a former LFL employee to ask about the future possibility of &quot;space jugs.&quot;  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2359','4bfe3d8066','','The first book was awesome.  I'd like to see Karen (the author) take on a story based on the day-to-day life of TK infantry troops.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2360','9e4f8438bf','','[quote:9e4f8438bf="Gooshy"]It's not that memphis is out to get you.. it's just that everyone is a horrible driver there :p[/quote:9e4f8438bf]

Amen!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2361','6e90cc1863','','Sweet Kell, bring the Phoenix!

This'll be fun. The latest trailer is awesome. 

The group from X-Men cosplay is going to be big at D*Con, and I'm trying to assemble a nice Ultimate X-Men subgroup for it.

Who else here thinks Danielle would make the best Ultimate Kitty Pride?

[url]http://www.x-men.pl/summaries/ultimate_x-men/graf/ux049.jpg[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2362','9e4d13bb14','','[quote:9e4d13bb14="kelldar"][quote:9e4d13bb14="Gooshy"]It's not that memphis is out to get you.. it's just that everyone is a horrible driver there :p[/quote:9e4d13bb14]

Amen!![/quote:9e4d13bb14]

Present company excluded, of course  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2363','9e9e13a07c','','Put me down for Kitty Pride. I am now in love with her costume!  (She's the one on the left.)

[img:9e9e13a07c]http://www.scifi-universe.com/upload/editions/comics/ultimate_xmen_25com.jpg[/img:9e9e13a07c]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2364','380f85a942','','[quote:380f85a942="TK6203"]


Lets start this thing at 09:00 till the cops show up... :lol:[/quote:380f85a942]

9:00 am.. You are just asking for more Yard Sale Seekers lol.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2365','2905a727ce','','Gooshy I could send you a link to the X-Men cosplay group. Or you might try Spandex outfitters. [url]http://www.spandexoutfitters.com/[/url] Check with them if they offer something like it I'd recommend getting it in Black PVC its the shiny black they use on their Black Spidey, reguardless, or Latex.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2366','372df6d578','','I was approached about SW characters coming to an event, so yes it's SW only as far as I know.

Also, I'm not on the roster. In a previous post, I stated that I had a previous commitment. I already removed myself from the roster thread. 

Vesper, what costume would you be wearing?
As it stands right now, we have...
Soft Vader
Palpatine
???

We really need to have some plastic show up if we want to impress. No offense Joe and Derek (you guys are the spice amongst the main course heh).

I'll email the library and ask for a few more days. As I said before, I don't want to commit us with only 2-3 people since that's not a massive showing and if anyone has something unexpected happen the appearance is even more shot heh.

Keep checking your calendars folks. Only 1 other thing is listed on the 8th and that's in Huntsville I think.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2367','d92098d248','','Yeah thanks, I'll check that site out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2368','e96c9879d8','','ill be there hopefully early this time.the segway mod needs to be completed!!!!
ill be there to workkkkkkkkk!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2369','1c9dbd9a49','','you guys and your &quot;jugs&quot; stuff,is that all that you think abou.......oh,sorry,answered my own question.

i dont think some of you would know what to do with em if you could get em!!!!! just kidding :lol:  :shock:  :twisted:  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2370','a19fefea93','','thanks for the update,
i know alot of us are hangin on for details!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2371','5f6497b9fd','','Dont know if Ill be there at 9, but I will be there, to work on my fett crap and to completely annoy skip.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2372','597f09b92a','','If I wasn't so overloaded with freakin huge projects for dcon (thanks loki  :shock:  :)  :shock: ) I'd jump on this like white on rice! But alas, no time... and big butt too, but that's being fixed.
Aaaanyway, maybe if I get my projects done early, I'd paint myself blue (again) and... no no, priorities.

This is going to be great, can't wait to see yous guys. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2373','4566ea0db8','','Sorry, I told Atin but never posted it. I'll be a Rodian Jedi (I need to come up with a name for this guy....).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2374','c0cc39e6c5','','I love those Shadowcat and Rogue outfits, I'm tempted to make the Rogue one for myself!

I may be able to talk my cousin into wearing that Jubilee costume again... will ask her.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2375','743801743a','','LOL don't be so sure about that! ;)
I hate driving down to the Midsouthcon/Airport area, whole reason I got a room this year even though I live here!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2376','09d0005c74','','I will be there at 0900 ready to make an emperors cane, and probably start work on my mando gauntlets.

Crash, I will bring my compressor for you to use.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2377','a53b59c8ad','','Kell lives there and hates driving to the con area?! That's it...I'm out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2378','97d2c65163','','I picked up Hard Contact and Triple Zero at work last night, and read half of Hard Contact last night, and I agree that it is great so far. I will probably be done with 000 by the end of the weekend, so I will put what I think about it then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2379','2ab8b6d11c','','Corey, if your vader is not being used that weekend, I will be glad to take it for Vesper to wear if that would work for you, as he knows how to pack it back up properly and all that. Just a thought.

Palpatine spice');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2380','6e3a61bbd7','','call me a moron, yet I didn't know they were making another x-men movie so soon. Does anyone have a link where I can see the preview?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2381','c3ee332d09','','[quote:c3ee332d09="Gooshy"]hmmm, i need to like start making a gambit costume.. any ideas for the black face part?[/quote:c3ee332d09]

I've been looking into doing Spdier-man costume recently, and I've been browsing a few superhero costuming forums, and I've seen a few gambit topics.  I've seen one or two people mention just getting like a baclava and cutting it down to match, or something along those lines.

The League of heroes has a lot of good superhero tips.  http://p086.ezboard.com/btheleagueofheroes

Here's a guy working on a Gambit:  http://www.rpf.invisionzone.com/index.php?showtopic=106144

And a guy I know who does Wolverine suggested this site for X-Men costumes. http://cosplayxmen.conforums3.com/index.cgi');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2382','84142658bf','','The ones like Loki and Jester use, are tiny on my head. The tambo resin, I wear it like a top hat. The only buckets that fit me were Hook's which is a DP 95, and the Jaster helmet which is a Mystery if I remember correctly, and it starts at more than I would like to pay, and is my last resort as of right now. The 95 is able to be formed to fit a large head due to its rotocast vinyl like a IRG helmet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2383','eb93a68ad4','','My friend(Rob) and I probably wont get there 'till around noon.  Its about a 4 hr drive for us.  Ill bring a few tools, though Im sure you guys have it all covered, it never hurts to have some extra.  Can't wait!  C-ya there!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2390','12be3f23ba','','Sorry about the &quot;open&quot; remarks there. :oops:  I edited the last post just in case.  I forgot which forum I was in, duh!!  Thanks Derek!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2391','d023d98ae5','','All this talk of ghosts really makes me want to go ghosthunting. Seriously, if I could pick ANY career, I would want to be a professional ghost hunter. Laughable, perhaps. Scary, at times, Fun, HELLS YEAH!

Let's go ghost hunting. And next time we're going at dusk and we're taking two cameras. One digital, one disposable. That way, you can compare the pics to see if there is indeed paranormal activity or just dust and such. 

BTW, digital cameras are the worst to use because they pic up dust and water orbs VERY well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2384','9cbd88a51f','','[quote:9cbd88a51f="InfraFett"]call me a moron, yet I didn't know they were making another x-men movie so soon. Does anyone have a link where I can see the preview?[/quote:9cbd88a51f]

Double post, sorry

http://www.apple.com/trailers/fox/tls/trailer/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2385','f6889ceff9','','[quote:f6889ceff9="InfraFett"]call me a moron, yet I didn't know they were making another x-men movie so soon. Does anyone have a link where I can see the preview?[/quote:f6889ceff9]

[size=18:f6889ceff9][b:f6889ceff9]GOOGLE.COM[/b:f6889ceff9][/size:f6889ceff9]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2386','c6ca584d79','','I think that Loki is out of the gauntlets that he had. Check your private messages for who to contact, as this is in the public section to see who to contact about getting a pull.

Tambo has a full listing of all of the stuff that he has in the members are in the For Sale/Trade area.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2387','b7e134d313','','Thanks cadet2386. I look forward to this to this. only a couple more months til the premiere');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2388','cc7fc085ac','','I've got the ABS Episode III plastic helmet on order that should be shipping soon (from the guy that does all of the plastic ones). I think I've decided to scrap the Clone and go with a TK, so I'll be selling this. I'd like to get the $175 I paid for it so I can put it toward the TK kit. Let me know if you or anyone else is interested.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2389','d497c7b877','','Just watched the new trailer and...     WOW!  Looks like its going to be really good!!! Can't wait to see it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2393','c6c7404c56','','Well another Thursday has come &amp; gone without an AFT.  :cry:   Is this little venture of Sir Jester's dead?  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2394','294335549b','','AFT! AFT! AFT! AFT! AFT! AFT! AFT! AFT!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2395','70b31c8d2f','','Thanks, Atin!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2396','5654a6593e','','I am the proud owner of what used to be Sweatpea's Boba Fett helmet. I hope to use my experience of putting together the clone helmet to get it into wearable shape.  I'd be happy to help Vesper out with the Rubies at a future prop party.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2397','0f7d2f9075','','I'm surprised to not see Master Loki's name on the roster (could we update the in-thread roster, Corey?  Makes it easier not having to jump back and forth or at the very least may want to just establish a hard link to the master rosters).  Spoke to Joe today and he also seemed surprised that Loki was missing.  The only thing I NEED to do is cut Mando armor pieces, but without Loki I don't see the point since he has the patterns.

Wendy's coming MSC weekend so I might as well start cleaning the house &amp; studying for that blasted CPA exam.  Have fun everyone!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2398','6d4b592ac3','','Still looking for 2 SOers to place in my room.  Dereck had a lead, but since the list is capped seems that option is closed for now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2399','8bfe34d96c','','[quote:8bfe34d96c="SL100"]i dont think some of you would know what to do with em if you could get em!!!!! just kidding :lol:  :shock:  :twisted:  8)[/quote:8bfe34d96c]

Shut up.....um.....er....sir!  :lol: 


On a serious note:
Any thought to having a &quot;going away&quot; party for Jar Jar right before y'all leave for Skywalker?  Give everyone one last chance to armor up with him and take pictures?  Could even stage a handoff (for picture sakes) of the statue from a bunch of TKs &amp; a Fett (a la ESB) to the Skywalker Ranch voyagers?  Nonetheless, seems like the last chance to say, &quot;I've humped something that George Lucas owns, don't believe me, here's a picture.&quot;

Just an idea.  May not work out with Atin's schedule, but thought I'd throw it out there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2400','91cb2b3932','','I think I'm just going to drive from collierville.. but if they have anymore rooms left I might grab one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2401','de6c3e6b33','','[quote:de6c3e6b33="TK3740"]Still looking for 2 SOers to place in my room.  Dereck had a lead, but since the list is capped seems that option is closed for now.[/quote:de6c3e6b33]

 might want to see if you are still on the list or not. I browesed through real quick and didnt see it as it might gave been cleared out when SO members were being handled by Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2402','5b8551741a','','[quote:5b8551741a="ROTSAnakin"]And that kid on the damn escalateor again! Someone needs to teach him to fear and respect that escalator!  :x  :!:[/quote:5b8551741a]

Listen, not a year goes by, not a year, that I don't hear about some escalator accident involving some bastard kid which could have easily been avoided had some parent - I don't care which one - but some parent conditioned him to fear and respect that escalator. 

 :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2403','47ca201c9a','','[quote:47ca201c9a="TB744"][quote:47ca201c9a="TK3740"]Still looking for 2 SOers to place in my room.  Dereck had a lead, but since the list is capped seems that option is closed for now.[/quote:47ca201c9a]

 might want to see if you are still on the list or not. I browesed through real quick and didnt see it as it might gave been cleared out when SO members were being handled by Tambo.[/quote:47ca201c9a]

Andy, my girlfriend is from Garrison Carida (cleverlilminx) and while she posted for the room, she named me the room commander since I had the credit card.  Hence why (I guess) my room is technically outside of the SO &quot;room block.&quot;  But she doesn't want to room with strangers and we're looking for troopers we know &amp; trust.  Does that clear up the question?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2404','a1b322bd08','','Not 100% yet on this event, but might as well throw me on the roster, Atin.  I really want to go, but it all depends on the CPA &amp; GF situation as time progresses.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2405','759a6db390','','[quote:759a6db390="TC-760"]Dude, that place is haunted.... it gave me the creeps when we went there. I ended up going back to the car. There's some funky energy in that place. 
[/quote:759a6db390]

Frack yeah, that place is haunted.  Look at all of the orbs floating in the pictures.  Something bad must have happened there.  Have the cemetary nearby doesn't help.  Loki said a whole bunch of people (possibly with the same name) all died the same day according to their tombstones.  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2406','7ad75dcbbe','','Glenn: I'd love to get a copy sometime too.

The episode was great.  We stopped studying (CPA exam) just to watch the episode because of her.  This is one of the best episodes they've done this year.  Only thing better would have been a SW reenactment/parody.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2407','c439d218ca','','Update: 

Judi from the library has said we have a bit more time to get commitments. She has also said they would be happy with any number of troops so there will be no minimum as long as the people already going won't feel uncomfortable with 3 if no more can come (please post your thoughts between now and 3/16). If you guys are ok going with 3 if no more folks can go, I'll ask her to post it on their schedule next Thursday or Friday. She also provided this link www.meigscountylibrary.com for those that want to see more about the library and what events they have had in the past.

Thanks to those that have signed on so far. :) I'd still love to see at least one set of white armor (storm/clone/snow/scout) in the group ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2408','12d5f3bd25','','OK, yeah... Thanks! I wasn't sure if anyone picked that up, so that's cool. Hopefully I'll have the Rubies is some usable shape soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2409','20d5f3bcf6','','[quote:20d5f3bcf6="TK3740"]The first book was awesome.  I'd like to see Karen (the author) take on a story based on the day-to-day life of TK infantry troops.[/quote:20d5f3bcf6]

You never know, she may be working her way up to that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2410','039d90b0da','','I found it now when looknig for a post by cleverlilminx. You're all covered. Might want to make a post on the room mate thread. I know a few people are still looking for a room.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2411','e9005baa3f','','We're really trying to avoid strangers.  That requires quite a bit of trust, even though they are members of the Legion family, there are still bad apples out there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2412','8ba5b3e4a5','','I'm just surprised Loki (appearantly) isn't coming.  His mando patterns was the main reason I would have came to this prop party.  Guess I'll focus on other things that day at home.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2413','d67a931fe7','','[quote:d67a931fe7="dwrd"]I picked up Hard Contact and Triple Zero at work last night, and read half of Hard Contact last night, and I agree that it is great so far. I will probably be done with 000 by the end of the weekend, so I will put what I think about it then.[/quote:d67a931fe7]

Dang, I wish I could read even half that fast.  Took me several weeks to find the time to read Hard Contact during random snatches of time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2414','cad2de4f7b','','[quote:cad2de4f7b="TK3740"]Well another Thursday has come &amp; gone without an AFT.  :cry:   Is this little venture of Sir Jester's dead?  :shock:[/quote:cad2de4f7b]

Say it ain't so!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2415','08b5f48eb3','','You always crack me up, herr doctor..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2416','4085a1f8e0','','Read on another thread that Jeff's sick.  So I guess that explains this week.  I still wonder about last week??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2417','5be7896642','','See Joey about doing snow clone helmets (of course there was no snow on Planet Ki-Adi-Mundi).

Great job on the beehive TC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2418','b4c7ff58c0','Showest','Guess what
As I have posted I am going to an event called Showest this weekend in Las Vegas, as I do every year.  It is an industry awards show put on by the nations theatre operators.  

I just found out one of the award recipients will be our favorite rapper, Natalie Portmen.  I am certain I will have a dinner seat, but it is very likely I may get in the green room.  I wish I could take pics, but that is not allowed.  I may be able to take some shots during the banquit though.

Hey Joe, if you go to Vegas for me I will share a bed with Hammer,,,,,  just kidding :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2419','96071c3d1d','','I have my armor cut out, but it is not formed yet, so it can be used as a pattern. I will bring it with me if anyone needs it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2420','fa76a7cb52','','I just now finished Hard Contact, so that took me a total of 10-11 hours, so 000 should be about the same. I read fast if it is something that I am interested in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2421','2496f36cab','','Hey guys - my friend Ash is signed up as movie_geek and says her account is saying it needs to be activated... she's an active Rebel Legion member and is hoping to join the 501st!

one of the best x-wing pilots in the legion...  :leia 
[img:2496f36cab]http://kellilla.com/me/costuming/xwing/images/pilot1.jpg[/img:2496f36cab]
Ok, I'm done embarrassing her :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2422','257f446ef2','','If we have access to a computer, I have the downloadable templates off TDH site in Lg and XLg on a flash drive that we can use.  These are what Ive been using for my Mando.  Let me know &amp; I'll bring 'em!  Ahh hell, I'll bring 'em anyways. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2423','f0e2fe7f26','Prayer Request','I hope you guys do not mind me placing this in here. My high school history, geography, American Government, and Economics teacher in high school was diagnosed with leukemia yesterday. Can you please remember him in your prayers? I owe a lot to this man he is my mentor and taught me everything I know about history and geography. When I become a teacher I hope I am at lease half the teacher he was to me.

His name is David Crawford and someone to this day I respect.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2424','e6f95bc6fb','Make-A-Wish Walk for Wishes - April 8th, Huntsville, AL','We have been contacted by Make-A-Wish to once again participate in their &quot;Walk for Wishes&quot; event.  It will be held at the lake at UAH this time.

Here's the info you need to know:

[b:e6f95bc6fb] [color=yellow:e6f95bc6fb]WHO:[/color:e6f95bc6fb][/b:e6f95bc6fb] Make-A-Wish
[b:e6f95bc6fb] [color=yellow:e6f95bc6fb]WHAT:[/color:e6f95bc6fb][/b:e6f95bc6fb] Walk for Wishes event
[b:e6f95bc6fb] [color=yellow:e6f95bc6fb]WHERE:[/color:e6f95bc6fb][/b:e6f95bc6fb] University of Alabama in Huntsville lake (the &quot;duck pond&quot;), located at the corner of Sparkman Drive and Technology Drive.
[b:e6f95bc6fb] [color=yellow:e6f95bc6fb]WHEN:[/color:e6f95bc6fb][/b:e6f95bc6fb] The registration will begin at 12PM, and then the walkers will start to walk the perimeter of the Lake at 1PM.  We need to be in-costume [i:e6f95bc6fb][b:e6f95bc6fb][color=red:e6f95bc6fb]before[/color:e6f95bc6fb][/i:e6f95bc6fb][/b:e6f95bc6fb] 12PM if at all possible.  We will probably be done by 2PM, if not before.

They're going to have things for the kids, like a moonbounce, and Domino's Pizza &amp; Buffalo Rock (the local Pepsi bottler &amp; distributor) will be supplying us with lunch.  Other events are TBA.  Sounds like a great time!   :D 


Here's a map of how to get to the event from I-565:

[img:e6f95bc6fb]http://hiwaay.net/~jethridg/graphics/2006walkmap.jpg[/img:e6f95bc6fb]

Once you get to the I-565 exit from I-65 N/S, just head east towards Huntsville and follow the map.  Take the Sparkman Dr. exit off I-565, then turn left onto Sparkman.  The event is just ahead on the right.  The event is less than a mile from the Space &amp; Rocket Center, so no one should have trouble finding it.

Here's a newer map with the parking location on it:

[img:e6f95bc6fb]http://hiwaay.net/~jethridg/graphics/2006walkmap2.jpg[/img:e6f95bc6fb]

Please post if you can make it.

Thanks,

Jamey

---------------------------------------------
[color=yellow:e6f95bc6fb][b:e6f95bc6fb]EVENT ROSTER[/b:e6f95bc6fb][/color:e6f95bc6fb]

Costumes:
 Jamey - Boba
 Joey - TC/Vader?
 Holly - ID (tentative)
 David - TB
 Z-Man - TC?
 Cray - TC
 Thad - Vader 
 Jessi - TI 
 JenK - TB
 Matt - Chewie


Handlers:
Colton Moore');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2425','c6a2c4c7f0','Make-A-Wish Walk for Wishes - April 8, Huntsville, AL','We have been contacted by Make-A-Wish to once again participate in their &quot;Walk for Wishes&quot; event.  It will be held at the lake at UAH this time.

Here's the info you need to know:

[b:c6a2c4c7f0] [color=yellow:c6a2c4c7f0]WHO:[/color:c6a2c4c7f0][/b:c6a2c4c7f0] Make-A-Wish
[b:c6a2c4c7f0] [color=yellow:c6a2c4c7f0]WHAT:[/color:c6a2c4c7f0][/b:c6a2c4c7f0] Walk for Wishes event
[b:c6a2c4c7f0] [color=yellow:c6a2c4c7f0]WHERE:[/color:c6a2c4c7f0][/b:c6a2c4c7f0] University of Alabama in Huntsville lake (the &quot;duck pond&quot;), located at the corner of Sparkman Drive and Technology Drive.
[b:c6a2c4c7f0] [color=yellow:c6a2c4c7f0]WHEN:[/color:c6a2c4c7f0][/b:c6a2c4c7f0] The registration will begin at 12PM, and then the walkers will start to walk the perimeter of the Lake at 1PM.  We will be there to greet the public [i:c6a2c4c7f0][b:c6a2c4c7f0][color=red:c6a2c4c7f0]before[/color:c6a2c4c7f0][/i:c6a2c4c7f0][/b:c6a2c4c7f0] 12PM if at all possible.  The event will probably be done by 2PM.

They're going to have things for the kids, like a moonbounce, and Domino's Pizza &amp; Buffalo Rock (the local Pepsi bottler &amp; distributor) will be selling food and drinks.  Other events are TBA.  Sounds like a great time!   :D 


Here's a map of how to get to the event from I-565:

[img:c6a2c4c7f0]http://hiwaay.net/~jethridg/graphics/2006walkmap.jpg[/img:c6a2c4c7f0]

Once you get to the I-565 exit from I-65 N/S, just head east towards Huntsville and follow the map.  Take the Sparkman Dr. exit off I-565, then turn left onto Sparkman.  The event is just ahead on the right.  The event is less than a mile from the Space &amp; Rocket Center, so no one should have trouble finding it.


Thanks, and we hope to see you there!

Jamey

[color=yellow:c6a2c4c7f0]P.S. - 501st members interested in trooping this event, please post under the thread in the pre-event planning section.  Thanks![/color:c6a2c4c7f0]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2426','6dccfb42bd','','What's the date on this my man? We should be good for this!


oops! I'm an idoit.......doh! April 8th!!! I'm so there! I'll be dragging all the peeps from down this way up!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2427','e6db28bbd5','','Prayers sent.......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2428','fea9ff871c','','I talked with Jester today and he sounds great! Now, get off your butt Jester and give us some AFT!!!!!!!!!!!!!!!!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2429','d1e886a5e7','','[quote:d1e886a5e7="kelldar"]Hey guys - my friend Ash is signed up as movie_geek and says her account is saying it needs to be activated
[/quote:d1e886a5e7]

She's now active for the board.  If she needs a different amount of access, let me know.

[quote:d1e886a5e7="kelldar"]
... she's an active Rebel Legion member and is hoping to join the 501st!

one of the best x-wing pilots in the legion...  :leia 

Ok, I'm done embarrassing her :)[/quote:d1e886a5e7]

Bah! I've confidence you can do much better than that!  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2430','2ce84b8e56','','Oh, be sure.

I'm coming.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2431','e9f83bf3d1','','Loki, you promised a SOBER prop party this weekend, so I am making htis public to see if you hold to your end of the deal???


 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2432','05275cc4ec','','[quote:05275cc4ec]COSI wanted around 100, we are well over 100. Once we get a final count and run it by COSI we will see if we can open it up anymore[/quote:05275cc4ec]

The game's afoot, eh?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2433','af0642590f','','[img:af0642590f]http://img.photobucket.com/albums/v647/TK_6873/AFTreturns.jpg[/img:af0642590f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2434','81f995c82f','','I currently have no plans to partake of anything stronger than soda.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2435','b389c4594d','','[img:b389c4594d]http://img.photobucket.com/albums/v647/TK_6873/AFTreturns.jpg[/img:b389c4594d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2436','fb735fc968','Re: soon','[quote:fb735fc968="scalper"]I will have my custom mando done very soon.  It will be HOT!!  I hope you boys don't mind, but I will look very much like a girl in my costume.[/quote:fb735fc968]

Sounds interesting. I'll bet you'll be a real shooting Star.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2438','793ac99275','','psssssssst!  Charlie!  Look at the yellow note at the bottom of my post above.   :wink: 

Now go over to the pre-event section and sign-up!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2439','f8e0cdd1b7','','Hays! I gets my lurning don at that skool! Go Chargers!

I'm there, in TB uniform. I won't have anything else done by then. :/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2440','abc449def1','Resin/plastic/fiberglass supply in Knoxville?','Hello, anyone have any suggestions for shops in the Knoxville (TN) area for Resin and such? I have NO idea of what is in the area.  Im running really low on Resin. Funny thing is, the resin I have is made in Chattanooga.  Unfortunately the manufactures website no longer lists resellers.

I started construction on a Jango jetpack, but I know I don't have enough stuff.  ANY suggestions on supplies availble in the Knoxville area are welcome, you never know when you'll need a suppler.  A pottery shops would be great for Hydra cal as well.

Thanks,

John');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2441','a2a200b07e','sick','You get better with the funk.

I fell out of my chair with that one, especially the z-man action figure.  That would be a great parody for others I can think of.  After all, most theatre these days has some kind of advertising.

good one');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2442','e9e4d6140c','Challenge Coin &amp; Natalie Portman','If I am able to get in the Green Room durning the Showest awards show, I want to present Natalie Portman with a Challenge coin.  I have mine, but would like to buy another if anyone has one. 

If you do have an extra please bring it to the prop party on March 11.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2443','3c34d9da68','','Get them both.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2444','373f9aef97','','had this joke sent to me recently,
thought id share it with you guys,




The Miracle of Toilet Paper

Fresh from my shower, I stand in front of the
mirror, complaining to my
husband that my breasts are too small.

Instead of automatically telling me it's not so, he
uncharacteristically
comes up with a suggestion:

&quot;If you want your breasts to grow, then every day
take a piece of toilet
paper and rub it between your breasts for a few
seconds.&quot;

Willing to try anything, I fetch a piece of toilet
paper and I stand in
front of the mirror, rubbing it between my breasts.

How long will this take?&quot; I ask.

&quot;They will grow larger over a period of years,&quot; he
replies.

I stop. &quot;Do you really think rubbing a piece of
toilet paper between my
breasts every day will make my breasts larger over
the years?&quot;

Without missing a beat he says, &quot;Worked for your
butt, didn't it?&quot;

He's still alive, and with a great deal of physical
therapy, he may even
walk again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2445','ac34eee254','','What are the times for both days????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2446','bd811d2859','','I cant make it this year, gotta work that Saturday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2447','16ef392c01','','Add my wife Betty and my bro Brad to the roster please.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2448','0d7c64cefc','','I've sent an e-mail to Chris, the guy who I think is coordinating the event. (Or at least his website is hosting the UK MSU's forums, etc.) I'm guessing that it will be something like from 5-9 on Friday night, and most of the day on Saturday, but until I hear from him those times are only a guess since there are no actual times on his website.   :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2449','11beda44c4','Tennessee fire near Chattanooga','Just saw this on CNN, and wanted to make sure it's nobody that anybody here knows. It happened about 45 miles north of Chattanooga. My prayers are with them, whoever they are.

[url]http://www.cnn.com/2006/US/03/11/house.fire/index.html[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2450','60fecf26f7','','[quote:60fecf26f7="TB1184"]Hays! I gets my lurning don at that skool! Go Chargers!

I'm there, in TB uniform. I won't have anything else done by then. :/[/quote:60fecf26f7]


Updated roster.  See 1st post.   :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2451','757cb47a3c','','Wow... sad... I'll have to catch the news to see if they give any more info.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2452','efc02b4e15','','OK mighty Mud pottery  doesn't have resin like the website says...&quot;It's special order.&quot;  :(    At least its a place for plaster and hydra stone.  I drove all over Knoxville, singing the Periwinkle blues :)  None of the frabric stores had anything close to Jangos jump Suit frabic.  I showed one of the cutters, a high res picture of the fabric, and she tried to get me to use Terry cloth!!  WTF!?   I did come away with a load of leather for the belt, way to much.

Anyway I would still love to hear about suppliers in the area.



[url]http://www.mightymud.com/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2453','30c81abf6b','','[quote:30c81abf6b="Tambo"]I'm sorry but the Helmet is the best one that exsists and I will never part with it.[/quote:30c81abf6b]

What helmet is it?  I have a BKBT dented on order.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2454','34b3d23b97','This has gotta be Joe and Ryan.','http://youtube.com/watch?v=hbp1TtM4w7k&amp;search=boba_fett


Language NSFW');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2455','132198a271','joe','Ryann can dance,,,, joe keep working on it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2456','466bd9d7a5','','wow....ummm.... I hope not.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2457','f4f40313b1','','OMG that's funny!

I want me and Schweet pea to learn and do that!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2458','70dbb21e5e','','Hey Jamey, I'll try and grab Crayfish and bring him up too!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2459','3c24252cb6','','and Hook, it's so true on! Especially my action figure!!!

Jester, I LOVE the new slogan on your AFT logo!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2460','1e50dba3ec','','[quote:1e50dba3ec="Loki"]I currently have no plans to partake of anything stronger than soda.[/quote:1e50dba3ec]


pppppgffffssfaf! *spits coke all over computer monitor*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2461','fcdbb60540','','Am I EVER gonna get off my butt and start on the &quot;Bat-man-do&quot;!??? :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2462','77b2355b59','','Huh? Where am I!? What's this white plastic thing I'm wearing!! Get it off, get it off!!!!



thanks Jamey.............. :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2463','45152b26d2','','Does that place in Chattanooga sell direct? I mean, if someone were to go to their place, would they sell it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2464','3813051134','','[quote:3813051134="TK868"][quote:3813051134="Tambo"]I'm sorry but the Helmet is the best one that exsists and I will never part with it.[/quote:3813051134]

What helmet is it?  I have a BKBT dented on order.[/quote:3813051134]

My bucket is one of a kind, but the core unit is a JD Glass Jango, that has been dipped in liquid nickel.  The BKBT is a great helmet and you will be very happy with it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2465','7a851946ed','','I wanna do a video in the style of U2's NUMB.  With one of us TK's sitting there in front of the camera, singing while all these off camera hands keep coming in and putting chest armor on.  Then Shoulder Armor.  Then lastly, the helmet.  And all the hands can be from various characters (including Darth Vader).  It'd be a hoot!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2466','7a23e0db3e','','Jamey,
    Did you ever find info for people who might want to walk?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2467','7fd3a292f1','','while Loki did have a couple he did not party like &quot;suggested&quot;,

oh, and corey's computer crashed so thats why he hasnt posted from the party.
quick report:
there was a good turnout.probably 10-20 people at the height.
the segway/stap project was completed around 1:30am,where it went for a test run around the driveway.pictures will be taken at the st.pats day parade.

people worked on various projects,i can barely recall everything cause so much was being worked on.
loki had the alien there working on that.derek spent all day on the sander making a new emp.cane.
joe worked on his Xmen project as well as handed himself to other various projects.casey brought his snowtrooper armor where some good work was done there.chris ledbetter came down with another new recruit for the weekend and worked on a few things.including his own custom mando!!
another new recruit , &quot;tech&quot;, started his custom mando armor.Todd was there working on numerous projects as did chase on his new custom mando parts.

thanks again to Corey for hosting,we really worked at the prop party.matter of fact there were so many tools being used we popped the breaker and shut down the party for a minute!!!! :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2468','f91f3b40dd','','Yes, that was a Ben, Ben, and Ben production. I filmed it, and Ben and Ben danced in it. :P We Bens...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2469','d0aaabbf15','','How much does that helmet weigh?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2470','fe24156d47','','Hey Hook,
Were you able to get a coin at the prop party? If not, let me know and I'll gladly donate an extra I have to Natalie or to replace yours.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2471','fad993cb7c','','[quote:fad993cb7c="Vesper2112"]Does that place in Chattanooga sell direct? I mean, if someone were to go to their place, would they sell it?[/quote:fad993cb7c]

Synair is the manufacture ( http://www.synair.com/ )  And it seems that it is sold in Chattanooga by a Hyperlast ( http://www.hyperlastna.com/orders/main.htm ).  I have used a few gallons of Synair's resin with good results, but I have had aweful luck with their urethane molding compound.  Not to say its not good, but I prefer to use silcone.  So I order that direct from Polytek ( www.polytek.com )  Neat thing about polytek, they give a nice discount for each new product you try!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2472','924916e7b5','','Im scared...that scares me. Yes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2473','70f43b69e6','','It was a blast, saw dust and all. 

Did that lil itty bitty shop vac help out dereks cause at all?

I wish I could have stayed longer, but now Im off to finish said Fett for the parades. 

Thanks Atin for the hospitality and food once again. Bring your Fett bucket to the parades so I can bring it home and airbrush it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2474','29b2df7671','','Any word on where everyone is parking for those who are just coming down Saturday?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2475','8b25110f12','','I think that the saw dust added character to the prop party. It was fun once again, and for those of you who were at the party, who weren't there when the new emperor cane broke, you missed a great time. Thanks to some help from Skip, some epoxy and a 5/16&quot; bolt, the handle is now reattached to the cane. It will get final touches and paint this week, and will be ready for go time on Saturday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2476','e8b23d9196','','Tambo,

I sent you a pm yesterday, about the fett bucket. 

Brad Link');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2477','a279b36a4e','','What color is it? Can you dyed another color? 
I am interested in it. 

Brad Link');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2478','af5336ab78','','There is no wrong place or time to ask for prayer.  Another prayer sent.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2479','f17d0e11ec','','[quote:f17d0e11ec="TB1184"]How much does that helmet weigh?[/quote:f17d0e11ec]

As much as a small chicken or about 3.5 Lbs.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2480','95f51d14a5','','sending prayers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2481','ebcf6e4342','Got it','Thanks Drax, I picked one up from Tambo last night.  I am already in Vegas,,,  ahh the smell of smoke and booze :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2482','3f6cecad61','','derek,
im just glad you didnt have a heart attack when that cane(that you worked on all day) broke the first time you leaned on it!!!

yea,i think the repair will be good and will likely help that from happening again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2483','20f79fe345','','Hey guys, just wanted to post that Rob and I got home safely.  Man, we had a GREAT time!!!!  It was everything I'd expected.  I CANT QUIT YOU GUYS!!!! :D   Still &quot;working&quot; on Midsouth con.  We'll see.  Thank You Corey!!!!!!  It was fun.  Sorry we missed you at the end Loki.  I'll talk to ya later Loki.  Once again... &quot; Oh Hells Yeah!!!!!&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2484','321970756f','','the GA 501st just announced that they will be parking at the end of the parade and walking to the beginning,just as we plan to do.

earlier in this thread i posted a link to the &quot;underground&quot; section of atlanta.
ill admit that a specific location has not been chosen as there are numerous parking places in that area.
i believe that the GA members are going to have a 10am meeting time,and want people in costume and in the staging area by 11am.

since they are staging in the exact same spot as last year and they will be there &quot;holding down the fort&quot; (so to speak), we can arrive around 10:30-11am,get suited up and over before noon.
the parade steps off an hour later at 1pm.they like everyone to be in line early so we'll do what we can to be there on time.

if you are riding over alone call me ,joey or corey and let me know where you are and what you need.one of us can direct you to where we are parked .
alot of us will be in town friday night so feel free to check in if you like.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2485','904929ba1f','thanks','Dito on the thanks Corey.  Here is the site to get that base for the sniper riffle.  I will make the other parts for it and bring it over at the next prop party.  We can put the worn metal finish on it then to.  

&quot; you'll put your eye out with that thing kid&quot;

http://cgi.ebay.com/FRENCH-FAMAS-SCOPE-LASER-SNIPER-AIRSOFT-RIFLE-GUN_W0QQitemZ7225052916QQcategoryZ62122QQtcZphotoQQcmdZViewItem');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2486','347455b205','','I cant imagine Jango answering in redneck &quot;chicken&quot; weight when asked about his armor. LMAO..cmon Tambo, dont ruin my image of you!

 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2487','b9788b215f','','He is THE TAMBO, and he can speak in many tongues.  His image is of no concern to you.  Pay him hommage...  pay him respect...  Ohhhmmmmm!
(he could be referring to the weight realized from the several sacrifices made in his name!)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2488','df2432fa4d','','I'm gonna break the drought and show up for the Parade (hope my armor still fits)  :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2489','3a7258ca95','','I am kind of surprised that someone else didn't get sick when I broke it, from the hugh sighs that I heard. I kind of went to a 3rd person perspective there for a bit. I am sure that it will be fine, and I will just have to be careful of what part to hold it on.

I won my 95 fett helmet auction, so it looks like getting serious about the mando will be what the next party is about.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2490','acc872a937','','Derek's prop malfunction wasn't the only accident.

[img:acc872a937]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0872.jpg[/img:acc872a937]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2491','792821ef94','','here's some progress pics of my Ultimate Cyclops. And my finished X2 visor. I can't wait to finish it and I love the outpost colors on the boots.

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0873.jpg[/url]

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0874.jpg[/url]

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0875.jpg[/url]

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0876.jpg[/url]

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0877.jpg[/url]

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0878.jpg[/url]

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0879.jpg[/url]

[url]http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0880.jpg[/url]

Not the finished coat of paint but I'm liking it so far.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2492','5fe2f5ae85','','Dude, you missed a spot and your boots well...Im teasing, looks awesome..cant wait to see the finished product...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2493','27f9f1bc03','Big Thank You From Jaster','Just wanted to say thank you to the troops who made this birthday party in Clarksville. You guys made this kid have an awesome b-day he will never forget. His mom couldn't stop thanking us enough. Thank you Atin for taking pics. Thank you all for taking the time out of your schedule to help out.

Job well done troops. 

Troopers who made this happen.

Atin, Loki, Paul, Joe, Tambo, Jaster, Summer and Brandon.

[img:27f9f1bc03]http://img.photobucket.com/albums/v337/srmatlock/Jaster/kidparty010_edited.jpg[/img:27f9f1bc03]

Troopers represent!

[img:27f9f1bc03]http://img.photobucket.com/albums/v337/srmatlock/Jaster/kidparty017_edited.jpg[/img:27f9f1bc03]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2494','7fe7b4ad2c','','Absolutely Bad Asses!!!

[img:7fe7b4ad2c]http://img.photobucket.com/albums/v337/srmatlock/Jaster/kidparty034_edited.jpg[/img:7fe7b4ad2c]

New CA boots, new boot spats, weathered vest and jumpsuit a bit, and re-painted knees with new dings.

[img:7fe7b4ad2c]http://img.photobucket.com/albums/v337/srmatlock/Jaster/kidparty031_edited.jpg[/img:7fe7b4ad2c]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2495','5b4bf1d72e','','You have been added to the main roster Jason... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2496','2d7eea74a6','','Hay All,
Well just got my new HDD all done and back up to speed about an hour ago. (3:55)
It was again my pleasure, Im glad everyone had a good time..
The STAPway is awesome!! Wait till the GA garrison see's it Saturday as well as the crowds...
Derek, I thought we all would pass out from oxygen deprevation when the cane broke...
Chriss, glad you guys could make it, it was great meeting you both and look forward to doing more events and parties with you all..
I will post more later, Im still finishing the details on my recovery..And still working on very little sleep...
BTW : JR is doing much better, the ear drops worked wonders, especially in conjunction with the Tylonol Codine they gave him at the ER..
Sorry again for keeping you all up all night, but when little ones are sick, you just cant do anything, but feel helpless...
Skip, Huge thanks again, the STAP IS AWESOME!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2497','66c50f6176','','They have been added to the roster bob, thanks,  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2499','b19b064abe','','Vesper, Derek is getting my Vader for you to wear, Like I said I will be in the middle of the pacific ocean on that day, make a long wet commute. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2500','7d0f5ae480','','Sorry about that Drax, I removed you from the main roster thread  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2501','91f44446e5','','your on the roster as tenative Zach  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2503','1f10a59288','','change derek to &quot;emporer&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2504','168d4631d5','','I'm there!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2505','de44594e3c','','Man, I can't wait to see it when it's finished. Looks great so far! Yeah, that yellow on black really &quot;pops&quot;. Nice work!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3050','c715c7a5d5','','Albin's original, first-generation Stormtrooper armor came!  And Albin was there to hold it up!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2507','c0720e72df','','Derek changed to Emperor.. :)  Pre event roster was also updated..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2508','5c620b78a7','','Thanks, Atin.  :D  I'll be real careful and I'll also bring the Febreeze.  :lol: 

Still recruiting for this one. I may be able to bring a few from Chattooine up as well. I'll know more tonight (as it's our monthly meeting).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2509','6bc4bddb2d','','My Pleasure Vesper..
I really appreciatte any help in getting people to this event. Drax works hard and gets a lot of good events for that area of TN.. I hate to see it not go over because of lack of participation..
Just post on here or email me if you get more recruits and Ill add them..
Have an awesome day...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2510','eff19224a8','','Cool - let me know when it's available.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2511','ccbb211d9b','','Yes!  I can wait for season #2 of AFT!!!

I wonder who Jester will add to the show???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2512','375bbe7a97','','I'm there!  

If Thad doesn't show, I'll bring vader...
otherwise, TC most likely...

..put Holly, Officer,  down as tenative too..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2513','150e757d00','','O!  You lucky sumbatch!  Get a Pic!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2514','1e2b116e02','','To be a teacher is to touch a life forever. this one has obviously touch yours in a special way. 

May God's healing hand be upon this man, may he giukd the Doctors in treating him and bless him for the lives he has touched.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2515','56380400d3','','I'm definitely coming, wearing Battle Padme !');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3049','9e0dbabf7c','guest','So who was the guest???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2517','b530d3c291','','Changed Kell to Battle Padme for sure... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2518','7532cded1f','','I was suppose to be on the list as a TK :p  But it's cool, I think I'm going to be going in civies with a friend anyway.  I'll be a groupie this time around and take lots of photos, but I'll bring my armor just incase.  I'll cya guys this weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2519','4097422a18','','This still a go?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2520','294302ec5d','','Prayers sent...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2521','b5b9f1c136','','Atin thanks again for the hospitality this past weekend');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2522','2814f771ad','','Okay I joke alot. I like to make those around me laugh. But in all seriousness people, is no one else interested in this? Seriously? Is it that Sat. that's bad. Have I offended anyone. They ask for the 501st and so far we're the minority in the event roster.* I'll start giving Corey names to add to the roster and then start calling people. Those rosters are chissled in stone. Corey can't erase or modify them. You'd be forced to go. Do you really want that?




[b:2814f771ad]*[/b:2814f771ad][size=9:2814f771ad]This comment was not intended to be offensive but rather it was intended to be a form of guilt driven peer pressure.[/size:2814f771ad]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2523','d489e7fba9','','Kell if you did that Ultimate Rogue that would be killer. That link that was posted is the X-Men cosplay boards I'm on as well. They're cool people some also 501st. And at D*Con that would mean we'd have an Ultimate Cyclops, Kitty, modified Storm, Rogue, and possibly a Colossus and Beast or Wolvie so far. 

That'd be awesome to have everyone in an Ultimate costume. It'd make a brilliant presence at the theater and D*Con (though we'd be stuck playing camera whores for an hour in certain places). To have mostly uniformed costumes. Mostly since some are blue and yellow and some are black and yellow. But really these are costumes of interpretation. Different artists depict them differently in the comics. So if want to do black and yellow if its blue and yellow and keep a nice SO color theme or you want to mod the gloves or boots or belts whatever, go for it have fun. My last costume I didn't get to make decisions with. I'm happy I can throw a bit of creativity in and still be clearly recognizable as a specific character.

Also thanks for the comments guys I'm even more excited at the thought seeing it finished believe me.

Seriously if you like comics and are open to alternate backgrounds fresh story lines then pick up the trade paperbacks of Ultimate X-Men. It really is a good read.

If anyone else wants to do a costume, especially an Ultimate costume, post, let me know what costume and what you'd be able to make. I'll start organizing these into sperate events.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2524','79197d6f55','','[quote:79197d6f55]Guys. Guys, I have a great idea for the next movie. Two words that will blow you away and make this last movie the best movie ever... Teddy Bears.[/quote:79197d6f55]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2525','824878b4d7','','How far is Decatur from Nashville?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2526','a0d52c2d9c','','Here is a map link to the library:
http://maps.infospace.com/info.dogpl/kevmap?op=MoveMap&amp;otmpl=%2Fkevmap%2Fmap-out.htm&amp;lat=35.5150&amp;long=-84.7891&amp;lat_p=35.5150&amp;long_p=-84.7891&amp;QA=120+memorial+dr&amp;QC=decatur&amp;QS=tn&amp;QZ=37322&amp;QO=US&amp;width_o=360&amp;height_o=270&amp;detail_o=1&amp;scale_o=1&amp;matchpass=STREET&amp;width=635&amp;height=477&amp;detail=0&amp;scale=0

Here is the street address so you can plug it in to your favorite map engine:

120 Memorial Dr.
Decatur, TN 37322');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2527','21eac7e1d5','','Look at all that white armor!  Not a Power Ranger in sight!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2528','14ba918078','','BIKER SCOUT #1:

&quot;Sir, the Teddy Bears appear to have amassed a HUGE supply of rocks and sticks just outside the &quot;Back Door&quot;.  Advise?&quot;

CONTROL CENTER:

&quot;Don't worry about it trooper.  The Planet Survey team told us they were primative, and no threat to us.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2529','7d3d4e4926','','[quote:7d3d4e4926="TK6203"]The following people still need to tell us what they are wearing for the parade:
Skip
Jen
Jessica ; Skip/Jen Daughter
TK Tim
Drax
Chuck Flynn[/quote:7d3d4e4926]

Sorry Atin,
I thought I had posted somewhere about coming to the St. Pat's parade but maybe that was pre-board-crash. 

Drax - TC
Laura - TB
Charlie - TS');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2530','7e925a3b22','','[quote:7e925a3b22="Wookieegunner"]Jamey,
    Did you ever find info for people who might want to walk?[/quote:7e925a3b22]


I didn't know I was supposed to be looking for info, but here is the website where you can register online for the walk: 
www.ga-al-walkforwishes.kintera.org

:D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2531','353d60dd9e','','The event roster has been updated in the 1st thread to reflect the recent additions.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2532','45366a00ba','Fantascicon','Hey I guess the Fantascicon thread got lost with the board-crash incendent... Does anyone have the street address for the Comfort Inn it's being held at? I've scoured their website and there is absolutely no address as far as I can see. The only thing they have is a weak little homemade map and I don't trust those.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2533','682faba4f8','','Bikerscout #3:  Sir, it looks like they're constructing some kind of catapult!

Officer #2:  When the f**k did they get gliders!!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2534','9840e37a11','Looking for Stanley Armor tote/bin','Hey guys as some of you have seen Tim and I have been using some Stanley storage tool bins to transport our armor. We bought these at Home Depot just before C3 (when ever that was) and I think they cost around $75. These bins have been great, they have retractable handles, large wheels and our indestructible. I think Tambo and Bob and Betty Link also bought these same totes. Well, with my current Boba project coming along, I thought Id pick up another one. But Saturday I went to Home Depot and they didnt have any and they more or less looked at me like I had lobsters growing out of my ears. So I went to Lowes and they didnt have any. Ive checked the Stanley, Home Depot and Lowes websites and none of them have it listed.

If anybody knows/happens to see this tote/bin at their local Home Depot or Lowes, could you please pick me up one I would like two of them, but Ill take what I can get. Ill post some pics tonight so everybody knows what Im looking for. Thanks in advance for your time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2535','7cbff6f018','','[quote:7cbff6f018="TK6203"]
Please look, if you are not going to be making it, please let us (me) know so we know you arent stuck in Atlanta dieing!!!

Glenn Stein:(tenative)  Dooku[/quote:7cbff6f018]
I won't be able to make it. While I think I did manage to figure out how to modify the pattern I have to make the shirt, I still need to cut out the pieces for the lining and interfacing and put it all together. Plus, I don't think I'll have the belt until next week. Looks like we will still have quite a presence without me. Have fun, everyone!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2536','104bbb1a94','','I'm so new at all of this, but if I wasn't neck deep in stuff I need to see through before starting anything new, I would LOVE to get a Magneto costume together. It only makes it worse seeing as you don't have that one listed yet.  :cry: 

[size=9:104bbb1a94](...stupid lottery for making me wait to hit the winning combo...)[/size:104bbb1a94]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2537','9d0156bbd8','','It's... 

(sorry... Monty Python moment there...)

Comfort Inn
6710 Ringgold Road
Chattanooga, TN 37412

I think since most people will be coming in through TN, just take I-75 South (toward Atlanta) and get off on Exit 1 and turn east (or left if coming from the north). Once on Ringgold Road, there'll be a Flea Market on your right with the Comfort Inn on your left.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2538','05b38e71d1','','Jamey,

Go ahead and add me as coming.  May wear the officer, not sure yet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2539','0beba84117','','Swap that.  If you are coming from I-75, the Flea Market is on your left (north side) and the Comfort Inn is on your right (south side).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2540','8b2a1bf122','','No problem Drax,  I may have missed it, Im tarded in that way sometimes,,, ok most the time :lol:  :lol: ...got the roster updated..

That hack still has a lot of things confused... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2541','d0a8648ba1','','I'm not kidding when I say this, he his pretty shaken up about not finding these things. He sat in the corner while I was working this weekend, just huddled and saying &quot;they don't have my tote, I want my tote&quot;. If anyone finds these, we'll both give you hugs and kisses.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2542','19fe010bf4','','I know what you are talking about.  I'll be on the lookout for them.  they were like 49.99 or soemthing though, not 75.00!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2543','1ddbf0b84f','','gooshy bring the armor, and bring the friends to walk with cameras and hand out candy or something., we need good footage, video if you can.  

parades are the best!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2544','2b716c89f8','','I could see that.


[img:2b716c89f8]http://img512.imageshack.us/img512/7781/magvesper9xe.jpg[/img:2b716c89f8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2545','369f8471e2','','Is this what your looking for? 


http://www.homedepot.com/prel80/HDUS/EN_US/diy_main/pg_diy.jsp?prod_id=165806&amp;cm_ven=1hd.com2cj&amp;cm_cat=shopping&amp;cm_pla=prod&amp;cm_cat=Dept-25&amp;BV_SessionID=@@@@0623340352.1142284374@@@@&amp;BV_EngineID=ccecaddhffhiiljcgelceffdfgidgjl.0&amp;cm_ven=CJ&amp;cm_cat=1413488&amp;cm_ite=Stanley+Mobile+Contractor+Box&amp;cm_pla=1512683&amp;aid=10368321&amp;pid=1512683&amp;cj=1

I will keep my eyes open.  

Maybe you could have Home Depot order one? There should be all the info they would need to do so. I had Home Depot find an item at another Home Depot store in Ohio and they shipped to the Store in Nashville, no extra cost ,just a little wait.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2546','55ac06139f','','I'll Check my stores..I need 1 or 2 myself... my other totes are falling apart..those are the best!  I'll be pissed if they stopped making them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2547','a88b824a8e','','Sorry Mark, but that isn't the correct one. The type I'm after are from that same product line, but are about 30-40% larger...

Yeah, I'm pretty upset about this also... I'm going to try and hit all the Knoxville Home Depots and see if any of them have any old stock. I've still got the instructions, which may have the part#... I'll see what I can dig up after work.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2548','b1a709476c','','Skip- clone
Jenn-handler
Jessica-jawa');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2549','70b67f4096','','Guys I've got a good feeling about this event/parade. I havn't worn my clone armor in awhile so this past weekend i got it out, did some repairs, some mods and am (almost) all ready for a great day of trooping! See everybody friday night!
 :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2550','470d54f79e','','I was thinking about Magneto myself as I am already working on one Ian McKellen-related costume. However, I didn't manage to notice the helmet in the hand when I looked at Joe's book. I agree with Hammer that this is much better suited for Vesper. Maybe I'd just do a movie version and Vesper can do the Ultimate X-Men version. Of course, there's no way I'd get either done by Dragon*Con.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2551','dae48d1c24','','Wow I had forgotten about the X-Men cosplay board, I'm on there as dingo but I haven't been there in forever!
I think I will do that Rogue costume, since I already have a blue suit, all I'd have to do is make the boots, gloves, and chestpiece. I've always wanted a Rogue costume...!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2552','5a58962715','','Well, this is the product line:
[url]http://www.stanleytools.com/default.asp?TYPE=CATEGORY&amp;CATEGORY=ZAG+BOX+ROLLING+CHESTS[/url]
I imagine you want 37001 or 37025?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2553','32bfbeb224','','[quote:32bfbeb224="Loki"]Ooo, we should make this an &quot;Official Event&quot; if it's a go.  People we haven't seen for years will be there, everyone seems to come crawling out of the woodwork when we do the SRC![/quote:32bfbeb224]

*slaps Loki on the back of his hand with a ruler*

Bad Loki! Bad Loki!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2554','c09dde0491','Darth Nihilus','Hello guys. My friend has told me a little about the 501st and the forum. 
He's InfraFett. I don't have a computer which is why I'm using his. I like Darth Nihilus, which is why I want to make his mask and robes. I thought about the mask first and this is just a though, but maybe I could get a hockey mask and work with it to make it look more like Darth Nihilus's mask?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2555','50ddd2c13a','','Roster has been updated. Here is where it stands as of 17:30, March 13, 2006:

Atin; Biker scout and STAPWAY
Zman: Shocktrooper
Skip- clone
Jenn-handler
Jessica-jawa
Mark I.: TD
Wendy I (tenative)
Colten I. Boskk/Snowtrooper
Drax - TC
Laura - TB
Charlie - TS
Chase : Custom Mando/ Clone
Hammer: Mando
Loki : Mando
Lokis Daughters :Jawas
Tim: Clone
Sweetpea: Clone
Rose: Officer
Kell: Battle Padme
Master Koon : Emperor
Joe: Softvader
Saberspanker:Barriss
TK Tim: TK
Jason Collier: TK
Summer: snowtrooper/mando
Jaster: mando/Boba fett

Sweetpea: I agree with you, This will be a great weekend!!!! :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2556','c9417b1e02','[NC-17] TROPHY-CASE','Since spring seems so near yet so far away, let's give our recruits some training on water planets, preferably with beaches.

[img:c9417b1e02]http://www.knology.net/~killjoy/501stnc17/eric_campos--07b.jpg[/img:c9417b1e02][img:c9417b1e02]http://www.knology.net/~killjoy/501stnc17/eric_campos--07a.jpg[/img:c9417b1e02]
[img:c9417b1e02]http://www.knology.net/~killjoy/501stnc17/colore52.jpg[/img:c9417b1e02][img:c9417b1e02]http://www.knology.net/~killjoy/501stnc17/bl-130.jpg[/img:c9417b1e02][img:c9417b1e02]http://www.knology.net/~killjoy/501stnc17/bartholomew-14-3h.jpg[/img:c9417b1e02]
[img:c9417b1e02]http://www.knology.net/~killjoy/501stnc17/ad023.jpg[/img:c9417b1e02]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2557','5411519a83','','Got EM' I have 8 of these at my Home Depot and they are all on a locked top shelf.  I double checked the price and they are $60 bucks and $66 after taxes.  LMK what you want to to Sweetpea if you can't find one in your area.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2558','1e4e8fb095','','Let me direct you for the Darth Nihilus costume.
http://boards.theforce.net/Board.aspx?brd=10019

If you wish to build this costume for 501st membership I will hold the strickest of standards and it will end up costing you more then a set of Trooper armor.  

Sorry, I've been getting a rush of EU Applications that do not meet the Southern Outpost standard. This is also a very unreconizable character.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2559','68cc1a951e','','Tambo, what model are they? Wheels would be a nice addition for the costume tub.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2560','5fd5462f00','','does anyone have any room in their room friday night for a lowly deathstar trooper?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2561','7d4082a503','','Vesper you'd make an awesome Magneto. 

Kell, yeah I really like those boards I post on there as Slim. If you wanted to we might be able to use the X I'm going to attach to the belt as a base if you really want to do the Rogue.

Derek, man I know Palpy is coming first but look into it. You really could make a good Wolvie or Beast.

Just let me know what costume and events you want to do and I'll make up a roster.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2562','d226926e3c','','yea...

YEA...


OH HELLS YEA!!!

Lookin good Ivan...realll good.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2563','e45efc97a8','','Tambo... PM sent :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2564','81c5be76fe','','Yes Kell! You really should do the Rogue. I think we'd look pretty good as Kitty and Rogue. Definitely have the heights down!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2565','17db27fa0e','','Please take me off the list. Too many issues and such. Sorry.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2566','70e42b82fe','','I think so too! Ok, after midsouthcon I think I'll start working on Rogue..!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2567','3934d13a3f','','Thanks TC-8881  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2809','15b2ddefff','','But Ginger's probably &quot;Been around the block&quot;, and Mary Ann has probably had most of her experience with farm animals and horny hired-hands.

I like my women to at least have a working knowledge of their bodies and what they like!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2810','f692847a2e','','head is on the way....wait,that sounds bad.....

the head is being shipped today,and on the way...there,that sounds better...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2811','d506d43852','','bad loki........

the RL are our friends,we dont speak poorly of them,our very own &quot;Derek&quot; is now the XO of the coreliian base.

dont do it again or ill get Hammer to kick your......... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2569','64d20572d6','','Glad there wasn't an asian woman in sight...  We'd all get thrown out.  :D

Where's all the pictures atin???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2570','62c9d1cac5','','[quote:62c9d1cac5="TK6203"]Banzai, I have lost a few friends, because of honesty with their MSS... :)[/quote:62c9d1cac5]

Is it &quot;honesty&quot;, or do they find out about your other &quot;attributes&quot;.
(like being an almost perfect @$$-hole)  :P  :lol: 

Richard');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2571','3f8050c790','','That could be a very good possibility Richard, you know I have a reputation to uphold, wouldnt want people to think Im a nice person,,,, :lol:  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2572','0adb7cd767','','Saber, I have taken you off the roster..  :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2573','4d33816ca5','','Everything is so wonderful and great...
I mean there are Teddy bears in ROTJ, what could be better, I mean George loves them...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2584','c4b7ed2707','','[quote:c4b7ed2707="TC-760"]Alot of us wear Under Armor shirt and pants.... but if you check Walmart, they carry an aftermarket version for half the price as the name brand.[/quote:c4b7ed2707]

Is there a big difference in quality between the brand and off brand?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2585','ec0f0acb55','','Not from what I can tell. I used brand name Under Armor for years under body-armor and as &quot;extreme&quot; backpacker/hiker. The Walmart version seems to work just as good. I've got like 6 sets of them and if I had bought the &quot;real&quot; thing, it would have cost me 2 billion dollars. The only draw back is that the long sleve version (which is what you want) seems to be seasonal, so you may have to check several Walmarts to find what you need.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2586','dd643cef55','Legion Stance on Recasting - Official Statement','The following statement was worked on and voted in favor of adopting by the Legion council.
with all the crap we ( 501st officers) find ourselves in the middle of, it was determined a necessity to create this statement....


[b:dd643cef55]THE 501st LEGION DOES NOT CONDONE, SUPPORT, OR ENCOURAGE RE-CASTING. IT IS, HOWEVER, OUTSIDE OF THE SCOPE OF THIS CLUBS MISSION, CHARTER, AUTHORITY, JURISDICTION, AND PURVIEW TO CONSUME OUR TIME AND ENERGIES AS A VOLUNTEER ORGANIZATION IN EFFORTS TO PROSECUTE THOSE WHO, OF THEIR OWN VOLITION, CHOOSE TO ENGAGE IN RE-CASTING. 
[/b:dd643cef55]

It should be posted on the Legion forums soon..

Basically it says that the Legion as a club, has no involvement in the procecution, policing, judging, or investigating of recast complaints.  The Legion as a club is not in the prop making or prop creating business.
we ( the Legion as a club) are consumers not producers.. producers are individuals and the activity of individuals outside of a Legion event are not withing our scope to become involved in those affairs.

The prop community will cry foul, as they have an interest making money before making product for the fans.  As a means of punishing recasters, they often ban them from thier communities and ask us to do the same.  this is where we ( the Legion) have a conflict, as personal lives are not in our domain.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2587','bd8fa36423','','Edit************  Ok I know what this is about now.. and am taking action with the command staff...stand by for primary ignition');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2591','a620770ddb','Problems With Jamey, Corey is upset','Ok got a PM from Corey... Corey is upset that Jamey told him off and that Joey is doing nothing about it from what I gather.  Corey has alot of time on his hands and needs a job from the command staff, Jamey is a Ass hole that sets up his Huntsville Events and is pissed that Corey has cluttered his thread.  What are we going to do?

here is the PM below from Corey.

Morning, 

Yes already a bad day. 

I had been trying to do my part in coordinating things and such as you have seen. 
Yesterday I got PM from Jamie, here is a c&amp;P of the pm: 

Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count. I add people to the event roster as they com on board. If you're keeping some &quot;other roster&quot;, well, that's all you. Please don't clutter my thread with unnecessary posts. 

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;. This crap is getting OLD. 


Jamey 


So I pm him back and I also PM Joey and spoke to Joey on the phone for a few minutes. Basically I was told to ignore it. 

Well I was I wont say happy afterwards, but content to just pass it off and go on. 

This morning I have emails/pm from people telling me it is about time someone put me in my place. I need to stop all the un neccassary bullshit and to grow up, as well as told that my pathetic little roster thread was clutter.. I was also reminded I was not a command staff person and that I would never be one ( I can accept that last part) Except that in context with the rest of the bull it has hit me like a speeder bike into a tree on Endor.. 

I backed off at first, but the more I sat and thought about it the more upset I got and then I blew my fuse.. 

My questions to myself is why do I bother, I have endlessly appolagized for pushing forth on the post war when we did it, but then turned and put my time and energy into what I thought was something good, something I enjoyed doing. Heck I even love the times when people complained that the event was a load of crap. I felt like I had found a place to help. Help not only command, but the members who are out in the trenches.. 

Sure the people bitch slapping me in this case are really insignificant as I have probably only seen one or two of them at events in the past 2 years, but still they are members.. 

I know part of this is probably because I have not had but a couple of hours of real sleep in the last few days.JR being sick and ending up in the ER, I had been up all night before that with the party (no regret) and the last 2.5 days have just been like what Im describig above, except Im having a hard time keeping myself balanced and steady. I have a neuro appointment in a coupe of hours, which is also adding to my stress as they are going to shove long electrodes into my joints and nerves including the spine to see how much more degrigation I have in my central nervouse system.. 

Anyway, didnt mean to ramble about my personal crisises.. 

I just dont know now where I fit in, like I said I thought I was doing a good thing, even if command itself wouldnt say much about it. But I guess I just feel like I have screwed up again. I have no way to truly fight back against the people who are happy, I have no power to say anything because it was just me who started doing the roster thing and event stuff.. So maybe they are right... 

Anyway again Im rambling... 

Sorry, hope this pm makes some sense, Im probably just going crazy...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2588','6126dd3953','','You got that right Jester.  MR seems to be going the way of Icons.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2589','e2fc09b2ab','','I was lucky and ran across a long sleeve version (brand name: Starter) at Wal-Mart, but when I went back (a day later, no less to pick some up for loki) they were all gone. Now all that's there is the &quot;Athletic... somethingorother&quot; brand and only in short sleeves. The pants shouldn't be a problem, though. 

The surplus store in Chattanooga has the &quot;Under Armor&quot; stuff, although I don't remember the price.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2590','f2bcce74e9','','What about those swoopy chest lights that another night stalker brother gave you for your birthday...will you ever install them :cry:   i knew you hated them, I just knew it. :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2592','dee3d06f71','','i was just on the phone with joey,
ill let him jump on here before i comment.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2593','5d87e19996','','[quote:5d87e19996="Vesper2112"]I was lucky and ran across a long sleeve version (brand name: Starter) at Wal-Mart, but when I went back (a day later, no less to pick some up for loki) they were all gone. Now all that's there is the &quot;Athletic... somethingorother&quot; brand and only in short sleeves. The pants shouldn't be a problem, though. 

The surplus store in Chattanooga has the &quot;Under Armor&quot; stuff, although I don't remember the price.[/quote:5d87e19996]

Which Surplus Store?  Also the pants have been a hard to find, I was looking for some for JW03 and finally we got him some Nike Compression Pants at Dick's.  They had no adult pants.  All the Walmart's I've called and been to (Gunbarrel, Hixson and Brainerd) do not have them in any brand :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2594','0eed889ef3','','I just got a similar PM from Corey when I messaged him as well.

I'll condense my reply to Corey.. what I told him was that Jamey was rude, as was the &quot;other people&quot; (he didn't tell me who and I wasn't wanting to ask yet). I suggested for him to get some sleep. 

But.. Corey's actually been a big help to me. He's been helping me police the threads for what event threads are expired and so on.  When a thread is in the wrong area, the occasional fake user appearing.  It's good help given I have to monitor the weekly attacks this forum suffers by spam bots ( on the order of 20-30 attempts a week ).

Jamey is out of line on this. I want to send a pm ... BUT since Tambo started this thread, I'm holding off on this before I open fire on Jamey for being a jerk.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2595','54a13e0802','Fetthuner...','1. Misconception #1 Jamey is doing his own thing..

He is not running amok, I watch him closely and attend the majority of his events.  The events he has done in the past are all repaet events, same ones he set up when he was on the command staff in 2003.  The only new one is the hockey team events, and those were done with the same PR office that the vipers use.

Yeah he sets these up on the forums after emailing the hunstville  members privately, and while seemingly underhanded, it really isn't a bad way to do things either.

I email the locals here when i have a potential event first to see if they are even able to come first or what day and time is best , then when we locals agree on a time, then i post it to the rest of the SO...


Do we trust Jamey to set up proper or worthy events for the 501st? I think we all would say YES to that.

does Jamey need to ask first before posting an event?  YES, to follow protocol he should, and most of the time does.  
, If chris ash is involved in these pre-dicussion meetings , then i consider it OK'ed by the command staff as he is part of it. 


I emailed him last week to re-post the info on the April 8th MAW event becasue it was lost in the crash, he said he would and he did.

In a way that was me giving him approval to set it up again..


I know what people are saying... but i have a challenge to find a way for an active member like Jamey to become involved again.  to me, he is a good 501st member, he sets up good events, manages them well, manages the public well etc.   Now that i have a good working relationship again with him, I will give him a call about following protocol, or better yet, i will just talk with him in three weeks at this MAW event about it.

TK-tim set up several events laste year for EP3 without running them by us either.  This last batch he emailed me first after bob link asked him to follow protocol.. so Jamey isn't the only one who has done this in the past.



I'm trying to give an explaination here for his actions, not take his side, so don't read this that way.....




Personally i like the guy, always have.  

He had/has a perception problem, both his and others, when posting online in the past, but nothing that others don't suffer now. ( corey being one ).

If we ever have an Alabama Garrison, i'd like to have him in a managing part of it....



more later,..,.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2596','ce9f7322ee','','Athletic Works is the Wal-Mart brand and is usually apart from the normal sporting goods apparel. Still... I doubt the long sleeve stuff will be in right now anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2597','c17def4727','','Wow.. You know my feelings toward jamey.. He is a different character that has no place on any command staff and if he joins us I'm gone..if he is part of the Alabama Garrison then good luck to you..it's his attitude and how he talks down to other members..he has done it all to every single one of us and you always seem to forget about it Joey.  As a 501st officer you need to discuss matter about people here with the rest of the Command staff and make it appear that you Love everyone on the main board and in person.  When you start the bad attitude shit it will spread like wildfire.  BTW Corey and Loki were bitching about shit this weekend and I told them to UN-ASS the Attitude and backed you up.  If they talk about Bama, Skip, Chris, Jeff and Drax they are talking about me... I will not tollerate any of this crap..even from friends.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2598','31881547f2','','chris may i ask a serious question,
and i do this only to help with this problem,not as an attack on anybody in anyway.

do the members that live in huntsville want jamey to do what he does?
are they behind him,support him, want him to represent them?

personally im on the fence here.jamey has been good in some ways as he has helped us keep the charity events going.but ive also heard &quot;rumblings&quot; that the huntsville area members dont like that he organizes events without concern of the command staff or anybody else for that matter.he seems to disregard the rest of the outpost for most events,until it comes time for a good one then he invites everybody.

if the huntsville members are all for jamey then that would shed some light,if they are not behind him then that sheds a different light,so to speak.

i spoke to joey a bit ago, hopefully he will be on here shortly as he made some good points to me.

i stopped fighting jamey,i dont look at his posts and let him do what he wants.i used to be against letting him run events but gave up the fight long ago.he seems to only organize charity events anyway,and since thats a noble cause i would rather him do those then fight with the guy and no charity events in huntsville be done.joey seemed to be involved in what jamey was doing so i dropped it.
like i said,im kinda on the fence on this subject.so right now this discussion is just that, a discussion.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2599','b632d5e31d','','regardless of whether or not i believe this ,

the &quot;misconception&quot; of jamey running his own events cant be ignored.
i believe that it is why alot of people dont post in his threads or dont consider traveling to huntsville anymore.
Jamey &quot;appears&quot; to do what he wants and with no regard to the rest of the garrison.
his online demeneaner has caused us numerous problems thorughout the years and of coarse he wont say anything to you in person,he's the online &quot;jeckll and hyde&quot;, an ass online and quiet and shy in person.

again,whether or not i believe it, i do believe that it is observed as jamey does what he wants and doesnt care about the rules.

and calling or emailing the local members,while a good idea,kinda points toward the fact that indeed ,he is only working for the local few that might come out.how many events have NOT gotten organized cause his few friends couldnt troop? 
i usually just throw out an interest thread to the group about a pending event.do we want to troop it? anybody want to come? i dont care where they are from,if there is interest then we can do it.all of us.


ofcoarse we will have people run events and not go through proper channels.but are these protocols actually out there written for new people such as TK-tim to read and understand?
if i recall he posted everything on the forums,he only did those few EP3 things up in that ky area and obviously he got some good response.sorry that bob link got his feeling hurt cause the &quot;new guy&quot; rolled into town and took over.but atleast tim took charge,in a good way.
but none of that was done to circumvent the rules,cause theres no way to expect a new guy to know the unwritten rules.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2600','bf5dd935e3','','Support would be a strong word. Tolerate is more accurate. 

In person he's *mostly* a nice guy. I tend to channel Tambo and tell Jamey to stow the attitude on occasion when he goes too far in person with snide comments about &quot;we don't need bailing out&quot;. He clams up fairly fast.  

Other than that, local members here are fairly burned out. Right now they look at not who is setting up the event, but what is the event. David is the exception right now cause he's the newest Huntsville member.  Like the hockey events.  Several locals won't troop those. Fans here got hostile at that second viper's game at seeing costumed characters, I know I was one of the ones who got screamed at and had a really bad urge to punch the fan out for being crass in front of little kids.  Anyway, then come the charities. I've heard more than once, &quot;Yeah that's Make a Wish.. they need our help.&quot; or &quot;That's March of Dimes&quot; or whatever. If it was Joey, or you Skip, or Tambo, or whoever, the locals would go not because of who set it up, but because of who is being helped.

NovaCon.. that one is because the locals *desperately* want a real con here (even if we have to force it to BE a real con eventually) instead of ConStellation which is insulting by con standards.

So like I said, its not that they support him, they tolerate him. Very lately, he doesn't email me anymore about going to events before he sets them up. Probably because I used to promptly post the event information to the Outpost at large when he did that.

Sorry for rambling.. its been one of those mornings.  Is that about what you needed to know Skip? Or did I wander off the path too far somewhere?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2601','1d61150cec','','that kinda answered it,

i agree that the kind of event will dictate the outcome of members.

if the members are tolrating him,does that mean that they dont want him to run amok? i got the impression that they dont want him to be running anything,because jamey is alot of why people dont want to come to huntsville,
without jamey perhaps the huntsville members would be better connected to the rest of the garrison, does that make sense?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2602','73f6c57c25','','Well, they tolerate him, they don't agree with his outlook at all. 
Lately, most of the Huntsville members are a little burnt out. It's more than just Jamey so I'll stow most of that load for another time.

Jamey solely is the point man for Make a Wish and Hsv Havoc here because those groups think they *have* to go through him for some oddball reason.  Aside from that its been Shawn doing most of the work, and tries to coordinate with everyone. The pushback he gets is overwhelming and frustrates the hell out of him.

Ok, now my turn. You just mentioned the Huntsville members being &quot;better connected to the rest of the garrison&quot;. How are they not?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2603','69020fafd9','','One addition here..

remember that in the Huntsville area most never see Jamey or hear from him unless its at an event.

As far as I know there is a group of us in Madison, AL that hang out together outside of events.. there is a group in mid-huntsville (Shawn, Craig, and Ed ) who tend to hang out.. and then there is David who is at UAH and is well just new and bouncy.

So as a results, what happens is a flare of up of being sick of Jamey's attitude then he goes away after getting talked to or the event he sets up having poor turnout. The members here get over it cause he's not in their face all the time. If he was, trust me, Blue Jedi would have killed him by now.  

80% of the active local membership is in Madison right now I think, with the Hsv people being the last 20%.

Hope this helps clear up some of the dynamics here in Hsv.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2604','4c04f7b187','','thats a good question,again,this is just a discussion,theres not a drop of malice or discontent anywhere in this,


i think what im referring to is simply that alot of the people there in huntsville dont seem to do much with people in other areas,except the occasional event like MSC or dcon
the members there are liked by everyone,i dont hear bitching about anybody in particular(except jamey).but i think there is a hesitation to come do more things in huntsville.whether its jamey or not i dont know.

look at event rosters for birmingham events,whether it be for a prop party at joeys or  something else.you sometimes will see donald coming over to handle ,and i think i recall sean stoppin by,but you dont see this support coming out of huntsville.
bamacon had people coming from all over the region,even as far away as KY.but i dont recall anybody from huntsville coming,maybe im wrong but the &quot;social&quot; aspect of this hobby doesnt seem to be as much of an incentive to the members in huntsville.
st pats day parade is this weekend,is anybody from huntsville coming? weve got about 20 coming from TN, and now about a dozen more from birmingham. why would the members in huntsville be burned out but the rest of the garrison is still running strong?
no im not picking,just an observation,and for the record NOBODY is required to travel,
but that lack of willingness or whatever you want to call it does lead to that viewpoint that huntsville is disconnected.

also for the record,it was sooooo cool to see the carload from huntsville make it to the christmas parades.it was truely heartwarming to see you guys make it up.

ive got no issue with people traveling or not traveling,but this group does alot and spends alot of time together,prop parties,conventions,whatever,
and its unfortunate but it seems like the members in huntsville miss out on that social connecting that alot of us do.and it aint the drinking either,cause im not part of that.

david reimer has made a point to ride up to a couple of things.i got the impression he wasnt liked,or didnt like the other members around huntsville.i could have simply got that wrong.
that &quot;nova&quot; girl even sold her armor after trying numerous times to meet the other members in huntsville.she said they were rude and wouldnt help her,sure she was different but she came up here and got welcomed numerous times.she hung out last july4th and came back to that cookeville event.
i dont know what to say, this is all just a viewpoint,and ofcoarse can be wrong.
and im not saying the people in huntsville are bad,matter of fact,i know they arent.
heck,ive been slammed for lumping people together because of their goegraphical location.so just saying the &quot;huntsville members&quot; gets me in trouble.
thats kinda why i dont post on the forum as much lately.anything i say will get mistaken or taken as an insult.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2605','8501d8ef82','','BURN BABY! BURN!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2606','f18288e9a4','','i just read what you posted,
id like to talk about this more in person at MSC,if thats alright.

ive been trying to see different sides of the story,of ALLLL the stories.and you guys might be getting the raw end of the deal.so an &quot;enlightening&quot; on my part might just fit the bill.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2607','f7e791d001','','That's fine, be more than happy to talk more about it at MSC.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2608','d96eb5a4e7','what!','Corey
All I can say Corey, is the group would be less intersting without you in it, and Skip is right on in what he said.  I don't know what this is about, but I enjoy knowing you.  If someone has something negative so say, that is there problem so screw um.  They will get over it.

Please remember that one persons shallow opinion doesn't reflect the attitude of the whole.  we love brother');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2609','5dc3162f3d','','Sorry can't make this event, looks like fun though!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2610','4f7248e411','','Dude!!!
I just got to know you, man!!! This must be some bad sh*t to get you this upset.  But, it wouldn't be right without you.  F*CK 'EM!!!  Theres too much of this shit going on.  Ignore them and concentrate on the ones that YOU know enjoy and appreciate you.  Its those times and memories that make this worth puttin up with the crap.  Remeber: the winds of change...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2611','a071efda58','','Mountain out of molehill! Mountain out of molehill!

Again.  :? 

Everyone put your torch and  and pitchfork away and chill. Its a beautiful sunny day out there today, so step away from the screen and enjoy. :) 

-Greta');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2612','92ceb8119c','','[i:92ceb8119c]Wow.. You know my feelings toward jamey.. He is a different character that has no place on any command staff and if he joins us I'm gone..if he is part of the Alabama Garrison then good luck to you..it's his attitude and how he talks down to other members..he has done it all to every single one of us and you always seem to forget about it Joey.[/i:92ceb8119c]

I haven't forgotten it.  Its no different thatn Skip, loki, or anyone talking about me in the past, like Jamey i can get past it and work with them at events.  I know he probably dispises me, but i hate my boss at work, but i work with them when i have too.  thats all.  Honestly, he and shawn set up events in our garrison, Im trying to help support them as i do for anyone...


 [i:92ceb8119c]As a 501st officer you need to discuss matter about people here with the rest of the Command staff and make it appear that you Love everyone on the main board and in person. When you start the bad attitude shit it will spread like wildfire.[/i:92ceb8119c] 

I missed this point? did i say something or not say something? totally lost as to what you are talking about?

[i:92ceb8119c]BTW Corey and Loki were bitching about shit this weekend and I told them to UN-ASS the Attitude and backed you up. If they talk about Bama, Skip, Chris, Jeff and Drax they are talking about me... I will not tollerate any of this crap..even from friends.[/i:92ceb8119c]

Cool, that's what we need.  the attitudes of a few cant drive the group....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2613','da0e7cfc65','','id just like to add that i apreciate any opportunity to squash this gossipy crap.weve all been friends since the beginning.

now back to jamey.....any suggestions?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2614','1fccdc3b75','',':cry: don't leave. :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2615','3b372057aa','','I agree on squashing the gossipy crap. Its getting old.

Let me pm Jamey and get what was going on in his head... or at least attempt to.

More to come when I get him to reply.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2616','613e068299','','if MR doesn't make an effort to give out their products, Starwars shop has some MR helmets too. (not just the cheap-ass rubies) I got mine from there and they will send you your order. my rubies helmet, that is.
I looked today and they seem to be sold out at this point in time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2617','4bc6b478ec','','It's cool Corey. We'll be okay. Cause I can't quit you.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2618','e24bfc9089','','Jamy Pm'ed me after he PM'ed corey.. here is his reply to me:

[quote:e24bfc9089]Just so you know, I just went off on Corey via PM. Expect much whining from him.  

He's cluttering EVERY thread to the point that they're almost un-readable, which is why I don't come to the boards anymore - because of him. He acts like a freakin' 9 year old. No, I have a 9 year-old nephew who acts more mature than Corey!  

Anyway, here's the PM: 

------------------------------ 


Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count. I add people to the event roster as they come on board. If you're keeping some &quot;other roster&quot;, well, that's all you. Please don't clutter my thread with unnecessary posts. 

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;. This crap is getting OLD.  


Jamey
[/quote:e24bfc9089]


I agree.


Sorry, while i told Corey before this happened, that his helping of the pre-evetn stuff was great, It was always the responsability of the event coordinator to handle their own rosters if they even wanted to...
some of us like them, so by corey doing them anyway, i told him it would help when others don't bother to keep them up. glad he could help.

yesterday, I told corey that Jamey liked to manage his own events fully, to just let him manage his own roster and to put a *see pre event thread for roster* comment in his ( corey's) roster thread for tis event.

I told Corey that Jamey was probably still mad about him ( corey) spamming the boards back in Jan and Feb like everyone else.

thats about all of the conversation i had with Corey.  took ll of 2 min... 
I told him not to worry about it..


So .. I don't see the point?


1.  On what grounds can you tell Jamey to NOT set up events, NOT manage an event, NOT participate like any other member?  what can you DO about him?  I do not see the logic.  If someone talks bad about me i can't kick them out of the group?  Jamey used to spam the yahoo group making it so unreadable.. now Corey and Loki do the same.  Hell i quit reading our forum.  About all i read is the event section and even then i barely read most of those threads anymore. why?  every thread has tk6203 on it.....

2.  Jamey is tolerated.   His previous attitude has a lot of people guarded about him, but honestly, we all give each other the benefit of the doubt and go trooping.  We are socialble and when the event is over we go home.Isn't that what is supposed to happen?  I had a blast at the hocky game, I had a good time troopign at the mall with him... Take the crap out of the picture.  Having events to go to and trooping them, is my primary focus.  Jamey does those two things.  No he doesn't go eat with us afterwards, no he doesn't go to armor parties, no he doesn't travel to regional events,  but those are not primay activities... i do not fault jason collier for the same behaviour , nor my own brother for the same, so why pick on jamey for that?

3.  the only steriotype about hunstville exists in TN.  why?  its because members from Tn are gossipy.. evey single &quot;issue&quot; or gossip problem we have ever had in this group has to do with Tn people + a few in Ky.  Any image of &quot;Huntsville people&quot; needs to be fixed by those up there.  If Chris can help then great, but Chris has always been here, fixing the tennessee old ladies gossip circle is something skip and tambo and drax must do.
you guys have heard it, said it for years, now you have to lay in it or fix it .

4.   Shawn travels to events in Birmingham and came to my house too for an armor party.  He works weekends sometimes so doesn't travel too much.    Jamey, gretta, and Craig do not travel to events down here.  Everyone else in North alabama does, so i don't see why it matters anyway who travels where.  you guys all ate dinner 45 miles from Novacon and didn't bother trooping that day with us either.. who doesn't travel is the TN people..... ( minus the Lesticles) 

5.  Back to Jamey.  If i call him and ask him to run events by me before committing will that take away the issue?

6.  Corey as moderator of event planning..  Does the staff want him to do so?  If so, then are we all waiting on me to announce that to the forum?  Or will one of you do that? no one ever has.. ie.. no one other than us knows why corey is doing this anyway...

7.  ...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2619','7f2c3721bb','','If it means a trooper can go and I can't I'll drop out myself and go do our other Event. It'd probably be easier on me anyway since I need to pic up my girlfriend from the airport that weekend still. So let me know how the cuts are going.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2620','f779ebd557','','here was my reply to Jamey:

[quote:f779ebd557]From: TD152 
To: Fetthunter 
Posted: Mon Mar 13, 2006 3:00 pm 
Subject: Re: April Walk for wishes  
He called me, I told him to leave the pre-event planning roster stuff alone if the member so wishes ( i've explained this before as how we used to do things) so he will leave it alone, no worries. 

He knows he pissed everyone off with the spamming Jan and Feb. He's cut some of it down, but yeah, I don't read the boards anymore either unless its something i am interested in specifically. 

Skip has talked with him once about spam also... 
 
[/quote:f779ebd557]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2621','a4d5a44491','',':cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2622','3f930e9482','','Here is what we should do.

1. go out, find events to troop. 
2. Set them up with the command staff approval.
3. Start a planning thread.
4. Arrive, troop, have fun.
5. go home
6. post pics of event
7. wash underarmor, rise, repeat from #1

Every once in a while break up the routine by gathering to work on props together.

Every so often, use this forum to chat about events and props.

That's about it......you guys are killing me with the drama....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2623','b8afab4e02','','OOHHHHHHHHHHHHHHH!!!!  Now I get it! Thanks Jester, you jackass!!!! :D  Seriously you're a jackass, no I kid!....jackass......no really I keed!










jackass.......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2624','6005889884','','Jamey, can we bring stickers or something for the kids?  I'll try and print and cut some if so..

Do we have anyone that can shoot some digital video?  a handler coming?


last, I assume its a commando style event, Ie changing in the car?!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2625','66ba7b6a53','','Every once in a while, break up the garrison....then wash underarmor.....do lunch....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2626','f627647d32','','I'm looking forward to another appology thread  after the con this year!

Who will embarass whom this time?!?!

Y'all take plenty of pics for the rest of us!


-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2627','530469e5f4','','No one is being cut..in fact we need to add a person or two because of the few people that have dropped off the list.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2628','8d906ff9bb','',':lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2629','2889173d2f','','Lets do lunch Z-man..Hooters Friday.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2630','a091255d1c','','[quote:a091255d1c="TC8881"]Im scared...that scares me. Yes.[/quote:a091255d1c]

Oh you know you like it.... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2631','a12865fa55','','As a 501st officer you need to discuss matter about people here with the rest of the Command staff and make it appear that you Love everyone on the main board and in person. When you start the bad attitude shit it will spread like wildfire. 

I missed this point? did i say something or not say something? totally lost as to what you are talking about? 


I have no idea what I'm taking about... ohhh..ok, I think I remember what I was trying to say. What I was trying to get at was that Fetthunter would have a difficult time as a Command staff member, he likes to thrash people too much rather then help solve problems.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2632','6f4e6723e1','','Z-man you totally ditched me over the weekend while I was in Birmingham, why didn't you answer your phone?  Gah!  I feel so unwanted.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2633','e98540ed76','','&quot;SO&quot; ....you know what it stands for... &quot;Soap Opera&quot;  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2634','9292b1b87b','','YEAH! You tell em Tambo! That means you're stuck with us Joe 

so :-p');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2635','2efc31a63b','','ok...

kind like Corey, Loki, Jon, Bob, and a list of others....I agree, Jamey isn't shy online with his opinions.


what i am saying, is the guy sets up events, troops and goes home...
that is more than most do...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2636','cdcba71d97','',':lol:  :lol:  :lol:  :lol:  :lol: 


Damn, Jon and Zman for president!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2637','c5a7cf9429','','yes the members in TN are gossipy,boy are they.but i know that so are the members in both Al and KY,thats people for ya.

i do believe that any gossipy issues regarding huntsville started up here in TN and KY.but if youll recall until last year there werent any other members in alabama but the huntsville members.just recently have peple joined up and done events in birmingham.
i think the &quot;attitude&quot;  stemmed from the numerous events that we did as a garrison in huntsville back years ago.we had members come from all over tn and Ky down to huntsville.personally i thought we had a great time at places like the boyscout event and the vipers games.
but i heard that people were pissy because they would drive to huntsville and then the people in huntsville wouldnt drive to other places.
the last &quot;straw&quot; ,so to speak, was last november when you guys had the best buy events.a bunch of people rode down to birmingham sat, then sunday some went to huntsville.well as you all may have heard nobody showed up but 4 people from TN.jamey didnt even show up and it was his event.well the event flopped and that was all we heard for awhile.
i was able to get alot of the guys in a good mood and get back down there to the boyscouts thing.believe it or not that was some doing.alot of people didnt want to go,but they grew up and we made it anyhow to support huntsville.

as far as fixing the issue,thats what this discussion is about.
i

one thing about novacon
all i heard that night after novacon was what kind of a joke it was,celebrities in the hallway selling hotel soap.an empty room with tables and one guy selling knives.all the pictures were taken from angles that hid how bad it really was,atleast thats the report i got.zman told me the same stuff so i know it wasnt just the TN guys.so i dont know what to believe.
i had something else to do that day but was free that night,to go eat with them when they returned.that had nothing to do with the actual event.i dont recall why nobody else went to it.

yes ,having jamey play by the rules would help.but if people in huntsville gossip to others then people will soon know that jamey still doesnt have the respect,only tolerance.and then it wouldnt help anymore.

lastly ,i told corey saturday were likely not giving anybody ANY titles.he can continue to help but not to expect to be anything other than a volunteer right now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2638','ca54448ba1','','I see a free for all at the St. Patty's day parade!!  Fight, Fight!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2639','39757865ea','LoCash Cowboys Shows (March 24 &amp; 25) in TN and AL','Hey guys,

I know this is the same weekend as MidSouthCon but for those who aren't going I thought I'd throw this out.  

I'm gonna be playing 2 shows with the [url=http://www.locashcowboys.com]LoCash Cowboys[/url] on March 24th &amp; 25th in TN and AL.  If anyone wants to come, let me know ahead of time and I'll get you the hookup.  And if you want to wear costumes, feel free  because the guys in LoCash are HUGE Star Wars fans ;-)

Mar. 24th (Friday)
Kickers
Clarksville, TN	
Time: 9:30pm

Mar. 25th (Saturday)
Iron Horse Cafe
Birmingham(Hoover), AL	
Time: 10:00pm

Hope you can make it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2640','e8db7aa222','','Tambo, did you get my PM?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2641','8d06fc5be4','','Yes..sorry.. I'll get back to you ASAP');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2642','42630935ff','','Anything back from them, Joey?  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2643','6b635e70b9','','Ryan, we should be good for the Birmingham show!!! I'll try and drag some 501st-ers out!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2644','a6de63ee21','','OH HELLS YEA!!!! Me and Schweet Pea for SO and XO!!!!!!!!!!

WHOOO HOOO! The SO would stand for: Screw Offs! our new slogan!

Oh, Goosh! Sorry man! As the new SO (or XO) I will make sure that no trooper get's left behind!



(paid for by supporters of Z-man and Schweet pea for CO/XO)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2645','37d284ac8c','','[quote:37d284ac8c="Tambo"]Lets do lunch Z-man..Hooters Friday.[/quote:37d284ac8c]

YEA!!!! Lunch with the GREAT TAMBO!!! AT HOOTERS!! I'm in HEAVEN!!!!

Can I hold your codpiece Tambo?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2646','42608657fa','','OK i pm'ed Jamey and asked him to let me know ahead of time what events he will set up etc before comitting us to them.

He resonded with the following events for 2006:

 will be setting up or organizing the following events in Huntsville: 

 MAW (at least 2 events) 
 TfT (2 or 3 events and TV spots) 
 NovaCon (4 day con) 
 Sci-Quest (event plus possible TV spot and/or newspaper coverage) 
 The Huntsville Havoc (1 or 2 games, plus possible media coverage) 
 JDRF Walk 
 Down Syndrome Society Walk 

That's 11 events, give or take. 



So I have given him an atta boy for these so he &quot;has our approval&quot;
Unless the rosters are terribly low, these will most likely be a go.


anything else need to be done?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2647','66ca9769fd','','[quote:66ca9769fd="Z-Man"][quote:66ca9769fd="Tambo"]Lets do lunch Z-man..Hooters Friday.[/quote:66ca9769fd]

YEA!!!! Lunch with the GREAT TAMBO!!! AT HOOTERS!! I'm in HEAVEN!!!!

Can I hold your codpiece Tambo?[/quote:66ca9769fd] 

That's in Huntsville, right?!?!  :wink:  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2648','9626dce514','','Good point Loki; I picked an inappropriate time to try to be funny.
And I wasn't really that funny after all.
I retract and apologize.
Take care all.  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2966','60e3fd021f','','Stargate costumeing group');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2649','adaff69fef','','[quote:adaff69fef="SL100"]well as you all may have heard nobody showed up but 4 people from TN.[/quote:adaff69fef]

Hold on Skip and check your facts. Donald showed up to that one. He stood out by himself in front of Best buy in his tusken ... alone.

I didn't suit up because I pushed it like a fool and had heat exhaustion. BUT Jennie and I showed up in civies with water.

Jamey didn't show because he was falling down sick and couldn't suit up. I didn't find this out later but by then the Trooper Tea and Crumpet's Society was in full swing so I did what most members here to, read the forums and move on. 

Novacon... let me try a stab at this..

Was it a little nothing con? You know, that really depends on your point of view. Perhaps a &quot;point of view&quot; needs to be applied to this one.  For a COSTUMER Novacon was pathetic.  For a GAMER, Novacon was good to great. Did you realize that the madison troopers (myself included) are *heavy* gamers? I run 3 gaming table top games (one of which is Star Wars) as well as play several miniature battle war games (Star Wars also among that).  For *that* hobby, Novacon was a breath of fresh air. You listed one knife guy.. true for a costumer that would blow... did you know there was at least 2 - 3 comic booths with gaming books and gear along with comics? That's a good start from a gamer point of view.  And remember by gamer, I don't mean computer games.  Now for the celebs... the gamers couldn't care less unless the celeb was interested in playing, then hell they'd be invited to pull up a chair and grab some dice.
The pictures taken were meant to show how well the gaming went off because that was what they were trying to target ... gamers.. not costumers. For all the cons I've seen in Huntsville.. costumers are generally unwelcome. Constellation would love to be rid of them, AnimaeCon is allowed 3 rooms and one hallway in a cheap hotel, Novacon really doesn't know what to do with them but at least allows a masquerade of a sort (as pathetic as it was).

Jamey play by the rules? Probably would help, but mostly that would involve better communication both to and from him.  

Now .. Huntsville people gossip to others? man.. that's the funniest thing I've read all month.  Closest I get to gossip is answering CoC posts. Most of the people here in Madison don't gossip to anyone else. *SOMETIMES* we talk about something on the boards when we get together on a sat night for me to run my Star Wars campaign or whatever else story I've thought up. But we never talk to Jamey routinely about what goes on the forums or anyone else. Normally we're getting emails from people up in TN and around about the absolutely strangest things BECAUSE we're not out gossiping with others. Its also part of why we get miffed because we are the last to know and wonder what bad drugs people are out smoking?!

Jamey sets up charity events, locals here want to help the charities.  I can't speak for all the locals here but several joined the 501st *NOT* because of their love of Star Wars.. but because of their love to assist a charity. Star Wars was a close, and interesting second.

Corey volunteering ... I'm all for it. He's pointed out some threads I'd missed that should be archived and threads that should be gone. He's on the boards as much as I am so I get fairly quick feedback. Joey's always after me about an assistant to help with member pics.  You know .. member pics are sporadic overall. They stack up then vanish in waves. Tending this forum is more constant.  I hope he continues to let me know when there are things off about the forum. I can write all the forum code I want but having someone just send me a pm now and again saying &quot;hey this thread was put in the wrong spot.. &quot; or whatever is invaluable.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2650','3750ecb9c4','','Had a 30 min phone call with Jamey, All is well with him.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2651','159672568e','','SCHWEET!!! Can't wait to see ya Z-Man!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2652','83a4ab7f76','New Cold Weather Costuming Group','Hey troops:

[b:83a4ab7f76][size=18:83a4ab7f76]Begun The Avalanche Squad Has![/size:83a4ab7f76][/b:83a4ab7f76]

[url]http://movies.groups.yahoo.com/group/Avalanche_Squad/[/url]

In the spirit of the 69th Dewback Cavalry, several of us have started a new costuming group devoted to the Battle of Hoth.  This group will be for both the dark &amp; light sides &amp; will be open to those without approved costumes.  Some of you have been sent invites to join, but anyone who wants to join is welcome to, here's a portion of the opening email:

After some of the trouble seen in the Blizzard Force detachment it's
time to start an independent Snowtrooper costuming group to encompass
a bigger range of Star Wars costuming &amp; prop building. This group
will be much wider in scale &amp; will include Rebel &amp; Imperial costumes
as seen in ESB. Here's a brief portion of the group's mission:

The Avalanche Squad is an independent group of Star Wars fans focused
on the Battle of Hoth &amp; related cold weather environment costumes for
both the Galactic Empire &amp; Rebel Alliance. The Avalanche Squad's
mission is to collect and provide the best resources for fans to
assemble their own Hoth/Cold Weather costumes and props while
allowing members to interact with other Battle of Hoth costuming
enthusiasts. Although many members of Avalanche Squad are also
members of the 501st Legion &amp;/or Rebel Legion (RL), membership in the
501st or RL is NOT a requirement to join the Avalanche Squad.

Activity in the group will possibly be slow for now, but hopefully
it'll get more active in time. At the very least this is just an
excuse for another patch to be made (2 if we do a Rebel one too).
Hope y'all have fun there.

In time I'll post this to the open section of the SO boards.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2653','581b1994dd','','Can't wait for the new episodes this week!  :D   :trooper :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2654','ede8a5e9b6','Happy Steak &amp; Service Day! (Rated R)','This would almost seem to be fodder for the Trash Compactor.  Got this forwarded to me by the GF, may be a Philly thing, but I think it's time the South followed the Yankee example.  Giggity, Giggity, Goo!

A brief history of steak and service day:

The year was 1720, and a young man just 14 years old sitting on his stoop in a small Philadelphia neighborhood had an idea, a brainchild if you must....It was steak and bj (service) day, a day created for man, made for all the struggles that men have gone through exactly 1 month before...St. Valentine's day.  The man, the legend who would soon thereafter become one of the world's greatest inventors was Benjamin Franklin.

Throughout the years men of all races all around the world have celebrated this holiday, but the enjoyment did come at a price, let us not forget the highly televised riots of 1936 in Chicago where hundreds of protestors clashed with police in what would later be described as a push for equality between men and women...This is where we lost 132 men.  After this tragedy, the United states government stepped in, and created The Association for Steak and BJ Equality, or known as the A.S.B.J.E. this group was founded to oversee the total operations and preperations for this most joyous day. 

When Harry S. Truman took office on April 12, 1945 he was quoted as saying, &quot;As president I will see to it that steak and B.J day will live forever&quot; and &quot;I treat a bitch like 7 up....never have never will.&quot;  Nobody knows what that means but it sounded good.  :lol:  :lol:  :wink: 

So ladies, as day turns into night, and the look in your man's face turns to lust...Look him deeply in the eyes and try to understand all the sacrifices that our people have made, and the persecution we have suffered..... Have a safe and happy steak and bj day.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2655','86eb557999','','{edit} Realized I didn't make the group name more noticeable in the first post.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2656','7c7246fb22','','Why don't we build a fire... sing a couple of songs.  Maybe that'll help!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2708','f5e7ffe753','','got alot more work done,
but what is exciting is the wonderful use of a &quot;sponge&quot;
instead of trying to airbrush my suit i cut up a car wash sponge and tried my hand hand at sponge-paintting a few parts of the alien.
Loki and I have different color schemes,
mine will be black with tan highlights.
heres a few shots of the feet,hands and one of the back tubes.
[img:f5e7ffe753]http://i13.photobucket.com/albums/a296/skipjenn/hands-repaint1-1.jpg[/img:f5e7ffe753]

[img:f5e7ffe753]http://i13.photobucket.com/albums/a296/skipjenn/feet-repaint1-1.jpg[/img:f5e7ffe753]

[img:f5e7ffe753]http://i13.photobucket.com/albums/a296/skipjenn/backtube2-2.jpg[/img:f5e7ffe753]

[img:f5e7ffe753]http://i13.photobucket.com/albums/a296/skipjenn/backtube1-1.jpg[/img:f5e7ffe753]

i now also have the vest under construction as well as the big &quot;tounge&quot; looking thing on the back.more pics tommorrow night hopefully.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2702','91ed0bc1bf','','I always felt Ginger was too high-maintenance-but if you're into that sorta thing...?

Mary Ann was far less demanding-and prettier too!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2703','8f2538951b','','I thnk corey is lying about the PM's . I think the same about the lucas ranch pms too..

I would like him to Prove that 14 people pm'ed him about each one?  I can see 1-2 pms tops .... but i can not see that &quot;dozens of hate mail&quot;  pms were sent by this group.  There arn't that many who care??

anyone have proof?

Should chris grab his pm inbox?

Not to be mean but is this more of his unstable self wanting attention?
seriously, no harm intended, but it just doesn't add up.

???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2657','a573e1993c','','Drop me from the list please.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2658','d7b86c03b3','','Errr, I don't see you on that list corey.

Guess you'll have to update again for the final time! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2659','5170aae73e','','So , are you forgetting anyone there, [size=18:5170aae73e]Corey[/size:5170aae73e]?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2660','92ae3e5f89','','[quote:92ae3e5f89]Glad there wasn't an asian woman in sight[/quote:92ae3e5f89]

Well......

Actually.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2661','4f0cfe752d','','I've been to several Wal-Marts this week.  They've all had the long sleeve Starter &quot;underarmor&quot;.  It's in a clearance section, marked down to half price.  I picked up three more for 5.99 each!

You can get the pants at Footlocker or try any other sprting goods store.  The pants usually run anywear from !9.99 to 30.00, depending on what brand you get.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2662','5ea4a65419','','We still have 8 rooms set aside for SO members and need the list of room captains and room mates before April 1st. Thanks guys.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2663','cb82d2ab91','','I admit it, I am afraid to cut the slots for the chest lights.  :bang 

I will do it to appease the mighty Tambo. So let it be written, so let it be done.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2664','0ace7b0fb0','','Please add Jaster and Summer to the list .');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2666','40bd66e27d','','From the 5.0 website, [quote:40bd66e27d]&quot;It's Done! The polls are closed! We'll let the citizens of 5.0 Nation know soon who our next Babe of the Year will be!&quot;[/quote:40bd66e27d]

Time will tell..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2668','3ec1231382','','Teddy bears, it will be great.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2752','6e710bfe12','95 vs 96','Ok, I keep hearing &quot;get the 95&quot;.  Now from what I understand, the 96 is the exact same mold, so why EXACTLY should one get a 95 over a 96?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2753','4bbdcc8924','','thanks rose,

corey,
the hotel were going to is located on the northwest side of town.
there should be little traffic friday coming IN to town.its really located just outside of town enough you shouldnt have any problems driving in,really.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2754','a49ddbfa09','','There is no TK2484 in the 501st database. Where did you get your number?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2755','7426c20416','','Sorry I just changed it for fun. Im getting my armor in the next week or so whenever the guy mails it to me. *feels embarressed*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2756','af1ddc9c90','','I like Ginger the most... I'd dress her like Ziggy Stardust and cover her with honey and ants. You couldn't do that with Mary Anne');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2757','59fb990ff4','','I guess I only said I was going on the RL boards, so add to me the list for this as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2758','1962cde839','','Great job! The pieces look scary. I don't want to imagine how frightening of a presence it will be when all assembled.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2759','cc51eaf4bf','','Yes! I'll totally help with the make-up! For whomever does Beast. It could be fun. And a Beast would REALLY add to the group.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2760','d935933de6','','Dammit i'm glad to hear that Skip!

we've endured, and like i was ranting, im having a good time regardless.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2761','259e62d75b','','Hey guys..need activation on account.

In process of getting armor and friends with TK2138 (if that helps). 

Thanks. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2762','fa44193748','','^^

OOPS!!....user name is RReed');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2763','33eaf3ff57','','Just got my password problem fixed !

Shannon   - TK
Cindy       - Blue Guard
Cheyenne  - Jawa');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2764','65044c9f3b','','I can't believe that none of you have responded to this post in almost 24 hours (Loki I'm ashamed of you).  What is this the SO or Georgia Garrison?  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2765','b8b95681d6','','[quote:b8b95681d6="TD152"]gonna post this any thoughts?

************************************************************

Basically if anyone wants to quit, its your command staff. 

You can not imagine how it feels to build a garrison as kick ass as this one and have a few drag down the moral of an entire group.

Yes, I said a few.  I can count on one hand the few who have complained to me or skip about &quot;issues&quot;  the rest of the 109 active members we have are trying to have a good time here.

It makes absolutely no sense to let it go on.

Most of the group i communicate with is sick and tired of the chatter.  A lot have quit participating on the forums becasue of the negativity like this.  No one has time for this in their hobby life.  

I have trooped 4 events this year and had an absolute blast each time along with every single person there.

I have had an absolute miserable time on this forum and on the phone 'fixing' issues of a few.

Skip and I along with Tambo have spent a lot of time trying to find an answer, and frankly nothing we come up with seems to satisfy everyone.

What are we changing?

Expanding the command staff is out.  There are too many who deserve to be recognized as leaders, and too many that just want to be on the staff.

Shrinking the staff just to the necessary CO, XO, GML, GWL is likely the best option we might choose, then all bitching and complaining can be directed at Skip and me, not others who are only here to help.[/quote:b8b95681d6]

&lt; chuckle &gt; Blunt and to the point. I can get behind that.

I really agree on the tired part. I've other rants but I really am a quiet person normally so I'll stow it for the moment.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2766','614e50b10e','','[quote:614e50b10e="Anonymous"]Hey guys..need activation on account.

In process of getting armor and friends with TK2138 (if that helps). 

Thanks. 8)[/quote:614e50b10e]

Done and welcome!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2767','1f7d0d65cb','','I didn't realize I wasn't on this roster... Throw Jon and myself on there please. Wouldn't miss Dragoncon for aaaaanything. Who knows... maybe I'll be packing a 7 foot puppet for this one  :wink:  :roll:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2768','4fbea56558','','Everyone is looking for the service.  :twisted:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2769','493dd92fc2','','I talked to Derek last night if he does a costume it'll be movie Wolvie.

So Derek isn't doing Beast, go ahead Chase...

Do you want to do Ultimate Beast to fit the crowd or another version of Dr. McCoy? I've added you to the roster just want to know what version to put down.


Gooshy, do you want me to add you to the roster as Gambit? If so what verion?

Corey if you're still interested you could do a good Juggernaught cause of your height and muscle. And we could probably turn uot that bullet head helmet in one prop party easy. 

Vesper, dude, do the Ultimate Magneto. You've got that great Magneto look man. 

Anyone else. The list looks awesome! The movie premiere and D*Con should be killer!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2793','05cb65c0de','','Alien
Sniper Segway trooper
Ewok
Jawa
mini mouse droid
Sweetpeas birthday present, Rambone
Uranus
An Author
A nerd
A loser
A Tard
A gimp
Drug Addict

yep thats all I have to say about that..... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2669','c990ef9de2','','It is either laugh or fight.  These issues are not &quot;EVER&quot; going to be solved or go away, never.  Everyone still feels the same way about things.  The only difference is that when the boards went down we all realized that if we didn't stop we were going to split and never talk or see each other again.  We also realized that it was all childish stuff.  

No one is dissmissing Corey's complaint and I know that the Command staff have been discussing this all day.  It is really, again, 2 Personalities having a difference of opinion. 

I don't think that we all need to sit on this board for the next several days fighting over it, especially when it doesn't concern anyone but those who are involved.

I will also say that those who pm members with mean email are nothing but bullies. We all know Bullies don't stop until they are called out.  Corey or anyone else this happens to, post the pms and let us all know who they are!!

Boy, I can't wait for that parade on Saturday, wonder who will be speaking and who won't!! Saturday sure will be fun!! ( Sarcasm  )');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2670','477a380cfb','','Yes, interesting, for sure.  Too bad I won't be there to see it.

On second thought, maybe I will come.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2671','82e0084efe','Greetings all','Ok.. yeah.. been a while sense ive posted last on here.. Anyway I  will soon have Scout Trooper armor to join ya all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2672','f140de33a1','[NC-17] TROPHY-CASE','Studies of light sides and dark sides.
[img:f140de33a1]http://www.knology.net/~killjoy/501stnc17/pex39.jpg[/img:f140de33a1][img:f140de33a1]http://www.knology.net/~killjoy/501stnc17/COLOR023.jpg[/img:f140de33a1]

[img:f140de33a1]http://www.knology.net/~killjoy/501stnc17/b5.jpg[/img:f140de33a1][img:f140de33a1]http://www.knology.net/~killjoy/501stnc17/06_push.jpg[/img:f140de33a1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2673','8485bb3438','','[quote:8485bb3438="JediAgent"][quote:8485bb3438="TC8881"]Im scared...that scares me. Yes.[/quote:8485bb3438]

Oh you know you like it.... :wink:[/quote:8485bb3438]

Ummm, no, no I don't. The fact that you made that your AV creeps me out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2674','e826aaf53f','','Cool welcome again.,  When will you have the armor?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2675','556b6e5d1d','','Hmmmm....Joe, if Derek doesnt pick up Beast, I might be down for that. If I can recruit someone to help me with makeup, etc.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2676','fb0a284be6','','Tambo,

What are &quot;strict&quot; standards.... I haven't seen any detailed pics for this costume... I did see a person from an Ohio Garrison that was aproved (ate least that is what she said) and all she had was a black jedi tunic, a cloak, a black jedi belt, black gloves, boots, saber, and of course the mask... but what do you have to go off of?

The mask I have cost me $90 ( I have seen it for less) and I have seen the jedi robes for around $100.00 

I can't see this costume costing more than tk armor?

I thought about finishing the costume out [i:fb0a284be6][b:fb0a284be6]right[/b:fb0a284be6][/i:fb0a284be6], but I am interested in other projects right now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2677','bbebba8f34','','I sent one a few weeks ago too?  :( 

did you get mine?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2678','26a315d3ee','','I'm just glad Master Replicas is not in the restaurant business. Think about it.

&quot;Waiter, I've been waiting 8 months for my cheeseburger....&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2679','cf89f7ebce','','I still dont get the Bens reference....Ive been wondering about it since Horrorfest...any insight Ben?  (David Reimer)???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2680','186ea8e7b0','','I think Darth Nillus would be a great 2nd costume, but not a well know enough character for admission into the Legion. Althought its up to the Garrison GML--- which happens to be Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2681','1bc0d51215','','CJ left yesterday. if he wants to join the 501st, aside from having Darth Nihilus or imperial armor, does he need a computer?

if so, next time he comes over I'll get him a yahoo account and then he can join the forums');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2682','8c7190d08b','','just an update on the parade stuff.

1)for those coming from birmingham
friday night i will ride into downtown atlanta and scope out the parking areas.ill try to pick out one that is easily found and accessible.
if possible i will post directions to this parking area from the hotel friday night.if not ill be giving Zman a phone call and telling him.ill also check in with Joey and let him know as well,though joey will be coming from a different direction.
You guys can then check in with them if you can find me.ill assume that those riding over from birmingham will meet up and caravan together.

2) for those coming from nashville
looks like a number of people need to meet up after work friday night.
if this is true then Murfreesboro will be the meeting place.
im gonna throw out 6:30-7pm meet there at the walmart off exit 78.there are restaurants all around,so get there a few minutes early if you need to run in walmart,or grab some food or whatever.go ahead and gas up too.once we leave we'll probably head on down through chattanooga and wont need to stop till maybe the welcome center.expect about a 1.5 hour drive.
from there its 110 miles to atlanta,so another hour+.

3) walk or ride?
at the parking area there is a Marta station,
if anybody is interested, you can ride the train back to the beginning of the parade.it will cost 1.75
the parade is only about 1 mile so if you want to walk and goof off then thats fine too.that was the plan but riding dont sound so bad.

4)Ikea
some of us will be riding to the store &quot;Ikea&quot; after the parade.
everyone is invited.
this is where Tambo got his awesome display cabinets
http://www.ikea.com/webapp/wcs/stores/servlet/IkeaNearYouView?storeId=12&amp;langId=-1&amp;catalogId=10101&amp;StoreName=atlanta

5)bring waters and sunscreen

6)meeting time saturday morning
the GA members are meeting at the parking areas from 9:30-10:30.then heading over via marta to the staging area.
we may try to be there around that same time but likely it will be 10:30-11,then head out.since they will be in place we can afford a few extra minutes.

i think thats about it for now.as always,bring your FRS radios.

if anybody needs specific help or directions feel free to PM me
and be sure to watch this thread for any other updates.


forecast for atlanta



Partly Cloudy High
59F

Precip
20% 

Wind: N 8 mph 
Max. Humidity: 45% 
UV Index: 7 High 

 
Sunrise: 6:44 AM ET 
Avg. High: 66F 
Record High: 84F (1982)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2683','4a25dfb8fd','','keep him away from the forums if possible,he'll like us better that way :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2684','c68344bc3d','','Well I should be getting it mabey next week. My best friend actually got it for me so I need to give him a size for the underarmor. Im thinkin XL. He is paying for it today when they get paid. Im just missing a couple things like the boots and gloves. I have a site to get the gloves but not the boots yet. 
  

http://cgi.ebay.com/STAR-WARS-ARMOR-BIKER-SCOUT-NO-STORMTROOPER_W0QQitemZ7594760388QQcategoryZ60361QQrdZ1QQcmdZViewItem 


Thats what im geting. Im not  sure how much work I'll have to actually do but if there is I will ned help.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2685','66cdf446ae','','Ok. I hate when I  forget to log in.... :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2686','474fc85523','','Welcome Syra,
FYI you don't need underarmor with a scout. You need a flightsuit...
http://www.tedsmilitarysurplus.com/clothacc/fsafblack.html

Check out www.bikerscout.net for alot of good info on scout parts and tutorials.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2687','e81b0b2b17','','Well whatever it was he said. he wanted a size. Im so excited. Oh and I guess Ill need a trooper name.. not Syra.. what could I have?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2688','a4a08926e4','','I'm going to be very blunt with this post.  I am not making accusations, nor am I pointing fingers at any particular member since I don't know who's responsible as of yet.  I am also fully aware that I am just another member, not Command Staff, not anything.  Simply a member with a voice like everyone else.  So if you jump to any conclusions, or if you get offended, tough shit.





Everyone knows I've got Corey's back and will knock his ass out and strap him to the hood of my car if that's the only way to get him to an event.  So if you quit, the last thing you'll see this Friday is a Whiffle bat and you'll wake up in Atlanta Saturday morning.  So make sure you're wearing clean clothes.


Now that we've covered that, I'd really like to know who's been sending these PM's.  I know everyone has their opinion and all that, but this business of bitching at someone because they see Corey's name at the end of every new post is horseshit.  I use the &quot;posts since last visit&quot; option [i:a4a08926e4]exclusively[/i:a4a08926e4] to keep up with the board.  Do I click on every thread?  No.  But even if I did, I can still get caught up on the day's events in about 15 minutes.  There's no excuse for this whining.  It's not Corey's fault if you're a slow reader or you don't have a cable modem. 
 STFU.  


And as far as telling people which threads they can and cannot post to, unless you're on the CS I'm afraid you're SOL.  I understand not wanting your thread hijacked but when someone's taking the time to help you out it's an asshole move to tell them to stay out of it.  It's not your board.  We are all able to post here through the kindness of a select few.  It's a privilege, not a right. 
 So again, STFU.


And finally, when you have a problem with another member and you think it's possible to (peacefully!)resolve it in private by all means do it through PM's.  We don't need a Thunderdome here; we're all adults and we're [i:a4a08926e4]supposed[/i:a4a08926e4] to be more or less friends.  But anyone who uses the PM system to attack another member is a spineless sack of shit.  If you don't have the backbone to say it in front of the whole group, [b:a4a08926e4]don't say it at all.[/b:a4a08926e4]  I'm getting real tired of hearing about people being reamed through PM's by other members.  It happened to Cray, it happened to Corey for at least two different things so far, and it may have been going on even longer.  But it needs to stop right the hell now. 


 Eventually, the truth will come out and we're all going to find out who the [i:a4a08926e4]real[/i:a4a08926e4] assholes are in this group.  Once that happens, I think things will go a lot more smoothly.  And by that I mean we'll know who gets ostracized, and who the most likely suspects are when conflicts arise.  So whoever it is, I'd suggest you start doing some serious damage control.


  You don't have to like Corey(or anyone else in this group for that matter).  But you damn sure better show him the common courtesy afforded a fellow member in the Outpost.  When one of us screws up, they'll hear about it.  If they screw up bad, and you're the only one who knows, [i:a4a08926e4]we[/i:a4a08926e4] need to hear about it.  In public, and out in the open.  Not through a PM where you can say whatever you can't say in front of the rest of us for fear of being exposed as a complete ass.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2689','230aa1e897','','The Darth Nillus is just not really a good first costume for 501st membership, I'd rather have a Cannon suit anyday, but what I'm trying to say is if you don't put 100% into making this then you might want to find something else, a converted Hockey mask will not cut it.  Legion Membership is having a big problem with all the EU costumes and the interpretation of them..they look at these very carefully and infact one by one some of the sub par costumes are being removed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2690','5602eeb159','','Well said Hammer...this is a big boys club..you guys don't need the Command staff to fix every problem.  If you have a beef with someone then lay it out on the line and get it fixed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2691','b9401254e6','','after I get done on my custom, I'm going to be thinking about the Tie pilot next. CJ's kind of a heavy set guy, so I can see why He'd want to try Darth Nihilus. next time I talk to him, I'll tell him about the situation and maybe talk him into a Tie pilot as well, instead. Or maybe a Royal guard. their helmets are rare though');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2692','d992028593','','Just beware..the Royal Guard helmets tend to be on the Small side (I can barely fit into a Donpost)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2693','fd41a3cc14','','Redheads are sexy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2698','5eb9476952','','thanks for the edit of your post loki!  That was gas on the fire and i was going for the big hose....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2699','58736d4395','','I have something new to discuss.

I'd prefer Ginger, myself.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2700','3da5cad1c0','',':lol: 
Im a Mary ann fan personally!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2694','e04fbe9f7f','','Wow.. wayyyyyyy out of proportion, again!

If anyone really needs to know what was going on, please call me. I can tell there is wrong info out there....
205-647-1187 -home');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2695','4a55d60478','','Personally, I do not understand for the life of me why some of you are so willing to get sucked into a pointless melodrama.  This is absolutely ludicrous and laughable...a non-issue. A simple request turned into all this drama. Theres nothing more to it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2696','508b3c04bd','','I totally agree.  This matter is really nothing and should not have been brought to the boards for all to see as it is or was nothing.  So move along and find something else to gripe about.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2697','14117dd50b','The Southern Outpost 'things are fine with me' thread.','Had a blast this year?  Well this is your place to talk positive!  Even with the rough times that come wioth the CO job, I'm finding a way to have  good time, how about you?

Hell I had a blast at chattacon met plenty of new and potential members in chattanooga! glad they are still around!
The Havoc hockey game was a hoot!  I signed  more autographs that the vipers game years ago. 
Trooping EB games was better than expected , even the nazi-type security got a pic with us when his boss left!  Gotta love that.
The cub scouts are still thrilled about that visit.  Making kids smile is what makes it worth it.  They will remember that night for a long time.

IT sure is nice to have some good trooping weekends coming up.  I can tell you that i'll have a blast this weekend too at Sci-Ficon and Atlanta if we go sat.

I'm looking forward to trooping for the kids again up in huntsville, nothing as good as helping kids charities, Plus we have free comic book day coming up in 7 weeks too.

Man lots of cool old school trooping  events to look forward too.  

I need a sticker for my tote &quot; follow me for a good time in armor, leave the rest behind!&quot;

 :lol: 


lighten up, the Empire is not a bad place...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2704','1ef2abb823','','I second the helmet comment from the Tambo. It took quite a while to get that darn guard helmet to fit my head.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2705','e99dfade8b','','did anyone ever like the Howels?  did they ever do anything for the group?  I would vote them off the island first...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2706','ffca3ad54c','',':D  :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2745','c402fd93e5','','Skip, your pictures are incredible!!  I can't wait to see the whole thing put together.  I can't wait to see Loki's either.  Ya'll are gonna look awesome!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2709','e9457fa2f7','','Mine's done.  I'll post pics when I decide to buy some camera batteries.  Good call on the sponge trick Skip.  Without that I's still be sitting here staring at the beast wondering how to paint it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2710','6e4a54335a','','Somebody lock this thing.  I grow weary of this.

Speaking of, what happened to the option to lock or delete our own thread?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2711','6c11c1b517','','he told me he received 17 pm's about the lucas thing and 2 about the jamey thing.

and chris, i dont recall that anybody was there at the best buy thing.i heard that a couple people were there out of costume,ED came by and hung out,then got his costume for a little bit towards the end.they collected 1 toy and it was a disaster.
while i dont recall anything being mentioned about donald that doesnt mean he wasnt there.it matters not i guess,i believe you.

nova con sounds like it has potential then as compared to the other cons you listed.but will it being held at the space and rocket center next help it? i thought it sounded kinda weird to have it there,but who knows.???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2712','4feba68b91','','&quot;What would you do if you had a million dollars?&quot;

&quot;I'll tell you what I'd do, man, two chicks at the same time, man. &quot;

&quot;That's it? If you had a million dollars, you'd do two chicks at the same time? &quot;

&quot;Damn straight. I always wanted to do that, man. And I think if I had a million dollars I could hook that up, cause chicks dig a dude with money.&quot;

&quot;Well, not all chicks. &quot;

&quot;Well the kind of chicks that'd double up on a dude like me do.&quot;

&quot;Good point.&quot;


So this is were this thread went to? Talking about , Ginger, Maryann and doubling up? no place to vent....hmmmm  :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2713','defc4db7b9','','Are you saying you don't want to double up with Ginger AND Mary Ann?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2714','a3e0471783','','Jeff, you're probably right -money CAN make that kinda stuff happen.

There was a time I almost wished I could stomach an old coot like that. There was once one that tried to play me that way---but there was just no way.

Of course it didn't help that I highly suspected him of lying through his old yellow crooked teeth  when he said he was rich!

(ooo-bad memory-must change train of thought)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2715','d43322b8ac','','Stop me if you've heard this one
  So a man and woman were in their bed room, the woman was standing in front of the full length mirror turning to and fro looking at herself.  The man was sitting on the edge of the bed watching her.  After a while he grew weary and broke the silence by asking her what she wanted for her birthday the next day.  She looks at him smiles and says to be six again.  So the next day they wake up and he fixes her a breakfast of FrootLoops.  He then takes her to an amusement park and they ride all the rides, and eat hot dogs, and cotton candy.  After that he takes her to McDonalds and buys her a Happy meal  and a cholcolate milk shake.  They then go to a movie and get popccorn and junior mints and soda.  Finally exhausted they get home and climb into bed, and the husband leans over smiles lovingly at his wife kisses her and said so honey how did you like being six again.  She opened her eyes looked at him and said A SIZE SIX DumbAss
 Moral of the story is even when men listen, they Dont listen.   :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2716','d379808239','','Ok he may be lying, he may not. We don't know.  But..

Joey, look, I would really recommend against asking me to grab his pm box.  Snooping unwanted and unasked in the membership's PMs will rip away whatever faith they had left that we are trying to officiate this club in a mature way. Instead it makes us look like bullies with some &quot;hidden agenda&quot;.  

I would really like to urge a different solution for this. If you want to see the proof, ask him for the PMs.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2717','c6c6202a0f','','Jon and I are tentative... we'll be in Virginia with my family for the week leading up to it, just not sure if we'll get out of it in time to make this. We'd like to though, so cross yer fingers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2718','901455c260','','bb, Jamey was sick and said he might not make it on the thursday before.

Shwan ws tenative and Ed was too.

Loki, tammy ryan, and one other went there anyway, no one was there, Jamey didi stay home sick, Ed and Shawn? came by later .

the manager on duty did not know what they were supposed to do.

Loki said they suited up and stood around for a while.  It was raining, no one showed up to donate, so they left later  I dont' think Ed suited up but came by for a bit to see if the event was even happening.

thats it.


bad communication.  no one was going in the pre event planning for that event, loki and crew felt bad so they went to support the area since we had so many in birmingham that same day.   

...

so because if this, loki bitches about the &quot;huntsville people dont support thier own events&quot; for a year?????  Who in Tn told him to shut that garbage up?  no one...

He was one of many up there who have a hobby about complaining about everyone else but themselves.



---

Novacon is a good event.

No one here cares if the event has potential at all.  IT was a great time last year, and we had a blast.  too bad loki and the rest didn't stay for the fun afterwards.   I go to events to see the rest of my garrison and costume a bit.
Those who go to be oohhed and ahheed by the crowd need to stay away for the con circuit.  these cons do not offer that and never will.
Dragon con is the place for show off costuming. 

The rest are small nerd get togethers called Conventions.  People who go have a good time.  Look at chattacon.  I saw 300 people there having a great time.  Same with that crappy littel event shadowcon we went to, it was a blast for us and foe the 20 Ren people there.

anyway back on subject,  so corey only got 2 pms about staying out of jameys thread.

well 1 was jamey so the other must ahve been greta or jamey again. 
They did not tell anyone so i knew corey was lying for attention..
[quote:901455c260]What I will not stand for nor accept anymore is PM and emails telling me it is about time someone put me in my place. That being the nicest pm I received between yesterday evening and 04:00 this morning.[/quote:901455c260]


?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2719','e3dcf5f14f','','Chris that was for effect, I would not sugest we do that and undermine the memberhsip at all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2720','6b1f470c9d','','Revised Roster

Corey
Loki 
Hammer 
Skip 
Tambo 
Bob Link 
Betty Link 
Brad Link 
TK-Tim 
Clutch 
Sgt. Dark 
Joe (Tenative) 
Saberspanker
Jaster
Summer
Jon Wollack (Tentative)
Rose (Tentative)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2721','f5148e79e6','','I thought I saw two at the party? Loki, where is the pic from Hooters?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2722','f3e0a7f4a1','your thoughts?','This is about the last time i am going to hear thatt we do not have any rules or guidelines, that we are ineffective, that we do nothing, that we have no organization  around here.

This guy has nothing to stand on. sorry.

Are you all reading his &quot;rants' both of them line by line?   you do realize he is talking about you, the command staff?


What in the hell have i been doing for 4 years?  what has Skip done for 4 years?

yeah, exactly.  

These newbies can blow one...   I'm tired of taking crap in public and behind my back too');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2723','5ed51cbb0f','','Thanks Skip! Beautiful organization! Love it.

Looks like we Wollack clan may be the first to arrive Friday. We'll hold down the fort while we can, and if anyone needs a contact, give my cell a ringy.

The Marta is a great way to travel. I'm looking forward to the sight of troopers underground.

Jon and I still have dibs on atlest 2 display cases since it was our original idea to go ourselves on this trip. Sorry to be bitchy about it, but I freaking want those displays!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2724','1a297d2552','','gonna post this any thoughts?

************************************************************



Basically if anyone wants to quit, its your command staff. 

You can not imagine how it feels to build a garrison as kick ass as this one and have a few drag down the moral of an entire group.

Yes, I said a few.  I can count on one hand the few who have complained to me or skip about &quot;issues&quot;  the rest of the 109 active members we have are trying to have a good time here.

It makes absolutely no sense to let it go on.

Most of the group i communicate with is sick and tired of the chatter.  A lot have quit participating on the forums becasue of the negativity like this.  No one has time for this in their hobby life.  

I have trooped 4 events this year and had an absolute blast each time along with every single person there.

I have had an absolute miserable time on this forum and on the phone 'fixing' issues of a few.

Skip and I along with Tambo have spent a lot of time trying to find an answer, and frankly nothing we come up with seems to satisfy everyone.

What are we changing?

Expanding the command staff is out.  There are too many who deserve to be recognized as leaders, and too many that just want to be on the staff.

Shrinking the staff just to the necessary CO, XO, GML, GWL is likely the best option we might choose, then all bitching and complaining can be directed at Skip and me, not others who are only here to help.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2725','1edcbfa7d5','Trying to reach Sweetpea?','First off, this is not a public apology, this is just an explanation and request.

Some of you close to my significant other may have noticed that within the past year, he has answered his phone less and less, and not returned his messages lately. This is absolutely positively not any kind of insult or put down. He loves you all. It's just for various reasons that are his business, he's been under ALOT of stress, and to keep from adding too it, he just doesn't correspond via the phone anymore. More then anything else he's keeping himself from lashing out at people he cares about, when he doesn't mean it.

So if you're trying to reach him, please, call me first. Or send him a pm. He still checks those. But call me and I promise to have him get back to you.

This post is out of love, for our friends, and for the man I love. He doesn't want to hurt anyone, and I don't want him to be hurt because he might be worried he's hurt people he loves.

My contact info:
rose@severedwings.com
aim- scifigal5123
yahoo- lady_saisana
msn- temasala@hotmail.com

cell- (757)869-5123
If I don't have your number stored I don't answer. Leave a message the first call and I'll call you right back.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2726','89c46066ea','','I think there is a huge difference between the walmart brand and UA.  They look and feel alike, but it ends there.  If all you are interested in is something black under your armor then you  should buy the walmart brand.  If you want something that helps keep you cool and doesn't easily fray from velcro, then UA is the way to go.  UA is a lot more money, but worth it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2727','ac82265141','6 pack','I want one of these!!
 :shock: 
http://www.military.com/features/0,15240,90811,00.html?ESRC=marine.nl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2728','955d30f248','wal-mart','I sweat like a beast, and the wal-mart stuff works fine, especially for the price.  It's all the same crap.   You will be shocked how cool the stuff is when you are suited up.  

You can buy 7 or 8 of the wal-mart brands to one UA.  Of cource that comes from a guy who wore plain pockets in middle school. :( 

remeber, baby powder is your friend and ours too. It reduces the trooper funk');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2729','792c4d7b28','CMN Drive Biloxi MS April 15','If anyone is interested I need some volunteers. The time for the event isn't solid as the store manager hasn't given a time. It's been apporved so I should have the time in the next few days. I am a Jedi Assembly and Rebel Legion member and soon to be ful member here. 

If I could get feedback on anyone interested it would be a help. Even if only one of you could come here Id be thankful. I am very new at setting up events so feedback is appreciated.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2730','286dda551c','','personally, I would  swim to the other side of the island and take up with the people from LOST, I mean they have weapons and a very kewl shelter, and the blond who had the baby at the beginning of this last season is hot..

Umm Loki, they have an Asian gal    :wink:  :wink:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2731','12e0164a42','','I too have had a great time this year..
The events have been great and more events to come that look to be even better..

What I really have to say is icing though is the armor parties.. I have seen and learned so much from them.. It is really great to because I have been able to meet many of the new people as well as see old friends.. Looking forward to the rest of the year..

Joey have your bumper sticker, mine I think needs to read &quot;Follow me home to build armor&quot;  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2732','2cf840d2f4','','Skip,
My bad, I told you when I get side tracked I forget.. I was suppossed to go and look up IKEA for you.. Sorry *hanging head in shame*

Jon and Rose, PM in your box, Im still trying to decide what time to head down as I dont want to be in bumper to bumper traffic with the Segway on the back....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2733','f5ced23e49','','yep, main roster has been corrected an updated.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2734','085591b765','','yep, main roster has been corrected and updated');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2736','da2bb463ca','','Hey Corey, add me to the roster if you would please.  Arrangements have been made so I will be attending.  This is the first official function for me.  It begins here...

Oh Hells Yeah!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2735','25ec5163a3','','yep, should be a wonderful time, the sun will shine and all will be good...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2737','f05a100fa4','','Just so everyone knows who is what on the roster, here it is, let me know if you have updates and changes:

Atin; Biker scout and STAPWAY
Zman: Shocktrooper
Skip- clone
Jenn-handler
Jessica-jawa
Jen
Jessica ; Skip/Jen Daughter
Mark I.: TD
Wendy I (tenative)
Colten I. Boskk/Snowtrooper
Drax - TC
Laura - TB
Charlie - TS
Chase : Custom Mando/ Clone
Hammer: Mando
Loki : Mando
Lokis Daughters :Jawas
Tim: Clone
Sweetpea: Clone
Rose: Officer
Kell: Battle Padme
Master Koon : Emperor
Joe: Softvader
Saberspanker:Barriss
TK Tim: TK
Jason Collier: TK
Summer: snowtrooper/mando
Jaster: mando/Boba fett');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2738','d737deeb35','','That's pretty sweet.. Pick up a copy of Socom 3 !!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2739','0c5c86a483','','Well, I really wanted to go to this with it being so close to home but it doesnt look like it gonna work out with the wifes schedule.  Sorry! :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2751','30008e5e5a','','didnt see this till this morning,

these people are too dependent on the command staff,they are too thin skinned too.
originally i thought that expanding the command staff to help with communication and organizing stuff would be the right call.after recent events and watching how these last few months have played out ive begun to come to the conclusion that no matter what we do these people wont be happy,well some of them.

i really wanted to see us include some more people,maybe begin to include people in new ways in new positions.but after all those people began to attack corey over the skywalker ranch thing i realized that this idea was a lost cause.
people from all the states were telling corey how they should have been chosen to go with him,people he doesnt even know.they were telling him how he should choose and why one person should not go and they should.apparently people decided that this was an outpost event, when in fact it has nothing to do with this group.yes members of the outpost are going and yes they will represent the 501st legion,but this was the luck of richard and corey and richard building a unique prop and corey knowing steve sansweet.nothing to do with the southern outpost,yet these people took it upon themselves to go after corey.

why should we continue to fight a battle for all these whiny people?
ofcoarse as command staff we want to keep this thing going,but at what costs? does adding alot of people do anything for the group? or will it just give them more people to bitch about?
im up for suggestions,but like joey said, it might be just time to cut the command staff back to nothing,let the few of us take the brunt of the abuse and let anybody that wants to step up to help run things do so.
id love to see some people step up and become un-official leaders,really take off with some leadership.

also let me add that the discussions we had in the other &quot;corey&quot; thread were not intended to be mean or anything like that.i was simply trying to convey the rumblings,bitchings and whatnot of what ive seen.i wasnt there at some of those events in question so i dont know everything.
and i know that joey expects me to &quot;squash&quot; those kinds of rumors,but that wont happen when 4 people come down to huntsville for an event that doesnt go off as planned,and it wont happen when some of our guys from TN go to novacon and come back bitching about how it sucked so bad.
i wasnt there and cant tell them what they saw or experienced isnt the truth.when somebody bitches about joey,i jump em and tell them they dont know what they are talking about.but if somebody bitches about something they experienced first hand thats a different story.



quick soapbox-this is just a rant i wanna unload,im not actually mad about this,but find it amusing.

people being thin skinned,

whats up with these people!!!!

corey gets 2 Pms and he's gonna quit!!!
jamey says something to rickenbacker and he quits our garrison!!!
jamey doesnt want corey to help with &quot;HIS&quot; events!!!
Hammer goes off on the forum EVERYTIME somebody says something wrong to corey!
loki ,loki, loki...........
donald slams me for making a &quot;walmart&quot; comment 2 years ago!!!!,i mean,that was 2 years ago!!!!
how come i cant say people bought stargate suits at walmart,when they fucking did! those kids that came to adcon a few years ago with alli had camo pants ,black tshirts,workboots and toy guns,and alli had a freakin stick/staff carved from styrofoam.i didnt say anything to them nor ever mentioned them specifically. later i wrote something about getting stuff at walmart,i guess they knew i was talking about them cause they GOT THEIR STUFF AT WALMART!!!.and my comments werent even as deep as what i just wrote.dont come up to me and say &quot;this is a costume&quot;,and demand respect.ill give you respect when you do more than lay those pieces on the walmart register and pay for them.
so im a bad leader according to donald because of this??? i do tons of stuff for people and help them build good suits and to make them fulfill their desires to have a good looking suit.heck,i guess im really bad cause i dont think that putting together a suit of trooper armor makes you a &quot;costumer&quot;.its basically one step above walmart.you get a box of precut parts ,with instructions and in an afternoon you can wear your newly purchased costume.while i love the trooper armor,unless you actually made it,your just wearing a mass produced suit.

i love this group and what all weve done, part of me just wants to tell these people to get a grip,its just costumes.i think that these people have become emotionally confused and take everything to heart.

lastly,all of you guys have my respect,if  for nothing else ,cause weve all stepped up and met the challenges.its my opinion that the command staff has risen to the occasions, and the members are what have drug it down.
even spectacular events like talladega got diluted in the bitchfest and crap.we did lucasfilms proud and for that i stand tall.screw the naysayers and whiners.they didnt have to make those decisions and put up with the crap afterwards.

i have a smile on my face this morning,cause behind me shines the well earned light from my &quot;Southern Outpost&quot; sign.a sign that represents numerous sleepless nights,rough monday mornings and alot of blood,sweat and tears.

we came,we kicked ass,we stand tall.


skip out.................');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2740','831ff20676','','Yep, add me to this roster as well Mr. Corey.  Its too close to home to miss and the wife has made arrangements for me to go .  Geez that sound awful! :wink:  When we start getting room stuff going someone let me know, its close to home but I would still like to avoid a late night drive home. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2741','c0d85a4276','','[quote:c0d85a4276="TK2138"]Well, I really wanted to go to this with it being so close to home but it doesnt look like it gonna work out with the wifes schedule.  Sorry! :([/quote:c0d85a4276]

Leave the wife at home and come anyway!

Add me , Wendy and Alex to the list. I beleive Colten will be leaving for  Camp that week.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2742','dfe42bd245','','I plan on making this one a day trip, so count me in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2743','82409280ab','','Yep! .....Don't we all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2744','309d2c7a0b','','Add me to this one also Corey.  Im not sure on the specifics yet but I will be there.  Plus, anyone still need a roomie or have room in a corner of your room or something... someone...  anyone...  please... :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2746','4b21dcbcce','','Touche' Jester, Touche'!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2747','f0bbe80436','','I'm just trying to TOUCH Schweet pea!!!!

Take care of my better half, Rose, let me know if I can do anything for you guys!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2748','ce5dd35e0f','','Yea! Whoo hoo! Alright! Way to go! 

what was this thread for again!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2749','4331084da1','','corey said he recieved 2 PMs, on top of the original one from jamey.greta likely wasnt one of them.he said they were from jamey's friends,but didnt tell me who they were.
i told him he was too thin skinned and instead of stirring up all the shit he should have handled it with those 2-3 people.since he isnt command staff he could have told them to F off.

i came up with a solution for corey yesterday.i asked corey if he realized that every time anybody clicks the &quot;posts since last visit&quot; all they can see is a line of threads with tk6203.he said he didnt realize that people couldnt easily find topics because of that,so i gave him a suggestion.
when somebody posts about an event or change of status or whatever,instead of swooping in 30 seconds later and posting.he should update the roster,then PM that person that they are updated.
this will allow corey to keep the rosters updated,give that person who posted notification that their request has been taken care of,and most importantly keep corey off every single thread.
he said he appreciated the communication and suggestion and said he would start doing that.
hopefully this will prove to help the forums a bit.i think alot of people,myself included,just pop in and out cause i dont have time to look at every thread to see what was posted just before corey.


best buy event= bad communication?
mgr not aware,nobody showed up,no donations.i dont want to drag this out but theres alot wrong with that event besides bad communication.it shouldnt have been scheduled if the local support wasnt there.and &quot;im sick&quot; isnt enough to keep alot of these guys away,jamey organized it,he should have been there.i trooped one of the dvd releases about to puke in my helmet.the guys told me to go home but i was committed to trooping since i organized the event.


as for loki and huntsville,
no he hasnt complained for a year.i brought that event up as an example of what they bitched about.i havent heard much since then.we were on that subject,so i wanted to be honest and give an example of something,and answer the questions in the discussion.

novacon,shadowcon,whatever.this thread has run its coarse as far as i can tell.
Jamey and corey will go on doing what they do,people will blow up again sometime in the next month,blah blah blah,,,here we go again.

at least jamey is working with joey,ill walk away from this 1000th fiasco with the knowledge that at least jamey might be on the same page this year.maybe thats worth something.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2750','d7af0666cd','','add me to the list as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2770','9762e3f62d','','I'm sure someone could pull off a better Gambit than I can...  If someone else wants to be Gambit, it's fine with me.

[img:9762e3f62d]http://philippe.tromeur.free.fr/marvel/images/Gambit.jpg[/img:9762e3f62d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2771','e5559edae7','','Hey, I had a thought. Since so many people are doing D*con, and I've heard talk about costumes and such, would it be ok if we posted which costumes we're wearing to D*con? This way we can maybe coordinate for certain days (more photo opportunities!) Not all days mind you, but maybe an hour or so. Such as the X-men costumes and such. 

Here I'll put mine first and if it's not appropriate, someone can remove it.

Barriss
Blue Tattooine Padme
Reaver River
TV River
Kitty Pride
Winter Fairy');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2772','aac6463c81','','Soft serve Vader

Ultimate Cyclops

(tenative) X2 Cyclops (cause leather can be fun  :twisted: )

(tenative) ATOC Anakin

(tenative) Wifebeater (ROTS) Anakin (complete with stained sleeveless shirt pending Danielle willing to do black eye make up and not talk back, &quot;You tell them the truth! You fell down the stairs woman!!!&quot;)  :lol: 

Spike


So yeah at least three. Maybe more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2773','b440a03ab0','','I've looked around to see if anyone's done a &quot;how to&quot; for Ultimate Magneto... Do you have any links I could look at? The helmet will be the thing that decides it all. Do you think a modified Mando helmet would work or is something else closer to start with? Is this what the Ultimate version looks like?

[img:b440a03ab0]http://upload.wikimedia.org/wikipedia/en/e/e4/Ultimatexmen62.jpg[/img:b440a03ab0]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2774','02b50c49cf','','Giggity, giggity, giggity, goo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2775','7304a1c5c6','Jabba the Hutt - Help the cause','A friend I made a Dragon*Con the daughter of the woman who took alot of the footage for the last D*Con DVD which apparently I'm all over. One of the padmes that I had the pleasure of escorting in the D*Con parade, Jennie, or as I like to call her one half of my doublemint twins, just aquired a slave leia outfit and shared this link with me. 

[url]http://www.leiasmetalbikini.com/lifesizejabba.html[/url]
Check it out and help the cause folks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2776','0593dac822','','Vesper is perfect...
[url]http://www.ultimate-x.com/gallery/magneto/020.jpg[/url]

Here's a better shot of the costume itself. 

[url]http://www.ultimate-x.com/gallery/magneto/017.jpg[/url]

Below are some kewl depictions of the helmet. I think you might be able to use a mando helmet as a base. Since the Ultimate version is closer to a mando helmet then the regular Marvel-verse. Take a look guys I think its do able. The ankle and wrist bands  sintra or ABS. The cape would be the harder part I think. Getting it to attach like that.

[url]http://www.ultimate-x.com/gallery/magneto/022.jpg[/url]

[url]http://www.ultimate-x.com/gallery/magneto/018.jpg[/url]

[url]http://www.ultimate-x.com/gallery/magneto/009.jpg[/url]

[url]http://www.ultimate-x.com/gallery/magneto/010.jpg[/url]



Crash, here are some Ultimate Beast pics.
The uniform is black and yellow. The Ultimate storyline is different form the regular comics. Originally he had no fur then after an experimental medical procedure that saved his life, all his hair turned blue. Then while the X-Men were abducted by Weapon X he was experimented one and became the furball most people recognize.

Normal.
[url]http://www.ultimate-x.com/gallery/beast/023.jpg[/url]

[url]http://www.ultimate-x.com/gallery/beast/010.jpg[/url]

Blue Hair.
http://www.ultimate-x.com/gallery/beast/009.jpg

Furry.
[url]http://www.ultimate-x.com/gallery/beast/028.jpg[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2777','d64ac77f46','','I agree with the idea of this costume being better suited as a secondary costume... no one really knows what it is... I thought it was cool looking so that's why I got the mask..... but it's not as much fun when no one knows who you are!

 :x');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2778','bd0e84104f','','I guess I see now. give it a couple more months and the heroes and villians of KOTOR 2 will be added to the starwars.com databank.

I think Nihilus did have a bigger role if it weren't for the fact the game was rushed');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2779','c7856cb65e','','BTW, there are several costumes that can be done for the larger person.  I have done a Tusken Raider and am almost finished with a clone trooper.  I have seen people in the 270 range do a Biker Scout.  Snow Troopers also do well, as do Tie Pilots.  So there are a lot of options for your friend to look at.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2780','d20b5544e2','','Got a question... Who are we talking about from the original post?

&quot;This guy doesn't have a leg to stand on&quot;. Who is &quot;this guy&quot;?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2781','233b3841b4','','Yep. I'm not exactly in shape myself, either. I talked to him today and He says he'll give thought to the Guard. either a guard or Tie pilot are my choices. After I finally get a job, and hopefully will be soon, things should speed up');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2782','050b1e3e94','','[quote:050b1e3e94]don't want to imagine how frightening of a presence it will be when all assembled.
[/quote:050b1e3e94]


Grrrrr....

I'll.... you know, lay those eggs.....in your stomach.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2783','c39debda40','','I have greatly enjoyed the events I've done this year:

Chattacon
3 Birthday parties
Fathom 


But the best are the armor parties and Atinmmycon 06!

I've gotten more done at the armor parties, and met more SO and SO Wanna-be's than the last 4 years of trooping!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2784','285788e920','','Ginger looks like the type that would be up for a little freaky-freaky, but Mary Ann probably never even had sex with the lights on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2785','38df418fb3','','God do i ever understand.  Sometimes I wish i could just not answer my phone ever again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2786','6fab6efb35','','Corey has those pics... and he's been a bit busy.  Hopefully he'll post soon, or get them to me so I can post them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2787','1f28f4002a','','[quote:1f28f4002a="Loki"]God do i ever understand.  Sometimes I wish i could just not answer my phone ever again.[/quote:1f28f4002a]
... he types as he answers the phone when I call him.  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2788','9c471c572e','','Alien
Stormtrooper
BeerTrooper
BeachTrooper
DrunkTrooper
Mandalorian
The Prof
Keeper of the Pulse Rifle

Greased-up naked dude.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2789','d6b6a51e50','','Oh, I'll answer for you!  Anything for my Queen!  (Was that to obvious?)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2790','da69946269','','Good Lord!  Look at that roster!  If everyone shows up who thinks we'll have more people than the Georgia Garrison?

I do!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2791','b0e6b27716','','[quote:b0e6b27716]I guess I only said I was going on the RL boards[/quote:b0e6b27716]

Oh god, are those people going?

Oh well, more targets.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2792','617616949a','','Better, stronger plastic was used in the 95.  the 96 IS the same mold, but tends to be warped 9 times out of 10, while the 95 usually looks pretty good and needs less work.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2794','b26cd6dfbf','','I always pack more then I actually wear but here it goes:

Royal Guard
Rose Guard
Ruusaan custom mandalorian

Clone Wars Padme ep1 gown (more work on it since c3)

Lord of the Rings Elven Gown

Dawn contest entry (maybe)

Classic Rogue (maybe)

Lady Jessica Atreides (maybe)

Half scale bitch puppet (not-so-much-a secret, as long as I can finish her)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2795','280ed662ab','','[quote:280ed662ab]Half scale bitch puppet [/quote:280ed662ab]

Yay!!  Jon's coming! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2796','3cff92b78a','','It's so hard for me to plan that far in advance LOL
So far...
Padme Lake dress
The Bride from Kill Bill
White Witch from Narnia
Wonder Woman yeah!!
Hopefully Bespin Leia

and a couple of other things., probably.... who knows...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2797','1123c672e8','','Yeah, just a little, but if anyone can't figure it out by now... I'd be worried. Rawr!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2798','2fae324237','','[quote:2fae324237]Grrrrr.... 

I'll.... you know, lay those eggs.....in your stomach.[/quote:2fae324237]




Geez, now he's just phonin' it in.  Yep, just staggers out to the stage, waves to the fans, halfasses his way through a few tunes and then it's off to the liquor store with the paycheck.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2799','9ad91c8a8d','','Custom Mandalorian


fat nerd



That's all I got so far.  Looks like I'll be packin' light this year.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2800','0dd8697b3b','','[color=yellow:0dd8697b3b] [size=24:0dd8697b3b]GRRRRRRRRRR!!!!


I&quot;LL LAY EGGS IN YOUR MOTHERFRACKIN STOMACH!!!![/size:0dd8697b3b][/color:0dd8697b3b]   










I still got it!

Now, off to the liquor store.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2801','ccccbce634','','How about the convenience store to get some damn batteries for your camera...then the liquor store.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2802','f31cf1c428','white vs green','Loki is right.  I don't know the exact timeline, but the original 95s were made of a very durable white resin, thus they are white on the inside.  Sometime in late 95 early 96 they switched to the green resin, which is still good stuff.  Then in 97 they went to a crappy dark green resin and new molds that look like the elephant fett.  Ask TK-Tim, the 97 sucks big time.

I used a 95 for mine and a 96 for my wifes fett.  They are both great.

If it comes in warped, just put it in hot water, and then shape it the way you want it.  Stand in from of a fan until it cools.  You have to do this before you paint.  If you have huge melon and you want room for your nose, you may have to give up some flair.   :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2803','a6414e5adf','','Here is what is on the docket as of now.

Plo Koon
ROTJ Emperor
Red Emperor
Custom Mando
Possibly one of those X-men things if time and money permits.
Possibly Hagrid, if I remake the whole thing before then.
Possibly my Mal costume.

That's what I've got.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2804','8c47e2aec2','','Thats the fantasy--but I betcha reality is this....

Gingers a Diva and would make you do ALL the work. Mary Anns a giver and eager to please.

But again-if thats what you're  into.  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2805','fc30e2b811','','Tk,Tc, Custom Mando, Officer, Kit Fisto....If I can get ANY of these done. They are all in there various stages..........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3015','ad1f1bd856','','that is kick ass fett, hammer. I have a black belt like yours. I am going to do a mando fett. The jumpsuit is going to be brown, the armor is going to be hunter green, and black. I am excited about it.  SO far I got a gun. 

BradLink');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2807','150bf0699b','','I gave up a lot of flair.  But I still have 16 pieces!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2808','f6551ac24a','','I forgot today untill I got home and logged on that I was supposed to get batteries.  By then i was in a t-shirt and shorts and had pizza on the way, so i said &quot;SCREW IT!&quot;

You guys can just wait.


In fact, i don't think I'll show any pics of it.  That will save the surprise for midsouthcon.  If that freakin head will ever get here!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2812','5f672044f3','','&quot;Who wants HEAD?!?!&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2813','92c529d87e','','Well, congrats Derek!  I didn't know that!  Do they know he dresses like the Emperor most of the time now?

I think I'll go register!  I'll join with my &quot;Alien Jedi&quot; costume!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2814','e9e378f1e0','','Ok, I'll give  ya that. I'm sure Ginger would be quick to tell you if you're doing it WRONG. If she doesn't say anything....then I guess its safe to assume you've got it right.

 8)    

But I still wouldn't be so quick to dismiss Mary Ann,  she's gotta have talent and initiative to &quot;take care&quot; of all the farm hands, livestock and STILL have time to make all those pies!!! :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2815','d905874851','','A New Clone
Vader
Pulse Rifle Team Custom Mando
Spawn -  I hope
Beast(x2) - I hope');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2816','35c152fbbb','','Won't work, after Chip enterred the Dragoncon masquerade back in 2002 with an &quot;Alien Jedi&quot; people know to look out for it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2817','7b33b62601','','Just sit right back and you'll hear a tale...

This is fast becoming a discussion that should be moved to the Trash Compactor!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2818','f766618608','','Ah, but I'll sneak up on them!

And lay eggs in their stomach.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2819','963ad7893f','','Eh. Move it-keep it, whatever.  I guess I'm done with it. 

I just had to stick up for my girl Mary Ann!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2820','7f01d862c9','','If you lay eggs in my stomach, you had better be prepared to pay child support and take those little alien body loki faced freaks on the weekends and holidays.  :roll:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2821','a9f7d7d1d8','','It all depends on how much I can fit into my Exterra..

For sure..my..

Jango Fett
Necromonger Commander (Scales)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2822','9d617b92bc','','C'mon... let's be reasonable... If this happened in real life, Mary Ann and Ginger would probably be into each other. Real life sucks.  :wink: 

OK, seriouslly... Mary Ann all the way.  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2823','85e62e1ad2','','You guys got this right..the White plastic tends to be stonger..it's molecular structure is bonded better..and all that scientific mumbo jumbo that is above all your primitive ape heads.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2824','108c2e1797','[NC-17] TROPHY-CASE','To add some spice to the cloning tanks, let's add some exotic cloning material.

[img:108c2e1797]http://www.knology.net/~killjoy/501stnc17/Critters24.jpg[/img:108c2e1797][img:108c2e1797]http://www.knology.net/~killjoy/501stnc17/rockstraddle.jpg[/img:108c2e1797][img:108c2e1797]http://www.knology.net/~killjoy/501stnc17/AEG_GRPS_011.jpg[/img:108c2e1797]

[img:108c2e1797]http://www.knology.net/~killjoy/501stnc17/tevita_aholel_repost_018.jpg[/img:108c2e1797][img:108c2e1797]http://www.knology.net/~killjoy/501stnc17/hunkup.jpg[/img:108c2e1797]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2825','6f21811a3a','','I feel like shit having to type this, especially after being a major pro-midsouth con guy. But I might not have the capital for this one with alot of stuff coming up soon. Put me as a tenative... I'm realy sorry guys. I wanna come I jsut have to play this wisely otherwise I won't be able to go to other things later.  :(  So tenative... with a 65% chance of not coming...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2826','8105ef68e2','','Well... if the fates allow:

TC or TK (if I can sell the Episode III helmet, I'm going TK)
Custom Mando
Rodian Jedi
Jayne Cobb
(and hopefully) Magneto

... and I was proud to have 1 thing to wear last year. Sheesh!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2827','3f92135e79','','I'm all about the Country Girls.. MaryAnn all the way.  Ginger would suck all my prop and 501st traveling funds away to buy fancy junk.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2828','96eff9603e','','What is a Jayne Cobb?  and is it good with butter?

And... Crash..Don't show your Beast at DragonCon..none of us what to see it...well most of us...I mean all the men...well...most of all the men....ahhh heck.... I want to see it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2829','967170770e','','They have that EXACT Magneto helmet here in Nashville at the great escape.

Theres this on ebay:

http://cgi.ebay.com/NEW-MAGNETO-HELMET-MARVEL-UNIVERSE-BUST-STATUE-NR_W0QQitemZ6612949571QQcategoryZ98024QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

and this:

http://cgi.ebay.com/Marvel-X-Men-MAGNETO-HELMET-Life-Size-Display-Replica_W0QQitemZ6043608974QQcategoryZ2483QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

so go check em out, its sooo much easier than modding a mando helmet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2830','da662493e7','','heh... not sure, but he comes with a &quot;Vera&quot;. That can't be all bad.  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2831','61ca1bf741','','Always good to come with a Vera.  I'm Very Proud for ya. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2832','6342ce06d9','','Sick of all the Crap...I'm ready to troop but I can't leave home for a few months.... :cry:  :cry:   I have been giving a piece of my mind to any and all the whiners and bitch/moners.. People need to also solve problems for themself.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2833','1158f3d045','','Whereas Mary Ann would suck your fancy junk and let you keep the props.  You know the sweet, quiet ones are the ones that leave marks on ya.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2834','3f34bf02eb','','WORD.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2835','381ddea9c4','VOTE for new Hasbro figure','Check it out and view the top 25 picks and pick one of the Clones...who else would it be???? most of these suck... I want a Jaster Mereel figure :cry:  :cry:  :cry: 
I voted for the Galactic Marine..so vote and tell us who you voted for and why.


http://www.wizarduniverse.com/magazines/toyfare/TF20060313-tf.cfm');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2836','182578a14d','','Hey guys, I'd like to try and hit this con this year, but I've never been. Can you give me some basic background info on this one? Here are some questions I'd like answered:

1) How much would it cost me, total? I don't plan on spending anything in a dealers room or anything. So just con pass, hotel, food, all together.

2) How far ahead should I plan for this one? I know for Otakon I needed a half year in advance to plan for it, but I get the impression I wouldn't need that much time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2837','3a0b51398b','','Yeah that'd be an easier base but thats not the exact Ultimate one thats the regular marvel universe or what theyc all universe 616 if i remeber my comic terms. But if you got that cheaper priced one we could mod it or use it as a base.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2838','bf89f6f642','Wookie Hunter','I thought I would post some upgrades I am doing for the parade, and hope get some full body shots at the parade.

Updated and modded gauntlets:

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2815.jpg[/img:bf89f6f642]

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2818.jpg[/img:bf89f6f642]

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2816.jpg[/img:bf89f6f642]

Repainted, new weathering and new stalk Helmet....still more to do, but I had to stop at some point:

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2824.jpg[/img:bf89f6f642]

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2825.jpg[/img:bf89f6f642]

New knee armor, weatherd:

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2828.jpg[/img:bf89f6f642]


[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2827.jpg[/img:bf89f6f642]

New boot armor, still some more weathering for parade but pics none the less:

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2830.jpg[/img:bf89f6f642]

[img:bf89f6f642]http://i7.photobucket.com/albums/y261/CGClone/IMG_2829.jpg[/img:bf89f6f642]

Hope to post new bowcaster mods after parade, wont be ready and new backpack soon...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2839','cd84fe887e','','No the exact one is at Great Escape here in town, but I could be mistaken, I just put the auctions up to show you whats out there...just fyi.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2840','b2155e527a','','I gotta laugh at all the girl talk, the 2 somes, 3 somes, innocent country versus sophisticated city girls. 

I have a feeling not a single soul in here has the experience, its just a sanitary place to type your fantasies.

 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2841','b907525836','FS Bantha Skull &amp; Cog stickers','This parades weekend and next midsouth weekend I'll have a supply of stickers from my uncle to sell. Various cogs, bantha skulls, and a few rebel symbols too. I'll be selling them on his behaf for the usual special SO price of $2 a piece or 3 for $5. So if yer interested just tap me on the shoulder and I'll show ya what I've got!  :wink:

Edit... and some &quot;Han shot first&quot; in sw font.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2842','48dfcb634c','','I need to go up to great escape to get the tpb vol. 10-13 anyway sometime when i've gotthe cash so I'l lcheck it out. Unless your up there before me. Those auctions are kewl. And that one price is awesome.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2843','00504b88c0','','Tambo you and Salacious try to act all innocent over that. You have pried and tired for a year of cons now. It aint happenin....LOL.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2844','1a9510c3e5','','Joe, Nooooooooooo!!! What about sushi off yer body? Jon was looking forward to that one.


For anyone interested in purchasing vinyl stickers this weekend, check out my post here
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=186');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2845','0391684fd8','','For anyone intersted in buying some vinyl stickers this weekend, check out my post here
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=186

Man o man, I can't figure out which I'm more excited about. Friday night, the parade, or IKEA. Wooooooo*blows a gasket*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2846','8eef9ba652','','Alright I may do just that...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2847','7411df7d1b','','Okay it has been explained to me that table have no say in things so I guess I have no choice but to smile and go.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2848','d58d048859','Weapon weathering and such...','I'm trying to get some weathering done on a blaster.  Is there some tutorial someone has on how to do this?  Trying the get the ol' Stormtrooper Blaster modded and ready for the next outing...

I've enlisted the help of a man many believe is &quot;da man&quot; on weapons weathering via Rose.  I'll probably take his tips, recommendations above all.  But I really wanna be well rounded on this.

Anything online or anything anyone wants to share is fine.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2849','318766713a','','Tambo I tried to explain comics to you once before... we're X-Men not XXX-Men... so you won't be seeing anyhting like a shaved naked S&amp;M Loki in a wheelchair or me wearing the visor and a set of spandex speedos. Fear not oh great Tambo and if we offend. Think of this as a just a dream and gentle Slim will make ammends.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2850','bebfe6d5e5','','Microwaved Mando... deeelicious!

Looking good man.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2851','8435062105','','Helmet..with new paint job and Stalk well done.
Gauntlets with more weapons (Tambo Whip cord.  Cool Flame projector)
Nice Knees
Boot armor...looks real good
and the Microwave mod...very, very hot.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2852','9cb5a4f0fd','','Woah woah woah there...

First off, Otakon is the Dragoncon of anime, and Adcon is definately no Dragoncon.

Really, this is a dealer and autograph show where we pretty much headline. It's just a few bucks to get through the door. And Jon's brother runs it so we've usually got a good amount of space for us to roam free.

So come on down Ben-not-David. Stop by and stay a spell. It's a fun 501st weekend for all.


Oh, and just to let everyone know there's talk of putting some things up for charity raffel at this event. I'll post when I know more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2853','2365ebdfb3','','Speak for yourself Crash :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2854','17df7c4188','','My vote went for Kir Kanos (Guard pride baby!)... but ep2 Padme dinner dress was a close second. Shoulda made that one looong ago, hot stuff!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2855','c8a2113be6','','Spandex...I guess i don't want to see you wearing that...maybe Crash, but I don't think he wants to stop traffic, so for the good of the Con Women we must not wear Spandex..or it could look like this rare pic of Crash that I have of him in his greased lightning suit.

[img:c8a2113be6]http://www.virtualflorist.com/en/images/items/superhero_l.jpg[/img:c8a2113be6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2856','0ea192843b','','this will be my trusty sidekick for MinuteMan.  He is knowns as Astro-glide the Airborne Dog.
[img:0ea192843b]http://www.andreaharner.com/archives/MurrySuitfullforce1.jpg[/img:0ea192843b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2857','15896cef2f','','w00t, I'm so grabbing some from you Rose');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2858','bfad4e519b','','Not to be confused with his evil twin and nemesis, [url=http://www.astroglide.com/][color=violet:bfad4e519b]Astroglide[/url] the Butt Pug.[/color:bfad4e519b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2859','b02b5de173','','I said no spandex speedos. Before you make me feel too bad I will be in spandex.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2860','d61d6d0d75','','I know I'll get ripped a new one for this but I voted Jacen Solo. He's been a favorite EU character of mine through the books and he carried on a Skywalker tradition of knocking up royalty in one of the later novels.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2861','6b49c8dcc4','','I can understand wanting to distance yourself from everything and everybody. Just let Jon know that I'll do anything I can to help, even to being the brunt of his anger and fustration, it's what friends do for each other. I'll keep you guys in my thoughts and prayers. And please call if you need anything. 

Richard
502-593-0283');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2862','26a5bbd117','','[quote:26a5bbd117="Syra"]Well whatever it was he said. he wanted a size. Im so excited. Oh and I guess Ill need a trooper name.. not Syra.. what could I have?[/quote:26a5bbd117]

DANGER...DANGER (In my best B-9 voice)

I'd be just a bit leary of some of the names that some of our more &quot;interesting&quot; members might offer you.   :lol: 

Anyway, lookign forward to trooping with you, no matter what you'll be called.  :D 

Richard');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2863','d11c8d22d8','','pick up some Games Workshop &quot;boltgun metal&quot; figurine paint and dry brush it all over your gun to begin with. Don't flat out paint it in the stuff, but give it some light dry brushing. I'd also take a roughed up brush and jab at the low spots, in the grooves and whatnot, with some flat black paint.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2864','b0c66bd63b','','Great roster on the parade!!!
I cant beleive it.. We will blow GA Garrison away with our family show...

I think Im going to leave between noon and 13:00 on Friday and head down to the red roof inn. So I will more than likly see you all when you get there..

Just so you have it
My Cellphone: (931)561-6614
My Blackberry Email: atin@mycingular.blackberry.net

If you have trouble getting there IE break down or the Tambo forgive an accident, PLEASE CONTACT ME!!! Or I will be calling you...

Here is the Roster as of this Thursday Morning:

Atin; Biker scout and STAPWAY
Zman: Shocktrooper
Skip- clone
Jenn-handler
Jessica-jawa
Jen
Jessica ; Skip/Jen Daughter
Mark I.: TD
Wendy I (tenative)
Colten I. Boskk/Snowtrooper
Drax - TC
Laura - TB
Charlie - TS
Chase : Custom Mando/ Clone
Hammer: Mando
Loki : Mando
Lokis Daughters :Jawas
Tim: Clone
Sweetpea: Clone
Rose: Officer
Kell: Battle Padme
Master Koon : Emperor
Joe: Softvader
Saberspanker:Barriss
TK Tim: TK
Jason Collier: TK
Summer: snowtrooper/mando
Jaster: mando/Boba fett
Shannon - TK
Cindy - Blue Guard
Cheyenne - Jawa

In all cases, everyone take your time getting to ATL either Friday night or Sat for the parade. Remember dont pick up hitchikers or talk to strangers.
 :wink:  :wink:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2865','b0fb4fdae5','','Ooo Ooo Ooo grunt grunt, he say moles cute?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2866','32b82c95e2','','rose, tell jon to take care of his self. He is a great person. I love him like a brother.
Brad Link');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2867','5e94d4c764','','Well, since there wernt any clones on the list that havent been made already, except for the beehive clone and Im really not interested in him too much, I voted for Yarna D'al Gargan, she was only made into a prototype for the vintage line, never produced, and my Jabba's palace diorama will NEVER be complete without her. :wink: 
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2868','d32247d2ff','','I hated to... I really did, but I voted for Bastilla Shan. In the game, she loved ME! It was so real... [i:d32247d2ff]We [/i:d32247d2ff]were so real... I've heard stories that she was like that in all the games, but I think they're all just jealous. JEALOUS, I SAY!  :evil: 

On a completly unrelated note, my second choice would have been Yama D'al Gargan. No particular reason. Really.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2869','570df38fef','','OK, here's hoping that helmet auction stays low. I really can't afford to sink too much into yet another costuming project, but it'll be hard to pass up a chance to grab the helmet if it stays under $50.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2870','e8f35168e6','','Remember, if you are wanting to register for this forum you must register an account AND leave a message in this thread.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2890','5509b7309a','','sorry,just had to be an&quot;ass&quot; for a moment,love ya tambo!

oh,those are all trick questions by the way,except that last one,its easy.



[quote:5509b7309a]Adjust the Sine wave of this magnetic envelope so that anti-neutrons can pass through but anti-gravitons cannot. [/quote:5509b7309a]

you didnt mention what intsrument youd be using to do this.
there are 3 known ways to adjust the sine,without specifying which type there no way to answer that.


[quote:5509b7309a]What is the electronic configuration of Gadolinium? [/quote:5509b7309a]

you need to specify between &quot;Gadolinium red&quot; and &quot;Gadolinium blue&quot;,
while both are similar in configuration there is somewhat of a difference.



[quote:5509b7309a]A starship's sensors indicate it is being pursued so closely that it occupies the same space as its pursuer. [/quote:5509b7309a]

 the answer is dependent on which Aeor-graphic sensor is reading this.There is no way to identify the problem without that information.


[quote:5509b7309a]What is the molecular formula of yominum sulfide crystals?[/quote:5509b7309a]

gee man, everybody knows that one. its 41...geez.......cmon.........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2891','a659e01e00','','[quote:a659e01e00="Tambo"]Spandex...I guess i don't want to see you wearing that...maybe Crash, but I don't think he wants to stop traffic, so for the good of the Con Women we must not wear Spandex..or it could look like this rare pic of Crash that I have of him in his greased lightning suit.

[img:a659e01e00]http://www.virtualflorist.com/en/images/items/superhero_l.jpg[/img:a659e01e00][/quote:a659e01e00]

Huh. Always imagined Crash being bigger. And no offense, but green really isn't your color. I'd go with a nice blue or deep grey. &quot;Smoke&quot; if you will.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2892','8aafc22880','','You are so far off.. the correct answer to the last question about the Sulfide crystals is.

A.) 5s22s22p63d104s24p64d104f75s25p64d16s2

the other ones I will not even get into with your primate answers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2893','5e5ba3a302','','3 more things,

1) there is a target and waffle house next to the hotel.
if you need anything please be sure to go in plenty of time.we will need to leave between 10-10:30am.
if you want breakfast then go early,waffle house isnt really know for being quick,and you might get left.same with target,if you need anything go early so you wont get left.
FRS radios will come in handy sat morning so have em!
these are within walking distance.

2)1.75 for the marta train, if everybody wants to simply ride then bring your 1.75. i dont mind walking but a train ride in armor sounds kinda fun.

if you havent seen this ,heres a video of the GA 501st/st.pats parade last year.youll see the train ride and what your in for.
http://www.ga501st.com/Video/GA501st%20St%20Pattys%20Day%20Parade%20SMALL.wmv
i think corey would have to find a handicapped entrance for the segway but other than that it shouldnt be an issue for us to ride.

3)nashville meet up place friday MIGHT be changed.
ive been informed that there is now a huge sports event going on and ALL the exits are clogged up in murfreesboro.
Loki, can you confirm this? i dont want us to sit on an exit ramp for 30 minutes.id rather pick another place.manchester exit 114? almaville road exit in lavergne? any suggestions? scrap the caravan friday night?  any ideas?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2894','120497dab4','','you do realize i was joking......right?????? :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2895','84fa84b39c','','Hope you dont mind me passing this along. :wink:
 Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2896','c92f1d8929','','Damn, Crash was sure dead sexy in the old days  :wink:  :wink:  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2897','098d41fb7a','','Spock knows... (but only because he was using Tambo's cheat sheet).  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2898','73aa98e9c9','uhhh','Uhhhhhhh,,,,,,  chicks are cool');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2899','345905b1f7','award','Hey Joe
One of your X-men are getting an award tonight with Portman.  I will try to get some pics for you. peace');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2900','8dd0058b45','Brokeback Mountain Weekly Grocery Lists','Brokeback Mountain Weekly Grocery Lists


WEEK ONE

* Beans * Bacon * Coffee * Whiskey

WEEK TWO

* Beans * Ham * Coffee * Whiskey

WEEK THREE

* Beans al fresca * Thin-sliced Bacon * Hazelnut Coffee * Sky vodka 
&amp; Tanqueray gin * K-Y gel

WEEK FOUR

* Beans en salade * Pancetta * Coffee (espresso grind) * 5-6 bottles best
Chardonnay * 2 tubes K-Y gel

WEEK FIVE

* Fresh Fava beans * Jasmine rice * Prosciutto, approx. 8 ounces, thinly 
sliced * Medallions of veal * Porcini mushrooms * 1/2 pint of heavy
whipping cream * 1 Cub Scout uniform, size 42 long * 5-6 bottles French
Bordeaux (Estate Reserve) * 1 extra large bottle Astro-glide

WEEK SIX 

* Yukon Gold potatoes * Heavy whipping cream * Asparagus (very thin) *
Organic Eggs * Spanish Lemons * Gruyere cheese (well aged) * Crushed
Walnuts * Arugula * Clarified Butter * Extra Virgin Olive oil * Pure 
Balsamic vinegar * 6 yards white silk organdy * 6 yards pale ivory taffeta
* 3 Cases of Dom Perignon Masters Reserve * Large tin Crisco');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2901','a8883f287f','','[quote:a8883f287f="SL100"]you do realize i was joking......right?????? :lol:[/quote:a8883f287f]

What?  really....no way.  i don't belive it. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2902','952c0b07ba','','[quote:952c0b07ba="SL100"]
3)nashville meet up place friday MIGHT be changed.
ive been informed that there is now a huge sports event going on and ALL the exits are clogged up in murfreesboro.
Loki, can you confirm this? i dont want us to sit on an exit ramp for 30 minutes.id rather pick another place.manchester exit 114? almaville road exit in lavergne? any suggestions? scrap the caravan friday night?  any ideas?[/quote:952c0b07ba]
The event is the high school boys state basketball tournament. Friday night would be the Class AAA semifinals and there likely will be at least one Nashville-based school playing, but regardless, there could be a lot of traffic.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2903','9a1d76f723','','JW03 is active. If he still can't get in, let me know and I'll reset his user account.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2904','b645867e26','Re: award','[quote:b645867e26="Hook"]Hey Joe
One of your X-men are getting an award tonight with Portman.  I will try to get some pics for you. peace[/quote:b645867e26]
On Entertainment Tonight, the host said Natalie Portman, Hugh Jackman, and M. Night Shyamalan would be at ShoWest. So, I guess Hook is referring to Wolverine.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2905','6052785f05','','I voted for Ice Creamer Maker guy, becuase...well...it's ice cream maker guy, and the article on Rebel Scum said there were rumors that they were already going to make a Galactic Marine Figure.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2906','0ad2c2402d','','Just talked to Loki and he said the same thing..
Skip, Loki should be calling you in a bit, he says he knows where a better exit/ meeting place would be for you all..
The short version is, that your current DZ is compromised by hoards of people, so set up a secondary DZ...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2907','1dd7316447','','OH Duh, I knew if I hit submit I would remember something:

Can everyone please pm me with your intended iten for the weekend. I already got Derek, Joe and Sabers, but for the rest of you..
Nothing specific except are you going to the red roof on friday, are you caravaning or just on your own to ATL..
If your going Sat for the parade. Are you planning the IKEA and or Underground option.
Also I have most cell phone numbers, but to be certain, please send me your cellphone numbers
In the same PM...
Thanks, this will help everyone immenslly...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2908','5e62678913','Mando Lando Help, Please','I'm almost one of the newest members of the SO (TK armor on order) but I'm also doing a custom Mando that everyone at the last prop party has named &quot;Mando Lando.&quot;

I'll be able to get all the Mando help I need but the lando help is what's lacking, I'm hoping to do a few of the Landos (General Lando, Cloud City Lando, Skiff armor Lando, ect..) as time and money allow.

Being new to the cos-play life my resources are limited for reference and lets face it there aint a lot of Landos in the Rebel Legion or 501st. If I'm doing this I want to do it right, we've all seen too many cheezy costumes out there and I have more pride and respect for myself, the 501st SO, and the Rebel Legion than to do that.

So any links, E-mails, books, or face to face info will be greatly welcomed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2909','e628807036','','[quote:e628807036="Hippie Trooper"]Well, since there wernt any clones on the list that havent been made already, except for the beehive clone [/quote:e628807036]

Actually, that wasn't the Beehive, that was Commander Neyo.  The Beehive is the Sharpshooter out of BFII or the same guy in Orange (the prone one) out of the small sized multi-figure Utapu set.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2910','a26a26cece','','I need a big stormtrooper head ! Any way you can get that or is it to close to start time ??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2911','8de9c1dcf8','','Tambo, you forgot to factor in the Starship's light speed sensors.  Since the pursuer is in the same space, that means that either:

The starship is actually behind the pursuer (see Picard Maneuver for further information on this phenominon) or the pursuer is actually a temporal shadow caused by lazy writers wanting to do yet another &quot;Ground Hog Day&quot; episode, so the answer is to come to an all stop until the shadow disperses.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2912','1d9370d4b0','','Corran Horn *sighs*

If he hadnt been on there it would have been Kir');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2913','3d86ead5cd','','I was thinking &quot;Anakin Solo&quot;... WTH? Is that like Han and Lukes love child?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2914','45b3581eb0','','And tell his ass to get AIM already. If he doesn't wanna chat he can shut it off but it's easier then a PM damn it!

Get AIM Sweetpea or ...

The [color=yellow:45b3581eb0][b:45b3581eb0][size=18:45b3581eb0]TAMBO[/size:45b3581eb0][/b:45b3581eb0][/color:45b3581eb0] will kill a kitten !!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2915','2d2365fa6c','','Seriously why would you want to be minute man? I mean not everything is good if you're finished in a minute.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2916','3796251380','','Bastila, the galactic marine and commander neyo were my choices.

I wanted to vote for the Galactic Marine because when I watched them turn against Kai Adi Mundi, I had mixed feelings. I was liking seeing all the jedi get slaughtered yet at the same time it gives the pity feeling for him.

how often will we get to see the characters from KOTOR as figures?
if they had made Canderous.. that would have made the choice a LOT harder. Jolee, Canderous and Bastila are my favorites in that game.

I voted Commandero Neyo because we don't see that type of clone as a figure. Plus, the jedi didn't see it coming when Neyo and his trooper attacked her.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2917','85ffb90537','','Actually it was Lando Mando. 

Jen's comment tht night still cracks me up when I think about it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2918','3883ba0da7','','[quote:3883ba0da7="TC-760"]I was thinking &quot;Anakin Solo&quot;... WTH? Is that like Han and Lukes love child?[/quote:3883ba0da7]
In the expanded universe, Han and Leia get married. They have twins: Jacen and Jaina Solo. (Twins run in families and Leia is a twin.) They later have a third child, Anakin Solo, named for his grandfather.  Luke Skywalker and Mara Jade also get married and have a son, Ben Skywalker, named after Obi-Wan. Ben is only 6 at the time of the Dark Nest trilogy, so that's why there's no interest in making a figure of him.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2919','8dab6fe40b','','[quote:8dab6fe40b="ROTSAnakin"]Seriously why would you want to be minute man? I mean not everything is good if you're finished in a minute.  :lol:[/quote:8dab6fe40b]

Or the synonym for small version of &quot;minute.&quot; think that'd be even worse.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2920','300a342ae5','','Please excuse sweetpea... he doesn't read books.  :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2921','440829ed61','','Bunny rabbits...not Kittens... All cats have the power of Tambo and report all goings on directly to me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2922','872bc8453b','','Since in the next few days, I'll have made two capes, I could certainly help with that aspect of the Lando costume. I also have the Visual Guide for the original trilogy so there should be reference photos in there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2923','674058a24a','','Chase what costume are you wearing anyway? It's got you listed with both. I thought you were just doing the Mando.

And anyword how the set up for the parade is going? Marching orders, exit buddies, etc.?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2924','a1398a57ac','','How come nobody wears capes in real life?  We should start a new trend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2925','ed20b99312','','Chase is wearing his Greased lightning outfit :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2926','e0840b0250','','Well if the Tambo wills it...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2927','e436234314','','Better yet does it still work cause sometimes while trooping you get the munchies...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2928','609801eeb1','','In my expanded universe, Han O.D.s on Spice, Leia becomes a Holographic X-rated star, Luke kills himself with his own saber, Chewbacca is a slave on his home planet and the Empire is reformed and rules the Galaxy...much more realistic');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2929','3b3735d35a','','That is right...I can shrink and you can put me in your pocket, I can go on spy missions, survive on crumbs, ride rodents and cats..think of the cool stuff you could do.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2930','93f7e42060','','I tried that when I was bout 9... didn't catch on.
But I'm for trying it again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2931','48ecbbff72','','You could cratch that place on my back that I could never reach! And fight off evil rats!

Hey!

You got me off subject now...


Any other X-Men on board?

What Beast did you wanna do Crash?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2932','c970155a90','','Right then if you do not get AIM Jon then...


[size=18:c970155a90]the [color=yellow:c970155a90][b:c970155a90][u:c970155a90]TAMBO[/u:c970155a90][/b:c970155a90][/color:c970155a90] will kill a cute and cuddly [i:c970155a90]BUNNY[/i:c970155a90]!!![/size:c970155a90]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2933','4b1ccac4d8','','Tech = Jan 27

Rochelle (my wife) = April 27');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2934','12ab07eb73','','[quote:12ab07eb73="Tambo"]How come nobody wears capes in real life?  We should start a new trend.[/quote:12ab07eb73]
Didn't they try that in a [i:12ab07eb73]Seinfeld[/i:12ab07eb73] episode?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2935','9f9655a4e6','','[quote:9f9655a4e6="Tambo"]How come nobody wears capes in real life?  We should start a new trend.[/quote:9f9655a4e6]

Um, Blue wears one all the time.  She says it's the closest to wearing a blanket she can get.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2936','25705d6044','','Cheryl = Jan. 9

Casey (J.A.F.T) = Sept. 5');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2937','9881c5a85f','','AWWWW YEEEEAAA!!! I want some Rose!!!! er..I mean stickers!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2938','62c095ab01','','1st draft of the full participant list has been posted on our boards. Please check and update accordingly. Thanks guys!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2939','bb1849527c','','I am going to bring the microwave just for Joe to carry during the parades.

Yous my biatch! 

 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2940','7e1d2b7db3','[NC-17] TROPHY-CASE','Can't wait to enjoy [size=18:7e1d2b7db3]The Great Outdoors[/size:7e1d2b7db3]

[img:7e1d2b7db3]http://www.knology.net/~killjoy/501stnc17/dave_dawson--03a.jpg[/img:7e1d2b7db3] [img:7e1d2b7db3]http://www.knology.net/~killjoy/501stnc17/Outdoors1_231.jpg[/img:7e1d2b7db3]
[img:7e1d2b7db3]http://www.knology.net/~killjoy/501stnc17/eyecandy_muscle63.jpg[/img:7e1d2b7db3] [img:7e1d2b7db3]http://www.knology.net/~killjoy/501stnc17/Andre_Herbert_01_1995_12.jpg[/img:7e1d2b7db3]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2941','416e1aadfe','','is it me, or do Zman and crayfsh remind you of the skipper and giligan???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2942','e35794d04e','','hoestly a silver sharpie goes a long way!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2943','e8586d6cc3','','I'll be there and running 2 tables over the weekend O.o Expect to see a decent turn out for both the Rebel Legion and SG-Command.net

*runs off to do some more planing! plotting...thingies!*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2944','40393481e4','','I am doing Mando, hard armor would be to much on my back right now.

PLEASE DO NOT CANCEL THE CARPOOL. Lets figure something out and communicate it.

Corey you have a pm on the way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2945','cd394c3ae8','','I voted Revan...I don't really know why... :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2946','b802bc11f8','','Ooooo, we get to name somebody else!

Don't worry, we'll be nice.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2947','9ca9cd0ff7','','Silver sharpies rule your world!  Easy and cheap.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2948','45158cbdaf','','So, do I just need a black suit and a bald head, or what?  If so, I'm ready to go right now!  That is, if we have the wheelchair...

Speaking of the wheelchair, unless I get another car between now and D*Con, I won't be able to carry the thing down there with me.

If Corey's taking the Stapway and his chair, I'd rather borrow his chair.  I don't think anyone will notice the wheels.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2949','7ce7e98a39','','Ah Crash.  I have done things that even shame me.  

Two girls at once never works like you see in the movies, unless you pay them! :wink:   Usually one of the girls gets jealous, and then the party's over.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2950','45f06a2fc4','','Yeah, and you better eat your Wheaties for it too!!!  You think pleasing one is bad... Its the best association with &quot;being a piece of meat&quot; I can think of!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2951','c0646a9825','','I say everyone meet at I-24 Exit 114.  There's a nice big 'ol Wal-Mart there, so we can toy-hunt, get fuel, grab snacks, take a piss and move out from there.  Might want to coast in on fumes.  Manchester has the lowest gas prices in TN, usually, and in case you haven't noticed, gas is back to 2.50 in the Nashville/Murfreesboro exit.

Oh yeah, there's going to be lane closures at Mile Marker 87 from 7 pm friday to 5 am Monday! :D 

I say we meet at the Wal-Mart about 7:30-ish.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2952','7efd9e348d','','A-men Chris!

Hey Chris... did you know we're sharing our MSC room with 3 girls? :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2953','bc7c5f59f2','','Tambo...  That would give &quot;crawling up in someone's a$$&quot; a whole new meaning!!  Ewwww... thats just nasty! :puke');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2954','49294d599e','','What's SG-Command?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2955','adac255e5c','','Yeah . . . and you know when you're with two girls, and you're, you know touchin 'em, and their boobs feel like . . . bags of sand . . .');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2956','a137bb5f71','','No shaved, grease-up XXX Loki?  I'm not going then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2957','fc6607da9c','','Shhhhhhhhhh....     I'll bring the Wheaties! :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2958','282a7d8ebd','','Oh, you know what Chris?  I forgot, Hammer's in our room too.  You and I just might as well take a walk.  &quot;The Man&quot; will be going &quot;Conan&quot; on the girls.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2959','078552fb91','','As long as I can watch... I wont be too offended. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2960','73d6ce50c9','','Joe... It's only gonna cost about 30 bucks a person.  TOTAL.  If you absolutely HAVE to go in the dealer room or down to the consuite, you can borrow my badge.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2961','2fbfe8b70a','','[quote:2fbfe8b70a]just tap me on the shoulder and I'll show ya what I've got!  
[/quote:2fbfe8b70a]

I'll remember to bring my camera.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2962','b1a38d3090','','[quote:b1a38d3090] Yukon Gold potatoes * Heavy whipping cream * Asparagus (very thin) * 
Organic Eggs * Spanish Lemons * Gruyere cheese (well aged) * Crushed 
Walnuts * Arugula * Clarified Butter * Extra Virgin Olive oil * Pure 
Balsamic vinegar * 6 yards white silk organdy * 6 yards pale ivory taffeta 
* 3 Cases of Dom Perignon Masters Reserve * Large tin Crisco[/quote:b1a38d3090]

Funny... I think I've seen this shit at your house, Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2963','3baad1f987','','9:15?  Shouldn't you have been in bed instead of playing with your mando?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2964','367a7ec032','','You know, the FBI and CIA just brought down a world-wide child pornography ring and they busted one man in CLARKSVILLE, who happened to chat in the Kids Porno rooms under the chat handle of &quot;God&quot;.

Now who does that sound like? Who do you gusy worship at the alter of?

Hmmmmm, give me crap will you?....If someone is not at the parade this weekend, we might wonder why!


 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2965','ff8ec104b0','Well sh*t!','I ain't gonna be able to make it - I've been fighting some sorta bug for the past two days and it's getting worse so I'm checking myself into the clinic first thing tomorrow. Take plenty of pix, and I swear to you I will troop with you guys more this summer. I've looked forward to seeing you all for quite some time now, and meeting many of you for the first time. Have fun for me!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2967','e302fbff98','','What's Stargate?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2968','703b3230ef','','Im not in Jail, wasnt me!!!!!!!!

Dude, that freaked me out though, that guys apt. is next to one of my banks!!!!! Also right next to a Catholic School and down the street from an elementry school...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2969','c2f7ab09c1','','Whats what???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2970','55a8c1ad21','','Sounds like a job for the new mini spy cam Im working on  :twisted:  :twisted:  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2971','a1e2fb47ca','TK Help needed','I have TK armor coming in soon, I've bought the black undersuit, and I'm purchasing an E-11 but what else will I need?

Hopfully I'll be putting it together at a prop party so most equipment will be there but I've heard that the armor will never work with the instructions out of the box.

So ladies and gentlemen please tell me what else I need to obtain for my TK');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2972','47f9b21666','','I doubt that!!! Did Zman ever tell you what his first nickname was?? &quot;Where's my beer bitch?&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2973','e83f83bf47','','Industrial strength velcro, suspenders, boots, rivets, neckseal (one of the troopers wives makes those),black gloves.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2974','b6564d504d','','Yup...that's for me and Ivan and our mando love sessions.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2975','6cfd29ccb6','','Well, here are some tips or at least some things that I do to weather my blasters. First theres like three levels of weathering.

1.Less worn
2.Worn
3.More worn

For the first two, I would start by painting the blaster with a good automotive black paint, I like semi gloss. Dont forget to prime the surface first. Now youre going to want get some rub-n-buff. This is used for gold leaf picture frames, it comes in silver and gold, you want silver. It can be bought at most hobby/craft type stores and comes in a small tube. Next take a damp make-up sponge with the rub-n-buff and gently brush the high areas of the weapon. Work from the front of the blaster and stroke toward the rear of the weapon. As you do this think in your mind where natural wear would occur on a real rifle/pistol. The grip, the corners/edges, all of the high areas. A little goes along way, so take your time. You can than take some flat black paint and mist the muzzle, to give the look of carbon build up.

Now if youre wanting to really go more worn I would suggest the base color of the blaster to be a dark metallic silver automotive paint (Plasticote comes to mind) and than start building up layers of black acrylic washes (Wal-Mart craft paint). This way the silver will show through in most areas. Clear cote. Now give the entire blaster a wash of watered down brown/rust color acrylic craft type paint. Wipe off the excess, let dry, flat black on the muzzle and youre done.

And remember if you mess up all you got to do is start over with black.
Hope this helps and Ill see if I can find some tutorial with pics on line.

Cheers!
~jon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2976','269e911367','','[quote:269e911367="TD152"]is it me, or do Zman and crayfsh remind you of the skipper and giligan???[/quote:269e911367]

Hey! My little buddy Crayfish has been sick lately with pnemonia! Gonna have to get one of the girls to make him a coconut cream pie and give him a massage! (not me, one of the girls)

Now, hmm who can the rest of the characters be!? 

Professor?
Ginger?
Mary Ann?
Mr Howell?
Lovey?



Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2977','dd602c2073','','And now, Action Figure Theater...



[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd00.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd01.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd02.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.villagephotos.com/p/2006-3/1160080/TENumber3.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd04.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd05.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd06.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd07.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd08.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://i53.photobucket.com/albums/g67/jestersaft/TENumber9.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd010.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd011.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd012.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd013.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd014.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd015.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd016.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd017.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd018.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd019.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd020.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd021.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd022.jpg[/img:dd602c2073]

_____________________________________________________________

[img:dd602c2073]http://img.photobucket.com/albums/v647/TK_6873/Action%20Figures/The%20End/TheEnd023.jpg[/img:dd602c2073]


End Season 1');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2978','234c9ab985','','nashville caravan needs to meet in manchester just as mentioned before.
corey please help get this info to everyone coming down friday night.

the interstate will begin closing lanes just past murfreesboro,at 7pm friday night.
youll want to be in that area by 7 or so,as it usually takes them awhile to get it fully closed.
lets move down to manchester,exit 114
turn left off the exit and walmart is right there.
how about 7:30-8pm?
corey since your going earlier then us would you please get me a list of who is meeting up with us.thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2979','90b874620e','','hey Zman and others riding over from B'ham.

look at this link,

http://www.underground-atlanta.com/HTML42.phtml

this tells you exactly how to come over from I20 and exit off exit 56B

we'll scope it out tommorrow night and report back which parking garage were gonna shoot for.then be sure to have your FRS radios on when you get to that exit,get with us or the GA guys that way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2980','fbedd31f21','','Loki,

I just checked and your registration is there. It jusrt says that you have`nt posted yet...Can you get in or not?

LMK..

JK3');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2981','076b6eccf3','','one more thing,
weve got a &quot;surprise&quot; guest coming over to the parades.this will be very exciting to alot of the newer members.
youll have to wait to see who it is,when you get there saturday!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2982','22422e14b7','','Bob hit the &quot;must haves.&quot;  Oooooooo!  Goody goody!  We're getting another TK!!!

Maybe we can do more video work on assemblies...  Gonna bring all that armor to the prop party???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2983','cf775883ed','Showest  was Awesome','I am happy to say that Showest was a blast; it was just a few hours ago her in Vegas.  If you are up, you will see the first shots,,, not good ones, but from one of us, not the media.

I am pleased to share that Natalie Porman was presented with my 501st challenge coin at her table; special thanks go out to a very understanding body guard for allowing me access.

She was awarded the &quot;female Star of the Year&quot; award. here are the shots I got.  Please forgive the photos, the ballroom was dark and I only had my small digital camera.
[img:cf775883ed]http://i29.photobucket.com/albums/c295/toddtaylor/showest%202006/148_0006.jpg[/img:cf775883ed]
[img:cf775883ed]http://i29.photobucket.com/albums/c295/toddtaylor/showest%202006/Natalieupclose.jpg[/img:cf775883ed]
[img:cf775883ed]http://i29.photobucket.com/albums/c295/toddtaylor/showest%202006/Nataliesaward.jpg[/img:cf775883ed]
[img:cf775883ed]http://i29.photobucket.com/albums/c295/toddtaylor/showest%202006/nataliesawardII.jpg[/img:cf775883ed]

Here are a couple shots from last year, when Lucas and Hayden got awards just in case you didn't see them
[img:cf775883ed]http://i29.photobucket.com/albums/c295/toddtaylor/showest%202006/will797-R1-035-16.jpg[/img:cf775883ed]
[img:cf775883ed]http://i29.photobucket.com/albums/c295/toddtaylor/showest%202006/will797-R1-039-18.jpg[/img:cf775883ed]
[img:cf775883ed]http://i29.photobucket.com/albums/c295/toddtaylor/showest%202006/will797-R1-047-22.jpg[/img:cf775883ed]

The others who were there and got awards were:
Dakota Fanning
Laurence Fishburn
Jennifer Hudson
Brandon Routh (superman)
M Night Shyamalal (director)
Vince Vaughn
Hugh Jackman (Xmen)

I was also fortunate that when I walked by her table at the end of the night, I noticed she had left her showest program in her chair.  Naturally I picked it up.

Joe I got some other program off the sames table, one of them has your name on it.  I owe you for the unleashed figure.
Wish you all could be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2984','06eb4540c6','','Will do Skip,

PM going out now and phone calls this afternoon...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2985','76e8e35f44','','ATL Weather report:

Sunset: 18:47

UV Index: 7
Humidity: 42%
Wind : NW 15
Todays Temp: 68
Tonights Temp: 41
Tomorrows Temp: 66
Tommorows Weather Outlook:
Mostly sunny skies. A few sprinkles possible late. High 66F. Winds N at 5 to 10 mph. Sunrise at 06:44, sunset at 18:48. UV index is High at 7 (Wear Sunscreen)

NOTE: Remember ATL is 1 hour ahead, it is on Eastern Time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2986','4f5983f65b','','Boots and gloves.

You can get a pair of inexpensive white &quot;disco&quot; boots made by Pratt for around $30 at costume shops or online. These feel great and look good too.
Or you can blow the big bucks and get a pair of  official &quot;stormtrooper&quot; boots from C.A. boots (www.caboots.com) for $80. 
Sometimes C.A. boots will run a sale on seconds or scuffed boots for around $60.

Gloves are your call. I use a pair of Mechanix brand gloves found at Wal-Mart for $10.00.
You could also use black batting or golfing gloves, also available at Wally-World, for slightly less.
For the authentic look, use black rubber gloves.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2987','9156f44135','',':shock: 

The deuce you say!!!

 :rotfl 
 :rotfl 
 :rotfl 

man I loved this new episode Jester! I think I laughed so hard I cried!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2988','7ef9d0c7ab','','Howdy,

    Just gettin' a chance to finally get on line again and see what's up for MidSouth. . . .great to see folks coming out. . . .if yer not goin'. . . .get off yer lazy but and come on down. . . .(stockin' up on plenty o'mix for steel-eyeballs and adding wookiee braids to my axe as I speak)  also. . .if I'm not mistaken. . .I believe the SO are downright dignitaries for this event. . . .plus you might get the chance to throw down and kick some FURRIES' ass. See ya there!


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2989','20e0a3ed5f','','What?!   :?  WHAT???!!!!   :? :shock: Like for real?  :cry:

I'm too youg to die!!!!!!!

Shirley you jest, Jester.?

These are the best AFT on the web they can't be over?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2990','af5694d7bf','','THAT was what I was looking for...  You covered the areas that I was trying to find online.  I can't believe there isn't a really good tutorial for this stuff (maybe I'm just looking in the wrong places).

But someday, I'd like to shoot a video of weapon weathering.  Make it a streaming thing someone could put on a site.

You rock man!

Thanks!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2991','4a21c5f4bd','','Hey I'm just holding out there was plenty of bacta and bandages nearby!!
MEDIC!!!  :shock: 

Nailed by a sniper! While talking over props!! Oh the humanity!!  :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2992','f568400598','','Thanks for the report and the pics Hook.  Natalie is a fine young actress that hopefully someday, maybe when she is old and grey will attend a Star Wars fan event and the rest of us can meet her in person.  Did you get any other swag?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2993','b7d3671ab8','','I will attest that Rub and Buff is some cool stuff.  I just got some at Hobby Lobby on sale.  (look in the stensil area)  This stuff works great on armor and many of the Jangos use it to make thier sintra look like metal.  It aslo gome in several metalic colors.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2994','bb3e6e2bc8','','You guys have fun...got to stay home and protect the fort..it would not be fair to leave Mary so soon with our new baby..give it a few months and I'll be traveling a little more.  Take lot's of pics.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2995','ff42675946','','You'd think beer and a 100% cotton t-shirt would make me invincible!!!!

Tell me that it ain't true!!

NOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2996','ead04a779b','','Thanks Skip! 

Meet there at the UnderGround Garage?

Time?

Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2997','53f80f58a9','','Man'o'man. Congrats to Natalie, and congrats to you two on being there. And finally she's got a coin... so she's safe from buying a round of drinks next time we see her?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2998','3a8f009dca','','It has been a fun ride..thanks for the laughs Jester.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('2999','6714d61abc','Star Wars Wallpaper','Check these out..I'm glad I never painted my walls...I'm getting one of these.

http://starwars.myfotowalls.com/examples.php?0

these would also look good as backdrops for our table for fan pics.  What say you?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3000','37e16fc69f','','GA is meeting around 9:30-10 am

i think were gonna shoot for a time closer to 10:30-11
they will be in place before us,and this parade is known for 2 hours of standing around before hand.
so plan to be there any time that morning really.feel free to check in sat. morning for an update,but shoot for 10:30 to meet up with us.once we arrive we'll likely scope out underground for bathrooms and then get dressed.there simply no sense of urgency since were there literally 2+ hours ahead of parade time.
Zman, im assuming your the lead man on the B'ham caravan.so ill get you any info i can to help you guys make it in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3001','4fa4d3bf08','','mmmm, don't you just love the smell of fresh armor?

[img:4fa4d3bf08]http://www.tk-2486.com/501/laurensarmor.jpg[/img:4fa4d3bf08]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3002','360f5a836a','','Hey guys, note at the end it said &quot;End Season 1&quot; that should mean there's more on the way eventually.

Great job Jester.  I figured that was to be your initial target.  Can't believe Sniper Holly took out the lone male TS right off the bat (note I was down before most of the bullets came in).  Glad I was able to make the big episode.  Giggidy, giggidy, giggidy!

Let me guess, will it be a Dallas &quot;dream&quot; episode ending to be revealed in Season 2?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3003','93e62e7a17','','Would you recommend the full under suit or go with 2 piece under armor?

If you go with the under armor, then what kind of socks do you use??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3004','fe1cb01990','','I think a shot of the Death Star docking bay just after the Mellenium Falcon arrives would make a great background for a booth.  If we could get a ground level shot with a bunch of troops in the background, that would be great.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3005','a1b60cb32b','','Good luck with the standard to metric conversion for measurements. 

But the Death Star trench with the TIE Fighters (center square) is cool as all get out! :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3006','353225884f','','Update:
Laura has twisted her knee pretty badly, so she's decided to skip this one. She sends apologies and regrets and will certainly miss seeing folks. Charlie has decided he wants to spend the weekend at a friends house in Kentucky that he rarely gets to see.

So, it's just gonna be me from the Drax household. Hammer and I will be heading to 'Nooga Friday night and heading down to Atlanta Saturday morning. We haven't decided on any post parade plans yet. Depends on how my feet and back feel probably.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3007','88b5369434','Fan Film Injured Trooper','Ever wonder why you never see an injured Tropper  :D 

http://www.theforce.net/fanfilms/shortfilms/injured/index.asp');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3008','c07a2d14cc','','NICE FRACKIN' AVATAR!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3009','e0e52be20f','','Todd that's awesome. Did you get tomingle with any of the stars? Vince Vaughn at least? I bet he's fun. Or tell M Night Shyamalal to make more movies? Sounds fun. Glad you had a great time. But I have a few comments...

Wish we were there? Man you know how distructive we are. We know that's an exaggeration. Had we been there, and I know I don't speak for myself here, (come on I know there'd be someone else who'd admit to it) we'd have hottie-napped Natalie, Silverman style. Nooch!  :lol: 

Speaking of growing... I hope she grows out her hair.  :(  She was one of my Hollywood crushes a while back but the short hair doesn't suit her.  :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3010','7c4224d724','','Got some coming...  Now...all I need are caps for both ends of the Blaster's site...  Also gonna throw in a small red clear piece so that the l.e.d. at the end of the barrel will illuminate.

Tambo,  noticed that the stock fits in such a way that the underside of the front portion of the barrel won't let the stock mount completely flush.  I'm thinking about just dremelling out an area.  Should still be unseen from the outside.  If I just moved the stock out a bit, it would fit, but then the area where the stock attached around the rear of the weapon wouldn't match up right.  Man, if that was just a quarter inch longer...it'd fit perfectly on the hasbro guns...

BTW, getting those new guns ripped apart to mod sucks.  They've got a couple dozen screws so I figured it'd be a breeze to open up.  But inside are at least THREE PLACES where I had to break connections (that were glued) to open it up.  And...you literally rip apart the two site caps getting them off to get inside as well.

Having a blast(er) modding this thing.  I'm getting the bug...  If anyone's thinking of ripping open the new hasbro E-11's, I've got two good pics showing the three places inside that are glued to prevent entry.  (I really thought I was going to break the halves prying them apart.  So knowing these helps a bit methinks.)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3011','f52e62e4b7','','Yeah! Now I won't be the only TK around. All the other TK's got cloned!  :lol: 

I think a two piece underarmor is better than a one piece undersuite.

We should have a list of the equipment for each costume type.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3012','32196663ae','','Here is the first place I reference when I want to do weathering:

http://www.studiocreations.com/howto/distressing/index.html

Another thing.  Go outside wearing old clothes.  Spray a light mist of baby powder on your gun.  Play with the gun, shoot stuff, open close the stock, etc.  Look where the babypowder rubbed off.  That is the areas to focus on weathering.

Last tip, the one rule.  When you think &quot;one more thing and I'm done&quot; stop.  Do not add the last thing.  Especially at first that always makes it look overdone.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3013','879d2f1ad4','Fett Gaunlets','who has fett gaunlets for sale? I need a pair of them that are unpainted. I looked at ebay and they want too much for them. 

BradLink');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3014','ba7f9bc16c','','I am buying a townhose, so this could work for me.

However, it looks like the minimum size is 5'3&quot; x 5'3&quot; and that costs $286. That might be a bit much for a garrison project. Plus, we have to find the high resolution photo. They only have three on their site.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3016','959f4afca9','','[quote:959f4afca9="RReed"]
If you go with the under armor, then what kind of socks do you use??[/quote:959f4afca9]

Huh?  Why would socks matter?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3017','1f8697570e','','Personally, I wear pink socks with my armor.  But that is just me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3018','94f0f4655b','','Nomex flight gloves are nice because the undersides are leather.  Caboots are ok for boots.  If you want to go realistic, get some Chelsea boots off ebay and spraypaint them white.  A black dive SKIN works ok for an undersuit, just make sure the logos don't show and remember that velcro will rip the heck out of it if it snags.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3019','368e2c0dbd','','If I go, it'll be my first time, so who'll hold my hand?  Should I reserve a room now or is it too late?  I figure I'll go Friday night or sat. morning.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3020','3cf4f0790e','MANDO MISSING LINK','I am going to do a mando fett cosutme. 
I figured out the colors:
Jumsuit: brown
Armor: hunter green/black
Boots: black
Belt: black 
Gun: black
flak vest: black
gloves: green/ black
Neckseal: black

 So far I have a gun, boots, gloves, neckseal.   I need a helemt from Glen. I also need a jumsuit from Jon. I need a set of fett gauntlets from someone, unpainted if possible, I will pay for them. I have a mando name, it is MISSING LINK. It is a former nickname.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3021','c52bb2327e','','I got a belt too. I forgot to list it. OOOPS.

BradLink');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3022','e792fa7e32','','Ah, once more you all read too deep.
Prepare for season 2 coming soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3023','9283e6e20a','The Ultimate future group costume D*Con Project','[img:9283e6e20a]http://www.starstore.com/acatalog/Team_America-one-sheet_L.jpg[/img:9283e6e20a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3065','092bf6ee1f','','Great pics Kelldar! Thank you for sharing.


Summer and I had a great time. Thank you Ga 501st for inviting us to be in parade. Always a good time trooping with my friends.  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3066','8dbd2b1ec3','need opinions','hello...i'm needing some information, and am willing to fall to my knees and bow to the wisdom of the die hard's among you..

i'm in the process of creating a custom manda right now and have come to a problem that doesn't seem to have an easy answer.  i am  researching mando symbols and logos, and while on the internet using google, have come up with two that are relevent...bantha and the wheat circle.  i have already incorporated the bantha, but some sites are saying that the wheat circle is the mandalore logo, while others say it's boba's, and yet others say it is possibly the rank of the officer that boba took the armor from.  of course, they also say that boba is, is reality, jaster, who has simply changed his name.  i'm afraid to go any further, and risk taking a great costume and screwing it up with a blatent inconsistency.   i have also run across two versions of the circle, with one only having a wheat stalk and the other one having wheat, a teardrop, and a transposed &quot;f&quot;.   

would everyone be so kind to weigh in on this and help me solve the costuming question:  are both the bantha and wheat symbols usable for my mando, or not? and if so, which wheat circle?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3024','78900a88b6','','Alright I have a time now from the manager.. 10 am- 4 pm.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3025','d60210297c','','Dude, you forgot to take your Ritalin this morning  didn't you.  SHAME!!!

OH HELLS NO!!!! :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3026','71338229ac','SOLD! - ABS Episode III Clone bucket kit','When asked, several of you suggested I go with a TK before trying to tackle a Clone. Did I listen? Yes and no. I'd be happy with either one, but at the time, I had the money for the Clone helmet and went that route. Since then, I've decided it would be best if I went the TK route. 

So, my ABS Episode III Clone Trooper helmet arrived today. Not sure if we can say &quot;who&quot; it's from on here, but it's where most of them come from, I guess. Anyway, it's got the 7 ABS pieces along with the resin greeblies, visor, mesh, and the black foam stripe stuff. I'm hoping to get the $175 I paid for it so I can apply it toward the TK. If you or anyone you know is interested, please let me know. Thanks!


On a side note, I work for a rope manufacturer. So if anyone is into caving or rock climbing (or whatever), I can get the rope about half off (or more depending on what you' re looking for). Trades are possible as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3027','390cb2b08e','','It's been done, saw them at DragonCon last year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3028','fe85d2b570','','The Ultimate STAR WARS FAN will be there!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3029','1d29637a6f','swag','The only thing I came back with was the program that she used during the show; luck for me she left it in her seat.  I also got the centerpiece of the table; it was a promotional clacker.

Unfortuantly there is very little up close and personal time with the celebs; they are always swarmed by body guards and industry bigwigs.  :bang  I was fortunate  that I was able to get close enough to hand off the coin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3030','6ac05a6bd9','updates on upcoming series','A lot of SW fans, including myself have been a little worried that the upcoming live action series might ruin Star Wars. This link here lifted a little of that for me though

http://news.bbc.co.uk/1/hi/entertainment/4808746.stm

I thought Daniel Logan, James Earl Jones and Ian McDiarmid were going to be in it... so far anyway, yet the link also explains a little different.
just a rumor, yet I also heard one of the Expanded Universe characters will be in it.

I'll also keep an eye open for the Indiana Jones movie.

if anyone else has updates on the series, I'm interested');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3031','0dc69253da','[NC-17] TROPHY-CASE','After all that training, we're ready for [size=18:0dc69253da][color=yellow:0dc69253da]Armed Troopers[/color:0dc69253da][/size:0dc69253da]

[img:0dc69253da]http://www.knology.net/~killjoy/501stnc17/Ed28.jpg[/img:0dc69253da] [img:0dc69253da]http://www.knology.net/~killjoy/501stnc17/sample1.jpg[/img:0dc69253da]
OK, this one needs a sub-title:
[img:0dc69253da]http://www.knology.net/~killjoy/501stnc17/Mature-Rugged543.jpg[/img:0dc69253da] [img:0dc69253da]http://www.knology.net/~killjoy/501stnc17/Mature-Rugged932.jpg[/img:0dc69253da]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3032','d7ad5df453','','So, no overweight Tuskens in the pics, so at least I'm safe.



 :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:  :twisted:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3035','38b2d579b2','','I would almost HAVE to suggest we change in the parking lot, because there isn't anything near by with anything that would be suitable for our changing area. The Von Braun Research hall and engineering building are the two closest buidlings to the lake, and neither of them either don't have large enough rooms or easily accessable rooms (the doors at the engineering building are TINY!!!!).

I would suggest the parking lot at the Von Braun Research hall, which is right in front of the lake on the UAH campus. There is a hedge row between the parking lot at the lake, so we'd be relatively hidden from Sparkman Dr. and John Wright Dr.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3036','8067d79c35','','Any suggestions on sources for Jango style Gauntlets?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3037','0dabd9f47f','','you got, less than a week to have your batmando done. what are you waiting for. lol Z man is my hero. I love u man. 

BradLink');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3038','3b05811ba4','','Kill an ugly bunny. 

Brad Link');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3039','ec1570c555','','Yea, Jason, I talked to George last night and he said it was ok for you to go ahead to the parade!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3040','afe6d77f35','','Vesper, that's a killer price for the helmet. I don't need another one, but anybody out there looking for one, the price is right!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3041','1d81064b26','','Ok I decided on a name for my Mando...  Yar Ronnoc.  Hows it sound?  It is my sons name backwards... Connor Ray.  I was just throwing ideas around and this one stuck, it has a &quot;ring&quot; to it.  What do you guys think? I should have some more pics soon, maybe today.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3042','bdb1cf240a','','Thanks for the link.  I think I'm glad that it's going to be set between epi III and IV.  I've been wondering what happens during that time period.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3043','7883efff50','','My old bedroom in Alamdea Ca. had Empire wallpaper in the main room than Star Wars in the closet. Unfortunalty the house was sold and the people who own have painted over the walls in pink for thier two daughters.
But I still have an extra roll of each  from when the room was done in 1981.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3044','d9b8c2c767','','Can I be Matt Damon?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3045','90224631bc','','the parade kicked major butt!  awsome time was had by everyone!!!

some of us are at fantisci con having a blast tonight, hope the rest had a better trip home than trip to atlanta on friday!


post pics if you have them!!!


later

-bamatrooper');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3046','9c4f63146b','','[quote:9c4f63146b="TK8866"]Bob hit the &quot;must haves.&quot;  Oooooooo!  Goody goody!  We're getting another TK!!!

Maybe we can do more video work on assemblies...  Gonna bring all that armor to the prop party???[/quote:9c4f63146b]

Prop party construction was the plan, if someone wants to do the &quot;Official Taping&quot; thats fine. I really want to set everything up so it all falls in place for the party.

You know, come in with boxes of stuff and leave with a complet TK. By the way do most of you TK's use the voice changer and how do you install it, If all this is too much for one prop party it could be broken in half.

Whats the best storage and transportation (we have a 4-door Camry) I've seen a lot of those blue tubs ya'll use, what size and one or 2 of them');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3047','c60b52174e','[NC-17] TROPHY-CASE','It's late at night (or early in the morning depending how you look at it).  I've spent a day doing taxes, so it's about time for some [color=yellow:c60b52174e]Clone Comedy:[/color:c60b52174e]

[img:c60b52174e]http://www.knology.net/~killjoy/501stnc17/HumpDay148.jpg[/img:c60b52174e] [img:c60b52174e]http://www.knology.net/~killjoy/501stnc17/PhilBarone009.jpg[/img:c60b52174e]
[img:c60b52174e]http://www.mindsweeper.info/ImageS/superman18.jpg[/img:c60b52174e] [img:c60b52174e]http://www.knology.net/~killjoy/501stnc17/9547.jpg[/img:c60b52174e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3048','9dce6ff411','Attn Jaster','Would you please  be so kind to send those pics summer took (you know the ones) to either Bama or myself?  would you believe I took none?  Thanks you so very much.  Admiral_holly@bellsouth.net.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3051','23ef02feef','Prop Party Chattanooga, Saturday April 22nd','I'm going to have a small get together for those of us in Chattanooga working on 501st Costumes on April 22nd.  This will be at my house in Ooltewah/Collegedale  (Exit 11 off of I-75). If any of you would like to join us  feel free to come by.   We'll kick off around 10:00 or 11:00.

I will be working on my bucket, and hopefully have part of my Clone Armor in by then.  There are a couple others working on Clone and Mando Armor and  as well.  

I'm also  getting a sewing station set up, trying to get as many people that know how to sew to come and if possible bring a machine with them to put out some Tunic's/Tabbards/pants for dark jedi costumes.  Currently I have 2 machines and hope to get a couple more.  People will be responsible for bringing their own material and hopefully we could have some kind of rate sheet that would be charged to do the sewing/fitting, etc.  Also if anyone knows a good source for material for this let me know.  If you can sew and/or bring a machine let me know!

Let me know if you plan to attend so I can make sure to have enough food for the day and I'll have some beer/pop,  if you want to bring more drinks that's fine.  There's room to crash in the floor if you want (or if you've had too much to drink).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3052','747b2a594e','','The dollar bin at Walmart is your best friend for material.

Trip to walmart:

Toy aisle, 
Fabric aisle,
whatever you went there for in the first place.

If you find something good, buy the whole bolt and they should give you a yard off of what it costs.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3053','ede938d6b2','tk','It would be difficult to do a tk in one prop party.  It can be done, but not done right.  There are several things you can do ahead of time, and then get help at the party.  You should go ahead and put the liner in the top of the bucket and cut out and file the frown holes.  Wait until the party and get Loki or Jester to show you the &quot;three rivet&quot; way to assemble your bucket.  Do not put in the lenses as you will want the flat ones.

There are several ways to fit the armor to your body.  The best thing is to get several opinions and do it the way that fits your skills and amount of time you want to spend doing it.  I like using snaps in most places.  If you go that route I can walk you through the way I did it.  You should to go to Tandy Leather and get the big bag of snaps and tool kit.  I tried the hand tool that compresses the snap, but it makes a messy crimp, that sometimes prevents the snap from having a secure closure.  The Tandy snaps are made for leather, so they are much stronger that what you get at Hancock.

This is only my opinion, but having the armor thrown together at a prop party does nothing to improve you skills in prop making.  Bring your armor and a note pad.  Take notes on how to complete the assembly.  Then go home and think through it, and getter done.  I have some pics that may help if you want me to send them to you.  

Most importantly, measure twice and cut once; and TAKE YOUR TIME!

PS if you get a dental irrigation syringe, you can suck up abs glue and get into small places.  if you get the abs glue on the surface of your tk it will have instant battle damage.  The syringe is made of medical grade plastic and abs glue will not stick to it.  It is great for the details.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3054','318acccdc2','','Goshy darn gee willickers and poo, I heard all these stories about the costumes this weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3055','e99784aa6b','','Yep, Albin was the celebrity! It was way cool to see he and his wife there! The parade was awesome! Had a great time seeing everyone! Can't wait to see the pictures, especially the one where Albin had all the white TK's and Biker Scouts laying all over the ground looking dead, with different shots of Rebel Legion and various people standing over them! I felt so sorry for those guys. They had to lay there and not move for about 30 minutes! When we helped them up they were pretty sore from plastic parts jabbing and poking them all over! Atlanta Underground is WAY cool! and what a hoot it was riding the underground Marta. People couldn't help but stare and ask questions!

[img:e99784aa6b]http://img.photobucket.com/albums/v217/skywalker1620/114695668_ebc5e933d2_m1.jpg[/img:e99784aa6b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3056','1ee319cbf1','',':shock:  Stairwell or Closet shots!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3057','f0def94b28','','Loki I have three words for your whole weekend ...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3058','ee464c7555','','Midnight opening tickets have already sold out. Just waiting on the list of room captains and roomies then I can send it to COSI and the hotel to start making the reservations.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3059','8fd152e5f2','','Here's my pics!

http://flickr.com/photos/51175165@N00/sets/72057594085559278/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3060','96c36421d4','','Killer Pics Kell!!!!!!!!! Glad you had your camera handy!

[img:96c36421d4]http://img.photobucket.com/albums/v217/skywalker1620/114695481_0de3ec5956_m1.jpg[/img:96c36421d4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3061','484eb217c7','','Taking a different approach than Hook (just so that you have two sides to the story -- and proving that we are a very differing bunch)...

I had my helmet put together completely at the prop party.  The liner CAN be put in before you get there.  I just chose to do it all while propping with the guys.  Loki threw mine together.  I also use the &quot;pre-packed&quot; lenses in my helmet.  Flat lenses are ok, but I liked the curved ones.

And...I chose NOT to file the helmet's grill as I had intended to install the bucket electronics and didn't want my own voice coming thru the bucket at the same time it was coming thru the aerators.  I'm opting to paint my grill.  It's not a MAJOR difference in not filing the grill, just my own.  Bear in mind though, that it also traps the heat in should you decide NOT to file it open.  (I just don't get that hot in the helmet.)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3062','0e29929cda','','i believe this is a public section of the forum,would you mind removing the profanity?
it would be appreciated,thanks :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3063','6b8ce70380','','im glad everyone had a good time,
i went over to the Roadhouse grill after the parade and thanked the GA 501st for having us over once again to partake in such a fun event. Albin and Kathy and everyone there thanked us all for riding over,everybody had a blast.this event marks my 5 year anniversary in the 501st.can you believe there were only a few hundred of us back then?
i believe we had around 40-50 people total in the parade but not positive.Kells pictures will likely be able to tell us.
This year we parked at the end of the parade,literally.then rode the train to the staging area.it was a great plan but turned out to be disasterous.the 1 block walk through underground split our group up into numerous mini groups and nobody knew where anybody else was.we got conflicting directions and ended up almost being late to staging.luckily the parade was moving SUPER slow.so we ended up standing around staging for a bit longer and alls well.

already looking forward to next year,


a number of us headed out after the parade.
we made it by &quot;Ikea&quot;, which almost deserves its own DAY to shop there.it was the strangest and coolest store ive seen in awhile.one month when theres no trooping planned a bunch of us are gonna ride back down there to shop!

we also had a wonderful dinner party at the &quot;BAR&quot;, last night. we called ahead and reserved the party room upstairs.the cooks found out who we were and really took care of us(they are SW fans!),we had our own private room,own waiter and an awesome dinner. i enjoyed the company and the &quot;BAR&quot; will be seeing us again.

other than the 7.5 hour trip down friday night,loki's tire blowout,the lost child incident, the disaster getting us all to staging and who knows what else, we all had a great time.

hopefully more picture will turn out in the next few days.

see you all at MSC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3064','1934eb93cf','','Man, I got there late and missed you guys..  I met up with Collier though and we grabbed a bite to eat.  I wish I could have seen everyone. :(   Hope you all made it back safe to your homes and the other convention.  I'll cya all at MSC!


BTW the STAPway looks awesome, Corey.  You gotta let me drive that thing one day ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3067','5114aea051','','This was a strange little con... I didn't go until about 7:00pm Saturday night (and got the pro-rated price). Anyway, there was a Western flair to it and it was a cozy little con. Beer a-plenty, food, slave auction, dealer's room (although I never saw it), gaming area, computer games, theater room and room parties. I missed the panels, but the Jedi Assembly was there, although they wern't around that evening. Jester can describe his feelings about being auctioned off, but I will say he makes a mighty fine bartender. Busy night, eh? Anyway, submitted for your approval, the Pulse Rifle stunt double.... 

[img:5114aea051]http://img.photobucket.com/albums/v334/Vesper2112/FantaSciCon%202006/DSC02126.jpg[/img:5114aea051]


OK, so I didn't take a lot of pictures, but here's a few. Hopefully the others took more. 
[url]http://photobucket.com/albums/v334/Vesper2112/FantaSciCon%202006/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3068','9a6c5ceb73','','Bye your command. Pics have been sent.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3069','64ac71ecd8','','Since your doing a custom, you can use either symbol, or make one up of your own design.  Bantha skull seems to be the standard for most. Have you tried the art of star wars: empire strikes back book? They had some early designs in there with diff. fett symbols.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3070','feb6dabeab','','I would hate to get hit with that flechette gun. Ouch!  Looks awesome!!

What does the center diamond say? I have no clue.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3071','9685d9006d','','New helmet paint job kicks ass! Cool looking flamethrower. Way to think outside the box. I like it. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3072','19cf6b17c3','','Thank you Rose for bringing the stickers.  Thanks to you, Summers' bin and mine will look cool.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3076','38cfe6a540','','This was my third St. Pat's parade and the first one where I came away without a blister.  
I also remembered my helmet this year, making it the best one yet for me.   :D


There's nothing like standing in the middle of the street(even before the parade really starts) in downtown Atlanta, surrounded by friends and knowing you're about to freak some people out.  

There's also nothin quite like walking past a SWAT officer carrying four sidearms and a Tommy gun with kill marks painted on it.   :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3077','44f3570d13','','Looks like everyone had a great time! Great pics Kell. Stafp (sp?) was awesome!! Hope everyone made it home safely.  Hope I see everyone REAL soon!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3078','10c8e433f3','','Got it covered Geoff, Also I just added Ivan, Im double checking to see if that means also Summer, Ill PM a updated roster in just a few minutes. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3079','e464ececd3','list','Corey, could you please post the active list?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3080','dcb4dc591d','','Great pics Vesper! Wish I could have made it! From what I understand, The &quot;insomniac&quot; was asked about by a few of the attending folks! Wish I could have made an appearance! Maybe next year!

Jester, you make quite a handsome bartender!

Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3081','ccb810e6da','','Thanks, Rose! The stickers are Awsome!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3082','0020f0cab0','','[quote:0020f0cab0="Gooshy"]Man, I got there late and missed you guys..  I met up with Collier though and we grabbed a bite to eat.  I wish I could have seen everyone. :(   Hope you all made it back safe to your homes and the other convention.  I'll cya all at MSC![/quote:0020f0cab0]

Dang it Goosh! We missed you dude! We were looking everywhere for ya!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3083','1c4f1a98fe','wow','Wow, that is cool hammer

You are the gentle giant :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3084','71c3da484a','','Yeah sorry about that.. I tried calling you a few times to let you know Z, but you must have not been able to grab it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3085','fb123e0bf9','','Hey it was a good relaxicon event.  We kicked around from 8pm-2am ro so before calling it a night.

Zman - we got asked several times if &quot; that bald guy who looks like Dave atell was there&quot; .. people wanted to know if you were doing another &quot;Insomnica filming again!!!&quot;  

One highlight for me was hangin out until 2am with Donald(wookiegunner) &quot;s dad - DON!!
[img:fb123e0bf9]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/normal_Dscf0132.jpg[/img:fb123e0bf9]
Donald, we ripped on you for not being there!! Dad says you should have gotten your ass up there!  that's 2 cons i've partied with your Dad!!  A very cool guy!

Pics are up in the gallery on the SO website..

[/img]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3086','869223d705','','I pretty sure T-Bone is looking for one.  Maybe send him a PM?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3087','aca7497e34','','Hey everyone, had an amazing weekend! Best parade yet!!! So wonderful to see everyone. And thanks to everyone who picked up some stickers. Will post more after I rest.

Here are the pics I took with Tim's camera. Thanks to Jen for taking camera duty durring the group pics. Would have taken more but the memory card filled up quick.
http://www.severedwings.com/rg/parade/

Best group shot full size
http://www.severedwings.com/rg/parade/groupbig.jpg');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3088','1228cd226a','','My girlfriend, Becca Davis, is going to be wearing my old TB armor at events when I get my Galactic Marine done. I'm almost done with it (getting armor soon), so we went ahead and suited her up and filled out an application for her (Glenn you have an email!). I also went ahead and got her registered for the boards, and her username is [color=orange:1228cd226a]nyrgrrlfan[/color:1228cd226a]. So go ahead and add her, please. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3089','a336f58562','Becca Davis, new recruit ready for duty!','Hello troopers! Being that my Galactic Marine is nearing completion (a month left, perhaps?), I'm passing on my TB to my girlfriend Becca Davis (though I still have one more event in that yet!). We went ahead and got her suited up tonight and got her application filled out. Here are the photos.

Glenn, you have mail!

[img:a336f58562]http://i48.photobucket.com/albums/f239/torso_boy/becca%20tb/DSCF0396.jpg[/img:a336f58562]
[img:a336f58562]http://i48.photobucket.com/albums/f239/torso_boy/becca%20tb/DSCF0397.jpg[/img:a336f58562]
[img:a336f58562]http://i48.photobucket.com/albums/f239/torso_boy/becca%20tb/DSCF0400.jpg[/img:a336f58562]
[img:a336f58562]http://i48.photobucket.com/albums/f239/torso_boy/becca%20tb/DSCF0402.jpg[/img:a336f58562]
[img:a336f58562]http://i48.photobucket.com/albums/f239/torso_boy/becca%20tb/DSCF0403.jpg[/img:a336f58562]

Play nice boys, we gots another girl runnin the show. :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3090','59db106ebf','','yeah! more bama girls!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3091','b4aee35711','','What do ya'll use for liners for the bucket?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3092','e504d6469b','','The few, the proud, the ones that actually went to FantasciCon.....
Nothing official here but the fun. 

[img:e504d6469b]http://i53.photobucket.com/albums/g74/jester6873/BlackSheep002.jpg[/img:e504d6469b]


Don, your dad is hysterical. He kept me rolling for the better part of an hour while I was tending bar in the consuite.

Vesper, thanks for getting those pics and hanging out with us. Dude, I can't wait til you're in armor. You're having fun now, but it comes ten fold as a TK.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3093','f98cea5b27','','Thanks to everyone who bought some, and sorry to those who I missed or ran out before they got to me. Great turn our for my uncle though. He'll have a booth at Adventurecon again this year, and if you're looking for something custom or more elaborate, here's his email:
Scott
phinzup@knology.net');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3094','6afa262e34','','You might want to check out the symbol on Jodo Kast's armor.
Check out Craig's Jodo Kast site.  It's somewhere on there.
http://mywebpages.comcast.net/jodokast/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3095','4baec5f198','','All right, last year, I heard that Don got out on the dance floor with multiple women at once. [img:4baec5f198]http://www.clicksmilies.com/s0105/lachen/laughing-smiley-015.gif[/img:4baec5f198] He swore that it wasn't true, but someone got pictures of it -- on Don's own camera -- so he finally had to admit that maybe he'd forgotten something due to inebriation.  Now he tells the story on himself. 
So:  what'd he do this time?  Tell, tell!  That thing with Donald and the random belly dancers and SCA wenches is hereditary, y'know!

We couldn't afford this year to go to FSC (boarding the dogs for the weekend) [i:4baec5f198]and[/i:4baec5f198] MidSouthCon (boarding the dogs for the weekend).  Hopefully next year, there'll be a little more space between.

He keeps saying that one of these years, he's going to show up at DragonCon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3096','fa5503e36b','WANTED: hard Vader pieces','Wanted...

Me sized vader pieces.

I wanna have both the soft and hard Vaders. 

So if you know of supplies that might fit let me know. 
I couldn't do it right now but I wanna start work on it. 
Leading up to some burnt prosthetics.

Eventually to have a transtion from ATOC -ROTS including extra crispy Vader to the ARMOR.

Maybe by '08. To have them all finished.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3097','cb809ab348','','tambo,
you on this?
it would appear they are waiting on us for the room list.

edit-

i just looked at the list and have already spotted some people that have dropped out.we need to get this roster set and sent quickly.
let me know if i can help.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3098','7b03fbe6cd','','Chip aka Greedo will be there, starting late Friday night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3099','bf0a8483ef','','Home safe. As always, awesome parade, awesome company all weekend. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3100','3d117a4341','','Tambo, we have a Zam now to add to the list to work shifts witht eh other one...

Let me know if i can help, I've got a lot of friends in Ohio and will be volunteering to help once there...

Can you post a list of who is going form the SO?  several are dropping out and i'd like to know what our group looks like...
-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3101','378c7be9c1','good weekend','Saw a lot of happy folks this weekend.  No bitching around me.  

It was nice to go and troop with the rest of the garrison for a change, ITs been the xmas parades since i have armored up with anyone from Tn other than loki and hammer at chattacon.

Good times were had by all it seems...

that's a good sign..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3102','406b97af51','cool video..','http://www.bofunk.com/video/2401/meteor.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3103','1a00e71aee','','Here you go: :) 

Geoff M.- Maul or Scout
Steve B. -Vader
Jenni P- SnowTrooper
D. Reimer- Biker Scout/G Marine
Hook- Custom Mando
Starla- Custom Mando
Ryman- (Hook &amp; Starlas' Daughter) Darth Tater
Jester - Sandtrooper
Loki -  Stormtrooper
Ivan- 
Franklin Firefighters  - Bikerscout,Tie Pilot and 2 Firefighter/pilot');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3104','b70a1c0b99','','Un-Neccassary Post::::::


Hay All,
Im awake again and home, well been home since yesterday around 11..

It was great seeing and spending time with the family. This was only my second St. Pats Parade, but in many aspects felt like a first..
The Marta thing was fun, but kind of strange.
Chase and I went to go and use the elevators and the kind talkitive people of Atlanta (Im being sarcastic) where so helpfull.. We ended up going up and down int he same elevator 3 times, then had to go down stairs anyway, finally seeing Atlantas finest police personal we asked them where the MARTA was and they just said its near the underground..
But we finally found it, thanks to the Segway store of Atlanta...

What I thought was funny was all the people coming up to us and asking if there was a convention in town or why are we all dressed up. Im like didnt you know there is a parade today...

One lady really cracked me up in the MARTA station, she came up and said, &quot;Sir, weapons are not allowed in teh MARTA&quot; I thought oh great here we go, but then she laughed and started saying how great we all looked. She turned out to be a big help in getting us to the platform..

All in all it was a wonderful experiance and I look forward to next year..

In the mean time, I cant wait to go back to IKEA, I could spend a weekend there.. That place was awesome.. Big thanks to the Wollacks and Rose for helping me load those displays.. Oh by the way &quot;ROSE, YOU DROPPED YOUR PENCIL!!!&quot;

Im hopeful someone got some good pics of the STAP, with everything happening, I forgot to get us together for the pic of troopers and the STAP for Nashville Segway and the National Segway..

More events in the future, so Im sure we will still be able to get one sooner or later..

Well, now I need to go and get stuff done here today..

Banzai, will be archiving this thread possibly as early as today, so if someone could start a thread in the EVENTS area so everyone can post pictures and stuff...

Peace all,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3105','ff37ce28e0','','Here's what I have so far from SO. I took a couple out that I was able to find that dropped out but some I dont know their screen name to real name. We are waiting for your final list and break down of room cptns and roomies. Then we'll pretty much be set and can start doing shifts of face characters and planning the Saturday night activities. If you are having problems with Captains and roomies just break the list down into groups of 4 and we can use that. But they will then be roomies for the weekend.

Glenn Tamboia Sean Rothe Clone Trooper
Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper
Rose Coe Royal Guard
Jon Wollack Clone Trooper/ DS Trooper
Glenn Stein Clone Trooper
Tim Birtch Stormtrooper
Skip Curley Darth Vader/Clone Trooper
Tim Wollack Clone Trooper/ Sandtrooper
Joey Beck Clone Trooper
Holly Beck Clone trooper/Snowtrooper/Admiral
Jon Jones Stormrooper
Jason Bales Clone Trooper/Snowtrooper
Laura Bales Scout Trooper
Jeff Lester Sandtrooper/Stormtrooper
Corey Miller AT/ST driver
Chase Gustafson Clone Trooper
Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper
Tyler Phillips Stormtrooper
Shannon Oliver Stormtrooper/Sandtrooper
Cindy Oliver Blue Senate guard/ Officer
Zach Nixon Stormtrooper/Snowtrooper
Chris Ledbetter Stormtrooper');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3106','2edc730d1f','Adventurecon/Dragoncon Hotels','I was wondering if the S.O. already has a hotel picked out for these conventions, I'd like to get a room at the same place or near enough to stumble back to.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3107','568b703357','','Oh, Jester, that's priceless.......I'm LMAO!!!! Yep, Zazzle can be your best friend!


That's so cool you guys got to meet Donald's dad!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3108','1692adefe5','','My armor, and maybe your too, came with a construction hard hat liner.  You can use that if you want to.  Instead, I used 3/4&quot; Foam Pipe-Covers.  I cut them into pieces and arranged them into the bucket so that it fit my head.  Its very stable and most importantly very comfortable.  You can get the foam at Wal-mart in the &quot;hardware&quot; section.  It comes in a bag with four 3 foot pieces for like $2.  Not bad and it works great!

Also, I cut the foam in half lengthwise first.  The foam has an adhesive on it.  It seems to stick pretty well to ABS.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3109','b191640fce','','You know I'll be there. I have a cordless variable speed Dremel I can bring and a basic sewing machine someone can borrow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3110','be685ec001','','UN-NECCASSARY POST:::::::

OK Here are the two main pics from this :

First Lokis Hells Yea woman:

[img:be685ec001]http://www.xecu.net/raven13/swcostume/hellsyea.jpg[/img:be685ec001]


Second, The Last Supper:

[img:be685ec001]http://www.xecu.net/raven13/swcostume/lastsupper.jpg[/img:be685ec001]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3111','37140b81c2','','Hey Rose, are you out now or are you gonna have some left for Midsouthcon?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3112','2f0f1b7b13','','Some are staying at the Marriott and some at the Hyatt.  The Hyatt is the party hotel.  There is a third official hotel and it is right behind the Marriott.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3113','cf144ea987','hotel','It seems most exhibits are at the Marriot, so it is easy to get back to your room for whatever reason.  The Hyatt does go off if you want to get your freak on.  A good rule of thumb, if you are single with no kids the Hyatt may be a good choice.  If you want a better atmosphere for kids that is less congested, the Marriot may be the best choice.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3114','cbc20a0fea','costume','Geoff
I can do the custom Mando or a TK, please let me know which is needed more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3115','5557cf3261','decals','I could use a couple sivler decals and maybee a red; Loki had a few that I was going to get from him, but I could use extra also.  I will be in Memphis this weekend. thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3116','4719b65daa','','LIst as of Today 21 March 2006.. room list will follow.

1. BH-1128 Glenn Tamboia Jango Fett/ Clonetrooper/TIE Pilot 
2. TC-7301 Sean Rothe Clone Trooper 
3. TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper 
4. ID-9997 Kell Yarwood Imp. Officer 
5. TR-5123 Rose Coe Royal Guard 
6. TC-760 Jon Wollack Clone Trooper/ DS Trooper 
7. TC-6180 Glenn Stein Clone Trooper 
8. TS-2824 Jennifer Curley Snowtrooper 
9. TK-4267 Tim Birtch Stormtrooper 
10. SL-100 Skip Curley Darth Vader/Clone Trooper 
11. TC-057 Tim Wollack Clone Trooper/ Sandtrooper 
12. TC-152 Joey Beck Clone Trooper 
13. TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral 
14. TK-2486 Jon Jones Stormrooper 
15. TC-1620 Jason Bales Clone Trooper/Snowtrooper 
16. TB-1621 Laura Bales Scout Trooper 
17. TK-4238 Geoff Fults Stormtrooper
18. TK-6203 Corey Miller AT/ST driver 
19. TS-2352 Wendy Ingram Snowtrooper 
20. TC-8881 Chase Gustafson Clone Trooper 
21. SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper 
22. TK-1143 Tyler Phillips Stormtrooper 
23. TK-3331 Shannon Oliver Stormtrooper/Sandtrooper 
24. ID-3331 Cindy Oliver Blue Senate guard/ Officer 
25. TK-3740 Zach Nixon Stormtrooper/Snowtrooper 
26. TK-2138 Chris Ledbetter Stormtrooper 
27. SL-1959 Richard Cross Imperial Tech 


Family Members&amp; Guests. 
(Mark I.) Colten (Bossk) &amp; Alex 
(Kell) Ash 



ROOM COMMANDERS 

1. BH-1128 Glenn Tamboia 
2. SL-100 Skip Curley 
3. TB-1620 Jason Bales 
4. TC-760 Jon Wollack 
5. TK-6203 Corey Miller 
6. TK-4267 Tim Birtch
7. SL-9997 Kell Yarwood 



Room #1 Commander TC-760 Jon Wollack Clone Trooper/ DS Trooper 
TR-5123 Rose Coe Royal Guard 
TC-057 Tim Wollack Clone Trooper/ Sandtrooper 


Room# 2 Commander SL-100 Skip Curley Darth Vader/Clone Trooper 
TS-2824 Jennifer Curley Snowtrooper 
TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper 
TS-2352 Wendy Ingram Snowtrooper 


Room #3 Commander TC-1620 Jason Bales Clone Trooper/Snowtrooper
TB-1621 Laura Bales Scout Trooper 
TC-152 Joey Beck Clone Trooper 
TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral 


Room #4 Commander TK-6203 Corey Miller AT/ST driver 
SL-1959 Richard Cross Imperial Tech 
TK-4238 Geoff Fults Stormtrooper
SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper 


Room #5 Commander ID-9997 Kell Yarwood Imp. Officer 
TC-8881 Chase Gustafson Clone Trooper 
TK-3331 Shannon Oliver Stormtrooper/Sandtrooper                              
ID-3331 Cindy Oliver Blue Senate guard/ Officer 

Room #6 Commander BH-1128 Glenn Tamboia Jango Fett
TK-1143 Tyler Phillips Stormtrooper 
TC-7301 Sean Rothe Clone Trooper 
TK-3740 Zach Nixon Stormtrooper/Snowtrooper


Room #7 Commander TK-4267 Tim Birtch Stormtrooper 
TK-2138 Chris Ledbetter Stormtrooper
TK-2486 Jon Jones Stormrooper 
TC-6180 Glenn Stein Clone Trooper 






Removed  TD-6873 Jeff Lester Sandtrooper/Stormtrooper &amp; TK-5920 Todd Taylor Stormtrooper 

Added TS-2352 Wendy Ingram and TS-2824 Jennifer Curley (these were on the Family member list) and Added Richard Cross SL-1956');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3117','99e2b91dfc','','Too funny.. thanks for posting those pics atin...Good times :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3118','3e5845ce3f','','Thanks. Will update as soon as I get home from work. I will see if it possible to just send the hotel a list of room captains to make it easier but last time they wanted a complete list of who'd be in the rooms. I'll see what magic I can work on them  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3119','8f75ba5906','','I'm making the room list now..I'll post it in a few.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3120','16cf602ab0','','Jessi and I are staying at the Hilton.  It is right across the street from the Marriot.  Close enough to be in the middle of the action, but far enough away so you can get some sleep in the middle of the day ('cause we all know there is no sleeping at night).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3121','d0262ef768','','Un-Neccassary Post:::::

ok, here is the MSC Roster as of 09:00 March 20, 2006

We need a few things:
1:  if you are not on the roster and are going, please pm me. So I can add you.
2: Please post if you are staying in the bachelors room, or in your own room, or whatever. We are trying to make sure of rooms as Skip and myself have reserved extra rooms and we are fast approaching the cut off for canceling them if we dont need them.
3: Please also post when you are arriving (Friday or Saturday, Late, early etc. Again so we can make sure everyone makes it safly.
Thank you

ROSTER

Loki
Jon
Rose
Hammer
Skip
Jenn
ROTSAnikin/Joe
Kell
Joe
Gooshy
Tambo
Zach
Dallas
Terri
Chris
Chuck
Banzai
RL-BlueJedi
Wookieegunner
JenKs
Chase
Cray
Glenn Stein
Hook
Starla
JenKs
Suppa Fett
Chris Ledbetter
Angi
Clutch
Chip
Derek : Casa De Loki
Atin: Where ever I fit in');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3122','3f49b92871','opinions','thanks for taking the time to answer...the main thing i'm needing is the wheat logo, and which one is &quot;correct&quot; for my costume...i researched his site, and saw alot of bantha's but not any of the wheat. 

for someone who is not very informed about the star wars universe, this is all quite mind boggling....eeekkkkksssss!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3123','46649fd314','','do you guys want to:

1) have a 501st table,like we have in years past.
i think most of the people there know who we are,such a table would be nice but not necessary.
thoughts?

2) have a &quot;mando&quot; time ,looks like alot of custom mandos will be there.do you want to coordinate anything for photos and such?

3)dinner
last year we left and went to eat dinner.we have a large group but it can be done.if you guys want to split into smaller groups to make dinner easier then thats one option.if you would like us to consider a big &quot;group&quot; dinner then thats another option.
ordering pizza and sandwiches in is an option as well,

discuss

4) beale street?
i missed that last year cause i had to go ,
anybody gonna go this year?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3124','6dd4235676','','Un-Neccassary Post::::: 

As to the Table, I really think it is a waste of time and energy. We would have to man the thing and stuff, lets just go and have some fun..

Mando time: Yes, lets organize a picture session. I have a particular picture we need to take.. :twisted: 

Dinner: OK, this was the thing last year, the hotel resteraunt in a few words SUCKED.. Ask Angi, my chicken Parmasian tasted like a steak  :lol:  Seriouslly though, slow service, cold food, expensive price. I personally would like to do the group thing. I know it is not always possible, but if we could plan a Saturday get together dinner it would be great. As to where, I dont know, I dont know Memphis enough..

Beale Street: I have always wanted to go there, so Skip, even if noone else wants to go, I DO!!! count me in your car!!! :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3125','3a83756911','foam','Foam is a great way to fit the helmet.  You have to keep in mind that the foam does hinder air flow. and makes the bucket hotter.  Of cource I am a sweathog.  If I ever fit my bucket with fans I make fo with foam.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3126','2194161258','Re: hotel','[quote:2194161258="Hook"]It seems most exhibits are at the Marriot, so it is easy to get back to your room for whatever reason.  [/quote:2194161258]

Yes and no.  The exibitor's hall, dealer's room, and art gallery are all in the Marriott with a few panel rooms.  Most of the panels are over at the Hyatt.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3127','a8758e9b5e','','Your living in a fantasy land Joey.  It's time to start discussing the split before things get bad again.  I do not wish to loose any frienships want to keep the &quot;old Southern Outpost&quot; crew on good terms.  We need to be turned into 2 Garrisons in order to better controll our people and keep the friendships that we all have..........trust me it will be better.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3130','88e32bbb18','','Thank you so much.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3131','b6dcf52b17','','How are you gonna do anything Corey, you're not on the roster!!! :shock: 
I cant make plans with someone who's &quot;not&quot; going to be there.  You'r slippin' dude. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3129','ff70d027ac','','If you guys want me to help with setting up a group dinner, I can do my best.

I too, have never been to Beale Street and would like to go.

I will be there Friday night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3132','36324d0d2a','','I've got fans in the bucket too.  Also, from a new TK's point of view, I can tell you that all this talk about fans is a little misleading.  The fans are great for air circulation, but don't thinks of them as cooling devices.  They don't really do that until the sweat begins to pour and the fans start to cool your wet skin...uck! that sounded nasty but you get the idea.   :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3133','018800a631','','Un-Neccassary Post::::: 

*looking at roster* hmmm, I see your point  :) 

I shall correct it.... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3134','1dd54bc33b','','Un-Neccassary Post::::: 


Wookiegunner is right..
Here is what I follow for hotel stuff.
They Hyatt is the main hotel, it is great for single or married people. Biggest drawback is, you will spend 1 hour each time you want an elevator.
After 10 years of staying at the Hyatt, last year I switched to the Marriott. It was much quiter, the atmosphere was great. Elevators took a bit of getting used to, but I could generally get an elevator pretty quick. Rooms where also bigger and nicer.
The new hotel behind the Marriott is the Hilton. They use the Hitlon for registration and that is all, but I have a suspicion that is going to change in the next couple of years. I have not been in the actual hotel part of the Hilton, so I cant really tell you anything more about it..
As to the Dcon hotel line up:
Hyatt;
Game rooms, most panels, ball rooms and movie rooms, Con suite and many party rooms on Friday and Saturday.
Marriott: Autograph rooms, some panels, Fan tables, Art Auction, Dealers rooms and Dcon store.
Hilton: Dcon registration and badge pick up.


Hope that helps,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3135','c44ce89d4a','','Here is the full list... we only need 7 rooms instead of 8 so the Ohio guys  have another free room to open up for others..

1. BH-1128 Glenn Tamboia Jango Fett/ Clonetrooper/TIE Pilot 
2. TC-7301 Sean Rothe Clone Trooper 
3. TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper 
4. ID-9997 Kell Yarwood Imp. Officer 
5. TR-5123 Rose Coe Royal Guard 
6. TC-760 Jon Wollack Clone Trooper/ DS Trooper 
7. TC-6180 Glenn Stein Clone Trooper 
8. TS-2824 Jennifer Curley Snowtrooper 
9. TK-4267 Tim Birtch Stormtrooper 
10. SL-100 Skip Curley Darth Vader/Clone Trooper 
11. TC-057 Tim Wollack Clone Trooper/ Sandtrooper 
12. TC-152 Joey Beck Clone Trooper 
13. TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral 
14. TK-2486 Jon Jones Stormrooper 
15. TC-1620 Jason Bales Clone Trooper/Snowtrooper 
16. TB-1621 Laura Bales Scout Trooper 
17. TK-4238 Geoff Fults Stormtrooper 
18. TK-6203 Corey Miller AT/ST driver 
19. TS-2352 Wendy Ingram Snowtrooper 
20. TC-8881 Chase Gustafson Clone Trooper 
21. SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper 
22. TK-1143 Tyler Phillips Stormtrooper 
23. TK-3331 Shannon Oliver Stormtrooper/Sandtrooper 
24. ID-3331 Cindy Oliver Blue Senate guard/ Officer 
25. TK-3740 Zach Nixon Stormtrooper/Snowtrooper 
26. TK-2138 Chris Ledbetter Stormtrooper 
27. SL-1959 Richard Cross Imperial Tech 


Family Members&amp; Guests. 
(Mark I.) Colten (Bossk) &amp; Alex 
(Kell) Ash 



ROOM COMMANDERS 

1. BH-1128 Glenn Tamboia 
2. SL-100 Skip Curley 
3. TB-1620 Jason Bales 
4. TC-760 Jon Wollack 
5. TK-6203 Corey Miller 
6. TK-4267 Tim Birtch 
7. SL-9997 Kell Yarwood 



Room #1 Commander TC-760 Jon Wollack Clone Trooper/ DS Trooper 
TR-5123 Rose Coe Royal Guard 
TC-057 Tim Wollack Clone Trooper/ Sandtrooper 


Room# 2 Commander SL-100 Skip Curley Darth Vader/Clone Trooper 
TS-2824 Jennifer Curley Snowtrooper 
TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper 
TS-2352 Wendy Ingram Snowtrooper 


Room #3 Commander TC-1620 Jason Bales Clone Trooper/Snowtrooper 
TB-1621 Laura Bales Scout Trooper 
TC-152 Joey Beck Clone Trooper 
TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral 


Room #4 Commander TK-6203 Corey Miller AT/ST driver 
SL-1959 Richard Cross Imperial Tech 
TK-4238 Geoff Fults Stormtrooper 
SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper 


Room #5 Commander ID-9997 Kell Yarwood Imp. Officer 
TC-8881 Chase Gustafson Clone Trooper 
TK-3331 Shannon Oliver Stormtrooper/Sandtrooper ID-3331 Cindy Oliver Blue Senate guard/ Officer 


Room #6 Commander BH-1128 Glenn Tamboia Jango Fett 
TK-1143 Tyler Phillips Stormtrooper 
TC-7301 Sean Rothe Clone Trooper 
TK-3740 Zach Nixon Stormtrooper/Snowtrooper 


Room #7 Commander TK-4267 Tim Birtch Stormtrooper 
TK-2138 Chris Ledbetter Stormtrooper 
TK-2486 Jon Jones Stormrooper 
TC-6180 Glenn Stein Clone Trooper 






Removed TD-6873 Jeff Lester Sandtrooper/Stormtrooper &amp; TK-5920 Todd Taylor Stormtrooper 

Added TS-2352 Wendy Ingram and TS-2824 Jennifer Curley (these were on the Family member list) and Added Richard Cross SL-1956');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3136','881ad09d34','St. Pats Atlanta Parade','Well another successful event. SO post your pictures and comments  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3137','c853857e80','','Un-Neccassary Post:::::: 

Just wanted to let everyone know.
This thread will be archived later tonight.

Please post comments and pictures or links to pictures in the thread already set up in the Events section of the forum.

The url is:

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=208');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3138','c45e3f1f2b','','Un-Neccassary Post:::::: 

Personally I love the coruscant background, the sundown looks kewl, but the noon time pic looks even better..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3139','8235eeffba','','No way Tambo, I'm in 200% agreement with you.
that was a point to just say I saw a lot of people just being positive and having a good time.

I was off with Drax and Jeff all weekend and I can say we spent no time on the negative stuff at all.  It was almost like none of this ever happened...

i've been emailing skip,
there was some tentions and intereactions we both were monitoring to see how the group worked together and apart.. overall it was a good time.  But yeah , its not like old times...

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3140','1f97103e2c','','Howdy,

   Still runnin' around in the smoke. . .but will be in Memphis pretty early on Friday. Not sure what room yet. . . .but it will have a bar. I'm down for anything. . . . .been to Beale Street a few times and can give y'all the low-down. . . .it's kinda WX related as to how much it rages. I would DEFINITELY have a taxi lined up or D/D. There's great music and plenty of clubs/bars to hit in a small. . . .several block radius. Beale Street ain't cheap though bro' . . . .bring yo' billfold fo' a good time! There's a trolley that'll run you around the locale for 1$. . . .I think to 11pm weeknights and 1 am weekends. . . .but you got to get there first. Also. . .within walking distance is one of my favorite places The Flying Saucer. . .it's a bar chain that has some of the most phenomenal beers on tap. . .like 60. . .80. . .or 100! You won't wanna leave! Anyhow. . . .I'll roll to Beale if folks wanna go.

    Anyone got any ideas for the costume contest yet?!?!? . . . .Yeah/Neah?. . . .we could do like a Dating Game w/some cute chick and cheesey host with a strange array of Bachelors. . ..Alien, Necro, Trooper, Fett, Total Con Geek, etc.etc. . .and then hook her up with whomever would be the funniest.  ORRRR. . . .two words 
&quot;Brokeback Star!&quot; . . . .Oh man. . .it would be over-the-top!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3141','2fcf9421ed','','Glenn, add holly as a ZAM to the roster...

[img:2fcf9421ed]http://img.photobucket.com/albums/v309/bamatrooper/271.jpg[/img:2fcf9421ed]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3142','8244b4d1c4','','Cool pics everyone.  Looks like y'all had a blast.  I thought the surprise guest would be Jar-Jar (for 1 last hurrah), but guess that would have raised questions about Skywalker ranch.  One of these days I'm going to do St. Pat's with y'all.  Good job representing the proud black &amp; gold!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3143','71d77322f0','','I never put fans in my TK, and I don't have any problem at all.  My helmet sits high enough up (Guess I have a long neck) that I get decent air flow, and cutting out the frown helps a lot.

I used to have amp and speakers in the helmet, but all the weight from the stuff and the batteries and everything got on my nerves.  I ripped it out at C3 and threw it in a trash can, haven't regreted it for a second.  I just yell when i talk to someone!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3144','58227df387','','got any dead Jawa pics Jaster?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3145','a81da8664a','','No big deal, but I'll have my 

Imperial Officer 

with me as well now that its finished (thanks again for the rank bar Tambo). So if that needs to be added to my name I'd appriciate it.

This really seems to be coming together nicely. Great work guys! I can't wait for this one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3146','d92a8f3930','','Take it or leave it!
[img:d92a8f3930]http://img.photobucket.com/albums/v309/bamatrooper/zam/065.jpg[/img:d92a8f3930]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3147','07077f42e5','','http://www.severedwings.com/rg/parade/
Taken by myself on Tim's camera.
Group pics taken by Jen.

Large 501st Group Pic
http://www.severedwings.com/rg/parade/groupbig.jpg

I would have gotten more but I'm afraid the memory card filled up. I'm sorry Rebels and Jawas, I really wanted to get some more shots of ya.  :cry: 

GA Garrison, it was excelent to troop with you, as always. Had a totaly sweet time!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3148','d8cb650e05','Zam version#1','although we have a lot to upgrade.. V.1 is ready to go!

[img:d8cb650e05]http://img.photobucket.com/albums/v309/bamatrooper/zam/064.jpg[/img:d8cb650e05]
[img:d8cb650e05]http://img.photobucket.com/albums/v309/bamatrooper/zam/062.jpg[/img:d8cb650e05]
[img:d8cb650e05]http://img.photobucket.com/albums/v309/bamatrooper/zam/061.jpg[/img:d8cb650e05]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3149','ada285f358','','Looks Great.  Well Done!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3150','d343feeec0','','Very nice! Without looking at a reference, I can't pick out anything that looks wrong with it. Excellent job! Now you just need her sniper rifle!  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3151','fa8cc5aef8','','How many rooms am I in now? I'm so confused...  :shock: 

Just tell me what I'm doing. And all and know I can only be there a few days. Cause I gotta date with the Nashville airport and some much needed lovin'. So I'll be driving myself and leaving days before most of you.

So confused...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3152','53335c9277','','You guys should make those big evil bugs and a tube for um. That'd be a nifty prop/practical joke. Lay them in folks beds at cons.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3153','7fbacc2902','','*chanting* Tambo Tambo Tambo Tambo....*chanting*

Who's got those windy Vader pics and the ones of me and Boba?

Or the Vader and Vader? pic?

Yeah it was fun. Even though Loki tried to shoplift afterwards. *beep beep beep beep beep beep*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3154','c3c0feb9c8','','looks great!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3155','1332ccb7b6','Episode 1 named 12th worst Sequel Ever','According to Entertainment weekly

on the list is
25. the Matrix Reloaded 2003
24. The Next Karate Kid 1994
23. Porky's II: The Next day 1983
22. Teen Wolf Too 1987
21. Legally Blonde 2: red, white &amp; blonde 2003
20. The Godfather part III 1990
19. Revenge of the Nerds II: nerds in paradise 1987 [color=red:1332ccb7b6]which I liked btw[/color:1332ccb7b6]
18. Battle for the Planet of the Apes 1973
17. Star Trek V: the final frontier 1989
16. Ocean's Twelve 2004
15. Dumb and Dumberer: when harry met lloyd 2003
14. Conan the Destroyer 1984
13. The Sting II 1983
12. Star Wars: Episode I  The Phantom Menace 1999
11. Dirty Dancing: Havana Nights 2004
10. Jaws: The Revenge 1987
9. Speed 2: Cruise Control 1997
8. Friday the 13th Part VIII: Jason Takes Manhattan 1989
7. the fly ii 1989
6. Weekend At Bernie's II 1993
5. Batman &amp; Robin 1997
4. Blues Brothers 2000 1998
3. Leprechaun: Back 2 Tha' Hood 2003
2. CaddyShack II 1988
1. Staying Alive 1983


[color=red:1332ccb7b6]What about just off of the top of my head Anaconda 2, there are a whole lot more sequels out there that suck worse.[/color:1332ccb7b6]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3156','a760946216','','Maybe..just maybe with a split we can still troop together (TN/KY &amp; AL/MS) with less problems....I know I will never stop seeing you guys at several events and Joey You will always be a very good friend of mine, that will never change.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3157','6c15fb88c5','','Oh yeah!!!!!!!!!!!!!!!!!!!!!!!  Joey and Holly you have done one of the hardest costumes!  I so want some pics of me in my Jango with Holly in her ZAM... It looks amazing!  

So...is Holly going to wear the rubber mask???? :wink:   It might be a good idea so she does not scare the kids. :shock: 

Holly I've got a Kamino Dart with your name on it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3158','239db00fc9','','If your confused I bet your a Rebel Legion Member as well as a 501st... I have no idea about them.  I'm only taking care of our own.  if you are on both lists it's your own fault and you need to remove yourself from one or the other.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3159','e055d1ecd0','','Well, if the parameters for being considered &quot;Worst Sequel&quot; include the 1st movie NOT sucking then Anaconda II wouldn't be considered heheh.

Also, both Matrix sequels should have been in that list with the 3rd one right at the top (IMHO of course). I actually came out of that movie cussing that I stayed to the end...

Maybe the list is based on &quot;relative suckage&quot; to the original...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3160','83ccbbcf0d','','No problem. I hope Boba is in it. I look forward to seeing some of his Travels');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3161','9f8a2eb421','','hammer, 

I just wanted to sy that I am going to paint my armor green with black the outside of each piece. I do not want anyone to think that I am stealing someones colors. 

Brad Link');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3162','b9d632a14b','','My own fault? i jsut found uot I'm in a 501st room today. As far as I knew I was in a room with Derek, the wookie, and the spanker. Cause I thought I had to be listed as RL cause of how it's being organized. I still can't post on the OH boards. All righty then. Spank you very much helpy helperton. I'll check both groups and see whose room I'm in if either. This whole event is confusing the crap outa me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3163','a432c0c2dd','','They need a list of jsut plain sucky movies. Ultraviolet is #1 cause that movie sucked. I was like Hilter *cencored* my eye sockets for an hour and a half. God was it bad. Had Corey, my friend Michael, and I not had the theater to ourselves so that we could make fun of it the entire time I'd have broke down an wept like a little baby. All curled up in the fetal postion. 


But yeah...

sucky sequels huh?

Highlander 2 anyone?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3164','7584cc4d80','','Not to confuse anything further, but Ash needs to be in my room.

ETA... if it'll make it easier, I may get my own room seperate from the free room block, since now my dad may be coming with me, too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3165','0c37c1308e','','Me too :lol:   Joe If you are on the rebel list and room list I'll take you off and you can cosider the spot for you in our rooms as a back-up plan.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3166','9959f4f325','','We don't know what hotel. I'm still not sure if they even know I'm not gonig to the event everyday. I'll probably only get scheduled for days I can't make it.   :? 

I'm apparently listed on both of Ohio's lists. I still can't post there.   :shock: 

People think I've abbandoned their rooms and crap.  :( 

I'm not even supposed to be here today!  :x 

Tambo has cast me down from the last supper and forsaken me.  :cry: 

Game over man! Game over!  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3167','e26401ca95','','tada!
http://flickr.com/photos/51175165@N00/sets/72057594085559278/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3168','02cf06e6d7','','DUde, chill! It's not a big deal. You're still on our room list for RL. Dunno how you go on the 501st list but whatev. Either way you're guaranteed a room. Just pick one.

And from what I see on the Ohio boards, the are trying to schedule everyone a bit of each day (morning, afternoon, or evening.) And all the other Anakins only have one costume I believe and are there all 3 days or whatever so you shouldn't have any problem switching if you want.

And why does it matter where the hotel is? It's free! And I trust the Ohio guys. They have their shit together. (Or as together as they're ALLOWED to have it from COSI.)

Just pick a room, wait till they show a schedule for the Anakins, then decide whether to freak out or not.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3169','89ce3b00b4','','Wow - that Zam is sweet. Nice work!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3170','5393cac61d','','That was never proven.  It's not a crime untill you're caught.


Speaking of which, I have lost that sweatshirt.  The last time I had it was in the parking garage when we were dressing for the parade.  Anybody happen to end up with a black Boba Fett sweatshirt after the parade, and have no idea where it came from?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3171','92af95870e','','[quote:92af95870e="Jester"]Ah, once more you all read too deep.
Prepare for season 2 coming soon.[/quote:92af95870e]

Told ya so, told ya so!  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3172','e14ff5068b','','Loki, let me check, I think I grabbed it.. I saw it on top of your car when we where heading to eat, so I think I threw it in my car..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3173','12ce2eb695','','In honor of my topic earlier, a picture from the worst sequel ever... kinda makes me want to watch it

[img:12ce2eb695]http://img.timeinc.net/ew/dynamic/imgs/060302/10845__stayingalive_l.jpg[/img:12ce2eb695]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3174','e18aff02fc','','[quote:e18aff02fc="TB1620"]Well, if the parameters for being considered &quot;Worst Sequel&quot; include the 1st movie NOT sucking then Anaconda II wouldn't be considered heheh.[/quote:e18aff02fc]
You are exactly right about that. That was one of the parameters.
[quote:e18aff02fc="TB1620"]Also, both Matrix sequels should have been in that list with the 3rd one right at the top (IMHO of course). I actually came out of that movie cussing that I stayed to the end...

Maybe the list is based on &quot;relative suckage&quot; to the original...[/quote:e18aff02fc]
They do concede that both Matrix movies sucked. I forget why they picked one over the other.

If I can find that issue next time I'm at my parents', I'll post what all the parameters were.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3175','53d3af301d','liked it','Hey I liked STAYING ALIVE!!


&quot;I want to strutt&quot; :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3176','d07b991b5f','nice','hats off!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3177','e2f352634a','','Zman, If youre gonna get labeled, then might as well get a shirt for it!

There wasn't much to the con, same as last year, but just having fun hanging out with the 501st is enough, we missed ya on this one....

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3178','8ecedc5edf','','[quote:8ecedc5edf]You guys should make those big evil bugs and a tube for um. That'd be a nifty prop/practical joke. Lay them in folks beds at cons.
[/quote:8ecedc5edf]

Joe I don't have enough bugs to go around where i would want to put them!


Tambo, the only thing missing from her debut was you there brutha.  We were so hoping to bring it out when you could be there, but we couldn't wait!

We'll catch you at Cosi if not before!

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3179','0a6c293e2f','MSC','My clan will be there on Friday early, maybee go to Graceland.  Anyone want ot meet for dinner on Friday please PM me.

We have a Room already.

Will do dinner where ever the group decides; It may be nice to go out though.  Maybe Rondavou (did I spell that right) down town.  Then after those who want can go to Beale

WOULD LOVE to do a mando group troop!! Time and place baby :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3180','25156fb8e3','','[i:25156fb8e3]First, we looked at how steep a sequel's drop-off in quality was from the original. Then we weighed how utterly unnecessary the sequel was. You're probably thinking, ''Yeah, but some sequels are so bad they're good!'' Those aren't on this list. These movies are so absolutely bad their badness can be measured only in Kelvin degrees. Finally, we factored in a certain intangible stankitude  a sort of je ne sais crap that makes a film so god-awful you wish there were a cinematic Hague where it could be tried. Until such a court is convened, however, all we can do is offer our testimony against these 25 offenders. We hope you have more fun reading about them than we had watching them.[/i:25156fb8e3]

here ya go, the parameters');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3181','59178fc5e2','How would you explain?','See for yourself...... :twisted: 
http://www.tk3063.net/media/CaughtOnFilm.wmv 
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3182','494ca26ebe','I present to you...','The Greatest American Hippie!!!!!!!!!!!!!
[img:494ca26ebe]http://i44.photobucket.com/albums/f41/HippieTrooper/Fun%20with%20photoshop/GreatestAmericanHippie3.jpg[/img:494ca26ebe]
One of the guys down here did this as a joke, but I just freaking love it!
Have nice dreams :twisted: 
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3183','e9a7985922','','[quote:e9a7985922="ROTSAnakin"]Highlander 2 anyone?[/quote:e9a7985922]

WHAT?!? You mean you didn't like the idea of the immortals being from another planet? And that Connor had to save the earth from having no Ozone by constructing a giant shield to protect it? What's wrong with you?!?

Besides, I think the Matrix trilogy redeemed itself with the re-witten ending they put into the new video game... Agent Smith turns into MEGA BUILDING SMITH, no loger a program but a giant made of scraps of buildings, agent smiths, and a bilboard sign pair of sunglasses. Yes! Totally sweet!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3184','52aa9c75d2','','ROTS Anakins are being handled by RL for this event. That's why you are listed twice. Just have yourself removed from the 501st one and you are cool. When we start doing shifts we'll take into consideration when you'll be able to attend. So far everything that COSI has passed down to me I have passed on to all.

4 people max per room is the hotels wish. The hotel is a block away from COSI. We have not released the name of the hotel as they do not want slammed with phone calls about this confusing their staff as not all of their staff are advised of this yet. It's the marketing manager with the hotel and COSI that have this set up. Our list then will be passed on to the marketing manager of the hotel and they will then start taking reservations from the room captains only. If you are not designated as a room captain you will not be able to reserve a room in our free block.

I understand this can be confusing right now but we are dealing with what has been handed to us. And conisdering they gave us [b:52aa9c75d2]FREE[/b:52aa9c75d2] hotel rooms I am pretty much doing whatever they ask. This is their event.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3185','9d82156c23','','But... but... but.... Look what you missed!

[img:9d82156c23]http://img.photobucket.com/albums/v334/Vesper2112/FantaSciCon%202006/DSC02122.jpg[/img:9d82156c23]

Sorry Jester, but you made her night....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3186','c19079a692','','that's a law man doing his duty!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3187','9e8716881d','','Hey...unless there's a weight warning in a clearly visible place on the copier, the guy could probably sue...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3188','5904010141','','You guys are doing a great job and it is appreciated!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3189','51aa81efe9','','Thanks Bama. Cant wait to troop with you again. Havnt seen you since I made it down for the St Patty's Parade in Atlanta a few years ago.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3190','6017011bdd','','Looks awesome!! I had no idea you all were even working on it!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3191','a07c3a9bac','','WOW!!!  Very nice!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3192','5836b9dcfd','','Tambo, the challenge is how to work on it...

BTW, I like the term &quot;reorganization&quot; than &quot;split&quot;...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3193','5204cd821f','','Why does she have a napkin taped to her chest?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3194','e0d67d5a23','The Truth about Ryan Jones','I got an exclusive interview with the elusive fiddle player just the other week. Apparently fame, free boose, and hot groupies from the Lowcash Cowboys wasn't enough. In the course of the interview he let in on the the other members of his exclusive new revolutionary folk/reggae/boy band. I present to you world exclusive photos of...

[b:e0d67d5a23][size=18:e0d67d5a23]The Jester Quartet[/size:e0d67d5a23][/b:e0d67d5a23]

from the cover of their self titled debut album 3 asses and a tusken.

On Fiddle and Mando-lin... Ryan &quot;Troop&quot; Jones
[img:e0d67d5a23]http://imageserver4.textamerica.com/user.images.x/1/IMG_340901/_0320/T52006032016171002.jpg[/img:e0d67d5a23]

Lead Vocalist and Bass... Derek &quot;Palpy the Love Machine&quot; Deweese
[img:e0d67d5a23]http://imageserver4.textamerica.com/user.images.x/1/IMG_340901/_0320/T520060320161520540.jpg[/img:e0d67d5a23]

on Drums... Tusken &quot;Ur Ur Ur&quot; Raider
[img:e0d67d5a23]http://imageserver4.textamerica.com/user.images.x/1/IMG_340901/_0320/T520060320161339247.jpg[/img:e0d67d5a23]

and last and pretty much least on Cow Bell and Kazoo... Joseph &quot;Slim the Sensational Sushi Table&quot; Powell
[img:e0d67d5a23]http://imageserver4.textamerica.com/user.images.x/1/IMG_340901/_0318/T520060318133136672.jpg[/img:e0d67d5a23]

CD in stores soon.*






[b:e0d67d5a23]*[/b:e0d67d5a23][size=7:e0d67d5a23]Available only in your mind. Illegal in all 50 states. Do not listen to if you are operating heavy machinery or if your trying to get your lady friend in the mood. This CD in no way will make you cool. From the makers of acne bling bling. Don't remove your acne! Be a true pimp and  cover it up with bling![/size:e0d67d5a23]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3195','ebb138b6e0','','I have two theme requests.

Firstly, we just had St. Patrick's, and I'd like to see some Celtic candidates for cloning.

Secondly, we're about to have a Labyrinth-themed dance; are there any candidates who simultaneously {look like they belong in the Big Hair Era} while managing to [b:ebb138b6e0]NOT[/b:ebb138b6e0] {look like they do too much drugs, when they ought to be having a sammich}?  Or am I asking too much?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3196','243ba17cca','','Hey suppa,
i believe that a number of people went to beale street on sunday after leaving the con.
thats when i was thinking of going,not sat. night.

as for saturday night dinner.

chuck ,if you can shoot some ideas around for restaurants that are close that would be great.places that are within 15 minutes would help.
last year we ended up across the MS state line at restaurants off some exit.still dont know where we were.

im assuming a majority will want to go eat a good meal.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3197','f7cf9cc17d','dinner','There is a Cozymels at the Poplar exit, about 10 minutes from the Hotel.  Mexican is always fun for a group.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3198','b65f058be0','','Random thoughts are not in order because I have teh owie.

Tattling on Madison travelling crewe:
Wookieegunner, Banzai, and Blue (aka moi) will be in a room, which we have already reserved.  We're arriving shortly after lunch on Friday.  See notes below.
Dodger/JenKs (both iterations of her, she's on the list twice, because we want her to attend that much) and Chip have got ... y'know, it's good this is on Pre-Events and not the public board, because I can't think of a way to say &quot;they're sharing&quot; without making it sound risqu.  So, what the hell. They're shacking up, but it's [i:b65f058be0]totally[/i:b65f058be0] platonic.  Honest.  Would I lie to you?  Chip's arriving four hours after he gets off work, so latish Friday.  I knew if Dodger would be in Chip's car or ours, but I've forgotten.  Migraine meds make sparkly colors!

I've volunteered to work the con this year.  This is gonna be interesting, to say the least.  They tell me that the schedule is up on the website.  True/False?  I can't find it.  A little hallucination alleged to me that the rehearsal for the Masquerade is Saturday night, starting at five, hypothetically over by seven.  We can get some kinda dinner and back in three hours, right?  'course, I still dunno if I'll be off-duty then.  And this stuff ALWAYS runs on time (star!).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3199','e35ec29200','','Mexican?!  Fun for a group?!  Dude, everytime I eat Mexican the group I'm with HATES me later!!! :shock:  :boom');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3200','5f9d323c6a','','No one is safe.  See what happens when you cross the Admiral!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3201','f1ff59e8ac','hmmm','Mexican

Mando flamethrowers

May need to rethink that,,,, sorry :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3202','0aadb38fdc','','NO!!!!   NONONONONONONO!!!!   I don't want to know!!!  Don't tell me!

[size=9:0aadb38fdc]Oh God, the pain![/size:0aadb38fdc]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3203','505f8712d4','','Yeah Mexican always turn a fun car ride into a horrible &quot;gas chamber-like&quot; experience.  &quot;sniff sniff&quot;  DUDE!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3204','140489b6ad','','Sweetpea may not be hungry after all that sushi.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3205','e21ff8eef5','','[quote:e21ff8eef5="Tambo"]Why does she have a napkin taped to her chest?[/quote:e21ff8eef5]

Tina was doing some cooking for consuite earlier in the day and had some hot cooking oil pop on her. 
She has a slight 3rd degree burn and what you see is the loose bandage that was applied.

BTW, she's tucking a $1 bill into the gunbelt, not the trousers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3206','deb6447f2a','[NC-17] TROPHY-CASE','Great ideas!  I'll send the Biker Scouts out immediately to scrounge up some.  Those are MUCH better ideas than the Saturday Night Fever II clones I had in the tank.  [color=orange:deb6447f2a][size=18:deb6447f2a]&lt;&lt;FLUSH&gt;&gt;[/size:deb6447f2a][/color:deb6447f2a]  There they go into the trash compactor.   Oh look, they grabbed Luke's leg, and now they're trying to convince him to star in the Broadway version.  Hope he gets free.

Until the Celtic clones are processed, here is a batch of [color=yellow:deb6447f2a][size=18:deb6447f2a]just plain cute.[/size:deb6447f2a][/color:deb6447f2a]

[img:deb6447f2a]http://www.knology.net/~killjoy/501stnc17/Vince_Rockland--01-05.jpg[/img:deb6447f2a] [img:deb6447f2a]http://www.knology.net/~killjoy/501stnc17/HC_HairyChests230.jpg[/img:deb6447f2a]
 [img:deb6447f2a]http://www.knology.net/~killjoy/501stnc17/HumpDay034.jpg[/img:deb6447f2a] [img:deb6447f2a]http://www.knology.net/~killjoy/501stnc17/BearMugs2-079.jpg[/img:deb6447f2a]
[img:deb6447f2a]http://www.knology.net/~killjoy/501stnc17/fsepe14.jpg[/img:deb6447f2a]
Say, think that last one might qualify for &quot;Labyrinth Hair&quot; as well?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3207','c8a9194b7c','','I had a really great time. 
It was really good to see everyone.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3208','f4442118ae','501st Invades Atlanta!','Members of the 501st Legion decended on Atlanta Ga, to participate in the annual St. Patrick's Day Parade!

[img:f4442118ae]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/normal_19.jpg[/img:f4442118ae]

[img:f4442118ae]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/normal_23.jpg[/img:f4442118ae]

[img:f4442118ae]http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/normal_42.jpg[/img:f4442118ae]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3209','0d2f07e8cc','any Huntsville area interested in bday party?','---------- Forwarded message ----------
From: Bama Trooper &lt;bamatrooper@gmail.com&gt;
Date: Mar 20, 2006 9:11 PM
Subject: Re: Don't Know If You Remember
To: Matthew Watts &lt;hightower1987@knology.net&gt;


Matt, Glad to know you still have our info!
You should ask this on our message boards.
http://forums.501stso.com
 
I don't know if anyone is available but it doesn't hurt to ask.
 
-Joey
TK-152
 
BTW, we can get you into about any costume, some aren't so 'elaborate' or costly..
 
You should come see us.  we wil be up in Huntsville at a Walk for Wishes sponsored by Make a wish,  over at UAH on April 8th..10-2pm...


 
On 3/9/06, Matthew Watts &lt;hightower1987@knology.net&gt; wrote: 
Hello Mr. Beck,

 

            My name is Matthew Watts.  I doubt you remember, due to all of the things you do with the Legion, but back in 2002 you were at the Toysrus in Huntsville, AL, and I was a very curious and star wars loving boy at the time.  I then saw you when the Attack of the Clones premiered at the Imax Theater at the Space and Rocket Center.  I talked to you about possibly joining the Legion, because I was interested in Star Wars so much, and I am still interested (just short on money to buy an elaborate costume).  But anyway, the reason I was emailing you, is because my principle's soon to be five year old boy loves star wars, and is having a birthday party around the beginning of April.  She was impressed by my (Rubies Supreme Edition) Darth Vader costume when I dressed up for the premiered of ROTS, and therefore she wanted me to come dressed up as Darth Vader to his birthday party.  She then asked me if I knew anyone who could also come dressed up.  And I automatically thought to myself of you guys.  So I was wondering if there were any local-around-Huntsville members in your outpost that might be willing to do this.  And just for the record it isn't about &quot;sucking up to the principle&quot; or anything, it's because I love star wars and it's for a future generation star wars fan, and I wanted to do all I could for it.   So, if you could please email me back letting me know if this would be at all possible.  Thank you for taking the time to read my email!  I look forward to hearing back from you! 

 

Sincerely,

Matt');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3210','f4a7ac39ec','','awesome... 

I love that sweatshirt.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3211','8d2bbd03a9','','What about &quot;Starship Troopers 2&quot;

That movie blew ass');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3212','d66caf79f7','Queen Amidala, like youve never seen before','natalie portman rapping,
man i never saw this comin!!!!!!!
just the fact that she did this speaks volumes!!

http://www.lemonzoo.com/funny_videos/15364/Natalie_Portman_Rapping.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3213','1f9b25cfc2','','Couple of quick observations:

1.	Ive managed to survive season one without an appearance well, at least I didnt get killed.

2.	The rifle shown in the final scene (M-24 SWS) would not have been capable of taking out that number of personal in the short of a time frame. I own and shoot two versions of the same weapon system, one in 308 win (short action) and another in 300 win-mag (long action). Both are single shot modified bolt action Rem.700s custom built from the ground (and you thought stormtrooper armor was an expensive hobby) with a capacity of 5-6 rounds. While I do have some professional tactical training with said rifles, I would be hard pressed to take on multiple targets. Now we could move to a semi-auto variation, such as a M-21 or M-14 with a detachable 20rd magazine but even then, too many money shots were made, too fast. My thoughts are that there were multiple shooters working together. A good choice for such a task may have been using an M-4/M-16 variation of assault rifle fitted with a Trijicon ACOG 4x scope. Ive used this same set up to take on several man size targets at multiple ranges out to 175 meters in rapid secession. 3 shooters using this series of weapon, 1 on the shown M-24 and one more calling the shots with the binos is what I would feel would be needed to inflict said damage to the Outpost. That would give us a five person team. Also notice that the M-24 and the person on the binos are looking down on the group, while some of the shots come from the left. This is proof of multiple shooters.

3.	The white hat on the shooters mat would lead me to believe that at least one member of the hit team has had artic training.

4.	Notice that Corey was one of the first Outpost members to be taken down, not allowing him time to return fire with his Glock. This would tell us the hit team had deep intel into the group to know carries and who would be a direct threat.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3214','65186214ac','','Oh don't get me started on that lump of shee-ite... I considered throwing my TV off the balcony of the apartment after that hour and a half torture session... I kept thinking &quot;It's gotta get better...&quot; WRONG! heheh


[quote:65186214ac="Loki"]What about &quot;Starship Troopers 2&quot;

That movie blew ass[/quote:65186214ac]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3215','9ce4ca9648','','maybe this will help you decide

http://www.lemonzoo.com/funny_videos/14167/Hot_Chick_Pie_Fight.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3216','b20cc6d9c3','','*cough* (in the worst muddy Christopher Lambert &quot;I've absorbed too many accents&quot; accent) 

There should have been only ONE!!!  :bang 


[quote:b20cc6d9c3="RoseGuard"][quote:b20cc6d9c3="ROTSAnakin"]Highlander 2 anyone?[/quote:b20cc6d9c3]

WHAT?!? You mean you didn't like the idea of the immortals being from another planet? And that Connor had to save the earth from having no Ozone by constructing a giant shield to protect it? What's wrong with you?!?

Besides, I think the Matrix trilogy redeemed itself with the re-witten ending they put into the new video game... Agent Smith turns into MEGA BUILDING SMITH, no loger a program but a giant made of scraps of buildings, agent smiths, and a bilboard sign pair of sunglasses. Yes! Totally sweet![/quote:b20cc6d9c3]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3217','1aef29ffbd','One of the coolest things in the world!','I love this video clip. When I'm blue, I get under the blankets and watch it over and over... I just can't help laughing.

[url]http://www.metacafe.com/watch/69650/dont_you_want/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3218','cf4bbeb415','','you should give mention of the dead rat that is subbing as actual facial hair................');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3219','d8f59d6d34','','So if I read the stuff of the Ohio board correctly, this event is from June 1-June 4 (Thur-Sun) With the 1st being a media preview day and only from about 10-noon. Im just wondering what days other people are planning on being there for the event. I would like to be there from thursday evening till monday morning so that I can get 4 days of hanging out and not be in a rush to get there the day of the event and still get a good nights rest before I leave out on monday.

Whats everyone else planning?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3220','d31002e79b','','reorganization it is.  I also thought that your post with the Black sheep picture was in poor taste at this particular time.  I understand what your trying to say, but the troops see it different.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3221','28a319d5e2','New Spec Ops Episode posted','For those that read it.. the start of &quot;Passing Through&quot; has been posted.

http://swspecops.blogspot.com/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3222','816472db02','','Thank you.  I have always wanted this costume since I saw ATOC and I have to say there were several times when I almost sold the parts we had, but Joey wouldn't let me.  I am glad he didn't.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3223','d3067f6977','','Tambo, according to Skip, &quot;the troops&quot; don't like me anyway.
I know i felt it was bad taste too, but i soon realized that pic was more than bad taste, it was s time for me to take a stand.  Some of the troops won't see that, but i hope some will see me do what i haven't been able to always do as CO, to just stop the PC crap, and give my position on the subject.

Sometimes you have to draw a line and be a man. opinions are not solid as a statement.

If people ( 4-5 nashvilleites)  want to outcast the lesters, Then i want to show them that they outcast me and holly with them...

outside of nashville its pretty darn funny.

Jeff makes a few comments about Skip online in retaliation and 4-5 want to give him the axe?? 
Skip makes 1.5 years of comments behind mine and Jeffs backs and has all of middle TN disassociated with the rest of the outpost, ,and im supposed to want to keep him as XO or vote him CO???

that is Iraqi math my friend.
AFU...


the troops  = Corey Loki, and who????  SKip?  
The rest are sheep themselves, being told what to think about me and the lesters by loki, corey or Skip for a year....


People know me and jeff outside of this loud group of complainers.  if you take those people's opinions and place them up beside the whinners opinons, ayou will  see that they are totally opposite opinions of me?? 
WTF??  then what does that tell you???

It tells me only one thing, that one side is totally and 100% misled.

Personally i can pick the misled group out from among the two &quot;sides pretty easily. 



Tambo,  I'd quit if i thought i was the problem.  But now , since middle TN people brought up the threats to split last year and again this winter...everyone down here had a lightbulb go on ,, hey why not?!?  sure would solve the noise polution problem we have.

We( members i spend time with) have a blast at events.  only until we get home and read this board, do we hear Skip, Loki, Corey tell us about what a bad time we had, how this and that sucked, how this and that was a waste of money, etc...


Splitting will not solve your problem.  Yes you will be stuck with all of the problems and complaining, gossiping behind backs etc...  Once 30 good members are gone from your ranks, they will turn that negative attitude on someone else... my guess it will be the next TN command staff..

There is no real solution.  Since letting Tn split off is OK with me and the rest down here, I say you guys go with it.  I'd like to get it done soon, so we can concentrate on all the good times to be had yet.  

I'll see you all at AdvCon and Cosi, we will have fun and forget this crap.  


I've been the CO, done a hell of a job, and am proud of this group.  I will always beat my chest and talk about how high speed the SO was in her prime...  We have made a mark on the 501st and while i personally hate hate hate to see it go, I know we served honorably in our time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3224','4819240f86','Breaking off.','So how do you suggest we get this done?


First off Tn will need to find a forum or yahoo group to start signing up on and organizing thier thoughts, elect officers, create logo and consolodate resources.

What kind of plan do you have to do this?



Chris We should either re-skin this forum or , as a transition, would you want to set up a new one and leave this one alone for a few months?

I think once it is done. we should delete it.


The picture galleries need to be exported so that the different garrisons can take thier past events to their new websites.

I'd like to keep the record of trooping in the region alive by posting them as past events on our individual websites...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3225','8a7ec7e38b','','Ah groupies they get cheeky at times but you still lvoe them.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3226','1827edcffe','','Drax that cracked me up...

And guys guys that's why Tambo blessed us with a mute button so you could enjoy Starshiptroopers 2.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3227','ba9c02ab37','','Dude that was funniy as hell.

All I keep hearing &quot;back and to the left.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3228','d102163120','','Becca actually wanted to do that costume to join the 501st, but I didn't know where to begin to help her. About how much did you spend on it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3229','2a952966b6','','OH man that was great!!! Thanks for posting it Sweetpea.. Im a smiling now!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3230','324ea4b09c','','WOW...you know...  that didn't seem to help.  Maybe I should watch it again! :pimp');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3231','642c3f7f2d','Re: Breaking off.','Well in dividing up things, would the members area be limited to the new garrison membership? We've a ton of users, a noticeable amount are from other garrisons (Titan, GA, etc). By splitting the SO, part of the original membership technically goes into the category of &quot;the rest of the Legion&quot;. To still troop together, they'd need access to the 'pre-events' area which typically is member's only. 

My recommendation is reskin the forum and website. The existing members/non-members areas can be left alone. This will keep communication intact so people know what event where and perhaps help ease any hurt feelings / shock that might rise up with the mention of splitting. 

A thought that comes to mind is new thread areas based on the new garrisons / geo location. It would give a sense of space to collection of members. It also helps TN until they get their own forum. When they have their own forum up and running, I can deactivate the TN garrison thread area.

As for the picture galleries... exporting is fine, but where is the dividing line? Divide up the events based on region? Well.. ok.. then where would Dragon Con pics go? Or any other event the SO went to outside our prospective areas? I say just leave the pic gallery alone.  I can work on exporting the pics to give TN a duplicate copy of the whole thing for their own photo gallery if they want.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3232','ac03685fc3','','I've been reading most of this and not commenting but... just curious here. I'm serious.

You guys want to re-org because of what? 5 hard cases out of 90+? 

You guys say the feeling isn't there? Bad porn jokes aside, what feeling are you guys after?

I'd really like to hear from all of you, in this thread, your explanations. As I said, I'm just curious.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3233','44cac1a837','','I'm going to see the famous &quot;Ryan Jones&quot; Saturday night here is Birmingham! I'm gonna get his autograph on my TK bucket!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3234','311d7bec81','','[quote:311d7bec81]according to Skip, &quot;the troops&quot; don't like me anyway. 
[/quote:311d7bec81]

thats a lie, i dont tell you that.sorry ,but ive been telling you for a year what people think and i dont ever tell you that people dont like you.ive been telling you the opposite.
not sure where this is coming from.

[quote:311d7bec81]If people ( 4-5 nashvilleites) want to outcast the lesters, Then i want to show them that they outcast me and holly with them... [/quote:311d7bec81]

i dont believe this is true.i have been told that its alot more than that, that have issues.if it were 4-5 then it would have been dealt with easier.
as far as &quot;outcast&quot; goes, jeff and suz come to anything they want,they were still invited to the prop party and any other event around here.jeff even went with corey and loki,your &quot;spies&quot;,so to speak, to the chattanooga kids fair thing.even with the issues loki and corey dont say to exclude them.
while there may be issues jeff and suz have still been a part of things.


[quote:311d7bec81]Jeff makes a few comments about Skip online in retaliation and 4-5 want to give him the axe??  [/quote:311d7bec81]

as CO you should have addressed any issues with me instead of letting it be thrown into the forum.nothing was said to me,even when we spoke on the phone.Last year we went about 6 months without talking,i spoke to you once in november and then again closer to the end of the year.only when it was at a danger level did we all start talking about this crap.
every post that was made against me was ignored by me and definately noticed by the membership.

[quote:311d7bec81]Skip makes 1.5 years of comments behind mine and Jeffs backs and has all of middle TN disassociated with the rest of the outpost, ,and im supposed to want to keep him as XO or vote him CO??? [/quote:311d7bec81]

if ive been talking smack then as a friend and as CO you should have called me on it.Ive taken up for you time and time again.if the members have an issue i can only do so much.i told you their issues and you may or may not have addressed it.
people from the entire garrison have issues,middle ,TN isnt the issue here.i get phone calls and PMs from alabama,just as you guys will from TN.people all over have opinions and cant just be swept under the rug.



[quote:311d7bec81]the troops = Corey Loki, and who???? SKip? 
The rest are sheep themselves, being told what to think about me and the lesters by loki, corey or Skip for a year.... [/quote:311d7bec81]

this is simply untrue, and ill stress again, why wasnt i called on it or issues addressed? why didnt you or jeff find out what &quot;propaganda&quot; i was spreading and address it to me.why didnt you guys find out who was the problems and get us all together at an event and address it?
its amazing that none of our members are smart enough to develop their own opinions,they are all sheep and have to be &quot;led&quot; or &quot;misled&quot; depending on how you look at it.


[quote:311d7bec81]outside of nashville its pretty darn funny. [/quote:311d7bec81]
i guess nashville now emcompases most of TN and most of KY and part of alabama.cause ive been told that most of the knoxville crew,almost all of the KY crew and part of the AL crew all had issues with the way things were and that only a couple of people that were fairly new were against us &quot;reorganizing&quot; the garrison.
i was told they didnt discuss it with Drax because he was command staff,but thats not to say he didnt know anything about what was being talked about.

yesterday i was trying to tell joey stuff and just let him know issues.i guess all it did was bring back the crap.


ill be leaving shortly and not returning till this evening.ill catch up then');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3235','a992a11b1c','','Time to sign you up for the Nashville star.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3236','f281fc17b4','MA','Ohhhhh,,,, Mary Ann

HEY, close the bathroom door!! :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3237','cf656ee364','','I've been thinking all night and morning about this stuff and a good response here...so here it goes............

Joey I think you are taking too much of this stuff as a personal attack, I don't feel it's you..It's the position you hold.  Most of the guys know you and if they have not taken the time to know how great you and your family are then they must be new or stupid.  If you and Skip switched positions and Locations I honestly feel most of this would be the same.  

I'm always hearing us VS them, TN VS AL and so on... i'm not picking sides with anyone, but I live in Tennessee so I guess when we reorganize I'm suck with the Northern half of our Knuckleheads.  I talk with both Skip and Joey, but I'd love to be a fly on the wall when I'm not around to see if you guys are egging it on.  Are you?  Do you guys talk bad about other members?  Sure you do, but if you do it in front of other folks that do not know really whats going on makes them form opinions that might be wrong.  

I've listened to the rumors.. Jeff is having problems with his wife, Corey is gay, Joey does not care about anything but Alabama, Skip hates Jeff and Joey has a big penis.  I know I'm missing a few, but the point is they are all false...except for the last one, it's my attempt to keep this lighthearted.
We are all grown men and we can figure out that this is all our oun fault.  

Why is our fault?  Well if we were not so freaking cool and organized maybe this would not of happened.  If we stayed the way we were 4 years ago it would not be so different.  Look at our growth guys...look how many people we have...it's our own fault for making the Southern Outpost so big and so much fun.  This is how we need to look at the reoranization if it happens.

Communication is a big problem with a group as big and spead out as we are.  #1 we don't travel as much as we did, #2 Troopers don't know each other as well from all over the region.  #3 Command Staff has failed to keep things coheasive..meaning we should not see boarder lines like the rest of the guys.  I try my best to talk to all the guys and I know all the people in Alabama are great for the most part..in fact I've been talking to Thad about Vader parts and upgrades as he is helping me find old dental parts for the Fett costume....good solid 501st trooper stuff, not he said she said crap.  When I hear a guy even if he is my bud say something negative to the command staff or any other member I nip it in the bud...I did just that with Corey on Sunday when I help him assemble his Akia stuff.  How hard do you think it has been for me to not kick Stien in the Balls?  My best bud Ivan hates him, he has said things that should of made me punch him in the face.  Somehow I've kept my composure and I've learned to ingore most of his stuff because I think he has some socialization problems..he is a smart guy but lacks in the common sense department.  

ok thoughts from others???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3238','d214f402a3','','just checked this one last time before i leave,

tambo,
for the record.

i was emailing suzanne a few weeks ago regarding some of this stuff.we got into a decent discussion.in that email i stated that i had no hard feelings for them and that i was trying to mend things and see what could be done.
there was nothing bad said by me to jeff and i know that joey,holly,jeff and suz all read that email because she responded the last time from joeys house and joey said he did see it.
i extended the olive branch,
jenn also called both holly and suz yesterday to see if there was something to work out.

a &quot;reorganization&quot; will solve alot of the issues.
ill think about it more today and get back on here tonight.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3239','5e30e9cc97','','corey, starla here.  please take ryman (darth tater) and myself)custom mando) off the roster.  we will not be attending. thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3240','563f67c1ff','OK who's coming to MidSouthCon ?????????????','Ok who's gonna be at MidSouthCon  ?????????????/

Last chance to let me know if you are looking for anything in particular..collectible  wise.....

I will be at the TOYFLASH.COM table......

See you there

Tim from Memphis');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3241','15e9e112ce','','First thing.

Is this going to be a TN &amp; KY and AL &amp; MS Garrison, what do we do with our Smaller states..Make MS a Outpost?? Keep it linked for leadership?  Kentucky?? Keep it with Tennessee or let it beome it's own Garrison?  

I think the Southern Outpost name should not be used in any of these new groups..let's keep it as part of our collective history.

If we do keep more then one state in our new Garrisons then we can't really call them the Alabama or Tennessee Garrison...we need new names unless a single state becomes a independent Garrison.

Ideas?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3242','c2ebbf88f5','','Anything with Clones &amp; Stormtroopers.. the new figures are very hard to find..we all need them.  What kind of stuff do you have?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3243','2df7c7a77b','','Tambo:

I've got a room that is seperate on the Ohio list due to my girlfriend being in another garrison.  The SO list was a back-up and to confirm my involvement with this garrison.

I was the room commander and my girlfriend is in there too.  I've been trying to find someone from this garrison to fill the last two spots.  The Olivers were my most recent idea from roommates, but I haven't heard back from Shannon.  

Heck, my girlfriend is thinking that we're not going to be together for the event.  I'm not mad or anything, I'm just trying to make it the best case sceniro for the Ohio event.  I'd be out of the SO list &amp; hopefully can steal away 2 other SOers. 

What does the Tambo will of me?  Hallowed art the Tambo.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3244','9387194db0','','Zach..my main thing is I don't want any of our folks to not be on the Main list to get into the event... let's stick with it the way you have it  with you in the other room because I might stick someone else in with me if I can.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3245','3068b179e3','','Tyler I think most of us will get in on Friday we are not doing the Thursday thing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3246','16132a0864','','Tambo, cleverlilminx's confirming that I'm still on the Ohio list with the OH guys.  But Tambo your new plan sounds good to me.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3247','b21ebc47f1','','I would like to offer the chance to go solo to all 4 states first.
Ms would get the opportunity to become an outpost, Ky can become a garrison, or an outpost as well, then later petition to become a garrison.
all you need is on active member with spirit to grab the reins and run with it.  Offering MS and KY thier own units will encourage that..

Chris those are some good ideas.

We can start with creating a state topic for each group in the SO area.  or just make 4 new sections to replace the SO area on the forums now.
then we can add permissions to each user based on location.  
Like you said we can just delete the topics once the new unit has thier own forum or yahoo group.
Until we move off on our own, I think we as a staff should access all 4 areas to help each other out and foster community within the new groups.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3248','aad6573e9c','What I have','I will have lots of Clone Troopers stuff and some of the Scorch and orange clone troopers and if im lucky by friday some Commander Codys');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3249','0eaa957e2d','','You really don't want to know.  It is in the same price range as vader.  The hardest part is the body suit.  I actually bought it off of a girl in the netherlands and upgrated several things. THere are still acouple of things that need to be upgraded but that will take time.

Joey has several things that we didn't use including the material we had bought for the body suit.  if you are interested contact him.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3250','94a8e897cb','','Prices don't scare me. I just wanted to know so I could give her a target to aim for since she would like to do the costume.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3251','d5e60ba342','','I dont plan on doing the media thing on thursday I just like to show up early. But work may mandate that I show up on Friday. Just wondering what everyone else was doing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3252','b40b95df97','','I take this too seriously.

you guys should know.  I'm very passionate about the 501st.  I participate all over the Legion, council, resurrected the MEPD, Created the Clone detachment, participate on all of the other detachment boards, + the old and new legion boards. I used to have tim knapp on speed dial on my cell phone for cryin out loud.  Oh when albin decided not to run fo rLCO, I ran to try and keep the yahoos from winning..
I ditch the SO at Dragoncon to go out and meet new 501st from around the world.  I'm a fan of this group, not the SO above the larger group.

I want things to run ideally.  But here it just isn't so.

I have a hard time with the members who aren't as passionate about the 501st as i am.  I have a hard time with those that are more interested in themselves than others. 
i'm a military guy, I see things in a military ordered manner.  usually the complainers are not like me, so i clash .


so i'm taking it wrong.?
then how should i take it.?



Chris,  my position has always been to ignore the 4-5 and concnetrate on the rest of the group. , but according to Tambo, that isn't how the garrison sees it.  
these 4-5 have everyone thinking i don't care about TN, or Ky. that suzan pulls my strings and runs the group through me, etc.. we can go on and on..

but in the end, the garrison isn't together physically anymore.. Thats the reason i would support TN going off.  I see where the group as a whole would be better off served by thier own smaller interests...

commmunication will never get better, the past is an indication that rumor is easier than long distance phones....

I'd like to stay friends with everyone somehow..

rambling.........................................');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3253','7ecb57d89a','','I would recommend not replacing the SO area but just add 4 new ones, one for each state. That way they get their own pre-events thread, etc.

The reason to keep the current SO area is so that once an event is finalized in a given area/state/forum group, the information can be copied up to the SO pre-events for the other states to know about it. It keeps lines of communication open but still allows each state to have its own niche.  Also, an umbrella SO group gives a place for members from each state to communicate, chat, whatever.

I agree, command staff needs access across all 4 areas to help grease the lines of communication, foster community within the groups, etc.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3254','9075bd508b','','Drax knew/knows of NO talk whatsoever in the Knoxville area about splitting. Drax has repeatedly told the Knxville area troops that spliiting to satisfy some whiney bitches is NOT what he wanted or will do. If this garrison splits I will have nothing more to do with command staff. I will go where there is trooping to be done and I will try to organize events in Knoxville to troop. I'm sick of this shit.

P.S. I DID NOT say anything to Corey about the fantasci con when I called him at the pickle barrel on Saturday night. All I did was call to make sure Tim, Jon, and Rose were still alive since the last Hammer and I heard was they were coming to hang at the Comfort Inn. Also, the only reason I called Corey was because Jon and Rose were not answering their phones and again, we were worried. I had a hoot hanging out at the crap con with the other SO folks. The thought of going to the gay bar never even crossed my mind... So, either Corey completely misheard me in the noise of the bar, he made it up, or you made it up Skip. I REALLY don't like having words put in my mouth and I'm REALLY pissed. In the past, I thought the problems we were having were a bit of everyone's fault over poor communication and differing personalities...NOW I think it's mostly yours and I'm done with you. I will still be polite and civil whever we end up trooping in the same place as I am with anyone else, but don't expect anything more');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3255','9e4e30a1f1','','Yo Corey!

We gonna see all those sweet pics you took at that party???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3256','f46777cc38','','Paul,
I would love to post them, but I have been accussed of making all thee un neccassary posts, so Im between the wall and a hard place...
Maybe soon though, might have to post them on a seperate website and invite you all to see them');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3257','d177886cb5','','[quote:d177886cb5="Z-Man"]I'm going to see the famous &quot;Ryan Jones&quot; Saturday night here is Birmingham! I'm gonna get his autograph on my TK bucket!!!![/quote:d177886cb5]

You said I could sign your &quot;butt&quot; not bucket....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3258','1a1251918d','','Aww I was looknig forward to seeing little Darth Tater again. She was so cutein that costume at the movie release. I hope all is well with you guys. no one is ick or anything right? Let us know if there's any thing you guys need.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3259','5bf06d531d','','Great Scott! Marty, Z-Man is trying to alter the space time continuem again! If he and Ryan are both in the same place the universe could cease to exist.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3260','c879a2d44f','','There is an Ohio Garrison member still looking for a room to stay in. He's a great guy and he and his wife are getting different rooms so she could get in a room with just ladies. So if anyone can put him up that'd be great. Please check the roommate finding thread on our boards.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3261','ce013510c3','','Umm just to let you guys know.. I had a pretty serious car accident lastnight in birmingham (if you saw a totalled dark grey mustang.. that was me) so I dunno what my car situation is going to be for MSC.  I am going for sure, just might be arriving a little later on Friday than I had estimated before hand.  Sorry about this, just letting you know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3262','b39c953a6f','','We need a date. We have Make-A-Wish Walk for Wishes - April 8th, Huntsville, AL.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3263','b54910f3a6','',':shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3264','883b15c283','Hot Ginger vs. Mary Ann Action','Still want to fight over which is better, well check out this cat fight. They can't decide either.

http://www.lemonzoo.com/show.php?c=14167');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3265','457c8a9358','Re: MA','[quote:457c8a9358="Hook"]Ohhhhh,,,, Mary Ann

HEY, close the bathroom door!! :oops:[/quote:457c8a9358]

OH, GOD!!! MY EYES!!!!!!!!   :shock:  :shock:  :shock:  :shock:  :puke');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3266','c6231414ee','','I know most people are staying in thr Marriott but as there were no more nonsmoking rooms and I and the other girl staying with us are allergic (her more so then me), we got a room in the Hyatt. There are several other people we know inthe Hyatt so truthfully, you can find some of us in either one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3267','5fcf5e9232','Announcement from Drax','This is a general announcement so that anyone that hasn't figured it out or is new will know...

- Don't ever consider anything I &quot;say&quot; as fact unless you hear me say it personally or see me post it first hand. Misinterpretaion is one thing, outright putting words in my mouth I never uttered is unacceptable and will lose my respect (if you care).

- I hate gossip, I don't want to hear it, I do my best not to do it. Please feel free to call me on it if you think you hear me speak gossip. There is a difference between gossiping and discussing something you have a concern about.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3268','5083568bc7','','I hope you are ok.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3269','ec10ea6f53','','Gooshy, I am so sorry to hear that!  I second Wookieegunner -- hope you're okay, even if the car's not. [img:ec10ea6f53]http://www.clicksmilies.com/s0105/traurig/sad-smiley-007.gif[/img:ec10ea6f53]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3270','6d1b941ba4','','Ditto goes from me as well.

There's been a lot of crap that I've heard about me and other folks that's just total BS.
Stuff about my marriage, where I go to troop, hell, even my family vacation has a colorful little rumor. 

I echo Drax when he says, If you don't hear it from ME or see it on MY post, then its probably crap. If it comes from anywhere else, consider the content and the source it's coming from. 

Also, if anyone has a grudge or complaint about me, please bring it to ME. I'm a reasonable man and will sort it out for you the best I can.
Complaining to any other member of the garrison or command staff is just counter-productive. I don't do the playground politics or listen to the grapevine.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3271','8bd86c272c','','[quote:8bd86c272c]a &quot;reorganization&quot; will solve alot of the issues. 
[/quote:8bd86c272c]

OK  Lets define the &quot;issues&quot; or reasons we think splitting is a good idea.

#1 ?
#2 ?
#3 ?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3272','861f194c35','','Atin-
  You can add Casey and me to the roster for this event.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3273','3edd03e7b8','','Thanks for all the info everyone, Dragoncon seems to be covered.. How about Adventurecon?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3274','2e330b289f','','Awesome suit. Glad we have a Zam in the SO now. We have nearly all the bounty hunters.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3275','726c6ef19b','','David, everything on that costume was custom made for the films, no found objects other thant the modified rifle.

there are only 2-3 fans who have made parts and pieces so ther eisn't any &quot;go buy it supply&quot; like there are for fett, vader or troopers etc.... most of the info on the leatherwork and such is all on the TDH, along with some parts suppliers.

we are at 1500 now, the upgrades will put us at 2000 when finished.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3276','a57bb693e2','','logistically that sounds good, almost like creating squads.
go look at florida's forum.. its similar..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3277','1f289e6a79','','#1 we as a command staff all suck!  We fail to communicate with each other, we fail to stop rumors, we fail to be honest with each other.  I really don't know what Drax is so pissed about and now it seems Jeff is also.  Joey you have it stuck in your mind that people don't like you up here and that is just false.  I'm in the Dark..A fracking Mushroom if you will (kept in the dark and fed a bunch of shit)  I've missed the last few trooping events because I'm concentrating on my family a little...I really want to see all you guys I love you all, but with all this crap going on I feel seperated.

I was just recently told some information (Something Stien said about my 1 month old daughter) that apparently everyone knew about but no one said anything to me.... Whats up with that?  

I've devoted way too much time to hold up my hands and quit or write off anyone, but come on guys let's figure this out.

If we devide because of problem troopers and miss-communication with the command staff it's all the wrong reason and we should not bother.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3278','99edd76258','','set aside all the new clones for us we will buy them all...save 1 of each for Tambo Fett (Utapau Clone, Commando and Cody if you find one)  thanks :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3279','145f3c4870','','Tambo, what do you want me to do about the situation with Ash? I need her to be in my room; if she's not she probably won't go at all, and to be blunt, if she doesn't go I probably won't go, lol.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3280','5ec64c5086','','Kell lets see if we can keep her with you and chase and if Zach can get ahold of the Olivers they can room with them...regardless we will have room for her someplace.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3281','0df7dd1f2a','','Ok that's about what I was expecting. I saw some write ups on the suit a long while back, but no costs were given. And considering that the undersuit was custom made out of some pretty hard-to-find materials, I'd expect that alone to be pretty hefty.

Did you get the correct material for the undersuit, or did you improvise?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3282','6cace1ef4f','','We don't even get names know. How do we rate Palpy?  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3283','92954016be','','We should try to make a side trip to this place. Sounds like we could have an awesome time at a place like this.

[url]http://www.mendelsons.com/the_story.html[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3284','b5f2e00133','','Dude what in the heck are you apologizing for? Take care of yourself. Don't worry about cons. Get to feeling 100% so you don't hurt yourself.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3285','e124ca5968','','heck yeah... Don't show sweetpea this..he may empty his wallet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3286','2789eabd6a','','I'm suprised no one has started posting about scorch(s). How many do you have?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3287','23d67dd82b','','Dayton is about an hour and a half away from Columbus. A cool place though and our Dayton troopers usually pick the place over  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3288','21695dbf91','','Nice setup that they've got.  I think I'll mull it over and post something later tonight with some suggestions for this forum.

I like that Events category with each area broken down geographically and open to the public. Cleaner that way.

Aside from that a category broken down by state ( like their squads )would be the only other thing I can see here. Except I'd keep that hidden from public eyes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3290','caa46c6dc9','','Jester, you should have gotten more than a dollar tip for that kind of service!

 :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3291','cd776ffcd0','','I believe there are 3 of them.  Those things are the HARDEST thing I believe I have ever tried to get my hands on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3292','46709d10ce','clones','You can count me in for clones and stormtroopers is you have them in the Saga series');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3293','e1fc41bf0f','','I will definately take a Scorch.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3294','172ffd6273','','Yeah, Lauren and I are perfectly fine.  Just damage to the car, no injuries in the slightest.  Thanks for the concern!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3295','c06dc8987c','','Thanks, That was yummy!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3296','d961273610','',':shock: Mommy!!

Hey, was that me and my little buddy Crayfish with the binocculars in the shrubs?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3297','93e6fac3ef','','What's Who'sa?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3298','5d10e98f29','','Ryan, will you sign my Flux Capacitor instead!!!??  :D

Also, I expect to see some of those radical dance moves like in your avatar, Saturday night!

Hey! Looks like I got a few SO members coming out with us!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3299','d4d1995d99','','Good to hear your ok.. I hope you have insurance and are not at fault.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3300','8180a23a2b','','Goosh, next time you pass through my city, I'm gonna have a police escort bring you through!!!

Glad to hear you guys are ok!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3301','3ebe10ed36','','Yea, I'm pretty sure that's me and my &quot;little buddy&quot; Crayfish with the binocculars hiding in the shrubbary.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3302','3182334593','','Gosh, Corey, that was just unecessary............');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3303','b25e678616','Figures','I have Saga stuff and OTC and other stuff...Battlefront Biker Scout, OTC biker scouts, Tactical Ops, 12&quot; Clone Troopers, and Stormtroopers, Tie Pilot, Sandtrooper, At-At Driver, Unleashed Vader (Best Buy) version, Gamorrean Guard, carded figures, loose figures, Titanium Fett and Vader (vintage versions) and regular and on and on');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3304','1d11dbfa7b','','[url]http://www.theforce.net/topstory/story/Star_Wars_Television_Shows_97662.asp[/url]

Some mo' news about the TV series, if'n your interested.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3305','3122b18fad','','[quote:3122b18fad="Tambo"]Kell lets see if we can keep her with you and chase and if Zach can get ahold of the Olivers they can room with them...regardless we will have room for her someplace.[/quote:3122b18fad]

Gotcha! Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3306','50a034c3ba','','Okay, here are the times, and another bit of important information.
[b:50a034c3ba]March 31st (Friday): 5pm to midnight.
April 1st (Saturday): 10am to midnight.[/b:50a034c3ba]
What days/times would we all like to assemble together to dominate this event?

Also, whatever you do, [color=red:50a034c3ba][u:50a034c3ba][b:50a034c3ba]do NOT NOT NOT NOT bring any firearm to the UK mini-con.[/b:50a034c3ba][/u:50a034c3ba][/color:50a034c3ba] I've been told that anybody carrying anything that even looks like a gun will have UK campus police called on them. Lightsabers, however, should be okay.

That's all to report for now. I'll post this on the first thread as well just so people know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3307','ab6054ff12','Land of the Jawas','[url]http://www.retrojunk.com/details_commercial/883/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3308','c3db11403d','','Yeah jeeze if you don't quit posting already Corey I may have to quit you.  :lol: 

Screw em. Post like you've never posted before. Post like a rabid lawn gnome on crack. Post I say! Post!  :twisted: 

Post or Tambo will kill a small cute furry little quadriped of some sort!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3309','27793b4694','','Never have heard from the Olivers.  Currently I believe we've slotted in an Ohioan trooper into the room with me &amp; the GF.    Since the Ohio XO vouched for him we're good to go on that.  

But let's try &amp; get Ash into the Kell room, please.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3312','d0f83c3a44','','The girl I bought it off of was in on the run that several of them did for the correct material, which is neoprene (?), a diving suit. 

The zam costume that disney uses is a different material and I do believe that is what we still have but it would have to be dyed. Joey knows more than I do.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3311','7144e215bb','','There's only 2 problems that I see with that (well, 3 if you count the fact that since vader won't be in it, and possibly Boba won't either) Lucas is going cheap with it like using the cheap camera. and We'll need 3D glasses. I went to an IMAX theater once to see T-REX: back to the cretacious and the 3D glasses they gave us were expensive. I hope those aren't the kind of 3D glasses I'm thinking of though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3313','1b37f78140','','They post at the end that somewhere the conversation got convoluted.

The animated series has 3-D animation.  The movies may be transformed into 3-D versions for IMAX. The live TV series is unlikley to be 3-D.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3314','098815e0c5','','Ryan...dance?  *snickers*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3315','cce7a2998e','','Corey Feldman has just been added. Here's a list of who's going to be there now:

[b:cce7a2998e][u:cce7a2998e]Ray Park[/u:cce7a2998e][/b:cce7a2998e]

[list:cce7a2998e]&quot;Mortal Kombat: Annihilation&quot;

Star Wars: Episode I -The Phantom Menace

&quot;X-Men&quot;

&quot;Sleepy Hollow&quot;

&quot;Ballistic: Ecks vs. Sever&quot;[/list:u:cce7a2998e]


[u:cce7a2998e][b:cce7a2998e]Adam Baldwin[/b:cce7a2998e][/u:cce7a2998e]

[list:cce7a2998e]&quot;Firefly&quot;

&quot;Serenity&quot;

&quot;Full Metal Jacket&quot;

&quot;Predator 2&quot;

&quot;Wyatt Earp&quot;

&quot;Independence Day&quot;

&quot;Angel&quot;

&quot;The X-Files&quot;[/list:u:cce7a2998e]

[u:cce7a2998e][b:cce7a2998e]Burt Ward[/b:cce7a2998e][/u:cce7a2998e]

[list:cce7a2998e]&quot;Batman&quot;

&quot;The New Adventures of Batman&quot;

&quot;Tarzan and the Super 7&quot;

&quot;Legends of the Superheroes&quot;

&quot;Holy Batmania&quot;

&quot;Return to the Batcave: 

The Misadventures of Adam and Burt&quot;

&quot;VH-1 Where Are They Now: Superheros&quot;[/list:u:cce7a2998e]


[u:cce7a2998e][b:cce7a2998e]Haley Mills[/b:cce7a2998e][/u:cce7a2998e]

[list:cce7a2998e]1960 Academy Award Winner

1960 Golden Globe Winner

&quot;Pollyanna&quot;

&quot;The Parent Trap&quot;

&quot;The Moon-Spinners&quot;

&quot;That Darn Cat!&quot;

&quot;Good Morning, Miss Bliss&quot;

A&amp;E Biography: Hayley Mills Seeing Double[/list:u:cce7a2998e]

[u:cce7a2998e][b:cce7a2998e]Lana Wood[/b:cce7a2998e][/u:cce7a2998e]

[list:cce7a2998e]&quot;Diamonds Are Forever&quot;

&quot;The Searchers&quot;

&quot;Peyton Place&quot; 1966-67

&quot;Captain America&quot;

&quot;Captain America II: Death Too Soon&quot;[/list:u:cce7a2998e]

[u:cce7a2998e][b:cce7a2998e]Corey Feldman[/b:cce7a2998e][/u:cce7a2998e]

[list:cce7a2998e]&quot;The Lost Boys&quot;

&quot;The Goonies&quot;

&quot;Stand by Me&quot;

&quot;Gremlins&quot;

&quot;Friday the 13th: The Final Chapter&quot;

&quot;The Fox and the Hound&quot;

&quot;License to Drive&quot;

&quot;Teenage Mutant Ninja Turtles&quot;[/list:u:cce7a2998e]

[url]http://www.adventurecon.com[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3316','0691558832','','I'm pissed because someone is making up things that &quot;I said&quot;. I have seen an email argument between Skip and Joey in which Skip wrote...

&quot;...drax and hammer called us while we were eating dinner at the &quot;bar&quot; in downtown Chattanooga Corey, Jon, Tim and rose got a room in Chattanooga cause they were tired. Then drax and hammer called around 10:30 or so telling us basically that the con sucked and they wanted some people to hang out with. We were finishing dinner and about to leave, otherwise i think Corey said that drax and hammer were leaving the con and heading to the bar. This was in front of over 20 people...&quot;

&quot;...we had 20+ people at dinner and they were all there when drax and hammer called to see where we all were, they wanted to come to the bar but we were wrapping it up...&quot;

I called Corey one time and one time only to see if Jon, Tim, and Rose were still alive. I didn't even know there was an entire gang of 20 people at the Pickle Barrel. I never mentioned wanting to come hang out at the bar. I never mentioned the status of the con other than &quot;we&quot; were hanging out. I have already emailed Corey about this and he says he never said anything of the sort. So, someone is LYING and we need to find out who. I think we need to post this on the public section so we can see if 20 people say Corey made all that up or if Skip did. While there is no way I can know for sure who said what, I'm giving Corey the benefit of the doubt this time. Since he was recently the topic of much worse gossip I think he wouldn't just make it up since it would hurt his credibility.

More thoughts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3317','1280836332','','Dude, we will so be there friday!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3318','59caf9a620','','Please activate my account, user Darth Lupine!

Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3319','5c43bb26fe','[NC-17] TROPHY-CASE','[color=yellow:5c43bb26fe][size=18:5c43bb26fe]Celtic Candidates for Cloning[/size:5c43bb26fe][/color:5c43bb26fe]
The first candidates absolutely must look good in a kilt.

[img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/Ewan.jpg[/img:5c43bb26fe] [img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/Adam.jpg[/img:5c43bb26fe] [img:5c43bb26fe]http://houseofpaynepowerlifting.homestead.com/files/caber.gif[/img:5c43bb26fe]

Even this potential Celtic-Trooper, CT-0001:
[img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/kilt_Marton_Csokas.jpg[/img:5c43bb26fe] [img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/closeup_Marton_Csokas.jpg[/img:5c43bb26fe] [img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/celeborn_Marton_Csokas.jpg[/img:5c43bb26fe]
Which begs the question:
[img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/Queen.jpg[/img:5c43bb26fe] [img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/KiltBlown.jpg[/img:5c43bb26fe] [img:5c43bb26fe]http://www.knology.net/~killjoy/501stnc17/bare-but.jpg[/img:5c43bb26fe]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3320','66c78e29a9','','Not going to MSC so we will be there sat also!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3321','58e5994772','','You guys need to lay off the &quot;who&quot; stuff  ie.. making fun of stargate costumers or any other costuming group.  that's old crap that has run its corse a long time ago....



Cool, glad to see other costuming themes showing up now.

Maybe one day we can have a lot of regular con life with all the different groups starting to come to this one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3322','7a411fff5f','','whoa, we haven't really had an argument.. skip pointed out a lot of 'things' going on around his crew this weekend and i have een responding with a lot of frustration at the whole thing again and again..
cant have a fun event without this group doing this stuff.

look at my very first post sunday night.. heck i thought we had a great weekend as a whole... turns out, there was stuff going on with the nahsville crew again...


there's nothing secret in our exchanges, so i'll post the whol email here so Tambo can get out from under the mushrooms and crap...


[quote:7a411fff5f]From: SL100 
To: TD152 
Posted: Mon Mar 20, 2006 8:46 am 
Subject: parades   
morning, 

saw your post on the COC and thought id share a bunch of random thoughts.none of which are directed at you,just covering different stuff. 


i too thought the parades went well and im not gonna post otherwise,no drama from me to the group.i thought you and i did all we could,we lead,we mingled,we did what we could to get our group in place,what else can we do? 

not sure what the future hold for us,but there has either gotta be some healing or the group will still move towards a seperation.while everyone got along great i could see there are still issues. 
people were in pretty good spirits saturday.but there was definately alot of tension there in the parking garage.i noticed that cindy and shannon were cool and hangin with us,cindy and jenn hugged and hung out,but once you guys arrived i never saw them again.jenn was expecting the cold shoulder and got just that,she tried to say hi a number of times to holly,jeff and suz and was ignored.we knew that was gonna happen so we werent too shocked. 
corey said you guys wouldnt even look at him and never said much to him.a few others said they were brushed off but didnt care. 

i said hi to jeff and suz and they walked past,alot of the people tried to say hi to them and got ignored also by them,no surprise.heck, even mark and wendy got the brush off.most people around here are done with them,see em at events and thats about it. 
alot of people said once you guys arrived at the garage the group split,i noticed it too. 
you did great,you and i walked around and mingled and didnt let that crap bother us.again, what else can we do? 
im taking the high road,ill say hi to jeff and suz and what they do with that is their biz.i made an effort to rectify with them in those emails to suzanne,they disregarded it again,as they did with everything else they have done to this group that has them on the shit list with so many.all the crap with jenn and me,all the crap with bob and betty and hammer,and all the crap with corey and others that she has badmouthed,most people around here arent givin them the time of day anymore.enough about that. 

after the parade, the alabama members all left and ate elsewhere,then the TN people went and did something else,well except jeff and suz cause they arent having anything to do with us anymore.so yes,we are acting like were seperating in my opinion.its almost a &quot;joey and alabama&quot; versus &quot; skip and TN/KY&quot; mentality.how in the world do we undo that?can we? 

i dont think we can force them to do anything or like anybody so im not trying to.jeff and suz have their own thing going.your in that one deeper than me, and it appears they arent worrying about making amends with anybody so ive gotten the feeling that people up here are just gonna let em continue to hang themselves. 

i personally like the picture you guys just posted on the fantasicon thread.nice smack with the &quot;black sheep&quot; tshirts.i can appreciate the humor there.however you 4 just solidified the whole &quot;joey-holly-jeff-suz&quot; thing.i havent spoken to anyone but i can guess that you wont see a single post by anybody on that thread.that one picture will tell everybody you support jeff and suz and all they stand for.whether or not thats true,its just how i think people will take it. 
i would also warn you not to post &quot;TOO&quot; good of things regarding fantascicon. drax and hammer called us while we were eating dinner at the &quot;bar&quot; in downtown chattanooga.corey,jon,tim and rose got a room in chattanooga cause they were tired.then drax and hammer called around 10:30 or so telling us basically that the con sucked and they wanted some people to hang out with.we were finishing dinner and about to leave,otherwise i think corey said that drax and hammer were leaving the con and heading to the bar.this was in front of over 20 people.so any posts from you guys about how good the con was will be taken as propaganda,and i dont want to see you walk into that. 

all i can do is just give them my help and then if they want to act like fools ,thats their decision, im with you,the drama is killing me.its always one thing or another. 

im not gonna post anything like this anywhere.but i want you and i to keep in touch constantly so we can work together on what is happening.i dont think for a minute that you guys didnt leave the parade and some bitching wasnt done about anything or anybody.im sure somebody had something to say about something. 
maybe we can salvage it,maybe theres something real to the way people are acting and a seperation is ineveitable? 
id like to see some movement towards fixing things before giving in to a seperation.i wont be so naive to think that you and jeff didnt talk about the command staff issue this weekend.you ,drax and jeff were all there together,im pretty sure the topic would have come up. 
so let me know if were even making any changes,cause its almost the end of march and we really havent done anything.lets at least get back with tambo again and see what we can figure out. 

i gotta go, 
sorry you guys are missing MSC, 
but i think a nice vacation with the kids will be very rewarding. 
cya soon

_________________
Skip Curley 
Southern Outpost XO 

 
[/quote:7a411fff5f]


my replies');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3323','c122b182a8','','my reply

[quote:c122b182a8][i:c122b182a8]morning, 

saw your post on the COC and thought id share a bunch of random thoughts.none of which are directed at you,just covering different stuff. 
Thanks, Me too.  I have some responses, nothing personal, but we need to talk about this stuff in private, keep things going on..I saw a lot too 

i too thought the parades went well and im not gonna post otherwise,no drama from me to the group.i thought you and i did all we could,we lead,we mingled,we did what we could to get our group in place,what else can we do? 

not sure what the future hold for us,but there has either gotta be some healing or the group will still move towards a seperation.while everyone got along great i could see there are still issues[/i:c122b182a8]. 

I agree, there is separation between what I'll call group Y ( you , loki, corey, and the new Nashville members ) and group Z ( me, jeff, Bamatroopers)   is there, I noticed it too how people were standing in separate groups , but that is natural in such a  large group too.   The Knoxville  crew was together, the Nashville people stayed together, etc..


[i:c122b182a8]people were in pretty good spirits saturday.but there was definately alot of tension there in the parking garage.i noticed that cindy and shannon were cool and hangin with us,cindy and jenn hugged and hung out,but once you guys arrived i never saw them again.jenn was expecting the cold shoulder and got just that,she tried to say hi a number of times to holly,jeff and suz and was ignored.we knew that was gonna happen so we werent too shocked. [/i:c122b182a8]
 

I wouldn't characterize it that way ( cold shoulder).. Jenn gets treated like any other person.   If I would suggest, did you see holly socialize with saberspanker, rose, joe, wendy, jon etc any more than jenn? No.  Jen is no different than any of those members, ..   I think she is expecting more maybe, so anything will be less, or a cold shoulder..  I can say Holly makes no attempt to avoid anyone, but also isn't going out of the way to engage everyone either..   If Jenn wants to talk, then she needs to walk into a clique like I do.  Nothing mean there just another way to look at it.

[i:c122b182a8]corey said you guys wouldnt even look at him and never said much to him.a few others said they were brushed off but didnt care. [/i:c122b182a8]I didn;'t know I should have kept up with who I didn't yet mingle with.  I tried to spend time saying hello to everyone, especially the Ga and Carolina troopers corey is still full of rumors.. If I wanted to avoid him I would, I think I even told him bye on the way out as he parked 2 cars up form me..? 

Please pass on that I did not &quot;brush off&quot; anyone.. I made the rounds as best I could in the little time we had, I'm sure I didn't get to shake hands with everyone personally 


[i:c122b182a8]i said hi to jeff and suz and they walked past,a lot of the people tried to say hi to them and got ignored also by them,no surprise.heck, even mark and wendy got the brush off.most people around here are done with them,see em at events and thats about it. 
alot of people said once you guys arrived at the garage the group split,i noticed it too. 
you did great,you and i walked around and mingled and didnt let that crap bother us.again, what else can we do? [/i:c122b182a8]
 

Again people see what they wanted to see.  They saw me splitting the group, not people choosing to socialize as they wish.   Ask them why they didn't come talk to me, but I had to talk with them?


[i:c122b182a8]im taking the high road,ill say hi to jeff and suz and what they do with that is their biz.i made an effort to rectify with them in those emails to suzanne,they disregarded it again,as they did with everything else they have done to this group that has them on the shit list with so many.all the crap with jenn and me,all the crap with bob and betty and hammer,and all the crap with corey and others that she has badmouthed,most people around here arent givin them the time of day anymore.enough about that. [/i:c122b182a8]

Jeff gets support mail from TN and Kentucky .  He knows the few ( 4-5 ) that are negative about him, and isn't going to let them ruin it for the rest of the group.   When you say (a lot) again, I don't see it.   I see 4-5 and the rest say a different thing to me, jeff, and others.. it doesn't get back around the grapevine that way.


[i:c122b182a8]after the parade, the alabama members all left and ate elsewhere,then the TN people went and did something else,well except jeff and suz cause they arent having anything to do with us anymore [/i:c122b182a8]

 ( Us does not = the Tn members, you need to realize that.   You and the 4-5 around you who are anti-susan people are not &quot;the group&quot; or the &quot;Nashville group&quot;, or the &quot;tn people&quot;.  The rest of TN may listen when that crew bitches, but they don't back it up when the crew is not around, they sing a different tune.   ) [i:c122b182a8].so yes,we are acting like were seperating in my opinion.its almost a &quot;joey and alabama&quot; versus &quot; skip and TN/KY&quot; mentality.how in the world do we undo that?can we? [/i:c122b182a8]
I don't see that.  I see the Skip crew as loki, corey, mark, and the &quot;new guys  joe, saber, and maybe chase) that &quot;crew&quot; so to say.  Most of them are going along because of the group mentality that they want to be around people they know..   you guys see each other monthly.. Me and the rest only see them 3-4 times a year so that's normal group dynamics..

I think the group has been split since 2004 just by size, we quit hanging out as one group and began to socialize in smaller circles   nothing intentional, its just part of any group


[i:c122b182a8]i dont think we can force them to do anything or like anybody so im not trying to.jeff and suz have their own thing going.your in that one deeper than me, and it appears they arent worrying about making amends with anybody[/i:c122b182a8]

 ( like you , they don't feel they have done anything to anyone ( minussusan vs. jenn and bob/betty) 

 [i:c122b182a8]so ive gotten the feeling that people up here are just gonna let em continue to hang themselves. 




i personally like the picture you guys just posted on the fantasicon thread.nice smack with the &quot;black sheep&quot; tshirts.i can appreciate the humor there.however you 4 just solidified the whole &quot;joey-holly-jeff-suz&quot; thing. [/i:c122b182a8] 

I know, that is the way the &quot;crew&quot; up there sees Jeff and susan, so It was a way for me and holly to show support to them, that the &quot;crew&quot; can just outcast us as well if they want to outcast jeff and susan 

 
[i:c122b182a8]
i havent spoken to anyone but i can guess that you wont see a single post by anybody on that thread.that one picture will tell everybody you support jeff and suz and all they stand for.whether or not thats true,its just how i think people will take it. [/i:c122b182a8] 

Skip honestly, since people &quot;see&quot; what they want, I'm not going not be PC anymore.   I'm taking sides when I feel like it now , and then just going out trooping.  If that means leaving the gossip crew behind, then oh well life is too short

[i:c122b182a8]
i would also warn you not to post &quot;TOO&quot; good of things regarding fantascicon. drax and hammer called us while we were eating dinner at the &quot;bar&quot; in downtown chattanooga.corey,jon,tim and rose got a room in chattanooga cause they were tired.then drax and hammer called around 10:30 or so telling us basically that the con sucked and they wanted some people to hang out with.we were finishing dinner and about to leave,otherwise i think corey said that drax and hammer were leaving the con and heading to the bar.this was in front of over 20 people.so any posts from you guys about how good the con was will be taken as propaganda,and i dont want to see you walk into that. [/i:c122b182a8]

I think your full of crap.  Its always been a Versus thing with the &quot;crew&quot; over this little hotel con..    I don't think you see the difference in &quot;the con was a blast&quot; comment and what that really means&quot; is that we had a blast together&quot;  the fact that suckass con was going on here, or chattacon, or shadowcon, does not figure into the equation   We had a blast hanging out together and having fun.  If there was no con there, we would have the same things to say???

+ drax and I talked with Jon rose and Tim in Atlanta .  They were planning on coming to the con after dinner as they wanted someone to hang out with.  The hotel was sold out sat, so they got a room downtown + it was so late 

We didn't go to the con.  Jeff was the only one who did.   It was sat night at 9pm before I even went into the lobby to troop for a bit, and then we de-suited out of costume at 10pm and went to room parties.  I spent 24 dollars on a room for 2 nights and gas to Atlanta, + food.  We did the weekend for 100 bucks, both of us..   there was no &quot;con&quot;, just people hanging out .

Shannon, cindy, drax, hammer, Jeff, sus, holly and I went shopping around flea markets and antique malls all day Sunday, then ate at the pickle barrel Sunday night before splitting up to come home.   Again, The &quot;good time&quot; was getting together with friends, not going to some geek convention, as it sucked.

The alternative was to hang out in Atl at a red room inn, and going home sat night..  nothing wrong with that scenario in itself, but it just wasn't the preferred choice for some over spending 2 nights in Chattanooga at a bigger hotel.

 

PS we would have liked to have eaten with the rest of the garrison since yall were coming through Chattanooga anyway, but there was obviously an attempt to avoid me as no one bothered to call when you got close, or even mention dinner plans to me at Atlanta, or before on the pre-planning threads.   I was waiting for that to &quot;not&quot; happenI figured as much.  Did you or anyone ever consider that?  Why didn't anyone call Joey? see if he wanted to meet for dinner? See what was up, etc??? 

 

That answer, right there, is why I prefer to split the group myself it already has been over for a while

[i:c122b182a8]
all i can do is just give them my help and then if they want to act like fools ,thats their decision, im with you,the drama is killing me.its always one thing or another. 

im not gonna post anything like this anywhere.but i want you and i to keep in touch constantly so we can work together on what is happening.i dont think for a minute that you guys didnt leave the parade and some bitching wasnt done about anything or anybody.im sure somebody had something to say about something. [/i:c122b182a8]
 

Actually you are wrong.  We had a great weekend with no effort wasted on the drama at all. 

I saw susan giving some opinions to jon wollack in the parking garage, but I got out of there quick, as I was there to say something to jeff.    I did overhear something about her wanting him to know she didn't' start the corey is gay stuff, that its was whoever stayed with him at his first house and came back to tell the group how they slept in the same bed naked or something they sawwhomever those troopers were ( chuck + others??) started the whole thing, that's where jeff first heard it and told her 

[i:c122b182a8]
maybe we can salvage it,maybe theres something real to the way people are acting and a seperation is ineveitable? [/i:c122b182a8]
[i:c122b182a8]
id like to see some movement towards fixing things before giving in to a separation [/i:c122b182a8] 

I tried that last year, all year. I got nothing but negativity from the few complainers and still do.   No event is good for them, nothing is cheap enough, nothing is close enough, nothing is done 'right', they want to do it their way and complain if you disagree with another way.   I would love for it to work out, but it would be better to not have to ever deal with those that despise you and what you do/ have done for the group.

 
[i:c122b182a8]
.  .i wont be so naive to think that you and jeff didnt talk about the command staff issue this weekend.you ,drax and jeff were all there together,im pretty sure the topic would have come up.

 [/i:c122b182a8]
Nope, not a word. 

[i:c122b182a8]
so let me know if were even making any changes,cause its almost the end of march and we really havent done anything.lets at least get back with tambo again and see what we can figure out. [/i:c122b182a8]

We can talk about it.  If we are going to let this go to the history books,  and reorganize this summer, then I say lets leave it alone and concentrate on that.  Drax and Jeff have done a lot of work for this group since they were added to the staff, and I don't' want to &quot;fire&quot; them and then we change over in a few months.   There are now only Shannon, loki, and TKtim, and Jamey to some degree who have done anything for the group other than our staff. These others who want us to let Drax and Jeff go haven't done anything If they spent 2 years getting events together and serving to build a better group, then I'd listen to them more but again you have to see them. I won't see them but Adcon and Dragoncon this year so I can ignore the noise easier than you 

 

[i:c122b182a8]
i gotta go, 
sorry you guys are missing MSC, 
but i think a nice vacation with the kids will be very rewarding. [/i:c122b182a8] 

I got the party and hang out bug out of my system this weekend.

I think we are going with Zman to see Ryan plan Sat night down here. Show Ryan some support.  We might try to round up the troops not going to MSC and go out Sat night.

We're staying around the house and doing day trips with the kids.   Holly did 8000 in damage to her car 2 weeks ago in a wreck, so we only have the truck, and funds are tight for a big vacation out of state  You guys have fun. 


[i:c122b182a8]cya soon [/i:c122b182a8]
[/quote:c122b182a8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3324','628912c8d1','','then skip's next reply:

[quote:628912c8d1]ive only got a few minutes so ill address a few things here,
 
[i:628912c8d1]I wouldn't characterize it that way ( cold shoulder).. Jenn gets treated like any other person.   If I would suggest, did you see holly socialize with saberspanker, rose, joe, wendy, jon etc any more than jenn? No.  Jen is no different than any of those members, ..   I think she is expecting more maybe, so anything will be less, or a cold shoulder..  I can say Holly makes no attempt to avoid anyone, but also isn't going out of the way to engage everyone either..   If Jenn wants to talk, then she needs to walk into a clique like I do.  Nothing mean there just another way to look at it.[/i:628912c8d1] 
I would disagree, jenn tried a couple of times and suz turned and looked away and holly just stared.she tried at least 3 times to just talk shop and after that she was done.she has no plans to be friends anymore but acting civil is fine.if thats even an option.shes willing to try to talk about it but i dont think that will happen.
 
[i:628912c8d1]Jeff gets support mail from TN and Kentucky .  He knows the few ( 4-5 ) that are negative about him, and isn't going to let them ruin it for the rest of the group.   When you say (a lot) again, I don't see it.   I see 4-5 and the rest say a different thing to me, jeff, and others.. it doesn't get back around the grapevine that way[/i:628912c8d1].
 
Ive seen it a different way,i was told by 10-20 people this weekend that they felt that way,plus most others did as well.that they arent gonna say how they truely feel to you guys or zman,(cause he tries constantly to ask about stuff like that)the only person i know that has come out to anybody for jeff is todd taylor.todd is friends with chase and jeff and is stuck in the middle kinda.i dont fault todd in anyway.
but this whole arguement that WE are against jeff and suz is a load of crap.they went out against other people.she turned people against jenn,she tried to screw with hammer and bob and betty,and i was told by zman that she was telling people in alabama that corey was screwing his dad.any problems they have with the group might actually be because they did something against people.this &quot;we saw it wrong&quot; dont play when suz was calling bob in the middle of the night to try to break him and betty up,when she made up stories about hammer to make him mad at bob.she did that crap,not me and jenn.
 
I[i:628912c8d1] didn;'t know I should have kept up with who I didn't yet mingle with.  I tried to spend time saying hello to everyone, especially the Ga and Carolina troopers corey is still full of rumors.. [/i:628912c8d1]
 
he said he tried to say hi or something and got nothing back.no you dont have to keep up with who you have to mingle with,but as a command staff people will remember if they got any weird vibes.
ill tell you the &quot;rumor&quot; that has people pissed.theres not alot of secrets around here.
when corey asked for your help with jamey you said you werent gonna do anything.jamey and a number of people PMd corey and lashed out against him.you told him on the phone that nothing was gonna happen to jamey,just leave him alone.
well what about when people Pm'd crayfish,how come that wasnt OK? how come we were gonna &quot;out&quot; those people for PMing crayfish ? it was alright for people to Pm corey but not alright for people to PM crayfish.seems odd,how mad everybody got about one and how nobody cares about the other.
 
[i:628912c8d1]I think your full of crap.  Its always been a Versus thing with the &quot;crew&quot; over this little hotel con..    I don't think you see the difference in &quot;the con was a blast&quot; comment and what that really means&quot; is that we had a blast together&quot;  the fact that suckass con was going on here, or chattacon, or shadowcon, does not figure into the equation   We had a blast hanging out together and having fun.  If there was no con there, we would have the same things to say???[/i:628912c8d1] 

Ill say you missed my point on that one.i was actually trying to help.yes maybe it was a &quot;blast&quot; but the truth about the event was it was a joke.we already knew that it was gonna be a joke and had a report from somebody there saturday night,&quot;gilligan and beer?&quot; 
i was merely trying to say that by posting about how great the &quot;con&quot; was, you would look like you were lying about the event.i think people would have respect for someone simply saying  &quot;the con sucked but atleast the members there had fun&quot; 
like i mentioned in my PM, we had 20+ people at dinner and they were all there when drax and hammer called to see where we all were,they wanted to come to the bar but we were wrapping it up.so everybody present knew the con sucked.i just didnt want you to look bad,i actually WAS thinking of your best interest.
 
as for corey,tim ,jon and rose.they didnt try to get a room there.they had mentioned it but decided not to bother,they had already heard how bad it was.
as for the event ,i dont recall posting or telling anybody not to go.it was common knowledge that it would suck.but its still each person's decision on where they go.why didnt more people go?i dont know.i said up front i wasnt going . if only 4-5 have an issue with jeff and suz  then where was everybody? why did they all ditch the event?zman said him and crayfish didnt want to go but felt like they were being pressured.he called us when we were on the way back to chattanooga.jenn talked to him for awhile,he said he was told that everybody was going to fantasycon,when infact,nobody but a handful had ever even posted about it.he said he felt bad for missing it but then didnt feel bad when he found out none of us were going.
 
[i:628912c8d1]The hotel was sold out sat, so they got a room downtown + it was so late [/i:628912c8d1] 

they werent ever planning on going to the con.they decided to just go home.then at IKEA corey had an issue and needed to get cleaned up.he told the wollacks he was getting a room in chattanooga so he could shower and change clothes.then they could stay with him if they wanted,so they grabbed a room at that hotel right off the exit by the bar.
 
[i:628912c8d1]PS we would have liked to have eaten with the rest of the garrison since yall were coming through Chattanooga anyway, but there was obviously an attempt to avoid me as no one bothered to call when you got close, or even mention dinner plans to me at Atlanta, or before on the pre-planning threads.   I was waiting for that to &quot;not&quot; happenI figured as much.  Did you or anyone ever consider that?  Why didn't anyone call Joey? see if he wanted to meet for dinner? See what was up, etc??? 
 [/i:628912c8d1]DUDE!!!
did you even read a single post in the planning threads! we talked about going to dinner in chattanooga over and over .we talked about it numerous times.besides that,you guys had dinner as part of the con and never once posted that you might be interested in coming with us.beyond that we TOLD you guys in the parking garage,we were eating lunch in the food court, going to IKEA, then heading back to chattanooga,then getting dinner there before we all split up.
i just looked at the freakin thread,2nd post states were going,3rd post,10th post, and then on the 14th post, i posted that we were doing everything that we did end up doing.i even made positive comments towards anybody that wanted to split and go to the &quot;con&quot;
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=30&amp;start=0
 
 [i:628912c8d1]
Why didn't anyone call Joey? see if he wanted to meet for dinner? See what was up, etc??? [/i:628912c8d1] 
because you were with jeff and suz.and you guys were doing the con.like above mentioned it was common knowledge where we were all going.
 
 
 
jennifer called holly and susan both today.if there is any friendship left there i would hope to see them return the call.i emailed suzanne a few weeks ago and you saw that.her and jeff deny doing anything wrong,thats their decision.but the people that have witnessed this crap know better.a spoke to tambo about this for a bit today.im going to email him after this regarding the issues with them.
i wont take responsibilty for their actions against this group, they will have to do that.
 
gotta run and get some dinner,
from the sounds of it the split is gonna happen one day anyway,
i guess we need to bring it up to the command staff and then the group again?
[/quote:628912c8d1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3325','bcaafd85b5','','that's it.. i wondered about the thing with drax and hammer wanting to go to the dinner and ditch the con, because i wanted to appologize if for some reason i pressured themt o stay when they didn't so i had holly email laura to ask drax about it and get back with me.

so drax got back with us and pretty much thats the saga.. 


being torqued as i was , i figured we'd talk about the split again so i started those posts to work on how we can quit this shenanigan...

basically, whats the deal..


do we punt, or go back to the basics and drive the ball down thier throats?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3326','b8b272225a','','yes,  the guy who made the zam for disney gave me a few god tips on what he did , + the info from all the research on TDH helps.

the correct material is a dyed neoprene.  Hollys suit was done from a run of neoprene custom dyed to match the reference pics and tour suit on display at the magic of the myth exhibit back in 2004.  it is very accurate, sewn exactly like the original buy a professional seamstress.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3327','145a876cfe','[NC-17] TROPHY-CASE','And let's not forget the Celtic Warriors, as recorded by Diodorus Siculus a few years ago, &quot;Their aspect is terrifying...They are very tall in stature, with rippling muscles under clear white skin... They look like wood-demons, their hair thick and shaggy like a horse's mane...  most content themselves with the weapons nature gave them: they go naked into battle...&quot;

Let's imagine that...
[img:145a876cfe]http://members.aol.com/scothist/images/celtnakd.jpg[/img:145a876cfe]

No, let's imagine it more like this:
[img:145a876cfe]http://www.knology.net/~killjoy/501stnc17/RedHot_RedFur048.jpg[/img:145a876cfe] [img:145a876cfe]http://www.knology.net/~killjoy/501stnc17/RedHot_RedFur083.jpg[/img:145a876cfe] [img:145a876cfe]http://www.knology.net/~killjoy/501stnc17/RedHot_RedFur020.jpg[/img:145a876cfe]

Here they are depicted in 54mm scale miniature by Irregular Miniatures and Woodrow's War Store.  (This is too wierd to make up.)

[img:145a876cfe]http://www.irregularminiatures.co.uk/images/54mm_Naked_Celt_standing.jpg[/img:145a876cfe] [img:145a876cfe]http://www.toysoldiers.ca/popup/COR%20150013.jpg[/img:145a876cfe] [img:145a876cfe]http://www.irregularminiatures.co.uk/images2/54mmAncientCelts.jpg[/img:145a876cfe]

According to a Celtic Warfare web site, &quot;... we have evidence from carvings and Roman writers that the Celts went into battle naked except for their torcs and body paint... There is some sense in this - with heavy armour it is difficult to move quickly...  Wounds may have healed more easily as pieces of cloth stuck in cuts can cause infection.&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3328','86d1724de1','','just walked in the door,

1) no joey and i werent arguing.we were simply emailing back and forth.
as you can read in those messages i wasnt trying to slam anybody,but discussing whats happening with people.
most everybody at dinner was peaved at the seperation that happened at the parades.they wanted to talk about splitting the garrison,simply put.


2) drax is mostly right, and for that i will apologize.before i explain i would like to point out that only in the messages to joey did i mention this,not to anybody else.joey went out and forwarded my message.
now, i spoke to corey a minute ago,my &quot;misunderstanding&quot; of this was merely a technical error on my part.but the facts are relatively the same.

 as we were driving to chattanooga one of us got a call FROM THE CON.
i thought they called corey ,because i heard them repeat a &quot;report&quot; from the con.i thought it was corey on the frs radio telling us what was said.they called and said the con sucked basically.somebody said that over the frs radio!
at the bar corey DID recieve a call from drax.
i no longer will pretend to know what was said but i know that the conversation that followed was in reference to the con sucking and drax and hammer calling to see where they were.
so technically corey and drax may be correct, but somebody called from the con and told us that it sucked???
but i guess since im just a liar none of this matters anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3329','96aec25551','[NC-17] TROPHY-CASE','Why fight in a battle naked?  Well, for one, you're probably not going to see any of those people again, so don't worry about what kind of impression you leave.
Also, take a look at this &quot;Welcome to Britain&quot; waxwork scene in the Dover Museum, and you'll see what clothed Celtic warriors looked like:
[img:96aec25551]http://www.stoa.org/albums/album40/Welcome_to_Britain.sized.jpg[/img:96aec25551]
I could see any Celt saying, &quot;If I have to wear [color=yellow:96aec25551][size=18:96aec25551]those[/size:96aec25551][/color:96aec25551] pants, I'd rather go naked.&quot;
[img:96aec25551]http://www.knology.net/~killjoy/501stnc17/stud_red_1.jpg[/img:96aec25551] [img:96aec25551]http://www.knology.net/~killjoy/501stnc17/RedHot_RedFur034.jpg[/img:96aec25551] [img:96aec25551]http://www.knology.net/~killjoy/501stnc17/RedHot_RedFur085.jpg[/img:96aec25551] [img:96aec25551]http://www.knology.net/~killjoy/501stnc17/redhot41.jpg[/img:96aec25551]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3330','f9295c192d','','ill be there Friday till around 10 because I have to work on Satuday, ill be there on Saturday until they run me out. Is there anywhere I can crash Saturday night if I need to?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3331','4d7759d8ca','Anyone Familiar with GX armor','Hey guys, I have a buddy that wants some TK armor and he said the guys at Trik Toys have offered him a set on a payment plan but told him it was GX armor is this a typo from FX or is it another type of armor?

Thanks for the help.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3332','8fb73ecb11','','Theres FX/GT which is what 90% of the 501st is. 

Theres also Movie FX Armor, and GF armor...never heard of GX myself.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3333','547878c35f','','Heh.  Got some glass in the ass.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3334','6ad522d361','','If you've got extra Scorch, Cody and the orange clone I'd love one or two of each.  Angi can get them for me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3335','e79d2c34f9','','Cool.  I hope to have a Snowtrooper or Marine sometime this year if I can ever get any help with one.  So far I've got nothin' but dead ends.

Soon though......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3336','a9c574a27d','','It's good we're gonna be indoors, because the low on Friday will be 33 and the high on Sunday will be 62 and most of the time it'll be in between.

Hot toddies for everybody!
Oh, wait ... darn.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3337','681543a861','','skip, the con sucked.  i don't know where anyone ever thought otherwise.

i did not go.

what didnt suck was staying n chattanooga instead of atlanta.

because of the bias, i suppose no one got that...

we were drinking in our room by 9pm cst friday night and sat night.  ther ewas no con, no propaganda about the con.
we had a good time together... somehow peeps think we were trying ot say how much better our adventure was over thiers.

?? thats so school yard..  


the fact that we had zero conversation about this , the split , or anything of the sort, and your group spent thier weekend in the dumpster.. shows me what the difference is like between the &quot;joey&quot; camp and the &quot;skip&quot; camp.

you cant deny that.


i really wish you and tambo can see that...... and correct it.


the way i look at it now.. you have let these few ruin the moral of the group that was with you , and has been with you all year.   is every tn event like this now?   man i feel sorry for you guys, you and all you have done inthe past that was good for the group doesn't deserve a crew like that.

sounds like they have your puppet strings.

 i'll call you tonight.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3338','633d4f2bc5','','I'll give you a &quot;Han shot first&quot; shirt to wear when ya meet him.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3339','f10f1f0ccb','','[quote:f10f1f0ccb="TK6203"]I will ummm be at ummm ok, well here it is I will be at Skywalker Ranch that day  :)  :)  :) 

No not a joke, have a meeting set up with Mr. Lucas and Mr. Sansweet that week..

I do want to make one of your open houses though sometime man... :)[/quote:f10f1f0ccb]

can I be your agent?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3340','cb87b3c83d','','She got the employee discount.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3341','dea59212d4','','Do you guys remember that guy who asked if he could join the Mando squad with the pathetic mando suit? Tambo, I think you said, &quot;This is a joke, right?&quot; Well, I think it was. I was looking at mandalorian pictures on google and I found this...

http://krautboy.livejournal.com/243291.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3342','818645f3c3','','So we've met the 'green Tina', the 'blue tina', and now the 'burnt Tina'...what will the next con bring?!?!?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3343','86373556ef','','I don't know boys, but Joey, don't we have some of Tina's private parts on film from last year!?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3344','8c6626e9c8','','Yeah this really requires a date for us. I'd love to help out, date permitting.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3345','1b62cc3d66','','GX is the new stuff.  Way too nice and expensive to troop around in.  Just tell him to get the FX armor and roll around on the ground with us.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3346','8b8eb6126f','','Dammm you guys are killing me...What the fuck has happened to us?  We do it to ourself don't we?  

Does the reorganization have to happen?  The answer is both yes and no depending on how Joey and Skip act.  Yup you two are the main attraction in this circus and the rest of the command staff is just hanging onto the ship.  What needs to be done may never happen.  Is it possible for Joey to jump into shark infested water and re-inflate the raft?  Yes it is possible but you need to stop thinking about boarders and the 4-5 people that are so bad up here...plant your ass right in front of them so they can't talk shit, unless it's in front of your face.  The same goes for you Skip..keep throwing the dam Olive branches until you can build a bridge.

What are the 3 best reasons for keeping this ship afloat?  I know we have many good things we can talk about...right?...What say you?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3347','fd98e7e308','','I believe GF (Gerardo Fallano) was the first to make armor. (I bought one of his first sets back in 1997! I actually talked with him on the phone a couple of times) I think FX was a recast off his or that's who he was finally selling them through. I'm like Crash, not sure what the GX is?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3348','21a70e9c48','','No guns?  Guess it's All Alien, All the Time for me.  Stormtroopers and Mandos look pretty dumb with no gun.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3349','9679fb3651','','Hmmm, maybe Earl Grey Tina.  Ok, it's a stretch.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3350','ea9552c3d6','','Gerardo Fallano's armor doesn't look anything like the FX.  His armor was cast straight off a screen used ANH suit, and looks completely different.  The FX armoir is non-screen accurate.  I've heard of the GX armor, it's new, and is sculpted to look just like a movie suit.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3351','78499270ef','','Ok,
I did not receive the entire conversation between Skip and Joey. So I will apologize for assuming it was an argument. What I won't apologize for is being pissed that someone put words in my mouth about things I never said. 

I said &quot;someone&quot; was lying, not &quot;Skip is a liar&quot;. Although that thought is hard on my brain right now. Let's prove me wrong. Let's get all this shit out in the open with everyone involved (possible the entire garrison) and see who was lying and who was exagerrating or assuming things. Let's find out who the &quot;con report&quot; came from. Let's find out if their words were twisted. We REALLY need to yank some chains and set some people straight so all this freakin' gossip, hearsay, and innuendo stops. If noone steps up then we tell them all everything must be ok so STFU...

For Skip, if you are innocent, I will apologize. I really try hard not to make any snap judgements and I have defended you in the past and I HATE the way I feel right now, but I won't put up with people saying I said, did, or think things that aren't true.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3352','d932bb4d7f','Star Wars Tatoos (prolly a rehashed topic)','But oh well.....

[img:d932bb4d7f]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/EvanFettPez.jpg[/img:d932bb4d7f]

Cool Boba Pez');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3353','04cdab77d4','','Loki, mine is in fact GF and it looks alot like everybody elses? Is it not like the FX?

Cool! I wanna see the GX stuff! I want one too!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3354','4169e59f79','','Love the Clone Wars Yoda

[img:4169e59f79]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/MenzCWYoda.jpg[/img:4169e59f79]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3355','e042fbd9ea','','Pretty good Fett

[img:e042fbd9ea]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/MathieuFett.jpg[/img:e042fbd9ea]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3356','6d14d0da20','','An awesome Yoda

[img:6d14d0da20]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/PeelYoda.jpg[/img:6d14d0da20]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3357','e9ba1c41d4','','A tribal Maul

[img:e9ba1c41d4]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/MaulHerb.jpg[/img:e9ba1c41d4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3358','013fa348d2','','Really diggin' the Clone War Yodas

[img:013fa348d2]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/TonyYoda.jpg[/img:013fa348d2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3359','657a3a29c5','','And for some reason I like this TK

[img:657a3a29c5]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/LuisTrooper.jpg[/img:657a3a29c5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3360','3bd80c9419','','I think a bunch of us are goimg to see Ryan now:
Me, Robin, Joey, Holly, Crayfish, Dawn, Thad, Jessie. Also trying to get Shannon and Cindy to go!

Z-man');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3361','80b1feed4e','','Drax...I've never seen you so fired up.. Your kind of mellow like myself and we tend to roll with the punches most of the time.  I Know Skip and I can honestly say I don't think he would ever intentionaly say something to anger you or against you.  I hope this can be straightened out here and not on the main boards...the troops really don't need to see us fighting.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3362','ecda1b903e','','Freaking awesome!!!

http://www.mikesfreegifs.com/main4/midiwav/GAHtheme5698.mid');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3363','8977bae6e5','','NERD :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3364','80dbe52f6b','','I've seen your armor Z-Man, trust me, it's not GF. it's FX.  Clutch, a guy here in nashville, has a GF suit, it looks exactly like the ANH suits.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3365','a5d45fad19','','I had always hoped that things could be worked out between the COC in private as well. However, these rumors and gossip and crap are rampant and I want to see some people held accountable. It's not just between the COC so we need to either put it out there and get everyone to see who is running their mouths so they can either come clean, explain, and/or apologize...or tell them to STFU as I said before...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3366','26ebdb6b22','','Ok Drax...All I say is if we go public we can't be at each others necks, we the COC need to maintain order and appear to be doing it together.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3367','2d16ec2763','','[quote:2d16ec2763="Tambo"]Ok Drax...All I say is if we go public we can't be at each others necks, we the COC need to maintain order and appear to be doing it together.[/quote:2d16ec2763]

I can accept and agree with that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3368','00478240c2','','hey guys, holly and jenn had some good conversation and i;m liking what holly said jenn was saying about some of this.

there is plenty of duct tape for this raft tambo.
i have been singing that mantra all thru elections...

we need a command summit meeting actually.

i wish there was a wayt o do that asap..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3369','57d0a2835c','','So basically this is a good kit, and it wont be crap. Has anyone bought armor from Trik Toys before? I would prefer he went through our guy in the SO but he wants to be sure he gets it in time for the Prom.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3372','8661c961a4','','Ditto. So Sorry man. I'd love to next time though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3373','c886ad194a','','That's good to hear your alright. I'm sorry for yuor vehicle. I've X'd to in the past so I feel your pain.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3374','984decbeb8','','Tambo... that's Starla's forum name.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3375','27bf7f00a6','','HOLY COW!!!!! THAT'S AWESOME!!!!!  I'm so excited all you guys are comin out!!!

If I bring my costume, can it be an official event?!

 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3371','8be5dba36c','','[quote:8be5dba36c="TD152"]hey guys, holly and jenn had some good conversation and i;m liking what holly said jenn was saying about some of this.

there is plenty of duct tape for this raft tambo.
i have been singing that mantra all thru elections...

we need a command summit meeting actually.

i wish there was a wayt o do that asap..[/quote:8be5dba36c]

Who has mics? I haven't used it in a while but there's always a private yahoo chat room...


damnit I missed Boston Legal.....Denny Crane!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3376','0f307978ab','','Anything for you, Z-Man!


...and Hothy, lets see your fly moves :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3377','2b1a0823d5','','^
Dude's a member, anyone know him??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3379','3168eed309','','This is my  Favorite tatto.!! Sorry its a bit fuzzy.. Hubby didnt take a good enough pic.
Jango Fett!

[img:3168eed309]http://i45.photobucket.com/albums/f69/himikosabbrawrra/SUNP00011.jpg[/img:3168eed309]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3380','32d416591c','','Ok, it looks like we may have someone coming that is interested in making some Imperial Officer Costumes.. Anyone have any specs on the material needed for this?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3381','fa1d4c2d6a','','Scorch, all I want is scorch!!!!
Ok so I actually want nine of them.. No they are not for ebay or anything like that.
I need one to keep in package and 8 more that I can take out and repaint so I can have all of Delta and Omega Squads.

I need to also find a couple of Mando figures as Im going to do the Sgt Kal and Vas repaints..

Love Republic Commando books!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3382','d9b17dd07d','','Joe, Dcon has a game room, it is in the Hyatt, in some back corner or at least it was last year..

This year if I have time I want to find out if I can figure out how to play the SW minitures game....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3383','3b28c36357','','*looking out the office window and waving at the shrubs*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3384','dba460ed49','','Darn Ryan, you will be just a few miles from my home in Cville!!! But I will be a few hundred miles from home...
Hopefully sometime I will get to see you in concert before I die....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3385','42cced795c','','Tambo will have to kill many animals.. I just really dont have it in me to post anymore..
Ill just do the updates to the pre event roster thread. Ill post as long as its something official.. Well I should clarify, I will only be posting for official stuff after this morning..

Ill upload the party pics and email the link for someone else to post...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3386','147ae1cc13','','My first flying lesson:

[img:147ae1cc13]http://i44.photobucket.com/albums/f41/HippieTrooper/Fun%20with%20photoshop/Supesme.jpg[/img:147ae1cc13]

Ahh photoshop, what a beautiful thing :wink: 
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3387','3c3c308fe6','','Corey!  No!  You can not join the gamers!!!  You aren't even a virgin!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3388','d020c7f49c','','The question is:

Who's NOT coming to MSC?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3389','30bf101ada','','[quote:30bf101ada="Z-Man"]I think a bunch of us are goimg to see Ryan now:
Me, Robin, Joey, Holly, Crayfish, Dawn, Thad, Jessie. Also trying to get Shannon and Cindy to go!

Z-man[/quote:30bf101ada]

Crayfish signed on for our room at MSC, should I now assume he's not coming and fill his spot?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3390','35c008af8e','','Loki, I don't think he's gonna be able to afford the trip to MSC, after having to buy a new engine for his car.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3391','58a088bad8','','[quote:58a088bad8="Loki"]I've seen your armor Z-Man, trust me, it's not GF. it's FX.  Clutch, a guy here in nashville, has a GF suit, it looks exactly like the ANH suits.[/quote:58a088bad8]

Loki, I bought it directly from Gerardo! I talked with him twice on the phone with him before he shipped it to me. It's signed on the inside &quot;GF 97&quot; and has the imprint of the canadian penny inside the belt buckle. He had an add in a comic toys magazine back then and that's how I found him. Now maybe he changed up his molds at some point? Not sure, but I have all the letters and pictures from him the he and I exchanged before I sent him the money. 

I would like to see an ANH set and compare. Also, I would like to see the GX. That sounds interesting!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3392','c0825445a5','','Trust me Z, your armor is FX.  It's just like ours.  Real GF armor is totally different.  See Clutch's thread in costuming for pictures.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3393','0a74f55ff3','','Tyler, Trik toys is also &quot;Richies Armor.&quot;

He is good to deal with, although high prices for services i might say.

90% of the armor we all have comes form 1 source.  Trick toys just resells the same armor, he doesn't make it, so yes, the armro will be like any other FX kit out there..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3394','3aff637691','','Would have been nice to know, prior to now.  It's two days away and everyone in the rooms plan on paying a certain amount, which now goes up, unless we can replace him.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3395','e8d86ee3e2','','I'm not.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3396','4ba34fa192','',':lol: 

Bert your all that!  somehow i can see you actually doing this!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3397','9100378f7d','','Family event for me that weekend, or i'd come up to help., darn..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3398','bf263dce9b','','Here's mine, it's not as detailed or as cool as the others here but I like it :]
[img:bf263dce9b]http://kellilla.com/me/costuming/slaveleia/images/leia146b.jpg[/img:bf263dce9b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3399','7ca6de186d','','I'm a confused little trooper now......... :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3400','12a3618e2d','','Yea, I know. He's been in the hospital for two weeks with pnemonia, so I think he slid on a couple of things.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3401','28f3349965','','He has recovered, I hope.  Send him my best, and we'll see him later, hopefully at AdCon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3402','949bb429ef','','No reason to be confused, Gerardo sold you a set of FX armor.  Hope he didn't charge you for GF armor, if he did, I'd demand a refund, as GF armor is about 1000 more than FX.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3403','433970384e','','Still confused. He signed it GF and I thought the Canadian Penny imprinted in my belt was supposed to be an indication of GF armor. Also this was way back in 97. I didn't think FX was even around then. He told me after I bought it that he was only gonna sell his armor through the Wookie Cantina. Remember those guys? I think the eventually became Galaxy trading then went under the radar. I thought FX copied his armor. You are right about one thing, I paid a lot for it! it was about $1,000 but was also totaly put together when I got it. He asked me if I wanted a kit or fully put together. I opted for full assembly.  Anyway I've got some really cool letters and pictures from him. I'm gonna go back and read some of them and see what he's calling it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3404','17f1035af5','','AHH YEA! Adcon will be the bomb!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3405','a753a88adf','','aman i think you have a mixed set.

you're belt is a GF. it has the trademark cnadian penny dented into it. + the GF signature ont he chest is his, but the armor plate looks like FX armor like mine.


Just assuming here, but GF was also a reseller like you mentioned and might have had an FX kit assembled, and sold it to you, putting in some of his parts to complete it.  Maybe he broke the FX parts putting it together for you, so substituted with his parts.


See he could make suits himself and sell them for 1000, or he could buy kits from Armor FX for 400.00 and resell them for 1000 with a greater profit.  Maybe this was your senario...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3406','7c88bcf049','','Thanks, Joey, that makes sense to me. Maybe it is a hybrid.

I also think you're right about Gerardo recasting the ANH suit a little later on. Maybe I got the FX suit before he started recasting the ANH suit?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3407','5c9789aa71','','Neither am I.  Would love clone figures, but looks like they're more than gone.  Hasbro has messed up once again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3408','db8c227db1','','I'm not going either  :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3409','7660a33e94','','Tyler;
You can crash at my place Saturday night. Yah, it sucks about the whole not-having-any-firearms rule, but I'm glad I found that out. Guess I'll be a blasterless TK myself. I'll send an e-mail out to everybody to come up with a time for us all to hopefully meet at the 'con and take it over.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3410','b7e9de6326','MidsouthCon Official Apology Thread','Yes, I think this is an SO first.  An apology thread before the Con even starts.

Ok, technically this is a heads up thread.  I know there has been a lot of issues going around in the Outpost lately and I don't want there to be any mixed signals.  If I seem to be ignoring you at Midsouth, it's nothing personal.  I go to Midsouth to find out what one of my favorite Comic Book authors is working on and to find out what is in the pipe for 40K.  Add to that the fact that I am flying out of Memphis Sunday for a week long business trip so don't have room to pack any costumes, and I can see how it would be easy for it to look like I don't want to hang out with the guys.  It's not that, it's just that I have other things going on at the convention that I can only do once a year.  I hang out wiht you guys much more than that.

That is all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3411','f880e14b65','','[quote:f880e14b65]Funny... I think I've seen this shit at your house, Tambo.[/quote:f880e14b65] :shock: 

Damn' it man !');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3412','e5929678d2','','I've emailed Judi at the library and told her we have 3 costumers commited so far. She said that any number we could provide would be appreciated. Thanks again to the folks that have already signed on and please continue to check your calendars to see if you can make it to Decatur.

P.S. Vesper, have any other Chatooine folks with good SW costumes expressed interest? Let me know so I can keep the library updated on the numbers. Thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3413','600f314ff3','','I forgive you Donald!

I'll be posting my plea for forgivness here after the con, I'm sure.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3414','57b8bbfdd2','','donald,
do you want all my Imperial 40k troops?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3415','2dfd95ec56','','40K? As in teh Warhammer? Rawk!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3416','98de2689fd','','I will come.  And I'll bring two Jawas.

Anybody else cosidering this, the best thing would be to come crash at my place on friday, we can leave here and go straight through Tullahom, Manchester, and McMinnville.  Then cut through Spencer.  I'd estimate about an hour and a half from my house.
 
That would be the shortest distance-wise, if we need to make some time, we can shoot down to Chattanooga and back up.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3417','a9e45aebf9','','I didn't realize this was posted here too. For a while it was just in the public section. So here's what I put:

I'll probably have my Galactic Marine wearable by then, so put me down as Biker Scout or Galactic Marine. And as always, my attendance depends on me getting that day off from work, but it shouldn't be a problem.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3418','9dd1519d82','','Roster as of March 22, 2006 12:32

Joe
Derek
Vesper
Loki + 2 Jawas
David Reimer');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3419','73161ee9a0','','Well, that's looking better.  Wish we had a couple more.  Oh well, I'll put the guilt on a MSC');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3420','4e6ff8ad38','MidSouthCon','Everyone bringing your Mando to MSC, post here, we should try to organize something like we did for Horrorfest.

We should have a pretty good turnout.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3421','1c7c2a0bee','','here's the deal, guys...i did not write that other post about &quot;looking like a girl&quot; blah blah blah...that was my goofy husband, who chose my original avatar as an asian girl (a former ex girlfriend of his) and put it up hoping to get loki's attention to play a joke on him.  originally my idea was to try and remain anonymous  just get to know all the personalities on here, but when todd did that, he totally blew the low key thing out of the water, since tambo confronted me and demanded to know who i was.  i know not too many people here know me that well, but THAT IS NOT A COMMENT I WOULD MAKE!!  

anyway, i'm sticking my hand out now, for introductions...hello, my name is starla, long suffering wife of todd taylor (&quot;hook&quot;) and proud mommy of a stubborn little 2 year old, ryman &quot;darth tater.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3422','0c51625a2e','','Why does it say &quot;grand puba&quot; over my avatar now?  Is that a joke?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3423','76e53fc636','','Neat. Ive been thinking ofdoing  something like that with the symbols');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3424','720467e493','','I wanna be a grand puba too!  :evil: 

I'm sure if you and Corey apply the same goes for me.  :twisted:

Drax can you email me or Loki some details witht his since you made first contact I'd like to actually astart an email conversation with them so i'm not in the dark. If thats cool? i hate going into stuff blindly.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3425','d5f7381985','','[quote:d5f7381985="TK6203"]donald,
do you want all my Imperial 40k troops?[/quote:d5f7381985]

Nah, I have enough laser pointers thanks.  :P

Actually, Chris is the one doing the Imperial Guard, not me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3426','37565f9ca8','Star Wars extras on sale cheap','Welp,
I have decided to sell the extra stuff in my collection.

Going to start here by listing what I have and what I want for it.
If I have to ship it to you, it will be just priority mail price..
Please check back often as I will have to continually do updates to the list as I continue to add to it:
Unless otherwise noted all items are in original packaging, you all have seen my collection:


Episode 1 Trade Federation Droid Fighters: 5.00
Deluxe Crowd Control Storm Trooper 3.00
Deluxe Probe Droid: 3.00Opee &amp; Qui-Gon Jinn : 5.00
500 Darth Vader : 10.00
AOTC Mace Windu, Arena Conf. 3.00
AOTC Padme, Droid Factory Chase 3.00
AOTC Anakin, Secret Ceremony 3.00
AOTC Count Dooku, Dark Lord 3.00
AOTC Female Tuskin with Child 3.00
AOTC Ashla &amp; Jempa 3.00
AOTC SP-4 &amp; JN-66, Research Droids 3.00
AOTC SP-4 &amp; JN-66, Research Droids 3.00
AOTC  Taun We 3.00
TPM Teemto Pagalies 3.00
EP1 Darth Maul with Sith Infiltrator : 10.00
Cantina Encounter, Myo 3.00
Cantina Encounter, Greedo 3.00
Trilogy Collection Bespin Leia 3.00
Trilogy Collection Bespin Luke 3.00
Trilogy Collection Spirit Obi wan 3.00
ESB : R-3PO Hoth Evac: 3.00
ESB: Chewbacca, Cloud City Capture 3.00
ESB: Chewbacca, Cloud City Capture 3.00
AOTC Alderaan Senator Bail Organa 3.00
ANH Battle of Yavin Dutch Vander, Gold Leader 3.00
ANH Battle of Yavin Dutch Vander, Gold Leader 3.00
Original 1995 Stormtrooper on orange card : 3.00
Original 1995 Tie Fighter Pilot on orange card : 3.00
Shadows of the Empire, Prince Xizor : 3.00
Shadows of the Empire, Prince Xizor : 3.00
Shadows of the Empire, Prince Xizor : 3.00
Power of the Force/ Flashback Photo Anakin :3.00
Power of the Force/ Flashback Photo Hoth Chewbacca :3.00
Power of the Force/ Flashback Photo Hoth Chewbacca :3.00
Power of the Force/ Flashback Photo Vader with Lightsaber :3.00
Power of the Jedi/ Jedi Force File Vader :3.00
ROTS Clone Pilot 3.00
ROTS Clone Pilot 3.00
ROTS Destroyer Droid 3.00
Power of the Jedi/ Jedi Force File General Leia :3.00
Power of the Jedi/ Jedi Force File Gungan Warrior :3.00
Power of the Jedi/ Jedi Force File Vader :3.00
Power of the Jedi/ Jedi Force File Coruscant Guard :3.00');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3486','9d848f9ce7','Franklin events  schedule','Main Street Festival    April 29-30   5am-8pm
Franklin on the Fourth  July 4         10am-12am
Pumpkinfest               Oct 28         6am-9pm
Dickens of a Christmas Dec 9-10    6am-7pm');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3427','e7358c26d8','FS Titanium figures','I have a couple of the Boba Fett Titanium figures that I will be bringing to MidSouthCon. Price is just $18 each.

I also have tons of other stuff that I may bring along including Tactical Ops Trooper, Commander Cody, Commander Bly, Darth Mickey plush figure from Disney, minatures from Disney (Millenium Falcon, Vader, C-3PO, and Rex [pilot of Star Tours]), lots of Wizards Universe miniatures, etc.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3428','ed3ebb23dd','','OK, from Chattooine (so far):

Lady Stoshia (Jedi)
Dallas [i:ed3ebb23dd]tentative [/i:ed3ebb23dd](Jedi or Imperial Officer)
Orion Knight-Star (Jedi)

I put the call out again so maybe we can snag a few more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3429','bf3426f789','','I'll take that Cody and Bly off your hands :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3430','624b6b6a1e','','this is all your extra stuff right?  Your not selling your full collection I hope.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3431','be79553bba','','[quote:be79553bba="SL100"]do you guys want to:

1) have a 501st table,like we have in years past.

2) have a &quot;mando&quot; time ,looks like alot of custom mandos will be there.do you want to coordinate anything for photos and such?

3)dinner
l
4) beale street?
[/quote:be79553bba]
1) I'd be happy to spend time at the table and to leave my helmet there on display.

2) Not my place to say on the Mandos, but willing to do a Dooku-Anakin photo op with Joe with two lightsabers at my neck.

3) A group dinner of any type is fine by me.

4) I'll be a DD if needed, but it would have to be someone else's car.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3432','772fbea4b9','','[quote:772fbea4b9="TK6203"]
2: Please post if you are staying in the bachelors room, or in your own room, or whatever. We are trying to make sure of rooms as Skip and myself have reserved extra rooms and we are fast approaching the cut off for canceling them if we dont need them.
3: Please also post when you are arriving (Friday or Saturday, Late, early etc. Again so we can make sure everyone makes it safly.
[/quote:772fbea4b9]
2. I don't know where I am staying. I am bringing a brand new air mattress with me, but would prefer a bed.
3. I should be arriving early Friday afternoon. Unfortunately, it will depend on finishing the Dooku costume first, so my arrival might get pushed back.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3433','5ecb6c1ac9','','[quote:5ecb6c1ac9="Tambo"]I'll take that Cody and Bly off your hands :)[/quote:5ecb6c1ac9]
One of each will be set aside for you. I believe I have at least two of everything mentioned except the miniatures.  I do have one custom LEGO Clone Trooper (red) as well as some little buttons from the animated Clone Wars series.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3434','65a50f2a26','','It may not matter.  There are two main schools of thought on this, and the world's best scientists are split down the middle.


The first theory states that when you join the gamers it alters time itself, erasing any sexual conquests and the gained knowledge thereof.  


The second, more radical theory postulates a barrier that simply doesn't allow non-virgins to come within a certain proximity of the table.  Like two magnets of the same polarity repelling each other, the barrier is believed to be composed of an energy as yet unknown to science.  This has generated interest in the top echelons of the military, but so far no test subjects have been found(mainly due to fear of the first theory).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3435','09795b7f8b','','The stuff Im listing right now is extra stuff that is not part of the main inventory...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3436','f6e6501900','','Hammer.....

You Are A God.

Only a Deity could explain the Gamer Theorem.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3437','57a0882ce3','','You should ask Jon and his family for a table at AdCon.  You could have a seperate &quot;501st Member&quot; pricelist, and a &quot;General Public/Nerd&quot; pricelist.  

I myself, plan on coming up soon to do some Alien work and peruse the inventory.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3438','a60b84b114','','Lets not forget the old saying &quot;Losers of a feather flock together&quot;
I belong with gamers, trust me on this...
They are all intraverts. So no chance getting to know any of them.
 There is no talking at a game table, so Ill stay out of trouble.
They are losers, see the above old saying.
Internet porn is their best friend. I can get used to looking at it.
They all mostly weigh in at 700 pounds. Ill be the lightweight.
They allow water bottles at the game tables: Vodka has no smell.
They take pills to stay awake,: I take pills to forget life for awhile.
Their very presence repels 99% of all people in the world: Need I say more.
The list goes on, Ill be perfect with them.. Heck I may even go buy a D&amp;D book today...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3439','c5b470c580','','Hey Tim I was lookin at the UKon forums and noticed that this will cost $5 a day. Is this correct just so I know to bring some entrance cash. Thanks for the place to crash also.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3440','443e5767bd','','Any more info on this GX armor?  I want to see some pictures of it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3441','c9399fa228','','[quote:c9399fa228="TK6203"]This year if I have time I want to find out if I can figure out how to play the SW minitures game....[/quote:c9399fa228]

You still gonna be at Midsouth?  If you want I can try to squeeze my army into a bag and we can see if we can find a spare table.  ChrisA, JenK, Chip, and I used to play every couple of weeks but it's been a bit.  Be happy to show you how.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3442','e758a91866','','I dont have a lot of the minatures, I have the AT At and the AT ST and about 20 assorted figures that I got a few years ago when it first came out..
Besides I really dont want to pull you all away from the SO stuff.
Yes Ill be at MSC, but I may be leaving earleir than I thought, it just depends...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3443','e63355138a','','[quote:e63355138a="Tambo"]this is all your extra stuff right?  Your not selling your full collection I hope.[/quote:e63355138a]
Based on the list, I'd have to think so.

Is that a handstand OTC Luke? I need that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3444','80522e0e85','','Hell take him out of the package and stand him on his hands, I dont know, which one????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3445','5aa42295b0','oh yea','Starla and I will both be in our Mando.  I am a bit jealous since her's look better than mine.  Darth Tater will be in tow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3446','7a546016a4','','I have my reservations made for both events :)  Figured I better get going before they get sold out.  I'm supposed to get part of my CT Armor towards the end of the month and the rest late next month, so maybe I'll be able to suit up for Adventurecon :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3447','d360c195fe','','No blasters????????!!!!!!!!  That sucks!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3448','8e833a8e34','','[quote:8e833a8e34="TK6203"]WHAT THE FUCK IS A HANDSTAND LUKE??????

Hell take him out of the package and stand him on his hands, I dont know, which one????[/quote:8e833a8e34]
Is this Corey condoning the opening of figures?  :o 

The Dagobah Luke came packaged two ways. One was [url=http://www.rebelscum.com/photo.asp?image=/OTC/otc0401lukedagobahcard2fr.jpg]Luke doing a handstand[/url].');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3449','3a3cd9eac3','','Well, me, my buddy CJ (cjravager) my mother and my aunt are coming to Adventure Con. Last year, me and my mother had lunch at that hotel across the street from the Convention. I can't say for certain if we'll be staying the night or not yet. I guess I better talk with them about that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3450','7d771e8c37','','[quote:7d771e8c37="Loki"]You should ask Jon and his family for a table at AdCon.  You could have a seperate &quot;501st Member&quot; pricelist, and a &quot;General Public/Nerd&quot; pricelist.  [/quote:7d771e8c37]
Wasn't there talk of doing this at Atinmmy Con? I want in. Maybe we should move discussion to a separate thread.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3451','e1610a52a1','','We get to go afterall!! add Bob, Betty and Brad back on the roster.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3452','9a06a29786','Imperial Transmission','To: Southern Outpost
From: TK9612

Greetings my Imperial brothers and sisters. I am currently assigned to Star Garrison, and am deployed in Arkansas.

I look forward to meeting those who I can, and even &quot;trooping&quot; any events that I can attend.

End Transmission.
TK9612');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3453','3ed63077f1','','No it is the luke that is standing like a real human being. He is smiling and saying how stupid I was for getting him in the first place....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3485','7829f5adb9','','Cool old frieds to hang with!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3454','cdcd34c95a','','[quote:cdcd34c95a="Loki"]Hammer.....

You Are A God.

Only a Deity could explain the Gamer Theorem.[/quote:cdcd34c95a]



This is freaky.  I don't remember posting that.  I hit the &quot;reply&quot; button, then blacked out. When I came to, there was blood coming out of my eyeballs, I had a headache, and all the clones on my desk were re-arranged into bizarre sexual positions I had never seen before.  I think Tambo was having a little fun at my expense.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3455','508f1e4abe','','February 5th');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3456','8732fe619b','','Power of the Force/ Freeze frame Nien Nunb 3.00
Power of the Force/ Freeze frame Mon Mothma 3.00
Power of the Force/ Freeze frame Mon Mothma 3.00
Power of the Force/ Freeze frame Mon Mothma 3.00
Power of the Force/ Freeze frame Mon Mothma 3.00
Power of the Force/ Freeze frame Mon Mothma 3.00
Power of the Force/ Freeze frame Mon Mothma 3.00
Power of the Force/ Freeze frame Prune Face 3.00
Power of the Force/ Freeze frame Ceremonial Luke 3.00
Power of the Force/ Freeze frame Chewbacca/Boush Bounty 3.00
Power of the Force/ Freeze frame Hoth Rebel Soldier 3.00
Power of the Force/ Freeze frame Mon Mothma 3.00
Power of the Force/ Freeze frame Yak Face 3.00
Power of the Force/ Freeze frame Chewbacca/Boush Bounty 3.00
Power of the Force/ Freeze frame Chewbacca/Boush Bounty 3.00
Power of the Force/ Freeze frame Bespin Luke 3.00
Power of the Force/ Freeze frame Bespin Luke 3.00
Power of the Force/ Freeze frame Endor Rebel Soldier 3.00
Power of the Force/ Freeze frame Lando Skiff Guard 3.00
Power of the Force/ Freeze frame Bespin Han 3.00
Power of the Force/ Freeze frame EV-9D9 3.00
Power of the Force/ Freeze frame Admiral Ackbar 3.00
Power of the Force/ Freeze frame C3PO with cargo net 3.00

EP1 with comtech chip Queen Amidala 3.00
EP1 with comtech chip Queen Amidala 3.00
EP1 with comtech chip Queen Amidala 3.00
EP1 with comtech chip Yoda with council chair 3.00
EP1 with comtech chip Yoda with council chair 3.00
EP1 with comtech chip Pit Droid 2 pack 3.00
EP1 with comtech chip Rune Haako 3.00
EP1 with comtech chip Captain Panaka 3.00

Power of the Force Darth Vader 3.00
Power of the Force Darth Vader 3.00
Power of the Force Emperors Royal Guard 3.00
Power of the Force Emperors Royal Guard 3.00
Power of the Force Emeror Palpatine 3.00
Power of the Force Emperor Palpatine 3.00
Power of the Force Sandtrooper 3.00
Power of the Force Momaw Nadon 3.00
Power of the Force Garindan 3.00

Power of the Force/ Holo Picture Darth Vader 3.00
Power of the Force/ Holo Picture Darth Vader 3.00
Power of the Force/ Holo Picture Malakili 3.00
Power of the Force/ Holo Picture Bossk 3.00
Power of the Force/ Holo Picture Yak Face 3.00');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3457','4e22bf877d','Pattern question...','I am trying to get a costume based on Darth mauls, with some mods....does anyone know were to find a good pattern for this costume? 

Thanks!

Wolf');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3458','f7e2eaee90','','http://www.jedi-academy.com/maul_tips.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3459','d1232f6e73','','[img:d1232f6e73]http://i21.photobucket.com/albums/b267/dunkin3/trooperbabe3.jpg[/img:d1232f6e73]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3460','e7cbf99bab','','Wow...technically I was the only one supposed to live.

Why does my mouth hurt all of a sudden?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3461','cbcc5e9328','','That's XXX armor, not GX armor');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3462','7033dc5a03','','Videotape it! And if you can't, I'll send my camera down with Derek or Joe or someone. 

If everyone is wearing their mando's, I need video of each person. Either together, seperate, whatever. I just need vids!

Loki you want to take that up for me? Please?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3463','3f14124a36','','Agreed!  Send the camera, I'll get footage');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3464','9734eb94eb','Riverfest, Little Rock, AR','The dates are set for May 26th-28th.

For those who are unfamiliar wit this, here is the site:
http://www.riverfestarkansas.com/


Since Arkansas, IMO, is an uncharted area for appearances by the Empire, what better way to spead the word and &quot;influence&quot; the rebels and their spies?

I would love the chance to troop with my fellow troopers, and to see  a good turnout. If anyone is interested, let me know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3465','74ec0723b5','','Hmmm, tempting, but I think there's something allready on my plate for that weekend.  I'm not sure though, I'll have to check pre-event planning.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3466','488fcc1dc1','','Kind of at the last minute...kind of.

If anybody is swinging through Chattanooga and won't mind going a little bit out of the way, won't mind two extra people in the vehicle and two extra duffel bags, it would be apperciated if you would give me a buzz.

Loki has my cell phone number, and it's all right for him to give to whover could give us a ride.   It's me and my big sis.   So  hopefully somebody can help us out...cuz if not...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3467','b2ea5caa82','','Yeah and he has yet to show me photos of them! ARG! I want to see them!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3468','fae43573be','','Don, arent you always like that?  :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3469','3f48306ce9','','I would just like to state, for the record, that I do not have any 'fly moves'.   :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3470','926fb36e49','','Loki I still say you wait a bit longer to leave. Since you have to leave after work anyway and take Spanker with ya.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3471','7ba64a468c','','Perhaps i could.  Saber?  Any thoughts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3472','88128bd8ea','','Whatcha gonna do with all that junk... all that junk inside your trunk?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3473','079d39f7bf','','Yeah, and yet at every convention I get twenty versions of &quot;Why aren't you dressed out, where have you been, etc.&quot; so I figured I'd just head it off at the pass now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3474','58b82d5db8','','[quote:58b82d5db8="stormshadow"]We get to go afterall!! add Bob, Betty and Brad back on the roster.[/quote:58b82d5db8]

Hurray!  When're you arriving?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3475','f1ec6b9025','','So your going as a fanboy??? Thats a costume all in itself.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3476','1e12026a55','','Thanks again guys.
 
Joe, I emailed Judi and you both so you'd have each others email.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3477','6ef051ad03','','Between 3-4 pm Friday evening.   u?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3478','028c83f997','','I didn't even see the $5/day thing. Argh. Oh well, there goes $10. I'll be there both days, at any time that anybody else wants to meet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3487','0b5f62114f','','Want to dicuss it over beer and cigars at the prop party on the 22nd? Whatever you what to use. I think the kids know the Troopers more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3481','75f1198c58','','A group of us from Huntsville are arriving either early fri afternoon or Friday night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3482','e02ef9844b','','Here are the guest lists for Friday and Saturday.  If your name is not on here and you plan on going, please let me know ASAP!

[b:e02ef9844b]Friday (Clarksville):[/b:e02ef9844b]

Ivan Matos + 1 (Summer)
Glenn Tamboia + 1 (in case your wife comes)


[b:e02ef9844b]Saturday (Birmingham):[/b:e02ef9844b]

Z-Man + 1 (Robin)
Joey Beck + 1 (Holly)
Crayfish
Dawn
Thad
Jessie

Those are how the names will appear on the list.  If you'd like it listed as something else, let me know.  I'll see you guys soon!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3479','b7088d1a6c','[NC-17] TROPHY-CASE','Here's what we mean by [color=orange:b7088d1a6c][size=18:b7088d1a6c]&quot;Labyrinth Hair&quot;[/size:b7088d1a6c][/color:b7088d1a6c]:

[img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/Jareth_face.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/jareth.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/bob.duo-mix-15.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/Idol_Ryan-C_01.jpg[/img:b7088d1a6c]
[img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/097.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/robert28.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/nrs5844.jpg[/img:b7088d1a6c]
[img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/dkoziakb.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/Ed_Fury--V079.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/dr05.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/ridol01.jpg[/img:b7088d1a6c] [img:b7088d1a6c]http://www.knology.net/~killjoy/501stnc17/Neil-Diamond-His-12-Greatest.jpg[/img:b7088d1a6c]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3483','7ad07e5815','','[quote:7ad07e5815="HothGirl"]I would just like to state, for the record, that I do not have any 'fly moves'.   :P[/quote:7ad07e5815]

That's not what I heard from people at Dion &amp; Tanya's wedding :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3484','e44da5b42a','','Wow this thread turn into to something else. Anyway I will do tha party on the 22nd. Will be ready for guest after 12pm . Hot Dogs and Burgers will be provided. Drinks and extras are on you.  Will get list of tools soon. Later Geoff');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3488','3703175b08','','Why does anybody care who posts?  This ain't the secret private area.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3489','5506984d5d','','You know it man!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3490','cf29e1b6b9','','[size=24:cf29e1b6b9][color=red:cf29e1b6b9]HI STARLA!!!!![/color:cf29e1b6b9][/size:cf29e1b6b9]  

Was that not low-key?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3491','8ee24ca9f3','','[quote:8ee24ca9f3="Loki"]Whatcha gonna do with all that junk... all that junk inside your trunk?[/quote:8ee24ca9f3]

I'ma get, get, get, get, you drunk,
Get you love drunk off my hump.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3492','69526f646b','','[quote:69526f646b]I'ma get, get, get, get, you drunk, 
Get you love drunk off my hump.  I will[/quote:69526f646b]

Sounds like something a horny Yoda would say.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3493','ddd4255bc9','','Its cool Tim, ive paid more to go to cons that are farther away from home. Are we going to go out and eat on either day, you know this tubby boy will need some grub.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3494','ecee7f9e88','','Allright, I'm gonna have to bail.  After a delightful and stimulating conversation with the Jawas, they've informed me they don't want to go on another looooong trip so soon after the parades.  And they're upset that Daddy is going to be gone this weekend to Midsouthcon.

Sorry Tim.  Guess I won't get up to Kentucky this year untill Wonderfest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3495','474d4aac97','','when are you leaving? Or rather when do you get off work?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3496','0df96e272d','','I received a message just now about the transition of this costume to my girlfriend, and in light of it, I would just like to clarify that the TB is still my costume (because if one person had a question about the transition, others might have). I fully intend on wearing it from time to time as a [i:0df96e272d]secondary[/i:0df96e272d] costume to my up and coming GM, but it will be Becca's primary costume. Plus I still have one more event in it if my GM isn't wearable by the time this next event rolls around. :P

I probably should have clarified that in the initial post. Sorry for the confusion.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3497','e64ba7655c','','I'll get off work about 2 or 3 at the latest.  I might have to run back home before I leave and take care of some stuff, so I could be ready to roll for memphis by 5 or so.  Call me tomorrow.  I'll PM you my number');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3498','f66fbd8ef8','','Lending a costume does not give one the privlige of membership.  If that was the case I could have about half a dozen more members with my other costumes.  I hope you understand that unless the costume is sold to her or you guys are Married and all your stuff belongs to each other I'm going to have to say no...this does not mean she can't wear your costume and troop with us.  If any other members are doing this please make me aware and I will take care of it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3499','b6691090c2','','I'll see you then.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3500','e96554e9ca','','If I don't make MidSouthCon..I will see you at Kickers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3501','7a8d7ce09b','','For those of you that don't know, it's very obvious that Becca and I will be getting married. Glenn (Obi-TN) sent me a PM &quot;helpfully&quot; explaining that my membership in the 501st is currently in jeopardy because I now &quot;don't have a costume&quot;. So I thought it would be helpful to explain the transition. But obviously it had adverse effects. Because my GM is only about a month away from completion, the transition of my TB to Becca (though not in physical ownership) was obvious since she wanted to join the 501st. So it's &quot;hers&quot;, but not by ownership. Plus, Becca currently has other needs for her money, and being that we're more than just a couple, a monetary transaction was not necessary.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3502','0326128b7e','','catching crap and i'm only in training...sheesh!!!  way to make a person feel welcome! :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3503','e6ca52c20e','','main street festival sounds like a winner of an event.  i'd be interested in that if possible');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3504','5018ae0bb6','','Dave, its cool that you guys are getting hitched.. is this 'official' yet?  

no your membership isn't in jeopardy... typically members have a long time to re-aquire a canon costume.. we have several here who sold off thier stuff and took 6 months to create a new one.

its all about the numbers,tk#'s...

they aren't assigned to friends who borrow costumes.. therwise we'd be out of numbers by now in the 501st.

technically when you get married, she can then 'own' and troop in 'her' costume and become a member 'officially'.  but as far as we are concrned she is welcomed as any now, i'll add her to the forum and all, she just won'thave a membership # until then, or you 'sell' her your costume.

i suppose she will become then a tb and you a gm.  

i need to get your armor to you asap then huh?!?!?!?

don't sweat the protocol stuff........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3505','8971d091c1','','Ok, that made things less hectic. And made more sense. I'll relay this information to Becca tonight, though it really won't matter in about a month. HAHA. :P

Sorry for the screw up.

Yeah, get me my GM armor! I'm itching for it! lol. Speaking of which, I need to post something about it anways...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3506','bf416c5a8a','','You forgot: &quot;Who was that mostly-naked woman I saw literally flinging herself at you&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3507','f5f8c3ca21','event','If it is anything like Pumpkin Fest, it will be incredible.  I have company coming in that will be running in the music city marathon, but I coud come in the afternoon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3508','f743727390','','no more trickery... :?   Welcome Starla.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3509','af00e6486c','','Welcome Starla, disregard things and be welcome with a hearty welcome. As you know Tambo is just safe guarding as he is supposed, so no offense was meant. As for your wonderful husband being so forward, not only do you have permission to smack him over the head with the utensil of your choice, he has offended Tambo and for that he will face an unfortunate wrath.

Can't wait to see you at MSC

*HUGE HUG*

Crash');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3510','7995055180','','ICK!!!!!!!!!!!!!!!!!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3511','44f2b8ecdc','hey','Loki
I have an extra set of mando earpeice stickers, you need em? 

Starla
get down here and cook me some dinner.  Just kidding.  If people are being a little rough, it is for one of three reasons.
  1) It is an expression of friendship to pick, like you will get from Loki, Jester, or Hammer :D 
  2) They are a social reject and have little social skills, at best :( 
  3) Last but not least, they act out because the haven't bumped uglies in a while. :x 

Most will fit into the #1 group, as the SO has a lot of great folks.  The rest, being the vast minority,  are human beings in training.  :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3512','269e27817a','','no big deal...i'll make sure to polish my middle finger for the next introduction....by the way, i wasn't put off by tambo at all...since i've met him in person, and he's been nothing but kind, i realized he was just protecting the turf.  no biggie...as for the other dude....welll........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3513','077b429941','','ok, this is getting out of hand!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3514','b8ba110419','Did you see South Park?','I just got finished seeing South Park. Man, did they ever make fun of scientology/dianetics. Plus they threw in a Star Wars reference at the end. I bet Mr. Hayes is fuming right now.  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3515','bd76e0ffb5','','Just a few quotes from Skip Curley's email discussion with Joey Beck posted earlier on this thread:

[quote:bd76e0ffb5]i dont think we can force them to do anything or like anybody so im not trying to. jeff and suz have their own thing going.your in that one deeper than me, and it appears they arent worrying about making amends with anybody so ive gotten the feeling that people up here are just gonna let em continue to hang themselves.[/quote:bd76e0ffb5]

[quote:bd76e0ffb5]Ive seen it a different way, i was told by 10-20 people this weekend that they felt that way,plus most others did as well.that they arent gonna say how they truely feel to you guys or zman,(cause he tries constantly to ask about stuff like that)the only person i know that has come out to anybody for jeff is todd taylor.todd is friends with chase and jeff and is stuck in the middle kinda.i dont fault todd in anyway.[/quote:bd76e0ffb5]

Anyone care to enlighten me on what this is all about?
Regardless...
Within the next few days I plan to contact 20 people in the Tennessee area that were in attendance in Atlanta and do a follow up in regards to these two quotes. This will also include Todd Taylor.
I will read these quotes and identify the source and the circumstance it surrounds to these individuals and ask for their response and/or explaination.
I'm very curious as to what &quot;my own thing&quot; is and what &quot;amends&quot; I'm expected to make with these 10 to 20 people.

Please feel free to call me and we can discuss.

Home after 6pm (931) 670-5783
Cell Phone after 5pm (615) 584-1343');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3516','653bad938b','','Yup... you need to be carefull these days..you could of been some Jehad Turkish hacker or something..I'm just leary of new folks that post stange stuff that we don't know...As long as we know you you can post all the strange stuff you want (within reason)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3517','672a6baa1f','','Yeah..That was funny...southpark is cutting it so close to the edge with some stuff, I'm surprised they are still on the air... I enjoy the Family guy more..did you see the episode the other day with the Stormtrooper at the shooting range missing the hell out of the Luke Skywalker target.....good stuff.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3518','0aa5739601','My Galactic Marine ammo bandolier and arm band','Over the past two days, I've been working on my GM's ammo belts. They are carved out of a piece of pine board. I coated them in primer, then applied Rub 'N Buff to the metallic parts. Then the rest was painted with acryllic paints.

Note, in the last photos, they are not attached to the final bands. The bands you see is a leather belt, and a scrap piece of vinyl used to show what the clips will look like on their proper belts.

Progress photos:
http://i48.photobucket.com/albums/f239/torso_boy/GM%20ammo%20clips/DSCF0409.jpg
http://i48.photobucket.com/albums/f239/torso_boy/GM%20ammo%20clips/DSCF0414.jpg
http://i48.photobucket.com/albums/f239/torso_boy/GM%20ammo%20clips/DSCF0415.jpg

Final photos:
[img:0aa5739601]http://i48.photobucket.com/albums/f239/torso_boy/GM%20ammo%20clips/DSCF0419.jpg[/img:0aa5739601]
[img:0aa5739601]http://i48.photobucket.com/albums/f239/torso_boy/GM%20ammo%20clips/DSCF0420.jpg[/img:0aa5739601]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3519','dc69c5a2b1','','I can't stop looking at Hollys Zam Costume....I really can't wait to see it in person and get some pics...You guys did such a great job and you did it relatively cheap for one of the hardest costumes in Star Wars.  Holly I found the perfect &quot;Found Item&quot; for the Poison critter container... It's a shampoo bottle..I'll get you the name later.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3520','d72aecb95d','','Franklin is such a cool town...I wish I lived in Franklin :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3521','f41b66883b','','Damn Loki I was lookin forward to slammin my challenge coin on you. Ill get you next time the little ones come before any troopin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3522','e9bab0c71f','','Sgt Dark sent me these pics so I could post them...This was taken right after AtinmyCon and is still a work in progress.

[img:e9bab0c71f]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/171724/1852860Kais1b.jpg[/img:e9bab0c71f]

[img:e9bab0c71f]http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/171724/1852861Kais1.jpg[/img:e9bab0c71f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3523','32f000e352','','Me and Fetthunter were talking about those critters today. You could get some millipedes and put them in the jar. Then you'd have some like critters! And then when PETA gets pissy, just get all the TKs to take aim...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3524','ba322b4edc','','Well, now that we've cleared up who Starla is on here... Scalper, Welcome. Hopefully this weekend there will be some great pics taken and we can add you to the list here. Then we shall be the 3 lovely ladies of the SO mando squad :) Can't wait to see it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3525','0a82d84d00','','Wowza, now that's what I'm talking about! Lookin good my friend, lookin good.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3526','93158a5949','','I love how Rose gets so excited over Mandos :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3527','53aa63db87','','Crap. Please take me off the list. I really wanted to go to the MAW event at UAH, and I just realized that the dates were the same! So take me off the list for this one. Sorry guys!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3528','f267295b86','','Are you kidding? You should have seen me watching him make those plates. He was lucky there was a table between me and them... and I was tired... and a little drunk... and Jon wasn't watching me. But still, works of art, works of art!
And I love you too Tambo. My faaaavorite Jango.  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3529','1ec6fafa95','','Ahhh Gee Wiz Rose..thanks :oops:   I enjoyed watching Sgt Dark Make his armor as well, the man has skills and I'm a sponge when I'm near him trying to absorb as much Prop Mojo as possible.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3530','800bf82404','12 inch figures for sale  ---- Funding for costume !','I am putting up my 12 inch figures at cost !
To many to list , I have over 200 .   :shock:       &quot;Ask Joey or Z Man&quot;
Stormtroopers , Snowtroopers,  Tie , luke, leia, han , AT AT, and on and on and on ..........................

$ 20.00 each , will bring to next event, or will ship for $5.00 more !

So, who do you need !!            :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3531','b70e446c64','12 inch figures for sale  ---- Funding for costume !','I am putting up my 12 inch figures at cost !
To many to list , I have over 200 .   :shock:       &quot;Ask Joey or Z Man&quot;
Stormtroopers , Snowtroopers,  Tie , luke, leia, han , AT AT, and on and on and on ..........................

$ 20.00 each , will bring to next event, or will ship for $5.00 more !

So, who do you need !!            :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3532','be7ce5d2ce','','Unfortunately I missed Family Guy. It's one of my favorites, I've got all the dvd's for that show. And I love all the movie references they do.  :D 

South Park's always pushed the envelope with culture, religion, etc., but when Issac Hayes quit because they made fun of scientology. Well, that just gave them more than enough material to use.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3533','2d2edf403e','','Well he's off the show right I thouhgt I read that somewhere.

Oh well. I'm sure they've got to be tired of the show themselves. Probably asking themselves what more will it take before we're shut down. When God? When!?  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3534','8b778c69ac','','Probably the most poinent explination by Matt Stone on the subject...

[quote:8b778c69ac]&quot;In 10 years and over 150 episodes of South Park, Isaac never had a problem with the show making fun of Christians, Muslims, Mormons or Jews,&quot; Stone said.

&quot;He got a sudden case of religious sensitivity when it was his religion featured on the show.&quot; [/quote:8b778c69ac]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3535','f192643c9a','Happy birthday... I think','Chase, I thought a little birdy said it was soon or the other day.

So unless I read a pm from a little birdy wrong. Happy belated birthday man. And many happy returns. If it wasn't or isnt or whatever sorry. But if it was that means Mr. Jones isn't far behind... like what Fri. right?

So yeah... yay if I was right yay for you. If not it wouldn't be the first or the last time i was wrong in public and embarrassed for it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3536','53eab7a046','','Here you can find a large jpeg of the wheat symbol on the chest.
http://bobafett.com/manual/iconography/

If you follow the &quot;logos&quot; link, you can see some images of other symbols.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3537','6d3ad6f706','','Looks like I won't be there either :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3538','9734eb94eb','','Looks like I won't be coming this year after all  :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3539','2bea115953','','Here is the MSC roster as it stands currently:
If you need to be added or taken off, please post or PM me..

Loki
Jon
Rose
Hammer
Skip
Jenn
ROTSAnikin/Joe
Kell
Joe
Gooshy
Tambo
Zach
Dallas
Terri
Chris
Banzai
RL-BlueJedi
Wookieegunner
JenKs
Chase
Cray
Glenn Stein
Hook
Starla
Ryman
JenKs
Suppa Fett
Chris Ledbetter
Angi
Clutch
Chip
Atin
Bob
Betty
Brad');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3540','88d519360f','','Dude, cool town USA is Gnome Alaska...
Thats where I want to move to!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3541','45edcf747a','','I PMed T-Bone (no reply yet) and I also put this out there on Clonetroopers.net. If anyone is interested, or has the connections to use this in trade for a TK armor kit, let me know. For the heck of it, here's a picture!

[img:45edcf747a]http://img.photobucket.com/albums/v334/Vesper2112/DSC02145.jpg[/img:45edcf747a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3542','adedaf1b45','','ok screw the GF/FX/GX armor, I wanna see her at one of our cons!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3543','9b9bbc85a8','','Loki,
That is Wonderfest weekend.
This does sound like a great thing to go do, although it would have to be approved by command staff for it to be an event, given its location and stuff it might be difficult, but still kewl to go to.
But like I said it is Wonderfest on that weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3544','ff795a8ba1','','Hay, Happy Bday Chase, so dude are you old enough to drink or collect Social Security?????? :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3545','37ec810121','','jeff,
i was going to PM you last night but thought i might as well just post it here since my Pms to joey already got posted here.so this is to everyone now,

i wish i had an hour to respond to this,ive got to leave nearly every day,ive got 2 new sales reps im training and it is keeping me out and away.

i think calling everybody out is a wonderful idea! however ive gotten told that the people,in general, wont confront anybody with this stuff.i say go for it, maybe we can squash some of this junk and /or figure out what the hell is going on.but my gut feeling is you wont hear about the issues they have.even with Loki,the mouth of the south, he has issues ,but still wants to be friends,so i know that he didnt tell suzanne what he told me.which REALLY is the problem with alot of this.
its my opinion,(that aint worth crap), that because of the &quot;issues&quot; ,neither joey or jeff,and apparantly drax, will hear the truth from these members.
ill try to go into more detail later but basically a trust is lost.because of how things have played out alot of people,not 4-5, feel like they are ready for change.they also say they like every one of you guys and dont harbor any ill will. they will all gladly troop next to you and wont make a scene.
but they also WONT come out publicly,even if asked they simply arent ready to stand up to anybody and risk the effects of it.
they are all witness to the crap i receive from other command staff members on the forum.theyve seen me take crap and even if i deserve it ,it only served as a wedge between the members.i have not been mad at jeff for taking jabs at me,i understand where he comes from.and alot of the times think he's right on target.however this leads me to the issue of me telling joey stuff and nothing happening.ive told him that even if jeff is 100% correct and im wrong,taking a jab at me or posting that stuff on the forum actually has created the opposite effect.they get mad at jeff or joey and not at me.
joey stated that for &quot;1.5 years ive been talking behind your backs&quot;
did he mention that ive been contacting him with issues !!!!only to get a &quot;your seeing it wrong&quot; everytime.
the issues are the same now as they were back then,and one of the main issues here is that i dont &quot;lead&quot; people into this crap.the members have eyes and ears and see everything.
the problem i have is that ive been told by joey that I &quot;see things wrong&quot; then i get the group to see them wrong as well.that is the exact opposite of what really happens.i do not tell people to not like somebody,i do not tell people to do things like that.i usually hear about it from them,and thats when i know about stuff.

jeff,if the &quot;bad marriage&quot; stuff is an act,REALLY, than you get an acadamy award! you and suz have everybody fooled.i can assure you that i started no rumors about this as i knew little about.heres the awkward part,this actually served as another wedge  between you guys and the group.they were actually concerned for you guys.thought enough about you to worry about you guys and the kids,were upset enough to talk about it.
you posted that your marriage was fine,oddly enough that confused people that thought you were serious about the marrital issues.were you lying on the forum? were you lying to them? these are just questions.
fact is everything in the group is open game to gossip,like it or not.

ive got to run,
jeff, i spoke to mark ingram briefly last night.he mentioned getting with you for lunch sometime.i wanted to go but ive got people riding in my car training.please take him up on it.i think he can be a great middle man to help bridge the gaps.

jeff, im sorry this crap has happened,im stuck between you,suz and the membership.im trying to sort out a plan.
drax, i meant no ill will in my post to joey,i was trying to help him.ive spoken to 4 people regarding that specific moment and topic and you are likely,technically correct.the jist of that comment to joey was that you guys called,and we talked about the suck-con.you are likely in the right ,but that wasnt even the point i was making to joey.i wasnt lying and trying to use you in any kind of battle.there was no arguement.

Joey,
im gonna have to make a list of things i want to discuss.
theres alot of problems and i keep getting the &quot;seeing it wrong&quot; stuff.well i cant see everything wrong,these members have opinions too. and as the CO you have to address it.ive been telling you for a long time and the garrison is gonna split if something isnt done.
even if the command staff doesnt split the garrison i think the members will by just not dealing with the other side.

im late,more to come');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3546','cf86029baf','','I am considering this event, need to see if I can get off work first my peeps. Keep you posted. Let you know tomorrow.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3547','003a353472','','nice underarmor... :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3548','4a4c13398f','','Looking pretty sweet Sgt. Dark. You even got the Mando face look down. That blaster rocks. That  armor is coming along, how should I put this? Flipping awesome!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3549','cc789644bb','','[quote:cc789644bb="Loki"]Why does it say &quot;grand puba&quot; over my avatar now?  Is that a joke?[/quote:cc789644bb]

As a test I made all people that post over 2000 get the title Grand Puba.. I was tinkering with the idea of throwing in a few funny titles for post counts.  Don't send the police on me.

BTW I did that weeks ago and forgot about it...man you guys are slow. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3550','d5411660cc','','now why don't I get membership pics like that?  XXX armor :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3551','d05442f021','','I'll give him a call this afternoon and let him know you PM'ed him.

edit:

I just gave t-bone a call.  His work blocked gmail, so he hasn't been able to check his PM's at work.  He said he would get on here when he gets home and look at it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3552','5d73ad5e96','','Tambo, I'll send you a picture of me in my under armor!!!  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3553','7e371d2ed9','extra room','Tambo, if you ever get put in the dog house you can stay in our spare bedroom, and be a part time Franklin resident.  I am sure Chase wouldn't mind if you used his toothbrush and snugled with his yoda doll,,, I mean action figure.


Geoff - Isn't this festival Saturday and Sunday?  What would be the day we would gather to troop.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3554','8325ac063d','','We have to go to the Main Street Festival. The Pumpking Fest was a blast, the crowds loved us. Let's make this happen.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3557','dc74a73cc4','','I guess I would be a tiny puba then.


Thanks Drax I got it and I will email both of you soon I'm jsut sort of having a few bad das recently so gimme a day or so so i can sound all nice and proffesinal and upbeat.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3558','cc6e9e176b','','Something tells me I am going to have a lot fun wearing this costume,( as long as I can fix the helmet as it is heavy and digging into my skull) that I may retire all the the other ones.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3559','ae6403a7c1','I missed this '04 write in vote...','..or I'd showed up for this one :P 

[img:ae6403a7c1]http://img282.echo.cx/img282/6932/yoda1ac.jpg[/img:ae6403a7c1]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3562','11e829239e','','Hay Gooshy,
I know what you mean man..
Chuck, man, this is in your backyard, what do you mean you cant make it????
PM or call me man..  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3561','6180decc60','','Coud Joey mold and vacuum form the Helmet?  That would surely make in much lighter.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3563','bfd2c931dc','','I went ahead and added the Franklin events to the pre event roster.. But, before we all get out of hand, lets go through the proper channels so these can be official.
Even if they are not official they still sound very kewl. Even I will participate in them, but we do have rules set down for making events official and we really need to start following them..

Geoff, not ragging on you or anything, just trying to keep things on the level..

I will maintain the rosters though, either way... :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3564','cecd8a9c2e','','David, sorry Im late with a note here. I put you on, then took you off. No problem dude, thanks for letting us know...

Tambo, I just saw the puba thing yesterday and me and Loki where alone with it, I thought it was a scarlet letter  :lol:  :lol: 

Drax, Here is your updated roster, but also, you said you are not going to this event. Myself Ill be in Hawaii, so who is the coordinator? Is it Joe?? Which would be kewl since Ill have him in the car for 4 hours this Friday I can beat him into being a good coordinator, we have ways of doing these things  :lol:  :lol:  Seriously though, let me know who the coordinator is so I can make sure they have the roster list before I leave on the 30th of this month.

Joe
Derek
Vesper
Loki + 2 Jawas
Lady Stoshia (Jedi)
Dallas tentative (Jedi or Imperial Officer)
Orion Knight-Star (Jedi)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3565','8cd6fe7630','','I thought I'd take some sponisbility since Drax isn't able to make it (sucks to I love blue clone-age). But I'd defer to Loki if you want to man? Cause he's been around longer then me whose only been here about a year but not that long yet.  :oops:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3566','fefc6edaab','','I'd be afraid whatever I chose, I'd get tired of it.  I guess it's a good to put it where you won't see it all the time.  Then every now and then you could be surprised by it.  :D

Like this guy. LOL
[img:fefc6edaab]http://mypetjawa.mu.nu/archives/star-wars-tattoos.jpg[/img:fefc6edaab]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3567','af28b4ca36','','I'm getting a cog soon.  Just got to find a place to get it done at.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3568','b1578352a1','','Corey are you bringing the STAPway?! 8)

*gets in line to drive it*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3569','ae194edd31','','I had not planned on it,,, Should I????????????');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3570','163d892d9c','','Its your ball Joe, prepare to be beaten tomorrow on the way to MSC  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3571','3fb327d6b9','','[quote:3fb327d6b9="RReed"]Pretty good Fett

[img:3fb327d6b9]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_single/MathieuFett.jpg[/img:3fb327d6b9][/quote:3fb327d6b9]


What's up with the reverse image Boba Fett?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3572','35ff288312','','haha, up to you man.  If you weren't bringing it, that's cool.  I just haven't seen it in person, it looks awesome in the photos.  I'm sure I'll catch it at another event.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3573','88cdecc2a5','Gene Simmons would be proud','[img:88cdecc2a5]http://www.studiocreations.com/howto/stormtrooper/images/Kiss_stormtrooper_gene.jpg[/img:88cdecc2a5]

Pretty cool, although some may think indifferently.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3574','bcf8b57613','','I think They're better off running the Jedi Counsil.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3575','f22242e8fe','','Yeah, I also noticed that.  Maybe the picture is flipped.. if not.. then oops :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3576','2a811f5619','','This one kept my attention for a long time. All &quot;is that a really tight shirt, or really his back?!&quot;

[img:2a811f5619]http://lortaphanble.phpwebhosting.com/arkiv/images_sw_body/markmerchantback.jpg[/img:2a811f5619]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3577','de37561003','','Another flipped image on Fett?   :rotfl  Research people, research. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3598','98d337e01d','','Ok done. thanks anyway. since you brought it up, someone might have read this, then run into me at a con or something and cuss me out, or perhaps try to pick a fight.

I plan on putting up posts of my custom Mando Commando soon so I'll just keep the helmet on');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3599','735af5cfec','','All Hail Joe *bowing*
Dude, I will fill you in on the way to Memphis how I do it when I do it, youll do fine, youve got Loki there to help you..
Also like Loki said, time in the group means nothing, if you are willing to call the ball, we will help you as much as we can and you want us to..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3600','1226cf1882','','TK6203, PM recieved. I replied to you');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3585','1517fab14f','','Many Bothans died bringing us this information, ask me if I care .. :twisted: 

Summer did not win the 5.0 Babe of the year contest. Thank you all for voting for her.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3586','0c9c1470f9','','NO! It was that other slutty girl wasn't it?! The professional model with the sucker and pigtails? Grrr argh.

*sigh* we tried.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3587','1dda5356ef','','Sorry to hear that! Hopefully next time!
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3588','2ccb36b9b1','','Summer may not have won their contest - but she is definately OUR hottie of the year!

/salute Summer');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3589','71c3fef16b','','Z, I think everyone has pictures of you in under armor and underwear.... :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3590','2644842555','','Apparently this week's copy of the Memphis Flyer has a thing about MidSouthcon, including a picture of the 501st panel from last year - I'm trying to get my hands on it so I can scan it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3591','7eba7fefce','','[quote:7eba7fefce="InfraFett"]I think They're better off running the Jedi Counsil.
Still, at least they don't go and start pointless wars[/quote:7eba7fefce]

Hay Infra,
We are a vast group of political, religious and ethnic backgrounds. Would you mind editing your post. I know you are new, but all us old timers have a long standing unspoken rule that we dont bash politics, religion or race..
You dont have to edit it, but I would highly suggest it..
Thank you :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3592','87f06dedfe','','True Corey, True!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3593','2eef7300bb','','Thanks, Wookiegunner, that is exactly what I was loking for!

Wolf');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3594','f0367f6fcf','','I knew there was something then.  Hey, at least I didn't prematurely commit!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3595','6f257e895e','','Call the ball Joe.  Time in the group means nothing when running an event.  You gotta get in the deep end sometime brother.  I'll bring you some pepto this weekend.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3602','948efcdfb3','[NC-17] TROPHY-CASE','Since the Picts were so good at skin art, let's mix up a batch of woad and make some [color=yellow:948efcdfb3][size=18:948efcdfb3]Pictorial Clones[/size:948efcdfb3][/color:948efcdfb3].

[img:948efcdfb3]http://www.knology.net/~killjoy/501stnc17/BearMugs249.jpg[/img:948efcdfb3][img:948efcdfb3]http://www.knology.net/~killjoy/501stnc17/Tagged-Bears542.jpg[/img:948efcdfb3]

[img:948efcdfb3]http://www.knology.net/~killjoy/501stnc17/Tagged-Bears594.jpg[/img:948efcdfb3][img:948efcdfb3]http://www.knology.net/~killjoy/501stnc17/Tagged-Bears557.jpg[/img:948efcdfb3]
That's not an Imperial Cog on the elbow, is it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3601','cd37c8f259','','[quote:cd37c8f259="TB1184"]Crap. Please take me off the list. I really wanted to go to the MAW event at UAH, and I just realized that the dates were the same! So take me off the list for this one. Sorry guys![/quote:cd37c8f259]

No worries bud. 2 events at the same time is gonna happen and I hold no ill will when another is chosen. Especially when it's a charity and I can't make either heheh.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3603','8ec58da36e','','The big birthday was yesterday, I fall somewhere in the middle of being able to drink and collect Social Security.

Belated a day after or so is very welcome and appropriate in my book. 

Thanks, I appreciate the props!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3604','308e89dab7','','Nope you would be right Joe! Another of MY SONS IS GROWING UP! :cry: 
Happy Birthday Chase. Birthday party for you at Midsouth......with cake. :D 

March 22.

Ryan happy early birthday to you as your is TOMORROW. We'll be thinking of you while having a blast at the con. Have a great show!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3605','28758d2d65','','Did tthey even tell where she placed? We had her in second last time I saw...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3606','b73c6f9685','','Happy belated Birthday Crash..hope it was a good one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3607','9926829aef','wow','That looks incredible;  I want to hear  those na sayers turn their noses up at that quality.

I gona get me a case of Dr. Thunder

Great work sarge');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3608','99fc0b3600','','Happy Birthday Chase!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3609','27c004f568','','[quote:27c004f568="SL100"]i think calling everybody out is a wonderful idea! however ive gotten told that the people,in general, wont confront anybody with this stuff.i say go for it, maybe we can squash some of this junk and /or figure out what the hell is going on.but my gut feeling is you wont hear about the issues they have.even with Loki,the mouth of the south, he has issues ,but still wants to be friends,so i know that he didnt tell suzanne what he told me.which REALLY is the problem with alot of this.[/quote:27c004f568]
So what is it? What is the REAL problem with alot of this? That's what I'm trying to get to the bottom of. If I don't know what the problem is, then I can't fix it.

[quote:27c004f568]its my opinion,(that aint worth crap),[/quote:27c004f568] 
No argument here.

[quote:27c004f568]that because of the &quot;issues&quot;, neither joey or jeff,and apparantly drax, will hear the truth from these members.[/quote:27c004f568]
Why?

[quote:27c004f568]ill try to go into more detail later but basically a trust is lost.because of how things have played out alot of people,not 4-5, feel like they are ready for change.they also say they like every one of you guys and dont harbor any ill will. they will all gladly troop next to you and wont make a scene.[/quote:27c004f568]
What will the change fix. If the garrison splits on the state lines, you still got me. And, according to you, I'm one of their problems.

[quote:27c004f568]but they also WONT come out publicly,even if asked they simply arent ready to stand up to anybody and risk the effects of it.
they are all witness to the crap i receive from other command staff members on the forum.theyve seen me take crap and even if i deserve it ,it only served as a wedge between the members.i have not been mad at jeff for taking jabs at me,i understand where he comes from.and alot of the times think he's right on target.however this leads me to the issue of me telling joey stuff and nothing happening.ive told him that even if jeff is 100% correct and im wrong,taking a jab at me or posting that stuff on the forum actually has created the opposite effect.they get mad at jeff or joey and not at me.
joey stated that for &quot;1.5 years ive been talking behind your backs&quot;
did he mention that ive been contacting him with issues !!!!only to get a &quot;your seeing it wrong&quot; everytime.[/quote:27c004f568]
You don't see it wrong, you just exaggerate it, blow it out of proportion and exploit it. You also fill in the parts that you don't know about and you jump to conclusions.

[quote:27c004f568]the issues are the same now as they were back then,and one of the main issues here is that i dont &quot;lead&quot; people into this crap.the members have eyes and ears and see everything.[/quote:27c004f568]
Agreed. You're no leader.

[quote:27c004f568]the problem i have is that ive been told by joey that I &quot;see things wrong&quot; then i get the group to see them wrong as well.that is the exact opposite of what really happens.i do not tell people to not like somebody,i do not tell people to do things like that.i usually hear about it from them,and thats when i know about stuff.[/quote:27c004f568]
It's strange how everyone confides in you with this information, yet no one else ever hears it.

[quote:27c004f568]jeff,if the &quot;bad marriage&quot; stuff is an act,REALLY, than you get an acadamy award! you and suz have everybody fooled.i can assure you that i started no rumors about this as i knew little about.heres the awkward part,this actually served as another wedge  between you guys and the group.they were actually concerned for you guys.thought enough about you to worry about you guys and the kids,were upset enough to talk about it.
you posted that your marriage was fine,oddly enough that confused people that thought you were serious about the marrital issues.were you lying on the forum? were you lying to them? these are just questions.
fact is everything in the group is open game to gossip,like it or not.[/quote:27c004f568]
No lies, no acting. People made up their own minds with what they saw and heard. Ours is a unique marriage. Yes, the couch can be my home for a week or so every once in awhile.  Lotsa personal stuff that's, again, none of anybody's business. 
The Becks brought this rumor to our attention. At first we were devistated, then once they told us where it originated from, we had to laugh.
Susanne played it up with obvious sarcasm at cons and I played it up on the AFT.
I would categorize this no more harmful than you getting Jenn a TK number (for whatever purpose that serves). She told Susanne publicly that she'd NEVER put another costume on. So the troops get a ruse from us each of us. But I give you and Jenn credit for both.

But I digress.
Again I ask, what is &quot;my own thing&quot; that you mentioned and what did I do that I need to make &quot;amends&quot; for? And, who do I make them to?
If none of these 10-20 people are going to own up but simply piss and moan, to of all people, you, then I consider it petty dribble and can only write it off as one of your &quot;mountains from molehills&quot; attempts at trying to stir the pot.
And now my curiousity is sparked by what you mean by what is REALLY the problem with alot of this.
Stop dancing around my questions and give some answers.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3610','f97f18a9d7','tell us next time','You show everyong this little hole in your back, including the checkout girl at Wal-Mart, but you forget to mension that it is your birthday.  I am hurt,,,, ok over it.  

Happy b-day.  Like I said, I got a steak with your name on it, and that strawberry shortcake.  Do you like it with angel food or pound cake.

Tambo used your toothbrush :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3611','d489e7fba9','','I should be on there somewhere. Please add me TK6203. Thank you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3612','b05a6a92c4','','HAHA! sweet, gotta love the Tambo toothbrush. 

You guys rock! Thanks for the love!

Hothgirl, where in the world have you been?! Nice to hear from you and thank you!

Todd, shortcake, ummmm poundcake I think, yea. Hey, I gets love when I show the scar...LOL...

See y'all at MSC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3613','6dc9d5a6c2','dinner','If you are getting there by dinner give me or Corey a call.  we are going to Graceland to have fried banana sandwiches.

Actually we may get some Mexican  :puke , anyone else hungry let us know.  Its time for a group hug,,,, with clothes on!,,,, and Beno!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3614','9a23bb0b7b','','Pumpkin Fest was a blast!  Franklin had me sold last year!  (Somebody put a price tag on my back.  I never knew it was there.)

Hope we can troop it again...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3615','5ebfdabf62','','Sorry Summer. But screw them if they want a skank of the year thats what they want. They obviously didn't want a woman with class. Cause that's whom we voted for. So they can have their &quot;winnner&quot; cause they're missing out I think. Their loss is our gain.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3616','e01a1cd2fb','Happy Birthday Kabooosy','Happy &quot;Oh Hells Yeah I was born today&quot; Day my friend.

Just remember even though your out on the road alot...





We can't quit you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3617','6b058ef812','','[img:6b058ef812]http://www.channel4.com/4money/media/N/nameyourprice/quiz-main-large.gif[/img:6b058ef812]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3618','44aa77c2e0','','Derek,
Many appolagies my brother, I thought you where on the roster..
It  has been corrected and here is the roster as of 04:55 March 24, 2006

Loki
Jon
Rose
Hammer
Skip
Jenn
ROTSAnikin/Joe
Kell
Joe
Gooshy
Tambo
Zach
Dallas
Terri
Chris
Banzai
RL-BlueJedi
Wookieegunner
JenKs
Chase
Cray
Glenn Stein
Hook
Starla
Ryman
JenKs
Suppa Fett
Chris Ledbetter
Angi
Clutch
Chip
Atin
Bob
Betty
Brad
Derek');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3619','09c1e69b98','Mid South Con Meeting','Please check with me Atin (931)561-6614 when you get to MSC.
Saturday we will be holding a &quot;Get it off your chest and lets find a solution &quot; Meeting at MSC.
While I can not say attendance is mandatory, I encourage all to attend.
This is your Outpost and we all need a say...

As a side note, especially since latly we have a rumor mill that has a life of its own. Joey, Skip, Tambo, Jester are all aware of this meeting. So nothing is being done behind anyones back..

Please come prepared to end this meeting with a group hug.. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3620','322d6dd58b','','Please see this thread concerning MSC

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=241');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3621','319c6a9864','','I'm sure my retort was heavier than expected. Probably unwarranted in some degrees. I agree.
But understand that my initial post was to try and get answers to questions and resolve problems. I didn't want a twelve paragraph response that only tried to cut me off at the knees. Whatever the intent, you didn't answer any questions and that's what I need without all the garbage.
We can throw barbs back and forth all day and we're not gonna get anywhere.
Save the drama, drop the crap and try to help the matters at hand. 
I will if you will.

I've spoken to Corey about riding down Saturday to MSC for this &quot;summit&quot; that he's going to mediate. I wanted to also take that time to speak with you on our matters.
Now, I've been advised that it might not be a good idea as these folks may clam up and nothing will be accomplished.

Without going off on any tangents, I'd appreciate your thoughts on this.

Also, I've responded to Jenn's PM. I encourage her to share that response.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3622','40b841a657','','Well Happy B'day, Chase. Sorry I'm a little late here. Hope it was a good one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3623','614061dafb','','Happy Birthday, Ryan. Be safe out there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3624','bcd64eafcf','','Yep! thanks for taking the lead on this Corey!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3625','434526798b','','I'm pretty sure these are good events, but someone needs to take the lead on these for the SO and be the point of contact for members on information about the event.

+  we need to make sure we are welcome to troop them as we are at Pumpkinfest,  thats a halloween event so its rather obvious that we would be welcomed.

Can someone (Geoff, Jester, Hook, ...) veryify with the city, chamber of commerce, or whomever is running the street fair if they wouldn't mind us attending again?
Once we have that OK, then Corey i'd consider them a &quot;Go&quot; and start a roster....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3626','d7507a9a73','','Thanks Joey..

Ill get with Jester or Hook this weekend and see if they can make the initial contact for us..

I will keep command posted as to what we find out..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3627','6e1c0ba3ae','','Very good, Corey, wish I could be there. Here's my hug in advance *hugs*

You guys have a great time. Really wish I could be there. Just couldn't work it out this year. I WILL be there next year!!!

Z');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3628','7020bcabb6','','Happy B'day Ryan! See you with a crowd Saturday night!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3629','e1f43dd514','','Just in case: After looking at the MSC schedule, the time for this meeting will be 16:00 on Saturday. Please look for flyers with the outpost logo on it, this will have the room number we are meeting in.
I will also try to get back on here and post the same info for anyone who is only coming on Saturday, so you can plan accordingly..
Thank you');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3630','f791154a31','time','Just in case that's 4pm for those of those non military folks :) 


Does ewok taste like chicken?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3631','9a3060f2c1','','Thanks Hook, old habits are hard to break...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3632','aab94801a2','TK-1265 Reporting in','Hello everyone!
 I am currently in Garrison Tyranus but will be moving to Alabama in the next few weeks and look forward to serving with the SO. I am a sandtrooper (working on getting my TD #) and also am working on a Boba Fett costume as we speak. 
 If yall have any questions feel free to ask, I will be posting more later. I am also in Star Wars Galaxies if anyone happens to play that.
 Take care,
 Eric');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3633','2453a5c8bc','','Glad your signed up Eric!  

Let us know when your settled in and ready to get the Armor Unpacked!

-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3634','7efec39a79','Franklin event','At pumpkin fest, a lady from the Franklin activities board approached me and expressed extreme gratitude, and acted as if we were the best thing since sliced bread.  She went on to say our group was the main attraction.  Considering there were a multitude of street venders and many other attractions in a crowd of thousands, this was a great compliment.  She said she would love to have us for other events, especially when she determined we were non-profit.

The only thing we will do different this time is give our trooper moms a cattle prod  for that janky kid that  kept trying to rip that blasters out of our holsters.  Jester you know the one Im talking about.  That little guy cracked a seam in my tk bucket.

Between me and Geoff I am certain we can see if they think our attendance would be appropriate.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3635','83735a56df','welcome','Welcome Eric

Glad to have another brother in plastic.  Welcome to the south.  Later this year we will be having chitlins, grits and possum stew at my place; bring your tums :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3636','abf3c76a5b','','Happy Birthday General Kenobi.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3637','bb5c68b055','','Welcome Eric..I'm your new GML..looking forward to seeing the Boba Costume.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3638','5f7e387ec5','','hehehe.. this is just hilarious. 

[url]http://www.playwitch.net/issue1/snape_interview.asp[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3639','79255dd55a','','At least its a DP helmet, no big loss :wink: 
Now you gotta paint the rest of your armor to match, get a cape and franken boots. 
See ya at Dragoncon!
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3640','7bca6ab692','','Happy Belated B-Day dude!  Hope you had a great one and don't let them spank you too hard this weekend at MSC...what with your back surgery and all  :P


PS:  Thanks Trooper Mom!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3641','d5e663837f','Re: Happy Birthday Kabooosy','[quote:d5e663837f="ROTSAnakin"]Happy &quot;Oh Hells Yeah I was born today&quot; Day my friend.

Just remember even though your out on the road alot...

We can't quit you.[/quote:d5e663837f]


HAHAHAHA!  Thanks guys!  I wish I could be celebrating it with all of you guys at once but hey, that's why there's a party tonight &amp; tomorrow right?  ;-)  Clarksville &amp; Birmingham here I come!!!

To those I won't see at MSC, wish I could be there.  Give Joe a birthday spanking in my absence!

Thanks again everyone!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3642','0e74713d14','','What server do you play on? Most of us in the 501 that play are on Starstrider :)

Look for the XFOR people running about and you'll find us :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3643','a435229bd4','','*sighs*

and you all wonder why I dont troop as much with you guys any more

*shakes head*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3644','a01cf52dfc','','smack 'em in the head Allie, they can take it as well as dish it out.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3645','e547cb32ed','','I WAS going ask to be added to the list but if people are going to use this thread to bitch, moan, and harass each other, I'll just wait. 

(Would it be asking too much to use the PM system?)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3646','09693ef18b','','&quot;Haaaaaaaaaaaaa.....

..ppy Birthday to you!

You smell like a zoo

You act like a monkey

and you dance like one too!&quot;

HAPPY BIRTHDAY TROOPY :-D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3647','73cff8ade3','','I already said Happy Birthday didn't I?

Meh, I'll say it again!

Happy Birthday! Whoo hoo!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3648','a864d24fad','','I don't live in Franklin, but hell if Jester and Hook are too busy, I have no problem taking the lead for this one. I've been contacting COC's and mayors and artists and...bleh. Been doing it for months. It's almost habit now. And I LOVE coordinating special events! Heck I get paid to do it for one of my jobs ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3649','2667683ca7','','I think we all agree saberspanker, that's why i'm moderating the 'jokes'  and snide comments as above about the SG group.  I've been letting people get away with &quot;fun&quot; for too long.

I know there isn't any malice in the intentions, just poking fun at SG, some 'jokes' are too worn out and aren't funny to the rest anymore.


Good suggestions on the PM idea.
Maybe I'll just start deleting posts that are harrasing and PM the parties involved, that way no one will ever know someone was being mean to another in the first place.

Now back on topic......

thanks,
-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3650','27dfd773dd','','Thank you.

Ok add me to the roster. If Haley Mills and Adam Baldwin are going, I'd be a fool to miss out :-)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3651','03ef434dae','','Ok, so today is Joe's, Ryan's and Chris Ashes. Birthday's :D 

Wow This day can't handle them all...

Happy Birthday guys.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3652','ad3100436c','','[quote:ad3100436c="SL100"]...but they also WONT come out publicly,even if asked they simply arent ready to stand up to anybody and risk the effects of it...[/quote:ad3100436c]

I can understand these peoples mindset. You all know I hate drama and unless something directly involves me I don't interfere. I consider it rude to stick my nose where it isn't asked for. Of course I also consider it rude when people gossip to me about others (I consider that the same as having my nose rubbed in something unpleasant). However, if I had issues like they seem to have, I would see 2 options. Resolve them by any means (even if it meant going from &quot;friend&quot; status to &quot;guy I troop around&quot; status) or learn to ignore it (being polite in the process).

I think we as the COC are seeing the effects of NOT coming out publicly. I'm still of a mind to ask the people with problems to speak up. Perhaps we don't have to include the whole garrison just yet. Could we make another private section and offer people access that need to air their greivances? That way they aren't just spewing to one COC member but they aren't telling the whole garrison (just the people with gripes). 

The people in the garrison (members, handlers, children, wives, friends etc...) MUST learn that gossip and griping does nothing what-so-ever to help any problems they might have/see or &quot;think&quot; they have/see. They MUST learn to talk directly and politely to someone if they have an issue. They MUST learn to gage the difference between an issue that affects the 501st experience and a minor personality conflict (I say minor because as far as I'm concerned, ANY personality conflict is minor if everyone learns to simply be polite and troop together without being assholes to each other).

Once again, if noone will step up... I say STFU. Vote in a new staff next year or shut your piehole and troop... 

Skip, I wanted to say thanks for seeing how/why I was upset. I also want to retract an earlier statement I made while I was enraged. I don't want to be &quot;done with you&quot;. If you weren't the one that started the misquotation then I'm not angry with you about that. I'm still mad that it was started at all and apparently fostered by 10-20 people at the bar... and I'm stilled miffed that it was spread (even in a private email). 

Jeff, well done on your follow-up post in admitting how you were a bit harsh. This is how we all need to be. It's easy to attack. It's hard to restrain and discuss politely and productively (this goes for all of us).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3653','6bd378e712','thanks','Hired,,, thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3654','b54772ded7','','FYI...


been quiet becasue i've been doing a lot of phone time with Skip , Jenn, Jeff, and corey.

lots of stuff is gettng &quot;de-mystified&quot; on all sides. 

We will see what the TN peeps want to do with thier future this weekend.  some are going to finalize a split, some are going to work stuff out, corey's there to get it all out and over with , so hopefully with me NOT being there, people will air thier problems and get it over with...

this has really been the reason we are at a halt for a while as to which direction to go.. Neither Skip, Tambo or I can decide for them.

hopefully we can have a good resolution either way , I know i'm sooo shot and tired...

Corey is going to make everyone drop trou and measure weenies so we should all know whos all talk and who actually has a pair and has been exagerating...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3655','89cbbb9974','','Junk's in the car. Leaving after work today.  I heard there is a good rib place across from the Peabody?  Yum!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3656','dec3629c0b','','Probably talking about the rendezvous, it's delicious.

I'm trying my hardest to get there tonite guys, but with my car dead I cannot promise anything.  If I'm not there tonite I'll cya Sat morning for sure.  Corey I might give you a call when I arrive.  Cya guys there!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3657','a9af7113f8','','Casey and I sure wish we could be down there with you guys, but due to work obligations have to stay home.  Everyone have a safe trip down, and if you do go to the Rendezvous, have enough ribs for us!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3658','5d944f8f1b','','[quote:5d944f8f1b="TD152"]FYI...

We will see what the TN peeps want to do with thier future this weekend.  some are going to finalize a split, some are going to work stuff out, corey's there to get it all out and over with , so hopefully with me NOT being there, people will air thier problems and get it over with...

this has really been the reason we are at a halt for a while as to which direction to go.. Neither Skip, Tambo or I can decide for them.

...[/quote:5d944f8f1b]

Whoever is there, please voice my concern (and I believe it's all our concern) that splitting the garrison isn't going to help any of the gossip and griping issues. They are just going to continue to happen with different issues and possibly different targets...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3659','b6965bac72','','April 27th !');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3660','10b7d2eb9d','','wow. so many .. is it the apocalypse?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3661','a3189918ab','','I've talked to a few people over the past few days and these were some of the main concerns.... Remember we have no control over how they feel now, but we still have the power to make changes.

#1 Lack of a Cohesive Command Staff... Examples.. Not all on the same sheet of music, bitching amonst our selfs, not backing each other or all command staff members not backing the Commander.  Belive it or not the members see when we are not getting along.

#2 Command staff needs to be mixed in with the troops on and off duty.  The troops like it when we make our persence known and they want all of us to join in on any after trooping events such as dinner.  Some mentioned how Joey and Jeff had a seperate Hotel at the Chrismas Parades last year...things like that

#3 Yeah the wife thing...you know the deal on that.

#4 Command staff traveling..they want the Commander mainly and or other staff members at everything. (this one is bullshit...none of us can make everything)

#5 Fairness.  Yup the thing with Cray Vs. the thing with Corey and Jamey was drug up.


more to come as I get more info.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3662','246b870013','LowSouthCon or LowCash Con!!!','Ok, for those of us who can't make MidSouthCon, I give you:

LowSouthCon!!

Starting the Roster for going to see Ryan's band play Saturday Night here in Birmingham Alabama. Anybody is welcome from the whole SO!!!!

Z-man-Real Estate Appraiser
Robin-Desperate Housewife
Joey-Computer Tech with Mayer Electric
Holly-Desperate Housewife
Thad-Dentist
Jesse-D.H.
Crayfish-HealthSouth Security
Dawn-Desperate Girlfriend
Shannon-Hundyai Car Specialist
Cindy-D.H.
Ricky-Computer Tech UAB

We will meet at Habenero's Mexican Resturant in Hoover at 8:00 and then parade, as our characters as specified above, down highay 31 onto the Iron Horse Cafe to hear Ryan's Band LowCash Cowboys! Pictures will be taken at the event and a full report made on the success of the event to follow on Monday. 

I'm the CO of this Unofficial SO event, so any complaints should be directed straight to Joey.......

Z-man');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3663','7c26cbae4d','','Fire it up Z-man...and don't forget to spank Ryan for his B-day.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3664','c9fc974009','','Im originally from the great Confederate state of Georgia, also ex-military(Disabled Vet). Also a proud member of the SCV and LoS.
 My Fett armor is enroute from England, via Boba Maker, what remains to be done is the armor painted ( I can do that perty good) obatin my boots from Caboots, a few odds n ends and my EE3, shin tools and once Boba Maker starts, the jet pack.
 As for SWG, I am on Bloodfin and Chilastra...I have looked into character transfer but I cant transfer houses and have massive items on both servers. Am attempting to get my Mandalorian crafted but have had seriously bad luck looting the needed liquids in the bunker.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3665','0ea3448e26','','[quote:0ea3448e26="Tambo"]I've talked to a few people over the past few days and these were some of the main concerns.... Remember we have no control over how they feel now, but we still have the power to make changes.

#1 Lack of a Cohesive Command Staff... Examples.. Not all on the same sheet of music, bitching amonst our selfs, not backing each other or all command staff members not backing the Commander.  Belive it or not the members see when we are not getting along. [/quote:0ea3448e26]

Agreed, we certainly need and can work on this.

[quote:0ea3448e26="Tambo"]
#2 Command staff needs to be mixed in with the troops on and off duty.  The troops like it when we make our persence known and they want all of us to join in on any after trooping events such as dinner.  Some mentioned how Joey and Jeff had a seperate Hotel at the Chrismas Parades last year...things like that [/quote:0ea3448e26]

- We can surely try to mix more. I know I just go with things and don't make a concious effort to &quot;mix&quot; with any particular group, so if I gravitate towards one... 
- I'm not a big &quot;go to dinner after every single thing&quot; kind of guy. Sometimes I'm just beat and wanna go home. I always do my best to give hugs and handshakes when I head home straight after. People need to get over this one and I have no problems coming out and saying it.
- People can get over the hotel issue too...really freakin' get over it. The Garrison is large, we don't all have the same standards when it comes to price vs. quality...sorry but it's the truth. It has nothing to do with elitism or disliking someone.

[quote:0ea3448e26="Tambo"]
#3 Yeah the wife thing...you know the deal on that.[/quote:0ea3448e26]

- No horse in that race anymore. My wife doesn't wanna troop anymore cause of all the drama and I'm not gonna try to change her mind. She'll still be at AdCon for the Wollacks and COSI and DC cause it was already planned. Beyond that I doubt if you'll see her unless perhaps for a Knoxville area charity event that I need more bodies for.

[quote:0ea3448e26="Tambo"]
#4 Command staff traveling..they want the Commander mainly and or other staff members at everything. (this one is bullshit...none of us can make everything)[/quote:0ea3448e26]

I'm sure we all do the best we can. I know I do.

[quote:0ea3448e26="Tambo"]
#5 Fairness.  Yup the thing with Cray Vs. the thing with Corey and Jamey was drug up.[/quote:0ea3448e26]

This certainly needs to be as even-handed as possible...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3666','16a331aaa4','','1.   I've tried to address that one with skip, but i think he's finally beginning to see some of this too...   corey said it was noticed that Skip took part in the bitching ( even by listening and nodding), and when he didnt' correct members or just said &quot;oh well&quot; that it was perceived as approval, validation, or even a silent way of supporting the gripe bitch or whatever... ie the command staff doesn't function.....When we are not &quot; in charge of the situation&quot; then it is noticed.... ( ie we let moral busters bring down the group and let it go ).....    Jeff's mortar rounds on the forum are seen this way too, as meaning the command staff doesn't function, they argue to....  Tambo, Drax, and Chris, your silence is also seen as &quot;ineffective&quot; by some.  or rather as not helping the situation....
damned if we do either way, there are some that have very high expectations of us, and i have missed seeign that many times and we all have at one time.  I dont think we have to be forceful, but i think we need to be loud to be effective in such a noisy group.
The good news is that this is fixable and very doable, heck we used to work this way.

2.   why we stayed elsewhere for the xmas parade:
I used to spend a lot of college years in hendersonvilel and galatin. I spent plenty of nights at that same hotel.  It was 25.99 a night then!  It was and still is a roach motel.  I wouldn't stay there again to save 15.00 and Holly surely isn't that cheap!
xmas parades this year - peopel wanted to stay somewhere else.  I was told that they didi not liek the roach motel. no hot water, dirty, run down etc...  so  the group did not stay there this year for the same reasons i didn't want to tay there before,, - it sucks for 45.00, when 50.00 gets you something 20 years newer minus the bullet holes and smells.
thsi one was an excuse to complain about Jeff.  Ie had i stayed by myself somewhere, there wouldn't be such a problem.
+ as a side note, when we first got to know  skip and jenn,  we came up and just spent the weekend with them.  holly and I spent the night at a hotel and Emily stayed with them.  Holly and I drove to hendersonville to stay at another hotel , not the roach motel 2 blocks form thier hose.. this was jan 2003?!?!?!?!?!

3.   No i don't.  My wife is more of a trooper and loyal 501st members  than most other casual members here.   Because she has tits doesn't mean she should give up her 501st trooping time, convention time, to go hang out with someone's wife?  why?
Her and Jenn are friends, but not joined at the hip, Jenn will tell you this and she never expected any more than that.  This is all rumor, no truth there.  People should ask Jenn to answer this question..she will set them straight.

4.  before these new people were here I traveled all the frackin time.  last year NO ONE CAME TO TROOP WITH ME.. funny how that works..... so becasue we had a movie year with 73 events, these newer members feel this way?  Go look at the galleries from 2003-2004 whose in 90% of them?!?!?
part B to this , to retort to them &quot; what is the role of the XO?&quot; 
to be there when the CO can't be there!  SKIP is the TN leader, the head honcho, he's responsable for everything as i am.  Ask SKIP ask JENNIFER.  We are a team, there never was a subordinate position to the CO.. If there is a problme with me, why did they not blame the XO for not doing his job to correct it?  
Part C   the CO is not obligated to be at every event, what IS OBLIGATED is tha tthe command staff be present.  At 99% of our events the command staff is represented there!  tha is why we even have one!!!!
Kick them in the balls when you hear this kind of stuff, it sjust immaturity...

5.  False.  Misread.  Misunderstood.   I spoke with corey at length, he now sees what i meant and what i was doing.   and he said he will repeat the way it should have been perceived, to anyone who brings it up now..



gimme more wisdom tambo???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3667','5b7690edd3','','[quote:5b7690edd3]I'm the CO of this Unofficial SO event, so any complaints should be directed straight to Joey....... 
[/quote:5b7690edd3]


dammit, another event and something's already my fault!?!?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3669','f27ae2a2c5','','hey one correction: Cindy will be there as an Insurance Specialist.

as for me I will still be there as DH and after this week I feel like one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3670','6f882bac03','TK-5505 BACK IN DUTY!!!!','Hey Everyone,

Eric (TK5505) here.  Its been a while since I've really been able to wear my armor.  But late last year I got on weight watchers and can finally fit back into my trooper outfit!  I'm looking forward to wearing my costume at some gatherings maybe this year.  My wife was telling me that if I didn't loose some weight soon, I would have to get a jabba the hutt suite  :evil:   Anyway, just wanted to shout out KNOXVILLE REPRESENT!

Eric,
TK-5505
Knoxville, TN');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3671','b2689b677c','','JFI I think that run down Haji owned hotel sucked and I don't blame you one bit for changing..that is why I went for the better one this past year as did most of us... Again just bringing up things that were said and yes some are old issues.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3672','9144b1f380','','Welcome back trooper...now get that armor on and get your butt to a event.. and have some fun with us.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3673','ac59fe054a','','I'm working on making molds for the shin tools...I have all the found parts and will hook all my S.O. brothers up.  The Boba Maker armor is one of the best and you will be very happy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3674','14fabf0afb','','FYI_
in the last 2 months, I've been handling the following:

1.  Command staff appears not together in message
2.  Command staff fighting one another
3.  CO not going to dinner all the time
4.  CO not around as much anymore, but when i'm there, I'm seen to &quot;ditch&quot; the group
5.  Susan runs the Garrison through me
6.  The current event roster only shows alabama events because that is only what i care about.
7.  Skip is an Ass
8.  Jeff is an Ass
9.  the rest of the staff doesn't &quot;do anything&quot;  ( bullshit i know) 
10.  Jamey runs amok and i do nothing about it
11.  I , not Skip, put chase, jeff, susan, jenn on the talledega roster when there were not supposed to go.  
12.  the reason Holly and i ditch the group is because we let Jeff and susan manipulate us to go to dinner/hotels/events with them not the rest of the group.
* one funny story about this one i mentioned to corey that suprised him was that i got this #12 complaint at Advcon last year,, that when i would leave the consuite, people would nudge each other and say, &quot;watch jeff is going to follow him&quot;   then when Jeff did in fact go with me wherever, these people would do a &quot;see i told you so&quot;  smirk.  I wals told&quot; people saw Jeff and suz amnipulate you guys then&quot; .  Funny thing is, I mentioned to corey if he remembered who roomed wiht Jeff at that con, as i had my own room, and when i told him Skip and Jenn, I heard him smille and him say &quot; no wayy!!&quot;  so you see the rumors don't add up all the time..  peopel forget that Skip and Jeff roomed together that recently.. how can this be if they hate each other so much?!? LOL!

13.  everyone wants to split
14.  only the new people want to split
15.  nope, everyone wants to split
16.  everyone wants to work things out
17.  the alabama troops are rude to the Tn troopers
18.  huntsville doesn't even go to thier own events much less anyone elses.
... and it goes on and on....

I hope this weekend the members with these and other problems come to terms with them and the answers Skip and corey are planning on giving them.    Just looking at the list makes you laugh and mad at the same time...

what else have you all heard???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3675','7f0f0a3427','','April 8th, decatur Tn library event.......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3676','2752a44ffb','','[quote:2752a44ffb="Tambo"]Fire it up Z-man...and don't forget to spank Ryan for his B-day.[/quote:2752a44ffb]

Yes sir, Tambo! *salutes*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3677','344017f502','','Whoo Hoo, Eric! Welcome to Sweet Home Alabama!!!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3678','53e53aafa8','','im walking in the door from work,and loading and leaving

ill try to look at these posts from the hotel,

love the list,gonna pull that up and take notes from it

i breezed through and saw some good comments.

ill report in from hell..i mean the con......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3679','ea8e2ef8f2','','[i:ea8e2ef8f2][size=18:ea8e2ef8f2]In one day.................the Crayfish returns..................[/size:ea8e2ef8f2][/i:ea8e2ef8f2]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3680','a941b31030','','me- January 28, 1973

Jared- January 9, 1999');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3681','6514736b76','','Welcome Eric....I'm the CO of the Southern Outpost.  You may call me &quot;the almighty Crayfish&quot;.  Okay..let me come clean.....I'm not really the CO.....I'm the XO.  Okay...that was a lie too....I'm not really the XO....I'm sort of like the dude who gets the commanding officers their coffee during important meetings....but that is a damn important position and don't you forget it.

Welcome!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3682','bc94bd2a0b','','Ryan...Happy Birthday dude....will you please sing to me on Saturday.....or can I at least touch your shoe so that I can tell all my friends.  Okay...that was just silly...we all know I don't have any friends.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3683','c5978d8838','','[quote:c5978d8838="TC8881"]
Thanks, I appreciate the props![/quote:c5978d8838]


DANG!!!!!!!! You got props for your birthday!?  All I got was a cheesy sweater from my aunt.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3684','44ee5d1fd5','','I will miss you guys this time.  I have financial problems right now and a little bit of a health issue so it will still be a couple of more weeks before I can actually wear armor again.  I really wanted to go and I am sorry I can't make it.  You guys drink one for me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3685','0cda70186e','','Wow!!!!

Holly...that looks great.  I would even say you look HOT but that would sound a little too much like incest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3686','ef9d66c1ca','','I guess I will start.


I apologize for not being there.


Hugs and kisses.

Crayfish');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3687','0e8e9413b4','','You are to much cray.  But thank you for the kind words, I think.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3688','5eb86cb9a9','','I thought you were dead.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3689','16b52ea1ba','','A very Happy belated Birthday!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3690','0204337fd0','','wb Eric. Looking forward to trooping with ya!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3691','0058c474bd','','Didn't you kill him?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3692','bebab79606','','I guess I need to try again.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3693','3c3a89015d','','Happy B-day Bro!!!!  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3694','e89c3e10c2','','Count me in, I got the day off.  Fett will be there. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3695','78f8e6bfb6','','[quote:78f8e6bfb6]#1 Lack of a Cohesive Command Staff... Examples.. Not all on the same sheet of music, bitching amonst our selfs, not backing each other or all command staff members not backing the Commander.  Belive it or not the members see when we are not getting along.[/quote:78f8e6bfb6]

Guilty as charged. This is something I'd like to work on at MSC this weekend. 
Skip, if you and Jenn would join me at your convenience for a civil pow-wow, it would be most appreciated. But note, I don't want a war of words or to be kicking any dead horses. 

[quote:78f8e6bfb6]#2 Command staff needs to be mixed in with the troops on and off duty.  The troops like it when we make our persence known and they want all of us to join in on any after trooping events such as dinner.  Some mentioned how Joey and Jeff had a seperate Hotel at the Chrismas Parades last year...things like that[/quote:78f8e6bfb6]

I can see where this could use some work during stagings and after events. Like Drax, sometimes I'm just ready to go home after an event. As large as we are there are some newer, younger people than feel they need to be brushed by the big boys. They need to know that we are approachable and we shouldn't have to go to them.

However, I draw the line at roach motels, biker bars and suido gay weddings.

[quote:78f8e6bfb6]#3 Yeah the wife thing...you know the deal on that.[/quote:78f8e6bfb6]

My theory has always been that if its got tits or tires, you're gonna have problems with it.
However, from what I've seen and heard, all parties involved are making an effort to calm their storms and get past the drama.

[quote:78f8e6bfb6]#4 Command staff traveling..they want the Commander mainly and or other staff members at everything. (this one is bullshit...none of us can make everything)[/quote:78f8e6bfb6]

Agreed, we can't go to EVERYTHING. We're all family and career oriented and this is just the &quot;weekend golf game&quot;. We do what we can and hope for the best. 

[quote:78f8e6bfb6]#5 Fairness.  Yup the thing with Cray Vs. the thing with Corey and Jamey was drug up.[/quote:78f8e6bfb6]

I can see their point here. It's valid. We should address all complaints and circumstances the same. Regardless of who or what it is... within reason.
Some of their crap complaints can be petty and childish.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3696','c5070c0304','ATTN: Huntsville/Madison members','I'm in a pretty big dilema. The management at my workplace is steadily turning into children as it seems, and the hotel is turning to chaos. Over the past few weeks, work for me has been getting worse and worse, as more and more people lighten up on their work (causing me to have more work). I've informed the management of the situation. I can't begin to explain how bad it is for me there. Also, on an unrelated note, I've requested that I work 5 days a week, yet this week they scheduled me for 3 days, and next week they scheduled me for TWO days. WTF? They're just like &quot;that's how it worked out.&quot;

So I'm taking this whole thing as my cue to leave, as the mangement apparently doesn't like it when I rattle the cage.

So I'm asking if any of the Huntsville/Madison people have any word on any positions available that I might be able to take. Or, if you own your own business, do you have any positions available that a fellow trooper could take up as some extra help? Right now I prefer to work nights or 2nd shift because I'm taking classes in the mornings. I'm typically out by 3pm. If you can offer any help, I'd greatly appreciate it. I'm looking here first because you guys are my family up here.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3697','b79bf2304a','','Jan. 18th.

Watchout november!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3698','3a1ec687bb','Ryan in action','Summer and I just got back from watching The Locash Cowboys at Kickers  in Clarksville, Tn.  The show was freaking sweet. They are a great bunch of guys to see in action. Ryan is on fire when on stage. The &quot; Birthday Boy &quot; got 25 spankings from the women at the club. Talk about audience participation. The number 25 had to hurt.  You should see all the women talking to the &quot; Ryan-rockstar- god. &quot; after the gig.  He is hot!  The fellow members had the audience  sing him Happy Birthday, and his mom sent him a cake.

Ryan, thank you for inviting us to your show. Can't wait to see your band again in action.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3699','9b67f89e33','','Happy Birthday Jedi Ryan, Bondage Ryan, General Kenobi. All of you rock.

You are the man. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3700','6ab6068fe7','Star Wars video','[url]http://www.break.com/top_rated/galaxies1.html[/url]

Kinda cool although they keep calling Jango, Boba.

Worth watching once and wondering if Tambo got moves like this! :shock: 

Anybody want to start a  fund to get a &quot;I brake for hawtpants&quot;  bumpersticker made?? :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3701','6e7c5fb3eb','','Thank you everyone for the warm welcomes, seems like S.O will be a great Garrison to be in.
 I will look you up on those shin tools, what material will you be working with?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3702','cafecabf77','','March 17th. Its amazing that people get together every year and drink green beer in honor of me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3703','05bc40bd11','','As the post says &quot;Franklin Events Schedule&quot;. This is the exact wording I recieved on my city email account since I work for the City of Franklin. This was just a heads up. 
No ragging was implied.

Hook , it looks like the days are Saturday and Sunday. I am working (on Shift) the 30. Give me a call this week and I will give you the number for Monique. She is the coodinator for all the city events.
Im at the station today and home the next two. 

Geoff');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3704','9c47ba7141','','Zman, Im in the same boat as you? Do you have a boat?  I purchsed mine  the same way in 1995 or 96. I worked with Dale at the Cantina to get my set. My understanding was these were the first, before the rush.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3705','e2a3cf3c9c','','I really want to get Star Wars galaxies! Except it's quite a procedure to go through, getting an account, then paying every month.

I have good ideas for a couple of my players too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3706','21a0d31758','','Z man, That would be Honda ! 
Crayfish is not dead ?  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3707','72af5a71f0','Royal Blue Guard   ...................FOR SALE','Now is your chance !
  Here it is, Most of you have seen it.

Cindy is ready to sell, Serious Inquiries only ! 
Get it now or its off to E Bay !

[img:72af5a71f0]http://i18.photobucket.com/albums/b131/BAMABOUNCER/FH010029.jpg[/img:72af5a71f0]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3708','1daa3fe441','Royal Blue Guard','Now is your chance !
  Here it is, Most of you have seen it.

Cindy is ready to sell, Serious Inquiries only ! 
Get it now or its off to E Bay !

[img:1daa3fe441]http://i18.photobucket.com/albums/b131/BAMABOUNCER/FH010029.jpg[/img:1daa3fe441]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3709','034da7b323','','oops, sorry Shannon-Honda car Specialist!!!!

Crayfish's ghost is haunting us now actually!!!!!!! :benspirit');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3710','c1a4792c77','','Im surprised that being an ATHF fan you havent heard of this before. That is a remix of a song by MC Chris, been around for a while, at least 3 years. I heard it once being played in Sealab. The mistake is that whoever did the animation colored the character like Jango when he shouldve colored him like Boba.
Later');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3711','012f4e84a8','','Yep, I bought directly from Gerardo right before he went in with Dale. I remember talking to him on the phone and him saying I was probably the last one he was gonna sell direct. After talking and looking over the armor again, it really does seem to be FX like Loki said. I think he did his ANH stuff later on, after somebody got hold of a real screen used set and they recast from it. 

Remember when the Wookie Cantina had a big website!? Then changed to Galaxy Trading? Then everything went to crap!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3712','f890775488','','Yes, they were great. Thats where I scored alot of my stuff from at some incredible  prices.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3713','8fce4af53c','','PM Me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3714','f85210149d','','Are you interested in trades??? I've got several items and a costume or two.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3715','b4bdf45f03','','Yup, seen it..they stole my moves.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3716','15429865af','','I see that Tambo got the jump on me.  I'm looking to start getting suited up, so keep me in mind.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3717','60262a5d87','','Boo!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3718','8e0aac34c3','','Why not just introduce the soft Vader pieces to a bunch of really hot girls?

That might do the trick.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3719','35866e4928','','I don't know...sounds a little fishy to me...better call Oliver Stone.

And Loki...you said getting Stormy armor was gonna be easy...in thios one thread alone you guys have almost scared me away.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3720','cfc2ae59e5','','This car situation is really making things difficult.. I'm really sorry if I'm not there today.. I'm trying to get a ride back to memphis tonite somehow..  Sorry guys :(');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3721','d5b9db62cb','','I'll get that XXX armor if it'll make me look as good as that pic Bamtrooper posted!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3722','255f2722c3','','WOW, very impressive.  Great work.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3723','29eb5af544','','Hoo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3724','51c1e031a4','','NICE! Im a huge fan of KISS, who knows I may have to steal your idea  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3725','5a1613dc19','','Well, I cant take credit for this.

Buddy of mine sent me the link. I figured I'd share it a little. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3726','11be1bcc3b','','Wow! What a great time! Of course I forgot my dang camera, but I think Joey got a few on his new cell phone so hopefully he'll post s a few. 

If you EVER get a chance to go see Ryan and his band, DO IT! Man they are fantastic!!!! Very professional! Great show! The boy can play his BUTT off! 

He got me up on stage with them and they let me play an empty bucket with a drum stick, dance a bit, and sing one line to a song! It was a hoot! I looked like such an idiot, all thanks to Ryan........I'm gonna get you back boy!!!

Shannon, Cindy, and Ricky, sorry about not getting you guys on the &quot;get in free&quot; list! I kinda dropped the ball on that!

Robin, (my wife, and yes, she does exist) believe or not, did have a great time and said she really liked meeting everyone. She hasn't been out of the house in about 8 years and she got tired quick, coupled with the fact we had a young babysitter so that why we had to ditch a little earlier than expected.

Ryan, big props to ya boy! You did us proud. I like the pet name your band mates gave you: &quot;stormtrooper&quot;. If we had known that, we'd of brought our buckets out!

Anyway, please keep us posted on your tour. Please let us know when you are gonna be back here! You have fans for life!!!!

Hope you get to troop with us again sometime soon! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3727','6d7f2cc774','The SO Count Dooku','I want to be one of the first people to say that Glenn Stein's Count Dooku is one of the best Dooku costumes that I have seen. As many said at MSC, it looked like Christopher Lee was standing there. Glenn won the novie Sci-Fi costume at the MSC Masquerade with it. Way to go Glenn. Please post some pictures of it for everyone to see when you get a chance.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3728','1e61ab4c02','','WOW..can't wait to see it..The S.O. has a Dooku now!  Get me those pics so I can make you a 501st Sith Lord.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3729','b42ef62dc3','','Welcome, Tk-1265');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3730','560f14d4c7','','Well... the ABS Clone helmet has been sold. I now have the money to get the full-on TK armor (already sent the message to the proper person). 

While I'm waiting for that, I put the chrome on the baby-Fett and my cheap Rubies Fett helmets along with my sons armor. After another day or two, I'll mask a few spots and then begin the real painting.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3731','986601dde8','','Helmet has been sold. Thanks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3732','9e605a14b6','MidSouthCon','It was great meeting you guys....Sorry to TK6203 (it is now my mission to find you that Scorch figure) .

It was a great weekend and I hope you all got home safe.

Tim
Toyflash');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3733','6621af2799','Sorry,..I had to repost this...','[img:6621af2799]http://dl.glitter-graphics.net/pub/6/xxxxx.gif[/img:6621af2799]

Watch the content  :lightning');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3734','19245ed037','','Yes, he was most impressive!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3735','8aff6683cd','MidSouthCon report:','Midsouthcon has never by any means been &quot;Small&quot;, but we were surprised by the small amount of people we saw in the hotel and rooms.  We found out saturday morning that they had been running a gaming tournament not only in the main hall, but in other rooms all through the hotel and that's where everyone was.  On Saturday night, things changed a bit.  In about an hour, after the masquerade was over, it went from &quot;Where's everyone at?&quot; to; &quot;HOLY CRAP, where did all these people come from?&quot;

We rocked their world Saturday night with Boba and his Posse', dancing stormtroopers, the triumphant return of &quot;Pulse Rifle Patrol&quot;, Master Chief getting giggy with it, slave girls a'plenty, the best Count Dooku EVER, and &quot;Loki's Adventure with The Pirate Chick&quot;.

It was fun.  Once again, I don't think any event, even Dragon Con, will be more fun for me this year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3736','67722007ce','','Best.

Freakin'.

Dooku.

EVER.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3737','62410f01f1','','I feel really bad that I couldn't get to memphis because of my car accident..  I feel like I've let you guys down for the past couple of events.  Sorry :(  Hope everyone had a blast like Loki did!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3738','d0e1d5e526','pics','Here are some pics.  Many of them of my family but there is some variety.  It was a needed event, and ended with a frsh start.  :D 

[img:d0e1d5e526]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0078.jpg[/img:d0e1d5e526]
[img:d0e1d5e526]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0066.jpg[/img:d0e1d5e526]
[img:d0e1d5e526]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0040.jpg[/img:d0e1d5e526]
[img:d0e1d5e526]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0043.jpg[/img:d0e1d5e526]
[img:d0e1d5e526]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0028.jpg[/img:d0e1d5e526]
[img:d0e1d5e526]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0021.jpg[/img:d0e1d5e526]
[img:d0e1d5e526]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0011.jpg[/img:d0e1d5e526]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3739','84cfbacff2','','the photobucket site is asking for a password');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3740','cd741aa116','pic','Nuf said

[img:cd741aa116]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0028.jpg[/img:cd741aa116]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3741','4882eaecea','','I didn't get to tell you at the con, but Very, very awesome, Glenn!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3742','3f04dfee9d','ok','I just posted the pics, thanks Chris');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3743','437e2e2cb6','','I have to thank everyone for being so kind to my cousin Kevin on saturday morning (he was dressed as Luke). He has a blast thanks to you guys, it was really awesome for him.

I'm working on my pics now, will have them up in a little bit.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3744','d66f0ac6b7','','Excellent, Glenn! Looks Great!!!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3745','85b433e45b','','Wow, Jason, no wonder George doesn't call you much anymore!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3746','46fef21b40','','Your cousin is a natural. Someone came up to him and asked if they could take his picture when he was holding Crash's DC15, and he struck a pose gun at the ready for the camera. 

I had a great time at the con. It was my second con trooping with the Outpost and I was not let down. It is nice to be in a group setting where you can meet new people, and instantly be friends.

I hated that I had to leave so early on Sunday morning, as I had work, which I was still late for due to a little incident with a state trooper who had to have been filling out my ticket with an etch-a-sketch or something like that, since it took him about 20 mintues to come give it to me to sign.

Can't wait till the next one. 

Glenn, be sure and post up the pulse rifle pictures.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3747','f142ae05ed','','Glad you guys had a great time! I know you represented the SO right. 

So Pimp trooper was out!! Man! I miss him!

Goosh, don't fret dude, you'll make something soon. Everybody deals with life!


 :D 

Glad to have you guys back safe. It was pretty quiet on the boards this weekend!

By the way, Ryan and his band LowCash Cowboys were the bomb!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3748','9aa6a734a8','','Well....  I have finally done my first con-event with the SO.  And all I can say is &quot;OH HELLS YEAH!!!!!!!!!!!&quot;  Man, I had a great time!  I finally got to meet alot of you guys and put some faces to the names.  WOW!! Thanks guys, for a GREAT first time out (even though my TK never made it out :cry: )  and allowing us all to re-enforce what this is all about!!  Thanks again guys for a great time!!!


PS:  Atin, I got home OK, just wanted to let you know.  I'm gonna go crash now. :D 

&quot; My backpack has jets...      I'm Boba the Fett...&quot; 8) 
If you dont know, you better ask somebody!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3749','6f018e618e','','See, I TOLD you you'd make a damn good Dooku :-D

Looks awesome man!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3750','e2395cc4f5','','edited-nevermind

thanks
skip');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3751','6fefc7d28f','','[quote:6fefc7d28f="Tambo"]WOW..can't wait to see it..The S.O. has a Dooku now!  Get me those pics so I can make you a 501st Sith Lord.[/quote:6fefc7d28f]
I think Hook's picture is better than any of the ones I have. My computer is acting up, but hopefully I will be able to get some off the camera soon.

Thanks to everyone else for the complements.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3752','6c61648459','','Looks like you found your match Glenn..the Dooku fits you perfect.  The Obi-wan and Jedi Luke were good, but this one is top notch like your Clone Trooper and What I expect from all the S.O. recruits and members.

Do you have a MR Dooku Saber?  That would be killer with your suit and take it over the top.  All we need now is a Mace Windu, Battle droids and  some flying ants and we can re-do Episode 2.

Not only can I re-create some scenes with Holly's Zam, but now I can protect the Lord Tyranus.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3753','192b96062f','','lets just say there may have been a &quot;re-birth&quot; of the southern outpost this weekend!!!!!

names were taken,crap dealt with,costumes a flyin, fun being had, tempers flaring, dancing troopers and &quot;halo guy&quot;, lots of fun, lots of headaches,lots of walls coming down,zero sleep,no alcohol in the con suite by saturday night,&quot;im batman&quot;,over 100 pulse rifle photos including a 4 way with 3 girls and a rifle ,some good mando group shots with some cool effects being planned,2 or more new mandos debuting, probably the most kick ass leather cape for a mando ever made,skip and kell not entering the masquerade?,did i mention the pulse rifle?,newcomers clutch and ledbetter getting down with the outpost! mandos getting kicked out of the masquerade room,troopermom almost getting kicked out of the hotel,another member being mistaken was taken into the hotel office,and probably the highlight of the weekend,  glenn stein coming out and kicking some costume ass!

this was the least crowd since weve been going,the ones we saw were great but it was nothing like before,almost like just hanging out in any random hotel lobby.

im exhausted,got to go......z.z.z.z.zzzz');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3754','408875b3a3','','Looks like a blast was had.. I love the Little Darth Tater..Our new Mando is looking sweet..Love that cape..How many Bothans were skinned for that one?  Also the Dooku Rocks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3755','5768d04589','','Someone get this guy a MR Dooku saber!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3756','69e8910cd4','','I was a little worried at first.  It wasn't as structured or big as I was expecting it to be.  However, it all worked out in the end.  Where there isn't a party, you make one!  We ruled that freakin' dance floor!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3757','e0bd1ee263','','No Trooper Mom it wasn't my birthday thats next month some time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3758','6db1a8b227','','I have MUCH better video.

[url]http://people.vanderbilt.edu/~glenn.stein/MidSouth.3g2[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3759','9a35fdd1df','','Glenn your homework for the next three months is to watch every single Movie with Christopher Lee and become him. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3760','e6888a2f43','','That's Suppa!!!!!!! bustin a move.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3761','b777c291d0','','Nice work. I know the 501st has a few Count Dookus, your's will go in great.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3762','fbc7d41d4d','','Shoot me your resume, let me ask around.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3763','befa2ded95','','On the 66th day the Tambo took water and turned it into... FUNK!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3764','4a6c9e0e47','','What a weekend.. we're back. Words do not describe. It was great seeing fresh people and hanging with troopers I've known forever it seems!

The dance was great and a lot of good conversation had by all I do believe.  Tons of trooping, pics (especially pulse rifle pics) and a fantastic Count Dooku!!!

It was great seeing everyone !! And I'm really looking forward to the next event!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3765','6bc8f82dab','','Any date on this?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3766','c1b6aeed4c','','Transformed man. Transformed.


We'll work on that stuff with the saber Steiny, man. I  plan on checking the other ESSEX location to see if I can find another Anakin since mine is cracked on the inside, i'll check for a workin cader to disassemble for the project.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3767','cd33aeb820','[NC-17] TROPHY-CASE','Several entries didn't make it in the PG-13 costume masquerade at MidSouthCon this year.


[img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/06zWolverine01.jpg[/img:cd33aeb820] [img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/7070.jpg[/img:cd33aeb820] [img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/baker.jpg[/img:cd33aeb820] [img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/kuzack03.jpg[/img:cd33aeb820] [img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/derek_deluis02.jpg[/img:cd33aeb820]
[img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/readr2-10-Top-cops.jpg[/img:cd33aeb820] [img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/382805.jpg[/img:cd33aeb820] [img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/crgsl130.jpg[/img:cd33aeb820] [img:cd33aeb820]http://www.knology.net/~killjoy/501stnc17/click19014.jpg[/img:cd33aeb820]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3768','681ab56198','','Back, lived, got two for this thread.

Jeff, I'm sorry.  Dodger/JennKs and I got caught by a nice (if nervous) lady in a brown Jedi outfit on Saturday late afternoon.  She saw me last year, too, and she's very much interested in joining a costuming group of adult SW fans; and of course, all I really know about is the Imperial side, and no idea where Donald was.  Then I find out that she's not got an Internet connection, nor in fact a computer.  THEN it turns out I don't have my cell phone on me, and I don't have Joey's number in my PDA or Matt's number for that matter ... ahah! but I have a number here for &quot;Lester&quot;.
What I'd forgotten until long after she left was that it was your cell phone number, not even your house number.  Hopefully she'll call me first, instead -- I wrote both on the paper for her.
So if a lady with a &quot;Southern Belle&quot; accent calls asking you to give her telephone contact info for the Rebel Legion or for the Jedi Council, that's entirely my stupid fault, and I'm sorry.  Pretty much I should've just given her the contact info for Donald (256-830-5431) for Rebel Legion and left it at that.

...

... uh, what was that second one?  OH, yeah:

For any dimwitted thing I may have (or may have ought to but didn't) said and/or done on Friday night, while I was wearing the Luminara Hat Of Intelligence Sucking, I deeply and heartfeltly apologize.  I know I looked at a couple people and couldn't figure out what their names were, and at least once I looked straight at Angie and called her by someone else's name.  I also sang the lyrics for one song to the tune of another entirely, in one of the panels, and I caught myself giving someone directions to exactly the opposite side of the con from where they actually wanted to be.  The Luminara Hat makes me stoooopid.  I probably did other dumb stuff while I was wearing it.  Gaaah!  I'm very sorry!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3769','08313c62fd','','Hey thanks Chris. I really appreciate it. Resume sent.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3770','4bc4d8ab7c','','And Chip, I have to give you props man. You were awesome on that dance floor. Chip is and awesome awesome guy. 

&quot;And they were dancin' and singin' and movin' to the groove....&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3771','ae1ac90f5e','MidSouthCon Hotel Horror Stories?','If you had an unpleasant experience with the staff of the Holiday Inn Select during the just-finished MidSouthCon, please post it here and/or private message it to me.  Jerry Hager, Admin and major chieftain of the convention, wants me to collect our stories and forward them to him -- the ConCom folks are going to present a major complaint up the chain and, hopefully, get the sources of this year's big problems [i:ae1ac90f5e]very[/i:ae1ac90f5e] resolved.

[b:ae1ac90f5e]I need the day of the incident, the time as close as you can place it, and the position of the person, [i:ae1ac90f5e]especially[/i:ae1ac90f5e] if you no longer remember the name on the hotel employee's shirt badge.[/b:ae1ac90f5e]  Physical descriptions would also be very helpful; we want to make sure the wrong person cannot be blamed for this past weekend's improprieties.  The lady who'll be representing MidSouthCon in this endeavour has a list of what employee worked which shift, so if you don't have the name, it's still deducible.

By all means, if you were planning on filing a complaint about your incident -- or a compliment about an employee who solved something to your satisfaction, for that matter -- please go ahead and do so, along with telling me about it.  It can only strengthen the whole, right?

I'm putting this request in the General category in case the Recruits have something for the list that didn't immediately involve other members, but after a week or so, I'll ask the mods to archive this (just in case MidSouth asks me to resend it after a month).  I'd like to send them a nice, detailed list [b:ae1ac90f5e][u:ae1ac90f5e]this Wednesday[/u:ae1ac90f5e][/b:ae1ac90f5e].

Thanks, folks!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3772','a7050277b7','','I'd like to say THANK YOU to everyone who came out to the show Saturday night!  Seeing you guys meant a lot since I've been absent at many of the events as of late.

Too bad you guys had to take off early because I was looking forward to hanging out with you afterwards.  Next time, though, I'll be sure to let you know the length of the show.  I also wish I was able to meet some of the 501st members I've only heard/read about.  I hope I will get to do that soon!

Oh, and it appears that Z-Man and I fixed the rift in the S.O. space-time continuum because not only were we in the same place at the same time but made physical contact as well.  Does that mean we have to troop now?!  :-P

Thanks again guys!  Hope to see you all soon!

--Ryan


PS:  Z-Man, I'm sorry for bringin you up on stage....but you gotta admit, it was funny ;-)

PPS:  I hope you got pictures of that Joey!

PPPS:  Btw, it's [url=http://www.locashcowboys.com]LoCash Cowboys[/url] (no W)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3773','7abd3e79a1','Report on our unexpected board crasher','The one question I got asked at MSC was &quot;What happened with the hacker&quot;? We'll my first reaction was &quot;The deuce you say.. I forgot to post what I did to him.&quot;

My apologies, this past two weeks before MSC has been the squirrel's own brand of nuts.

If you want any backstory, pm me and we'll chat. But short form of the declaration of war was 2-3 weeks of him testing the security and me patching code, fixing patches, watching server activity, backtracking ip's, etc during my lunch hour. He got a sucker punch in on me, and well we went down.

You can ask Blue Jedi, I don't... DONT like to lose.

Yes, I found him.  (Just a note here, if you're wanting to hack a forum... NEVER leave a trail to your MSN MySpace account.)

In any case, as you can tell he left a trail, a collection of IPs, a pattern of the time of day the hacks occurred, and so on.  This lead me to Texas, from there I followed him back to a set of servers. Primarily one that is used by him and his fellow script kiddys who like to play at being big, bad internet hackers and terrorists by going around and defacing forums and web sites. This guy chose the 501st because he was *convinced* we are a branch of the US military. That is why he (yes this was the same moron who defaced Florida Garrison's forum), went after us. He thought that would help him win some absurd contest those jerks were having.

But.. that is intent to disrupt the US military. So, once I got to the forum and watched him quietly off and on for the better part of a week. I took the liberty of emailing the information about him, his friends, copy of the defaced data and that forum to the appropriate authorities who look into such things ... at the same time I emailed it to him as well. 

He hasn't posted recently on his usual haunts. Imagine that. I guess he didn't like being sent his own account info to him. 

Now, to the brass on the tacks. Will he be back? Oh, eventually. One of his buddies? Maybe. These are the kinds of kids ( the hacker is a college kid by the way) that have more time than sense. Are we better prepared? Yes. And will be as time permits over the next few weeks. Am I worried (or should you guys be?) No.

Next time I'll send the guy his own background check.

Oh, and if you guys are ever interested in why he only got JUST the forum data and not user accounts, pms, the photos.. simple. I try not to keep all my eggs in one basket.

Anyone wants to know more. Feel free to pm.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3774','702947c296','','You should see him in a mosh pit... its a site to behold.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3775','58edf8d163','','Ya know, I've been staring at Pan for five minutes.

Is that paint?

A photoshop?

some kind of fursuit built on a pair of low-slung, open-crotch tights?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3776','f3399798f7','','Anybody got pics of the tribal bellydancer gettin' jiggy with you guys at the dance?  [url=http://www.midsouthcon.org/forum/viewtopic.php?p=1794#1794]She's asking[/url], so I'm asking.

What a blast that dance was!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3777','bd5a30c9b5','','Oh man... have we got a story! I know Betty, Trooper Mom and myself (all in the same room) will be filing a huuuge complaint to corporate, but I'll be sure to type you up a &quot;summary&quot; of what we went through this weekend and pm it to you. Really really REALLY appriciate this, because what we went through was rediculous!!! (but the con was great fun ;) )');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3778','02b20542b4','','[quote:02b20542b4="Tambo"]Looks like you found your match Glenn..the Dooku fits you perfect.  The Obi-wan and Jedi Luke were good, but this one is top notch like your Clone Trooper and What I expect from all the S.O. recruits and members.

Do you have a MR Dooku Saber?  That would be killer with your suit and take it over the top.  All we need now is a Mace Windu, Battle droids and  some flying ants and we can re-do Episode 2.

Not only can I re-create some scenes with Holly's Zam, but now I can protect the Lord Tyranus.[/quote:02b20542b4]
I do have the signature edition of the MR Dooku saber. I was planning on bringing it with me for some photo ops, but I was running so far behind on finishing the costume that I didn't have time to pack it.

Joe, Derek, and I talked about modding the MR Vader Fx saber with the hilt from the Rubies toy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3783','55fb2ab4d1','Holonet Communications','chatter and work area for GWL and or Web Deputies. This goes without saying that it must be a 501st member.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3784','fabcbd8053','MSC conversation #1 .. code of conduct','I'm sure the phone calls have made the rounds so I'm going to put something up to start things off. An SO Code of Conduct. I've scraped the Legion Charter one.  I recommend we should list something about when to be buckets on / off in here to act as a reminder.  Also anything else that would act as a guidelines.  

I know the argument here.. we're all adults ... well after what I heard this weekend, I have to admit, it never hurts to remind even adults. 

Please post suggestions. I would like to push this out onto the forums *this week*.  If by friday, I've only got these three, I'll post just that and start on a &quot;Forum Guidelines&quot; list next.

501st Legion Southern Outpost Code of Conduct

[1] The 501st Legion Southern Outpost recognizes that its costumes represent characters from the Star Wars films and as such, costume-wearers carry the responsibility of portraying these characters professionally and tastefully while in public. For these reasons, all members are prohibited from using foul language or behaving lewdly or obscenely while in costume and in public. 

[2] The 501st Legion Southern Outpost is dedicated to creating an environment of friendship and good will. To this end, the Legion will not tolerate the practice of sexual misconduct or sexual harassment by its members. 

[3] Members who engage in such conduct will be subject to disciplinary action, including termination from the 501st Legion Southern Outpost. This policy applies to all 501st Legion Southern Outpost members. It applies not only to unwelcome conduct that violates state and federal laws concerning sexual harassment but also to inappropriate conduct of a sexual nature.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3780','5e87a0e30a','','[quote:5e87a0e30a="dwrd"] 
I hated that I had to leave so early on Sunday morning, as I had work, which I was still late for due to a little incident with a state trooper who had to have been filling out my ticket with an etch-a-sketch or something like that, since it took him about 20 mintues to come give it to me to sign.

[/quote:5e87a0e30a]


Considering how fast I heard you were going, he probably thought his radar gun was broken.   :lol:   






Oh, man.  What a weekend.  I don't even know where to start, so I won't.   :D   
I'll just say that as much fun as I have at these events, it's been a while since I've felt [i:5e87a0e30a]this[/i:5e87a0e30a] good after one.  And no, Loki, it's not just what I had for breakfast.    :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3781','6c7f9d855b','','[quote:6c7f9d855b="Tambo"]Glenn your homework for the next three months is to watch every single Movie with Christopher Lee and become him. :lol:[/quote:6c7f9d855b]
Three months seems like a long time, but IMDB lists 258 titles.  :!:  Even accounting for several being voice-only or tv episodes, it's still more than 2 a day. And I don't think I can do the accent, but I can work on it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3782','9ad16f050b','What the deuce is this for??','This area is for confirmed 501st members, specifically Southern Outpost members only. Its for general chatter and conversation that you'd prefer to only share among the Outpost.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3785','7d633e8eea','','I'm afraid... and happy to say I've been doing the same thing Jennie.  :oops:  
I'm curious as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3786','d0837fd370','MSC conversation #2 ... event coordinator','This was talked about at length.  I think its a good idea.  At the minimum, its simply a moderator for a forum area that details information about upcoming events.

I'm making a new 'Event' category, under that will be the following forums:

Charities
Conventions
Prop Parties
Parades
Other

That way events can be segmented and hopefully easier to locate.  ALSO, as the event coordinator and command staff only will be posting here, it should be free of hijacking, and only contain the event location information and perhaps a roster per event.  The Pre-Events forum will be renamed to 'Event Chatter' and there members can hijack event info, post pics, etc to their heart's content.  

ALSO, this event category will be open to the public ( but not postable by the public).  

If the public wishes to communicate, they can use the public 'Event' forum which I'll rename to something appropriate but different from the members 'Event chatter' area.

Also a 'template' for event information will be made up, that way the event coord can keep it all consistent for the public and the membership.

NOW for this happen, we'll need an event coord.  I need suggestions.  Do we want to appoint or elect? Any suggestions? (aka I'm doing this on either Wed, Thurs or Fri ... it would be nice to have an event coord by then otherwise the COC will be playing event coord ).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3787','ffda4be2d3','MSC conversations #3 ... New positions','A post SHOULD be made to indicate a few things about positions.  Such as this Mythbuster / Captain of the Guard / I-don't-care-what-its-called-but-please-use-an-easy-to-remember-name position.  

Just a simple statement what this position is for would be nice so people know who to go talk to.  Personally I'd rather word of mouth not be relied on as that's what got us in trouble last time.  A post/announcement &quot;puts in in writing&quot; so to speak. I can write something up that sounds fairly straightforward if no one else wants to do it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3788','0485d18142','','It was a good weekend to be a Mandalorian! I'm proud to say we have a number of new suits to welcome, and call SO Mandos!

Here are the only pics I got this weekend...

[img:0485d18142]http://knoxlotr.8m.com/rg/mandohelmets.jpg[/img:0485d18142]
Wookie Hunter, Ledbetter, Loki, Angi

[img:0485d18142]http://knoxlotr.8m.com/rg/mandobeer.jpg[/img:0485d18142]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3789','87b6be6c3b','thanks','It was great meeting you Chris.  And I for one appreciate all the work you do keeping these boards going.  Adn great job on catching that camel jockey :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3790','9b0b35580f','','Post-Midsouth Con...

Starla... WOW! Just... wow! Embroidery, leather, and a whole lot of sass!!! Mandalorian Woman, hear her roar! She tore the house down. The anticipation was well worth it, and your pain and time was shown.  Ok, enough praise for now, I may uhm... lose myself. Please feel free to post your pics, ideas, inspirations, or whatever your hearts desires.

Angi... your last min sewing duty was time well spent. I know it's a work in progress, but it's an awsome one. For those who don't know, she debuted her early-stages Mando this weekend. She's inspired by Harley Quinn, of Batman fame. And excelently executed if I might add. Hope to see the finished progress by... Adcon? Maybe sooner? And does this mean if your Mojo ever makes a Mando it'll be Joker inspired?  :lol:

Edit: Updated the first post for progress and roster updates.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3791','fbdba89dbf','','Chris, you are Tambo's Angel of Death. 

Rock.  On.

 :twisted: 

 Please let us know if these punks get prosecuted.  I think it'd be worth a road trip to watch the sentencing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3792','baad41c5af','','Phew... did that all really just happen? I went into this weekend loving this group, and I left this weekend loving every single one of you. I'm just one big luuuve fest here... but just remember the words that will always get us through,

[color=violet:baad41c5af][size=24:baad41c5af]I CAN'T QUIT YOU!!![/size:baad41c5af][/color:baad41c5af]

and to a no lesser extent...

[color=red:baad41c5af][size=24:baad41c5af]Oh HELLZ yeah![/size:baad41c5af][/color:baad41c5af]

Seriously though...

My family and friends, my costuming companions, we ARE the Southern Outpost! So lets kick some arse, take some names, and show to ourselves and the to world what it means to be THE SO!

And from our Sweetpea, he too had a kickass weekend, feels better then he has in a looong time, and will be back to join us in troop form sooner then you may expect. But in the mean time, not to sound like a broken record, but my previous statements still stand. If you need to contact him, please go through me. I promise I'll take care of you, as well as him. Because, well, you know what I'm going to say... 

Hell, I'll say it anyway... [size=18:baad41c5af][color=olive:baad41c5af] He can't quit you![/color:baad41c5af][/size:baad41c5af]

[img:baad41c5af]http://knoxlotr.8m.com/rg/kiltedtrooper.jpg[/img:baad41c5af]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3793','14b82d7494','many thanks','hello all...just wanted to drop a line to let you know that todd and i sincerely appreciate all the kindness you have shown us.  rose, thanks for the kind words, they mean alot to this amateur!!! 

betty, rose, and jen..thanks for watching ryman and giving todd and i a chance to step away for a second.  DEFINITELY APPRECIATED!!!  (we are just now getting back from taking her to the e.r., cause her fever keeps spiking and they said her tonsils are really coated, so it's apparently something funky, but all will be ok.)

thanks everyone for the compliments and laughs...lord knows i'm the last person to authoritatively speak of star wars and all that it involves, but i do know that i've never met a more embracing group of people ever before.  to all those i already were acquainted with, it was wonderful seeing you again...to all my new friends i just met this weekend, looking forward to next time!  hugs and kisses to y'all!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3794','9a964bad84','','Beautiful Chris, just beautiful! Thank you so much. Although I missed all the &quot;action&quot;, just came back to the forum in time to hear about it, I could tell  immidiately all you had been doing to get us up and going again. And then this... that's above and beyond the call of duty. As it's been said, you are appriciated!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3795','e0026727af','','Wow, that's a great costume.  Good Job!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3796','dafd06e893','','Yes. Impressive... most impressive. Very nice work there and you have the right build for it as well. 

Does MR have an F/X Dooku saber out yet?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3797','c1c008ee55','','[quote:c1c008ee55="Vesper2112"]Yes. Impressive... most impressive. Very nice work there and you have the right build for it as well. 

Does MR have an F/X Dooku saber out yet?[/quote:c1c008ee55]

No Force Fx is out for Count Dooku. There was a signature edition saber (hilt only) that was released and a scaled replica as well.. I would love to see a Count Dooku Force FX Set come out though.. I bet they will be out within the next couple years.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3798','e9ef6e099a','','Damn dude that is just awesome, Can't wait to see it in person. That is you from now on, not more obi wan clone wars.

Seeing you in anything else just wouldn't be right.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3799','397a357899','','Way to go Chris! You ARE the MAN!

What I'd like to see is you holding this guys arms back and Hammer kicking his butt!!!!!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3800','fe667413a2','','You da man Ryan! Yes, it was hysterical getting up on stage like that! I know how all those people I used to do that to when my band was playing felt now!!! Shame on me!

Seriuosly, Ryan, you guys are VERY professional and I really hope you guys make it BIG TIME! We really enjoyed the show, and I hope you'll be back this way soon!

Oh yea, and thanks again for putting us on the guest list! I felt like VIP!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3801','7fb780bd0f','','Yo Steiney!!(or happenstance next viewer)


What player is needed for that file?? .3g2??

I wanna see it dagdigglydaggummit! :bicker 

 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3802','13ed413f2f','','SEE!!!!!!

I aint got one costume yet (nor a hint of the proper use of the English language). And you're bustin out with the kewless Dooku eva!

Well done Stein. Well done. 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3803','9e784b9fef','','Looking good Mandos..and Crash you need to get rid of your Blue Bawls.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3804','305fc7ec79','','no problem Tim, I found the one who bought the only Scorch you had.. He will be neutrlized before he can make this mistake again.....

Seriouslly though, I appreciate the effort, I snoozed so I loosed...

Keep me posted and I will see you next year..

 :)  :)  :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3805','aa7c05769e','','Lets see some pics of the Scalpers and Ledbetters Armor along with  Roses Repaint.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3806','3d9b2811a9','','Well this is probably a change, but I dont think I have anything to appolagize for.. Man Im either slipping or getting old...

I do however want to say a big HUGE thank you for everyone to come together for the 2 days we all talked and for working things out..

I will be posting a seperate thread that all can go and comment on dealing with the issues and hopefully now past problems..

For myself, my slate is clean and I look forward in helping both members as well as command in proceeding forward in a positive attitude and direction..

 :)  :) 

BTW  A Big thank you to Suppa for letting me wear the Necro suit, to quote what I said in several times already, Ive got to get one of those..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3807','df9999a844','','We need more Necros..Atin I can help you get a suit.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3808','5019be3b57','','Here are my pictures...
http://www.flickr.com/photos/51175165@N00/sets/72057594091592225/
There's a few doubles in there thanks to flickr messing up last night :]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3809','b647f585c7','','WOW!!!!   All I can say is WOW!!!!  Great work!!!  The hard work is VERY visible!  WOW!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3810','1a75ad6e1c','','Tambo ner vod, please help me get a suit!!!
I must get a suit!!!

Thanks ner vod...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3811','98d5729ba8','','Awwwww!  :cry: 
[img:98d5729ba8]http://www.heycomputer.com/emp.jpg[/img:98d5729ba8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3812','ab5052bdb3','','that picture makes me soooo sad..poor little Vader :cry: 

I hate you Emperor and Dooku..you so mean!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3813','a0a110024b','','hey Guys :) 

The con was a blast! It was really great getting to see all of you again. It's been way too long for most of you. Joe, Skip and Clutch, you guys are awesome dancers! It was so cool to see everyone dancing under Skip's Halo light, too! Angi, thanks for helping me get out of my shell for a change. It was scary, but I am so proud to say I did it, now. I'm going to practice my singing and get some toast ready for Dragoncon! 

The dancing Fetts crashing the prejudging was extremely funny. One of the judges asked if you guys were late entries, and a gopher replied &quot;I think they are just here for entertainment.&quot; hehehe. Desperately needed entertainment, too! Double Gratz to Glenn for an excellent Dooku, too. 

I've come away from the whole thing with a greater love for you guys as my family than ever. It was wonderful to meet the new troopers, too. I'll post a link to my pics when I get them up. There aren't many, though. I was having too much fun! 

And Loki, man, I can't quit you :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3814','2f86586f50','',':shock:   It was a wild and bumpy ride!  I had a good time, love seeing new people (or at least new to me).

Starla your mando was the sweetest thing EVA!


Thank you Jenk for running around in your undies with me!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3815','35faaa62dc','','Capped from Kell's pics (awsome work kell!!!)
Visual aid for complete roster:
From top (left) to bottom (right)
Hammer, Hook, Skip, Chase, Loki, Ledbetter, Angi, Starla
[img:35faaa62dc]http://knoxlotr.8m.com/rg/mscm1.jpg[/img:35faaa62dc]
[img:35faaa62dc]http://knoxlotr.8m.com/rg/mscm2.jpg[/img:35faaa62dc]
[img:35faaa62dc]http://knoxlotr.8m.com/rg/mscm3.jpg[/img:35faaa62dc]

The only other mando suited up this weekend was of cource the Suppa Fett.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3816','7cd8fb76fc','','the deuce, you say!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3817','eea1ffc002','','No Rose's repaint yet... but thanks for thinking of me Tambo. Couldn't get it all done in time and still make the 6 hour drive.

And yes YES! Scalper pics! And Ledbetter, we need to get you a name over there in that no name thread of yours  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3818','0f5138e5c7','','[u:0f5138e5c7][b:0f5138e5c7]Roster[/b:0f5138e5c7][/u:0f5138e5c7]
Joe
Derek
Loki + 2 Jawas 
Jaster Mereel
[size=9:0f5138e5c7][i:0f5138e5c7]from Chattooine[/i:0f5138e5c7][/size:0f5138e5c7]
Vesper
Eelem [i:0f5138e5c7]tenative[/i:0f5138e5c7]
Tard (Eelem's son who wore Loki's Mando at Fathom) [i:0f5138e5c7]tenative[/i:0f5138e5c7]
Lady Stoshia 
Dallas [i:0f5138e5c7]tentative [/i:0f5138e5c7]
Orion Knight-Star');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3819','8882afc2bc','pics','pics will be coming soon, hopefully today or tomorrow.  we spent the early hours this morning in the emergency room, so although everything is ok, we're total slugs so far today.  thanks!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3820','ec351f0212','pic','Here are a couple from the con for those who maybe didn't go into that thread of Starla's costume.  Thanks for all the coments.

[img:ec351f0212]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0037.jpg[/img:ec351f0212]
[img:ec351f0212]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0043.jpg[/img:ec351f0212]
[img:ec351f0212]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0047.jpg[/img:ec351f0212]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3822','f7698d723e','','Oh hon, definately priorities. Take care of that tater for us.  No rush meant, just excited. I get carried away sometimes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3823','3036c6f1ee','','Glad everyone had an awesome MSC. Welcome to the new Mandos. Great pics. Awesome Dooku!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3824','12805734d7','','HOUSTON WE HAVE ARMOR ! ! !

Got it just the other day, I'm waiting till the next prop party at Atin's, besides I've gotta get the money for gloves, boots, neckseal, E-11, Heavy Duty velcro and the optionals voice box and lenses.

I've gotten too caught up in buying and building guns for my Mando Lando but at least thats out of the way for the Mando till I make that Mini-gun.

I'll have the esentials for the TK-armor at the party or at least can do a Wal-mart run for it');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3825','4b4acba757','','Wow such a kind group of folks.

That Decatur gathering on April 8th sounds good.  Are there any folks from the Knoxville area that plan on going to this (or are driving through Knoxville) that could give me a ride?  If so, please e-mail me at eheidel@knology.net or call me at 865-694-4719.

Thanks much,
Eric
TK-5505');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3826','293a690826','Loki','I am somewhat taken with Loki's new Athletafett; you sexy beast.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3827','02f2227396','','Could you use another clean TK?  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3828','51fb1bc9af','','Rose..I saw that Red &amp; Black helmet and I thought you re-painted yours..now I see that it belongs to Angi and she has joined the Mando Ranks.  Way cool..let's see some pics Angi.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3829','cb3cb58b30','','Loki's mod is from The Summer casual Concord Dawn Line of Mando gear.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3830','5dd48c6fe2','','Quicktime should let you see it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3831','1a99e61ad3','','If you are able to come, then Oh Hell's Yeah.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3832','8ee2be9160','','I'm going to email back Judy today and I'll post up more information as it comes. Along with driving info and a schedule of sorts when I can.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3833','ea839e7459','','Man, I wish my hood would have been pulled down over the bandana in that picture. We were trying to get a picture of him bowing to vader. But whenever I put up my hand, the kid just kept falling down. It was quite funny.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3834','558f245361','Paging dwrd','Yo Derek...did you ever take pics of the finished product of the cane from the prop party??

I still giggle in agony thinking of the midnight &quot;break&quot;. :shock: 

But the sheepish grin that overcame you when Skip broke a piece on the Segway mod was klossic!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3835','3d7587a1f9','','The one reminds me of dancing muppets. I think it's the jetpack and helmet. But yeah...hehe. Muppets!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3836','d992d44072','','I never did take proper pictures of it yet. When I unload my car this afternoon from MSC, I will take some pictures. It turned out to be a pretty good trooping cane, and after MSC, I can say that the emperor can dance with it as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3837','f5888f6d29','','[quote:f5888f6d29="dwrd"]If you are able to come, then Oh Hell's Yeah.[/quote:f5888f6d29]

Oh Hells Yeah, I'll be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3838','b412567992','','That has to be ONE of the scariest moment caught on video... :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3839','a2f810f7a5','MidSouthCon photos(WANTED)','SLACKERS!!! :lol: 

You gonna let Stien steal ALL the thunder?????

:edit for thread title mislead:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3840','65c0bc51cc','','you mean they let you keep your car?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3841','139325035e','','Speaking of which, I believe you have something of mine in that Car? and I would like it back please before they pull you over again and confiscate it as a weapon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3842','0de18e42a2','','I wasn't speeding that bad. It was only 15 over. They don't know how fast I was going on the way to MSC.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3843','7c6f0642bb','','Those are some sexy legs there Loki. Meow!

And dang it all! I really wish my camera'd made it down there. Grrr arghhh. Stupid gymnasts and their backspring clinic needs.....  :evil: 

P.S. Starla....am in LOVE with your mando. I wanted to make a purple one too!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3844','37434c2b07','Crush','I will Crush you, and then pick my teeth with your bone fragments, then I will post it.  Grrrrrrrr  bow before the great Corey :P 

[img:37434c2b07]http://i29.photobucket.com/albums/c295/toddtaylor/MSC%202006/PICT0068.jpg[/img:37434c2b07]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3845','430aed816a','','[quote:430aed816a="dwrd"]Man, I wish my hood would have been pulled down over the bandana in that picture. We were trying to get a picture of him bowing to vader. But whenever I put up my hand, the kid just kept falling down. It was quite funny.[/quote:430aed816a]

How's this?
[url=http://www.heycomputer.com/emp2.jpg]Touched up[/url]

Thanks for the compliment Dodger, the same can be said of you. :)
BTW, do we have any pics of the pulse rifle being violated by Miss Pirate? :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3846','71def47ab9','How to format Member pictures','This is taken from the guide put out by the Legion Webmaster on how to format member pics and edited for Southern Outpost use...

FORMATTING IMAGES

Take the time to familiarize yourself with the various costume categories and be sure to use the appropriate frameset for the costume image you are formatting. When in doubt, send an e-mail to the rest of the Holonet WebTeam or e-mail/pm our GML. In the case that a member has only provided a partially complete set of images (perhaps a photo in costume, but lacking a photo with helmet off), you may still format the image(s) you havesome photos are better than no photos! The Webmaster or Web Deputy will use a generic placeholder image in the member profile until new photos are supplied. Best option would be to get ahold of the GML to request the missing photo.  

Concerning costumes:

Be sure to visit each detachment and become familiar with each costume type and their requirements. While this may sound like we are doing the GML's job, we're not. Becoming familiar with the costume types will help in cutting the costume/person away from the background of the image supplied ( if its a TK, I'll be you a lunch they'll be standing against a white wall. A TI will surely seek out a dark brown brick background or an asphalt parking lot ... not sure why this happens.. I just chalk it up to Murphy's Law having fun at our expense. )

Most of the time, the images from the GML will be in good condition, if not, don't hesitate to raise an issue. We want the membership pic to represent the given costume at its absolute best.

CONCERNING DZ COSTUMES: For the DZ (Denizens of the Empire) category, you will find multiple backgrounds on some of the image frames. Use the red Coruscant frame for citizens of the Empire, non-ranking Empire-aligned characters, the desert frame for Jawas and Sandpeople (Tusken Raiders), and the ice cave frame for the occassional Wampa.

CONCERNING TC COSTUMES: For Clone Troopers, you will find multiple frame layers designed to match the costume rank. Standard Clone Troopers use the plain &quot;no color&quot; frame. You should apply the &quot;carbon scoring&quot; layer only if the costume reflects weathering. Currently, new framesets are being developed for the new Clone Trooper designators. Within a few weeks they should be available.

Make sure the final images are named and formatted correctly (including making sure the final file size falls within the guidelines below). Files must be named after the following examples with a 4-digit TK number (please use zeroes if necessary such as tk0014):

[img:71def47ab9]http://www.501st.com/memberdata/11/38/tk1138_thumb.gif[/img:71def47ab9] tk1138_thumb.gif (between 4Kb-6Kb)

[img:71def47ab9]http://www.501st.com/memberdata/11/38/tk1138_head.jpg[/img:71def47ab9] tk1138_head.jpg (between 10Kb-20Kb)

[img:71def47ab9]http://www.501st.com/memberdata/11/38/tk1138_full.jpg[/img:71def47ab9] tk1138_full.jpg (between 20Kb-30Kb)

NOTE: Although commonly referred to with capitalized letters, images should be uploaded with all lowercase letters:

CORRECT: tk1138_full.jpg 
INCORRECT: TK1138_FULL.jpg 
INCORRECT: TK1138_full.jpg 
INCORRECT: Tk1138_Full.jpg 

The &quot;thumb&quot; image should be a gif file and can be either a small version of the &quot;full&quot; image or a secondary masked/helmeted photo. The &quot;head&quot; image should be a jpg file of the unmasked/unhelmeted member's face. The &quot;full&quot; image should be a jpg file of the member in full costume wearing mask/helmet if applicable. 

It is recommended that gif files be saved with INTERLACE checked and dither set to a minimum (which is the lowest dither setting possible while still maintaining a smooth image, here's one with [url=http://www.501st.com/memberdata/47/91/tk4791_thumb.gif]too much dither[/url]). Also the number of colors in a thumb really never need be 256. For plain white Stormtroopers, try a setting of 32 or 64. In rare instances, 128 may be needed to provide a wide range of colors for some Sith Lords and Imperial Officers.

It is recommended that jpg files be saved with PROGRESSIVE SCAN checked and quality set to a medium without blur. The high quality setting is often overkill, and too low [url=http://www.501st.com/memberdata/09/10/tk0910_full.jpg]looks awful[/url].

The biggest part of formatting a costume image is usually masking out the background. Typically, you will paste the original member-submitted image on a layer above the existing background but below the frame edge in the costume frameset, then use a selection tool (clipping path, lasso tool, magic wand) to select and delete the background (usually someone's living room or backyard) from the original member photo. Always perform any touch up, color and curve correction (helps a lot when you get those poorly lit [url=http://www.501st.com/memberdata/14/43/tk1443_full.jpg]gray[/url] or [url=http://www.501st.com/memberdata/15/44/tk1544_full.jpg]yellow[/url] Stormtoopers or if your original photo [url=http://www.501st.com/memberdata/13/80/tk1380_full.jpg]lacks contrast[/url]) on the original FULL resolution original image before resizing to fit the frameset. Feel free to add lightsaber, blaster, shadow and [url=http://www.501st.com/memberdata/30/03/tk3003_full.jpg]3-D effects[/url], but please do so with good taste (we're not creating a comic book here!).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4216','ebe4e88f9c','','[quote:ebe4e88f9c="TK1143"] Darren (Boba Fett) is coming but his fett is out of commission right now and he is doin his Batman.[/quote:ebe4e88f9c]

Ahh, man.  I was so close to bringing my Robin Costume down with me from home after Spring Break, but thought I wouldn't have a chance to wear it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3848','e6e9295abb','','That's great. I think that makes it time for a new avatar.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3849','f38344e735','','thanks danielle.  i appreciate it.

when todd asked me what color i wanted my armor to be, i had to think about it a little.  i didn't want the colors that other people had picked, and pink wasn't an option for me, (yuck).  i decided to think about things that meant something to me or had a personal significance.  although i don't usually wear the color purple because i look dead and rotted in it,  :roll: the color itself is important to me.  voila...my armor!!!  todd did a great job on the armor...he really took his time out there in the garage...of course it could've just been an excuse to get out there and SNEAK A CIGARETTE!!!!!!!!!!!!!!! 

BUSTED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3850','d3e4004baf','','ahhhhh....the game of telephone has begun....i thought you were doing 110..i was wondering about the internet connection and if those little bars on the window interfered any with the signal.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3851','c64bece341','Member Pic frameset collection','Here is a list of the current member pic framesets:

[url]http://www.501st.com/web_team/framesets/BH_Bounty_hunter.zip[/url]

[url]http://www.501st.com/web_team/framesets/DZ_Denizens.zip[/url]

[url]http://www.501st.com/web_team/framesets/IC_Imperial_crewman.zip[/url]

[url]http://www.501st.com/web_team/framesets/ID_Imperial_officer.zip[/url]

[url]http://www.501st.com/web_team/framesets/IG_Imperial_gunner.zip[/url]

[url]http://www.501st.com/web_team/framesets/IN_Death_Star_trooper.zip[/url]

[url]http://www.501st.com/web_team/framesets/IS_ATST_driver.zip[/url]

[url]http://www.501st.com/web_team/framesets/TA_ATAT_driver.zip[/url]

[url]http://www.501st.com/web_team/framesets/TB_Biker_scout.zip[/url]

[url]http://www.501st.com/web_team/framesets/TC_Clonetrooper.zip[/url]

[url]http://www.501st.com/web_team/framesets/TD_Sandtrooper.zip[/url]

[url]http://www.501st.com/web_team/framesets/TI_Tie_pilot.zip[/url]

[url]http://www.501st.com/web_team/framesets/TK_Stormtrooper.zip[/url]

[url]http://www.501st.com/web_team/framesets/TR_Royal_guard.zip[/url]

[url]http://www.501st.com/web_team/framesets/TS_Snowtrooper.zip[/url]

[url]http://www.501st.com/web_team/framesets/TX_Special_ops.zip[/url]

[url]http://www.501st.com/web_team/framesets/SL_Sith_lord.zip[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3852','db8e1cbd01','','The Ace you say!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3853','24501af7a2','','Somehow I just knew you two would be the first to post in here!  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3854','12a214e2b3','','I hate to double post, but here are the pictures taken by everybody's favorite pirate.

http://photobucket.com/albums/c24/Schmootika/Con%202006/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3855','2fea6acb55','I'm Makin' a Mini-gun','I picked up, for 45 cents no less, 15 tubes 1&quot; in dia, 8.5&quot; long but 4 way sloted at ends so they realy would be 7&quot; if I cut tips off. If I can string these together with plates of Abs betwen the pipes, that will be a 5 barrled 21&quot; long mini-gun. I would like to make it rotate, not a must thoughAny build tips will be greatly welcomed. pics

[img:2fea6acb55]http://i81.photobucket.com/albums/j235/tech_wilkerson/Picture002.jpg[/img:2fea6acb55]

[img:2fea6acb55]http://i81.photobucket.com/albums/j235/tech_wilkerson/Picture001.jpg[/img:2fea6acb55]

Look something like this would be great

[img:2fea6acb55]http://i81.photobucket.com/albums/j235/tech_wilkerson/Minigunlando.jpg[/img:2fea6acb55]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3856','441c5faead','yea','That would be Bad A, and very original.  I used to fire these things out of Hueys, they make me so very excited.  If you want to gather some pics from the net, you can google &quot;GAU 2B&quot;, as that is the nomenclature.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3857','0c5ef105df','','I told you bitches, I was hunting Womp Rats on Tattooine on my day off and got called to be in Suppa Fett's Posse'');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3858','7be4e5b16b','','Can I be the third?  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3859','aad8dc876c','V for Vendetta','Has anyone seen it yet?  What were your impressions on the movie?

I'm pretty sure I'm going to be doing a V costume for DC this year.  Gotta find a guy fawkes mask and some reference shots of his throwing knives.  Anyone know of others that have done one in the past?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3860','f4a8c5e981','','Not me, though I'd love to see a well done V for Vendetta costume at Dragon Con.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3861','18205dfdad','','V is for Victory lol


The movie was awesome, I echo Bob and Betty with I didn't know there were enough V words to string together a sentance much less a speach.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3862','388d76bf09','','Loved it!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3863','c5aa92fb16','','The only masks I have seen so far ( I've only looked today ) on ebay are cheap plastic promotion ones that were given out at comic con in '05 I believe and one that had a limited run of 500 that was cast from the movie prop, but I'm not sure what it is made out of though.. weighs 10lbs and is hand painted.  I need to do some more research though, I've only just started.  I might grab a cheap one of those on ebay just to get an idea.  A friend of mine's husband does special effects makeup and masks for horror movies, he may be able to help me sculpt one or two.. a normal and possibly the damaged one.  I'm going to have to find some reference shots somewhere though of the costume, mask, and knives.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3864','2acd2a5a64','',':(   unless someone else took pictures I have none');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3865','a321cb267c','','M-134 GAU-17 for me..I've put a few tanks worth of 7.62 down range and in the dessert sand.  I'll have to find a few pics.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3866','643f52569d','','I also thought it was a fantastic movie, I would love to go see it again!  I think Hugo Weaving played a very good V.  His voice is very memorable.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3867','4fa67ae2c0','','[quote:4fa67ae2c0="JW01"][quote:4fa67ae2c0="Vesper2112"]Yes. Impressive... most impressive. Very nice work there and you have the right build for it as well. 

Does MR have an F/X Dooku saber out yet?[/quote:4fa67ae2c0]

No Force Fx is out for Count Dooku. There was a signature edition saber (hilt only) that was released and a scaled replica as well.. I would love to see a Count Dooku Force FX Set come out though.. I bet they will be out within the next couple years.[/quote:4fa67ae2c0]
It is unlikely they will produce a Count Dooku FX any time soon. There are two major problems. First is that the blade would cut through the piece that extends out next to the emitter. Second, the two bends in the design of the saber. So they'd have to alter the design dramatically and much more significantly than they have done for the Luke ROTJ and Obi-Wan ROTS force fx sabers.

The Rubies I used at MSC did not have the bend near the emitter. This morning, I bought a Vader ESB fx saber. Hopefully, we will be able to mod the two together.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3868','e924933277','','[quote:e924933277="TD235"]Damn dude that is just awesome, Can't wait to see it in person. That is you from now on, not more obi wan clone wars.

Seeing you in anything else just wouldn't be right.[/quote:e924933277]
Well, the only problems with that are prep time and weather. It takes a long time to do the hair and it doesn't work without the hair. Second, I don't think I could do it in rainy conditions as it might wash away.

But definitely no more Jedi Luke.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3869','89e03c5216','','Wookieegunner got some pictures of you this past weekend, Glenn and Joe.  I've got 'em off the camera and loaded into our [url=http://www.highlandcitadel.com/gallery/thumbnails.php?album=38]picture gallery[/url]:

[img:89e03c5216]http://www.highlandcitadel.com/gallery/albums/userpics/10003/anidooku.JPG[/img:89e03c5216]
and [url=http://www.highlandcitadel.com/gallery/albums/userpics/10003/dookuani.JPG]a larger version[/url] both show Glenn pretty well');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3870','89574fef56','','I couldn't carry my camera on my !!!! costumes, so WookieeGunner was kind enough to carry it around this weekend.  Looks like he got five shots -- must've been too busy the rest of the time.

Anyhow, I present the [url=http://www.highlandcitadel.com/gallery/thumbnails.php?album=38]Dark Side[/url] of the Con.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3871','8873d0aa6b','','[quote:8873d0aa6b="Tambo"]Looking good Mandos..and Crash you need to get rid of your Blue Bawls.[/quote:8873d0aa6b]
I think Loki might be more concerned about his employer seeing him with the Bud Light.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3872','fca939771b','','Dang Loki! If I had known what sexy legs you had I would have married YOU last year at MSC instead of Schweet Pea!!

Oh Hecks Yes!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3873','a9df32e29c','','How the heck did you get your hair like that! You know in a couple more years mines gonna be like that naturally!

It really does look great Glenn!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3874','a38cc4554d','','Here's the ones I got:
http://www.flickr.com/photos/51175165@N00/sets/72057594091592225/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3875','29d37c84c0','MidSouthCon pictures','My photos are now basically ALL up as I didn't have time to go through and remove the duplicates and naughty ones. Since there are some &quot;inappropriate&quot; ones, please let me know and I will remove them from the gallery. As always, let me know if you want a copy of the original file.

[url=http://people.vanderbilt.edu/~glenn.stein/]Photo Gallery[/url]

All four of the Fett video files (one already posted elsewhere) will go up soon. I also have some video from Luke Ski's show and I'll selectively put some of that up eventually.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3876','44c9323c77','backpack','One other idea that may be cool.  The gatlins guns have a fire rate of up to 6000 rpm, thus needing an external feed system.  Instead of doing a jet pack, maybe you can fabricate an ammo can for your back, with a feed system that connects into the feed motor on the gun.  

We can line the ammo can and keep beer in it.  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3877','968d1ed3dc','Re: backpack','[quote:968d1ed3dc="Hook"]One other idea that may be cool.  The gatlins guns have a fire rate of up to 6000 rpm, thus needing an external feed system.  Instead of doing a jet pack, maybe you can fabricate an ammo can for your back, with a feed system that connects into the feed motor on the gun.  

We can line the ammo can and keep beer in it.  :shock:[/quote:968d1ed3dc]

I dont drink, but it could be a good back pack for Cons');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3878','4ff85a6857','','[quote:4ff85a6857="Z-Man"]How the heck did you get your hair like that! You know in a couple more years mines gonna be like that naturally!

It really does look great Glenn!![/quote:4ff85a6857]
Ben Nye's hair paint. Well, that's why I had been planning on doing Dooku way down the road.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3879','4032d1fbb3','','I thought it was great.  The people I saw it with expect to see several people dressed as V at DragonCon, so you will need to do the costume very well. The cloth part is very simple, so it is important to get the mask, hair, gloves, knives, and holsters correct.  You can see the knives rather well in the trailers. There are a lot of good pictures of everything else on the movie's official site (vforvendetta.com). 

One interesting alternative would be to do the breakfast scene where he's wearing the apron and dish towel instead of all the weapons.  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3880','4c79d676b6','','Glen, that is one awesome Count Dooku.  Well done.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3881','a8084e0f30','','I'll second you on that Rose....

Jennie I'll get that to you ASAP. I have a call in to corporate myself already. Can't wait for that response... :twisted: 

 :evil: HOLIDAY INN SELECT MEMPHIS is EVILLLLLLLLLLLLLLLLLLLLLL :evil:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3882','5514208458','','I think the costume looks very much like an officers uniform or Count Dooku. I believe the coat/shirt is a longer version of the officer with a split down the side for entry. Ive been looking at this costume as well, although Ive got 4 more costumes in the works right now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3883','8feefc32f0','','I really can't believe how badly treated people were this year. Yeah they were snippy to us but what they did to some of you was completely unbelieveable. I've never, in all my travelling, stayed in a hotel where people were treated with so much disrespect by the staff. I'm glad to see something is being done about it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3884','a4f612e0c1','','That is too cool Chris! Glad you are on top of this thing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3886','8bb27ec1fc','','Starla your costume is fuckin awesome. That cape is the most original design I have ever seen. I can't wait to see it in person.  That is some great work Hook.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3887','007ae43260','','There was a custom Fett at D*con that had something similar. I will try to find the pictures that I saw of it, to see if we could tell how they made it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3888','3d65e6fee4','','I wanna be active as well.  My user name is Schmootika.  Thanks ya'll!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3889','8948cf4659','','Okay...okay....Crayfish gets all Family Guy reference rights. Please refrain from using them.  Thank you.  I love you.  Let's get married.  God bless.  Good night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3890','50aa922e2f','','I can't date anymore...I'm off the market again thanks to my sexy slimmed down butt.

Oh wait...not that kind of date.

Okay...I'm ready to get back into armor....give us the time, day, and place.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3891','5186200918','','That patchwork cape is freakin awesome!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3892','1477526f27','','Gooshy, email sent with LOTS of pics. I brightened them up a bit so you can see the details. 

I haven't seen the movie yet. Maybe this weekend. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3893','256ed088a5','','Sweet Costume Glenn, I almost hurt my back again trying to turn around the first time I saw you in at MSC. Be proud of yourself homie!

Tambo, YES recreate Ep2, but buy a cheap Jango bucket off ebay so when you get your head cut off, that beautiful bucket doesnt get hurt! LOL Missed ya this weekend Tamboia...!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3894','239ea9ab99','','I had the absolute pleasure of wearing the Mando-death-warlord-machine in the Mando cantina dance party film. While suting up I could faintly hear the song &quot;WAR&quot; coming over the hills.  Keep up the great work Hammer and thanks for the honor.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3895','30a98d93cd','','What happened?  I know something was going on, but nothing specific.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3896','26aeecdd42','','An idea for the a Mando film in this location, could be like the last scene in Saving Private Ryan, sort of a Mando last stand to explain why all the Mandos are gone, Just a thought.

With all the Mandos in process any Idea when there'll be a cap on cast members, cause I'd love to be in this film');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3897','3718552da8','','thanks jaster for the compliments...when i get a &quot;@#$%^&amp; awesome&quot; that's serious!!!!!!!!  we missed you and summer and can't wait to troop with you.

gooshy, thanks also.  the cape was a buttload of work, and i worked my booty off, but wearing it was a ton of fun and made it all worth it.  todd did a great job on the armor, and we only have a few tweaks to do...i guess nothings ever really done, is it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3898','74cf2b7d79','','I'd love to make one for my GM, since that's their weapon of choice in BF2. &gt;:B');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3899','d7cc6e8bca','','Oh wow, thanks!  I really appreciate it!  I'm going to try my hardest to make this an accurate and professional looking costume.  I also like the idea of the apron Glenn, that is hilarious!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3900','5133d0fd25','','Funny what they do to your bucket when you leave the room! LOL

Tambo, I cant comment on that since we havent roomed together since last year and I made you and Salacious sign a letter on non-disclosure....hehe.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3901','96a55afd68','MTAC - Nashville, April 21-23','Middle Tennessee Anime Convention.  The thread was lost when the forums got wiped.  Here is the info.. if I remember right, there were a lot of people interested in going.  Kell mentioned it to me, so I thought I'd post just to remind everyone!

[url=http://www.mtac.net]Website[/url]
[url=http://www.mtac.net/registration.shtml]Registration[/url]
Location: Embassy Suites Hotel Nashville - South/Cool Springs
Date: April 21st - 23rd

Hotel/Con Address:
820 Crescent Centre Drive
Franklin, TN 37067

[u:96a55afd68]Roster[/u:96a55afd68]
Updated 03/31/06

1. Gooshy - TK
2. Kell - TK, Starfire, Belle, and Yuuko
3. Hook
4. Scalper
5. Darth Tater
6. Glenn (Obi-TN)
7. SaberSpanker - Padme
8. Derek - Mando
9. Loki - Xenomorph
10. Jenks - TB/Bariss
11. Chase
12. Chris Lee &amp; R2
13. Vesper (tentative)
14. Clutch
15. JediToren
16. Tambo
17.
18.
19.
20.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3902','f1b45b813e','','Yep I will certainly be there! I'm bringing my TK for sure :) 
Also going to bring Starfire, Belle, and Yuuko... wow only four costumes LOL');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3903','e6da65b763','','Haha, I can't wait to see the faces on everyone as we storm the place.  I haven't been in a couple of years, and they have gotten a new hotel to host the con!  I can't wait!

Added: Hook, Scalper, Darth Tater');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3904','5a792c1683','prop party','This at an Embasy Suites in Cool Springs, a new hotel with tons of lobby space, including a bar in the middle.  

I plan to troop the lobby around the con room (I'm not paying to get in!) until about 2pm.  I will then get back into clothes and go over to Geoff's prop party in Franklin where will finish out the day.

This could be a fun day, come out and play. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3905','bd23c19700','','My not quite as good costume that is based on a cartoon will make an appearance at this event.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3906','107ab923a1','','assuming it's not on easter weekend, I'll be there! In my uh.....dude I don't know what costume. Padme? OH! Can I wear Summer's Mando?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3907','e2424684cb','','I'll be there on Saturday for sure. I will hopefully have the Mando done by then, well that is the goal at least.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3908','3906df4e51','Msc conversations #4-  new rules for forums and PMs','as mentioned by just about everybody there are currently no &quot;rules&quot; so everybody felt that they had free reign to screw off.
jeff had a great idea to begin moderating people and even have offenses noted as &quot;bannable&quot; for a week or month or whatever.i think we need a written policy on basically 3 aspects,or more?
1) posting in general
2) PM policy
3) repremand and coarse of action

1)posting in general

possibly some friendly reminders on posting on the forums are needed.for the most part im not thinking this has been a problem,but i heard alot of people say that we lacked some simple rules

2)pm policy

i think we can agree that the PMs are out of hand.we need to have a written policy that states that if you PM somebody ,and that PM crosses the line, then that PM is subject to review and action by your command staff. this of coarse leads to number 3,

3) repremand and coarse of action

simply put,if you cross the line on the forums or abuse the PM system then there are pre-determined outcomes.
jeff had some good suggestions on this as well,
perhaps after a few people get banned or moderated then we'll see some straightening out.

bottom line is we as the command staff need to control this better.
putting these on paper and in front of them will likely stomp out most of the online drama.

thoughts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3909','5fa363e2fe','','I'm going, and THIS TIME the Alien WILL be done.  The head is finally here.  Let the slimey goodness begin.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3910','5e0f55a12f','Msc conversations #5 -jamey and huntsville','well i really had a rude awakening this weekend on a number of things.
this was one of them,

I was informed about how serious the Huntsville &quot;disconnection&quot; crap was and that they have serious issues with jamey running the events.after talking about it in a large group there were numerous apologies from a number of TN sided people.it was realized that the &quot;aura&quot; surrounding huntsville was COMPLETELY wrong and to be honest,im kinda glad that we figured it out.wait, im REALLY glad we figured it out.

before i comment,id like to hear opinions on this from chris ash and from jeff.as they both were there at the meeting and saw the seriousness on this subject.

personally i think this problem can be fixed with no confrontation,but instead simply taking away his ability to organize.i was surprised to hear that sean was looked upon in a favorible light by the members in that area for his work on events.maybe he can help more in that area?

thoughts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3911','5a97d88bf6','LoCash Cowboys in Nashville - March 29','Ryan and the LoCash Cowboys will be playing Tootsie's Orchid Lounge on Wednesday, March 29, 2006, from 8-10 p.m. There should be no cover. 

Post here if you're going so we can perhaps carpool and save on downtown parking.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3912','21114d34d1','','glenn, do you know if they're playing on the bottom or top floor...that will make a difference in whether people go or not, i imagine, cause if it's downstairs, there's a huge chance that there wouldn't be room for everyone.  it sounds like fun, though...i'm assuming this would be regular clothes, right?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3913','df713f3c5b','','get some

http://people.vanderbilt.edu/~glenn.stein/MidSouthCon/pages/MidSouthCon0119.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3914','177b156f08','','They are playing in the back room.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3915','7b989d04aa','','im thinking this should be an &quot;online&quot; position.
as no one person can be at all the events,
any &quot;real world&quot; event planning will need to be done by the Lts or whatever we decide upon.
to be honest i think corey has been doing a helpful job on this,however i would be lying if i didnt have doubts.

corey asked me about being an &quot;official&quot; event coordinator.
until he's off the &quot;drama&quot; i simply have to hold back from backing him,and yes he and i have discussed this. he knows he has been an issue and instigator.

but i do believe that we need somebody to help chris with the forums and yes corey has the time.

chris, we spoke about this somewhat,thought?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3916','0a22493576','','My my, looks like Pulse Rifle got sexed up pretty good!

I demand honorary membership for Pulse Rifle.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3917','7680b525ca','','Derek.

Your avatar just made me spit on myself.  I think I pissed a little bit too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3918','40bd2e917e','','[quote:40bd2e917e="Loki"]Derek.

Your avatar just made me spit on myself.  I think I pissed a little bit too.[/quote:40bd2e917e]

Your comment just made me do the same.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3919','3c744c52a3','Msc conversations #6- defining the roles','Heres the bread and butter of what weve got issues with,

we need to specify what our positions are.
begining with CO and XO,

one of the main things people had problems with was the fact that alot of stuff got through the cracks.issues simply dont get dealt with or whatever.
but basically we need to define the chain of command what the positions really mean.
i support this theory and would like to see this happen as i believe that this is alot of the problem,

joey needs to continue to handle alot of the outside issues and be the commander and final say so.
skip needs to be the bulldog that can get things done and make those awkward decisions.
i think WE need to have a plan for dealing with said issues,like who goes to who and how things get handled.no more ignoring anything.
if somebody has an issue it comes up the chain.
those in question will be talked with and some action needs to take place.no rogue XO here guys,but let me handle some things if you dont want to.as long as were communicating everything should work fine.were really off to a great start,lets continue that momentum.

GML-Tambo
tambo is doing a great job as GML.lets define what he does so people know what all he's doing.dont hear much from tambo except to refferee.glenn ,we got all this crap dealt with this weekend,bust my ass if i continue anything,same with everybody.we expect the members to police themselves,lets listen to our own advice.

GWL-chris
chris ash needs to be considered a REAL member of the command staff.i had a good conversation about this and believe what chris told me.the GWLs get no respect.
what i ask is that chris steps up to be an active part.get in these discussions and no more refferee'ing us guys fight! pick sides and tell us to drop it if were wrong.

the LTs need to also be defined and know their place amongst the group.
this leads me to my last thread tonight
MSC conversations #7');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3920','754b4a81ee','[NC-17] TROPHY-CASE','Pan sure looks like air-brushed full body makeup to me.  Could be spray adhesive, too.  Yikes! 

Now let's take a tour of [size=18:754b4a81ee][color=yellow:754b4a81ee]Trooper Recruits from Around the Galaxy.[/color:754b4a81ee][/size:754b4a81ee]

[img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/jarhead.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/mm213vision.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/mil-i102.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/milsolo127.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/Monday069.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/uniform--03--123.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/z01.jpg[/img:754b4a81ee]
[img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/koreasnow11.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/mm331vision.jpg[/img:754b4a81ee] [img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/413a.jpg[/img:754b4a81ee][img:754b4a81ee]http://www.knology.net/~killjoy/501stnc17/malecorps0034.jpg[/img:754b4a81ee]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3921','1677a5d468','','Is that a new flightsuit? It looks different for some reason. I think you should get a Jango arena-style backpack for this suit. I think that'd be perfect.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3922','15d619809c','Msc conversations #7- LTs and what do we do?','Alot of what weve heard is that the members dont think they have representation,
even with 4 command staff people in TN they said this!
their complaints were heard and all these threads show me were working on it.
however im at a loss for jeff and drax.i think jeff made an awesome improvement in his standing with the group this past weekend.

weve discussed having 4-5 midlevel mgrs help with the duties.
even have the members vote and get involved in electing their representatives.this was mentioned this weekend to the group after speaking to joey and received wonderful feedback.the members want us to fix this and loved being able to vote for somebody that would be close to them.

however to do this we have to discuss what to do with our current LTs.
do we move them to other positions? do they want other positions? have they had enough or ready to fix this garrison and be the garrison we know we can be?
ill let you guys respond before i go on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3923','20e3d50f4e','[NC-17] TROPHY-CASE','And [color=yellow:20e3d50f4e][size=18:20e3d50f4e]Continued[/size:20e3d50f4e][/color:20e3d50f4e]
[img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/00000421.jpg[/img:20e3d50f4e] [img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/tb037_01.jpg[/img:20e3d50f4e] [img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/uniform--03--083.jpg[/img:20e3d50f4e] [img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/uniform--03--064.jpg[/img:20e3d50f4e] [img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/malecorps0178.jpg[/img:20e3d50f4e] [img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/rmb1973.jpg[/img:20e3d50f4e]
[img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/rope.jpg[/img:20e3d50f4e] [img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/amerherotrim.jpg[/img:20e3d50f4e] [img:20e3d50f4e]http://www.knology.net/~killjoy/501stnc17/a001586a.jpg[/img:20e3d50f4e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3924','85fb208042','Msc conversations #8- contest to boost morale!','guys ,ive heard some people would love to see a &quot;new&quot; version of the outpost Tshirts.
not change the design, but to have it worked onto a new tshirt,

with the garrison rising from the ashes like a phoenix this weekend i think this has great potential.we have TONS of talent here.
lets have a contest and let the members design a shirt using the outpost logo,then we'll do a run of them.
people love the black and gold,but this will be exciting as people submit designs and stuff.
we can use this to bring everybody back together again!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3925','99682dc91d','','whoever is running the pulse rifle site needs to contact me,
this &quot;phenomenon&quot; is going to become &quot;con folklore&quot; before its over.

ive got some ideas and need somebody to do some website graphics for me.we need a &quot;real&quot; website for her too,  like &quot;pulseriflechicks.com&quot; or something?

also kudos to Brad Link and Glenn Stein for &quot;workin&quot; that gun.for they have seen the power!!
Ledbetter,you better get your tail in there next time! no excuses, if hot chicks will let brad and stein play with their thong straps then you can atleast help em! 
you guys better get this pulse rifle a derserving website or i wont let her come out to play any more.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3926','547f046601','','i apologize for not seeing everybody out on sunday,i didnt get up early like you fools,too tired.would have like to shaken all of your hands and wished you well.
obviously i was more than a little worn out,mentally and physically.

but i blame dodger and dallas for dancing the night away with me.nothing beats the fun we had and 6-7 hours of being the &quot;halo guy&quot; on the dance floor!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3927','8e7186ed01','','By the time I left the dance floor, I couldn't feel my legs. I was completely dehydrated.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3928','8ca88503bd','','I will gladly take half the blame for that :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3929','c9baf52e2b','','skip,

buy the domain name and lets get it rockin');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3930','09d858f696','','Count me in, although I'm undecided about TB or Bariss right now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3931','d1171bf79a','What happened?','So tell us what hapened to some of you?  I was there but I didn't know anything was going on like that');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3932','bfbbdd9b77','Yes im here.','Yes, Im here, and been reading online twice a day, but not posting much as i'm tight on time this month.

April is beyond super busy for me, I may be slow at positng for a few more weeks, but i'll try to hit things in good time not to slow down the momentum you all have started.

I'll probably do more phone calls so we can all get on the same page too and share my views.

anyway, If you need something, best to call me, or email me when to call you back and i will.


Let me say again how impressed i am with you all for your efforts this weekend + the efforta of Corey and Loki also..    
I am as excited as i was 4 years ago when we started this group.  I think the fire is back in all of us.!

-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3934','ef458a80bc','','This is a good idea. right now the GWLs are having a contest to design the new framesets for clone member pics (I've entered some designs and am entering more...) .. but anyway.. Dean set this up with a thread where people have 2 weeks to submit their designs.  After that, the thread is to be locked and then the designs voted on.

We could do something similar.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3935','5688106868','','I agree, this should be an online position. Something basically like an LT that reports to the GWL since basically its a moderator with a very specific area they moderate.

Corey has been doing an outstanding job from my view. He's been a great help ... but if he does this and we agree to let him, he's *got* to be impartial. The fact he's online ALL the time is a big help. But he'll have to be more impartial. I'm game to let him try, but we all keep a sharp eye out at what he's doing for awhile. I'd love to hear others opinions on this.

Oh, and since you brought this the topic of help for me Skip.. as I'm sure all of you have noticed, I'm finally getting around to the forum adjustments I've been muttering about for awhile.  The new forums should be fairly self explanatory.  The help.. I've already sent pms to Chase and Gooshy about graphics work. I've been compiling a list and I plan on putting it up in the new &quot;Imperial Holonet Communications&quot; forum for the 'Web Deputies' or whatever they're to be called to see.  This'll include member pic work, website graphics / layout work, and I plan on getting them making up a patch for a new unofficial squad for the Outpost centered around the &quot;Imperial Holonet Communications&quot; theme ( or similiar theme if they have other cool ideas) right down to a patch which I'll fund myself if need be for the guys assisting me like the Event moderator, LT web troopers and so on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3936','c59fe0aa09','','well, i can do crappy graphics and Ryan can do good stuff. I'm sure Derek can hook us up with hosting. There were some domain name sales last month as I got nashvilleafterdarth.com for $15 for 5 years, but it looks like it will cost the normal $9-10/year now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3937','a1ea4b5027','','Yep. That's the set of rules I was trying to pull outta the back of my brain during the discussion Saturday.

Hearing from these folks that they want disiplinary action taken for rude ands crude PMs as well as the controversial drama that can cause sudden &quot;knee-jerk&quot; reactions, then like Skip said, a few folks get the proverbial &quot;whack to the hand&quot; and they'll think twice before hitting that ENTER key.... um, myself included.

For the 3 strike rule, what would the statute of limitations be?
The trouble maker that pops up once ina blue moon may spur the masses each time he posts. But if that's only once every 3 months, what do we do?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3943','a45a7ce94f','','I didn't realize the sevierness that the Jamey issue was causing either until speaking with Chris, Jennie and Donald this weekend. 

I'd like to hear the details of what has already been said to Jamey about his actions before offering an opinion.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3944','6cf5b19835','','Sounds like a good way to get idle hands off the drama keys and into a creative mode.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3945','0cb5aa2385','','[quote:0cb5aa2385="SaberSpanker"]All this talk of ghosts really makes me want to go ghosthunting. Seriously, if I could pick ANY career, I would want to be a professional ghost hunter. Laughable, perhaps. Scary, at times, Fun, HELLS YEAH!

Let's go ghost hunting. And next time we're going at dusk and we're taking two cameras. One digital, one disposable. That way, you can compare the pics to see if there is indeed paranormal activity or just dust and such. 

BTW, digital cameras are the worst to use because they pic up dust and water orbs VERY well.[/quote:0cb5aa2385]

Trust me.  It doesn't pay very well.  :D

Paul Browning
Lead Investigator
Clarksville Ghost Hunters
www.clarksvilleghosthunters.com

...and now you know the REST of the story...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3939','911f8dcd14','','That hotel is dead in the middle between Hooks place and mine. I will be there and no need for a freakin room! woohoooo');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3940','124c93cc65','Re: Msc conversations #5 -jamey and huntsville','The biggest issue people here have is the organization of events. Jamey holds off until the absolute last minute before he notifies the outpost. Well lately, that has grown to include much of the Huntsville-Madison area. Where he used to email me about events, he doesn't do that.  Not that I wanted him to constantly email me ... hell I *DON'T* want to be trying to hold anyone on a choke collar ... but had he simply posted the event info and mentioned it was tentative.  That I think would have gone a long way instead of waiting till the last moment which fosters bad feelings and causes local troopers not to show because of conflicts or burn out.

The few events Shawn does here locally worked out well. If I remember right, one of them was a Toys For Tots at a Toys R Us. We were actually better organized than the marines!  :shock:  

I say Shawn should be encouraged a bit more to run events, and Jamey should really really follow proceedure and *let the Outpost know ahead of tiem* not last minute. I really think those two things would help people get some mental healing.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3941','c292c9339f','','If they are an occasional poster there is the long term ban solution aka much longer than a few days, or I should be able to make a forum called 'Lockup', and route them there for the time being?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3942','b15ea4f467','','I think this is a question that Drax and myself have had as well.
We've always been there willing to assist in any way we were needed. We just have to be directed to the task. 
Neither of us want to overstep or speak for the higher command positions, which may have stimied us from becoming more involved.

A definition of our positions should be addressed. 

Member to CoC liasons? Event coaches? Morale boosters? Event Sheperds? On-site event coordinators? Event overseers? Administrative assistants?

I think we could fill a number of different rolls at any given event, gathering or convention. We just need to know where our lines are drawn.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3946','b0104c1ec6','','Do these need to be defined as to a &quot;where&quot; and &quot;when&quot; these will be applied?
I ask because I only made it through about half of the MSC pics of our members before I needed a cold shower.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3947','d41489faff','','I'm saddened Loki. You make no comments about being beside yourself or seeing double in any of those pics.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3948','ac37ecce24','','Oh Hells Yeah! We got down. Loki I have to apologize to for leaving a my stench in your underarmor. That was some night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3949','4761d3b574','','I apologize that the dance didn't last several hours longer 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3950','e715392e8a','','I got www.tk1427.com for free. I just signed up for Microsoft Office Live Beta and picked the free one and it lets you pick a domain name and set up email accounts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3951','3a902c9642','','She's got the Jack 8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3952','fcc5a841a0','','Gooshy,
Thanks for posting this. I added it to the pre event roster list.  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3953','a5b897b878','','Joe, here is your roster as of March 28, 2006 04:17

Joe
Derek
Vesper
Jaster
Loki + 2 Jawas
Lady Stoshia (Jedi)
Dallas tentative (Jedi or Imperial Officer)
Orion Knight-Star (Jedi)
Gooshy');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3955','082ca53f76','MSE droid','Ok, now we've got something for the TKs to blindly follow down the hall, as well as something for Matt to yell at...

Just finished it last night:


[url]http://www.chrislee.tv/robotics/MouseDroid/MouseDroid.html[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3956','3d64cb4f4e','','I'm there - with R2 and the new MSE');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3957','4d18315aef','','So it'll be $40 at the door, or will we need to eventually pre-reg? (I didn't see where you have that option yet) I'd like to check this one out as well since I've never been to the Space Center anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3958','87efd3ed3b','','i think this goes toward the things weve talked about regarding different types of events,family events,conventions,nighttime activities,

such as what time do we cut off the &quot;family&quot; stuff and allow them to run amok?
drug policy? yea,nea, lock the door?dont do it all? its your business so if you lock the door then technically you can do what you want.but i believe there needs to be some discussion on it so if nothing else we can work it out.

we just need to talk about this stuff,

jeff ,which pics are you talking about,i wanna see them!unless its Loki and his pirate girl,cant watch that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3959','ade4e7c354','','damn straight jeff,

i think we should give them a few weeks or more if it gets alot of attention,no hurry at all really.
but dont want it to drag it out.
maybe we can announce it,then give then a few weeks to work on it,then set up a poll for a week or more?
we could even email people that dont get on the forum much to come look at it,maybe bring em back around that way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3960','c1adf164fc','','[quote:c1adf164fc="Jester"]Count me in. I thought last year's was really fun.
And Z-Man is still raving about the food.[/quote:c1adf164fc]

Gosh Jester, that was so funny, I almost laughed!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3961','f1ad52be10','','jeff,me too.

until i saw the people in person and they told me basically jamey needs to be shut down i just didnt have an idea that it was that bad.
the members that have cocked an attitude towards that area,myself included,openly admitted they didnt have all the facts and look forward to trooping in huntsville.
this was another breakthrough for the group.and one that can be fixed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3962','d6fb7cc746','','i can appreciate those comments,

a week ago i would have said just remove our LTs and we'll start over.with the positive momentum id say now id rather discuss it with you guys openly and see what we can work on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3963','9de7e135f1','','i say we take a pro-active stance and just edit posts like that.why wait till everybody sees it and gets fired up,lets just delete it and or edit it and maybe after a few of those people will get the message?

corey has been warned about the next time he pulls one of those &quot;crazy posts&quot;  out on us!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3964','a76e918320','','coincedently,
ive got people riding in my car training.bad timing,normally i could talk to anybody during the day while i drive.right now when i need it most i cant.

the momentum started by all this is,to be honest, a surprise.
i honestly thought this week would bring more drama.but we stepped up to the challenge and the members are seeing that.

the talk went from split to get this shit back on track!
which it looks like were doing.

thanks for posting joey,i know were all busy and we need to be able to feel that were all together in this movement.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3965','33b1f20432','','Glen, that is one AWESOME Dooku!!  You did a fantastic job.  I can't wait to see it in person.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3966','29aa27926b','Changes,oh they are a comin......','just to post a follow up to this past weekend i wanted to give you guys an update on the command staff work that is being done.

currently we have around 8-10 threads on each topic of conversation so that your command staff can discuss each one seperately.

such as ,
forum rules and PM rules
event code of conduct
current command setup and new positions
event planner position

plus others,
all of us from the convention this past weekend are exhausted,please give us some days to recoup and get some work done.
ill try to update this thread as the week goes by.

skip');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3967','0144e46291','','i know a hotel in memphis that might be needing some new employees soon.........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3968','edf3d47435','Contest to be announced','Well, i dont have the details or approval to post this actual contest yet but lets just say this is gonna be fun.all you &quot;designers&quot; out there might want to get ready,anybody with ideas might want to get with a designer.
either way in the next day or so i hope the command staff will announce the official contest to you guys,

so watch for that,its gonna last a few weeks and we hope you guys enjoy it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3969','769b2e6c08','','I agree, when I edit the post I've been putting a simple, neutral statement usually stating &quot;Watch the content, please&quot; or something like that.  I remember several of the members stating they wanted to see a written list of do's and don'ts for the forum.  Using the Legion forum rules above, list which ones each of you think really apply to the SO and which we can not worry about.

My thoughts are:
1 - Trash Compactor is excluded and instead of &quot;No Profanity&quot;, its &quot;Watch excessive profanity&quot;
2 
6
7 - reworded for the Southern Outpost
8
9 - reworded for the Southern Outpost
Disciplinary Action statement


What say the rest of you?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3970','2fe01bb12b','','When do you think the contest should be started?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3971','f75e278e87','','Thanks for the update Skip!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3972','31a8887a6a','','Ok fair enough, I'll start applying boot to rear when I think one of you guys is getting out of line. I expect the same in return.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3973','e474ee26f4','','Wish I could go guys, but the wife is hosting a baby shower and I'm the caterer.  So, as you can see, I REALLY wish I could go!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3974','259d28356d','','I only bring up a list to post for the members because of when Chase and others asked &quot;Where can I read the Southern Outpost code of conduct? I've never read the charter...&quot;

We don't really have to be draconic here but a general set of guidelines and something about when and where they apply.

Of what I listed #1 works for events.  We can add wording about &quot;events&quot; on there.

What about 2 and 3? Toss? Keep? Reword? If Reword, lets hear some suggestions.  I say we add one:

[2] Activity occurring in a room behind closed doors is not the business of the 501st Legion Southern Outpost, but please be mindful of other members. If a member engages in an activity that emerges from behind a locked room that is considered offensive or illegal, disciplinary action should be taken.

I like # 3, probably need to reword it more to make it match # 2.

What say the rest of you?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3975','c8930153da','','How do we get the pulse rifle an membership in the SO?

brad Link');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3976','d22b18da8b','','Chris,
you need to tell the wife trooping is much more important!!!

Seriouslly dude, youll be missed.. :)  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3977','f0131ea0e4','','Sweet!! this is cool.  How is the speed on it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3978','6ef845a523','','earlier, i threw out a teaser post to kinda get some buzz going.

i hesitate to post details since not every one of the command staff has posted to this.just want to make sure were all cool with this.

personally i think this is gonna be fun,i cant wait to see what awesome designs they come up with.
however we arent re-inventing the outpost logo,just making a new shirt for the masses to enjoy.
i thought something like that vader helmet with flames engulfing the outpost logo would be cool.

do we want to have this a 3 or 4 color design?
stick with black shirt, have the white and yellow and they can use one or 2 other colors?want to make sure this doesnt get crazy or expensive either.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3979','01a1a1c879','','It just needs to be faster than the TK's.  :lol:  Seriouslly... Great work! Can't wait to chase this thing around!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3980','7569b74771','','I want to know what the people at the front desk were doing in that room all the time.  I stood there forever and nobody was at the front desk.  Then someone comes out of the room.  They talked to a guest and then went back into the room.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3954','a988c1fd1b','','Add (from Chattooine) Eelem (Ben) and his son (Benji). Both will be Jedi (good costumes).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3981','e830c20100','','[quote:e830c20100="Gooshy"]Oh wow, thanks!  I really appreciate it!  I'm going to try my hardest to make this an accurate and professional looking costume.  I also like the idea of the apron Glenn, that is hilarious![/quote:e830c20100]

Damn it, I'm already ahead on that costume, but no one was to know until I unveiled it.  Steiny had to go and ruin my extra surprise too.   :cry:  :cry:  :evil:   OK, two SO Vs huh?  Gooshy let me know if you find more info on the knives.  My mask is coming this week.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3982','92d21c0f6a','','Wait, you're a ghosthunter and no one told me?! I feel hurt and neglected. *sigh*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3983','1da66857a8','','How is this working out? Is this going to be a one  day thing, or are we driving there, crashing, then driving back afterwords? I THINK I have something planned on the 8th but for the life of me I can't figure out what! So unless I figure that out and assuming this is just a one day thing, I can go :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3984','07523b4f6d','','Wow, this is going to be a great turnout!

Added:
Glenn, SaberSpanker, Derek, Loki, Jenks, Chase, and Chris');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3985','7726f52040','','My vote is 4 color design with black shirt.  To me a black shirt with the SO logo in any form looks just too cool.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3986','666f54c901','','I listed our house for sale yesterday so i've got a frack load of cosmetic things to do asap, not to mention the stress involved with that.
we also put a contract on a new house too, so all the financing and what not to deal with asap.
Ricky and I are remodeling our churches new social hall before easter so theres a lot of construction we have to do and working with contractors.
( i run our business committee and Ricky is the church treasurer)
+ i owe GM armor to David R and a few others by april 8th! 70% done.
+ work is very busy with projects so i'm tied down during the day.

oh yeah, I have kids, girl scouts, dance, and little league... And A wife somewhere too in the mix!!!

this is how it happens , everything in one month! 
 I'll be sitting on my ass come june though with nothing going on!

-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3987','f0c622958f','Need more input','After that title to this thread its only fitting to put a picture of Johnny Five in  it.

This will probably be babble but it need help. (Warning:this post may be long)

I am as of yet a member of the 501st. I am on that edge of contemplation of laying down some samoleans and buying some TK armor. And I'm curious if its just me or if anyone had this hard of a time with their first purchase. I have noticed its an addiction of sorts once you get started.

I'm not going to go into life and/or financial matters but it does weigh heavily into my deciding factors. Maybe part of me wonders what kind of member I can truly be as I have found that its not just owning the armor that makes you a part of this organization. Its time, its effort, its commitment. 

So I guess I wonder if its all &quot;worth&quot; it. Chris (TK-2138) has told me that just the one time he wore his armor at Halloween, it was worth every penny. After watching the trailer to &quot;Heart of an Empire&quot; for the first time today, it drives me to do this more for the kids than anything. 

But there is a few drawbacks, has to be.

I see some of you in just about every picture for every event. I knowingly can tell you that I cannot be at a handful of events in a years time and that may be gratuitous. So I guess I want to avoid being the &quot;guy with the armor that dont do squat&quot;.

Maybe its my own personal rant/concern/wonderment.

So maybe I need to know the following things.

Am I alone here? Am I the only person who thinks this? Am I making a mountain out of a molehill? 

Or can I just ask, what is expected of me if or when I join?



[img:f0c622958f]http://www.fast-rewind.com/shortcircuit2.gif[/img:f0c622958f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3988','3bfafc1c1a','','^

(obviously Johnny Five is dead cause that didnt work! :bang )');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3989','2cfe905a4e','','[quote:2cfe905a4e="TK4793"]How do we get the pulse rifle an membership in the SO?

brad Link[/quote:2cfe905a4e]

Get the pulse rifle a Cannon Star Wars costume and have the Magical power to animate it into a human being over 18.

I would not be opposed to making it a honorary &quot;member&quot; :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3990','3e4af2846f','','Here is the last PM's I sent him about this when corey was complaining to me.

Chris, Im not refering to the madison members when i talk about people having problems with Jamey, I mostly here from the others, I get heat from loki, corey and skip on this:


[quote:3e4af2846f]From: TD152 
To: Fetthunter 
Posted: Tue Mar 14, 2006 1:25 pm 
Subject: drama, help me out...  
Jamey, we know the group loves drama, but you can help me. 

There is an assumption among 'some' that you are a lone wolf, running as you wish outside the approval of the command staff of the garrison. I know we dance around that, mostly because we had a lot of disagreement years ago ( which we have moved past and honestly work well together now) and I indirectly approve your events after the fact becasue i'm at the majority of them, and honestly, most of them were events you set up when you were on the staff in 2003 so there ins't a reason to 'approve' them every year in my mind, but alas.... for the neysayers and for protocols sake, can you pm me back and say you will run events by the garrison staff before committing to an outside venue or party? 

you are not the only one to be asked this. a trooper in KY was asked the same thing recently just as a matter of protocol, no offense, and he sent me a list of what he was setting up for the future. worked out well, now no one comlains up there... 

thanks . 

send em a # if you want me to give you a call. 

-Joey 

If you do not mind, I would like to copy this and your reply to the staff ( skip Tambo and chris ash) so they can see what i asked and how i asked it, and your answer. lmk if that isn't ok..
 
[/quote:3e4af2846f]

I have sense deleted jamey's reply..I wish i had it as it was positive....
Chris, if you want to pull my inbox PMs from a backup of the database, you have my permission to do so.,

After Jamey's reply i sent him this:

[quote:3e4af2846f]From: TD152 
To: Fetthunter 
Posted: Tue Mar 14, 2006 3:00 pm 
Subject: Re: drama, help me out...  
Thanks, I'll pass the info on so everyone will know that you have checked in to what is coming up. 

No one is questioning your events in quality or being off topic at all or ever has. I just got through defending your actions as an example of what others should be doing, ie setting up events, trooping, and having fun! 

If you haven't noticed this year, People like to blame Skip and I for anything that seems &quot;wrong&quot; or out of place with the group in thier eyes. we are to blame for everything, we are out of control we don't do anthing, etc. etc.etc.. 
, one bitch i have heard is that we let Jamey set up events without asking.... 

well you and I know thats laughable, I trust you with what you set up, and i attend your events when i can and know what it is like, but i guess others don't know that or can't see it. they love to assume i let others run over me. so this way i can now let it be known that you have the &quot;blessing of the pontif and the world is a better place now, amen&quot; 


Dont let it bother you at all. Like you said, lets just troop and have fun, let them wallow in themselves.
 
[/quote:3e4af2846f]


chris has expressed his concern over Jamey's tactics to me on more than one occasion, but i guess i've missed the level of dissatisfaction and frustration that he mentioned to you all at MSC.  
I have missed a lot of stuff, or not taken it as seriously as others have wished...

I can work this one as i feel Jamey prefers to do things with our approval, but he has not gone there first in the past due to all the old problems with him and me, and skip etc.... 
The problem we have is Jamey following protocol, not the events themselves correct?

This PM exchange set the rule for him to follow protocola nd he has done so, so as of last month, i would say he is on track.  Can we see how it goes from here, If Jamey follows protocol and asks for 'official' event status before running with it? or do you guys feel more actionis needed?  

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3991','0216d5ea16','pulse rifle','can someone take a pic with the pulse rifle, maybe a fett or something.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3992','163450581b','12 inch figures.','I would like a snowtrooper and a jango fett. do you have them?

BradLink');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3993','701c1af5cc','','I talked about this  last week with Tambo as an Idea if we stayed together.

I'd liek to call it a &quot;battel logo&quot;  or something we can sling all over swag that just kicks ass.  our &quot;official seal&quot; or logo with thestats is purely administrative and formal.

I'd like to see troopers busting through a wall, posing , etc  something off the cover of a super hero comic book etc..

whatever it is , we need it in a 4-5 color layout for screen printing and embroidery work, as well as a &quot;ultimate&quot; version for online and paper printing...


Skip I havne't trolled the board for your &quot;teaser&quot; thread but what does everyone think about htis &quot;Battle logo&quot; idea???

If it uses the old SO circle, its OK, but not manditory....

Think US military.. the rests and logos are rarely seen on t-shirts and such, but always visible on paper in the corner, or official announcements, 
That is what i see the old circle SO logo for.... and this new PR design for what we use to express ourselves... ' ie a battle logo&quot; 

If you had a SO gunship, what would you paint on the nose?  ( not the SO circle,  but some trooper babe right?   get it?

anyway.. I'm all for this.......');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3994','ff66f89bc5','','I've gt somethign somewhere that we put out back in 2003 actually when we about got thrown out of the clarion at adventurecon ....

I thought i posted it as a sticky ont heforum last year too, after the MSC wedding?

I'll dig around .

It was an &quot;event&quot; conduct blurb...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3995','c1c91266d5','','i think that the madison/huntsville area members concerns be heard before we address this to jamey or what not.
i too didnt realize the severity and now i do.
to be honest i think those Pms you sent kinda imply that what he is doing is OK,that we are nitpicking and its simply some technicalities.he needs to be taken out of the position of organizer with these other groups,(make a wish,juvenile diabetes,whatever others).we need a real organizer that includes the WHOLE garrison,not this behind our back junk he's been allowed to pull.
only this weekend did i hear about the sciquest sign that read
 &quot;Jamey ethridge's 501st legion&quot;
why that wasnt addressed is beyond me.
i got the impression,no i was TOLD, what he is doing is not cool with the people around there.
we need to allow the people in alabama to elect a state representative.then that person can become the contact with these charity groups.that will simply remove jamey from his assumed position and restore order to that area.jamey can then conform to the groups needs or move along as he has done numerous times in the past.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3996','a508f908a0','','that takes this to a new direction,

my thoughts were much simpler,new tshirt with something incorporating the standard outpost logo,

but this sounds good too,

any other thoughts?

oh,my post was in the general.ot simply titled &quot;upcoming contest &quot;or something.
i dont think anyone has responded because it was more a teaser and it doesnt imply really much.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3997','1437d7bd46','','I had a delima about which armor to go with... the TC or the TK. So much so that I was going in one direction when I decided to change course. I never doubted I wanted to troop... it was just &quot;as what?&quot;. I think I may of had an advantage as I was able to &quot;test drive&quot; Atin's Vader armor at Chattacon in January. I was pretty sure I wanted armor then, but that just put it way over the top. At another event earlier this month, I was able to see the kid's faces as they reacted to all the Star Wars characters and it does make all this worth it. 

I know I plan to hit at least 4 Cons a year (spread throughout the year) and hopefully (as time and money permit) a few more, but there's other events and appearances going on as well. That's just what I [i:1437d7bd46]want [/i:1437d7bd46]to do personally, though.... Of course, it's a balancing act so my wife doesn't trump me on any of this.  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3998','028a47cc19','','Watching all the closed circuit feeds?  :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('3999','914895bd39','','I've got some real good ideas I'm going to toss into the hat when we open the thread for pictures..the battle is on.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4000','5aa5005126','','Man that's cool! I've been wanting to build one for a while, and that just gives me more inspiration!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4001','8787b0be1b','','I don't understand that guy.  He keeps to himself and only posts on his little events and does not contribute to the Outpost or Legion unless he is selling some of his merchandise.  We can't allow him to do what ever he wants under the &quot;all the work is for charity&quot; umbrella.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4002','fee0077020','','Well done..I like him.  We need to have Mouse droid races.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4003','5bbc9f5116','','spanker you officially have the coolest banner right now,dang i love that!
oh,the event

just might come over there for this
got vader covered,cant remember the last time i wore it.

plus,as an added bonus,

just curious if anybody going to the event ,or in knoxville , going to or not going to ,the event would want to go to knoxville saturday night and have a big social?

maybe a real adults night out down in the old city,hit the bars,hit the clubs.no not a drunkenfest but some good social fun.
we can get some dinner after the event,rent a couple cheapo rooms and make the night of it.
i owe the knoxville people a trip over to hang out so thought this would be fun.

just a thought,nothing set in stone,

any other ideas?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4004','342311fc52','','Tambo,joey,

you guys want to post the contest,im about to leave till atleast 7pm tonight.
the sooner this gets out there the better,

you guys have already opened this up in a cooler way then i would have so i say lets begin the contest!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4005','ab4ebff8ae','','Taking this to PM...

Hijacking avoided...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4006','8ac6454fac','','that was a big, fat tease! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4007','b46eb9f32d','','just an FYI from an old email on the subject..

[quote:b46eb9f32d]
Tuesday, June 08, 2004, 1:43:33 PM

To help assist us with all the little details, coordination, activities, planning, control, monitoring, etc that we do to make sure these evens go off smooth and enjoyable for the rest of the garrison, and the public, we think it would be a good idea to create an extended command staff.  
There are a few troopers who are at most, if not 90%, of our events, who take the initiative to lead, organize, and look out for the well being of the groups image and presence while trooping.  Plus these troopers put a lot of focus into the canon appearance of their costumes, while also keeping the fun and custom tid-bits within the spirit of the 501st and the SW Universe.
These troopers are well liked among our garrison and have relationships with troopers all over the Legion, thus helping to keep us visible and in tune with the larger group.
While everyone contributes in some degree, some folks tend to migrate around and follow the natural leadership and example of these guys, that it just makes plain sense to have them in some command status.  Plus they have each offered to Skip or I, at one time or another, to assist the group in a more formal manner, so I know they would accept and do the job well.

Obviously Im talking about you knuckleheads!  Glenn, Drax, and Jeff!  

	I would like to promote you three to the positions of Lieutenant.  Just like in the military and other garrisons, the Lieutenants are tasked with keeping things running smoothly in the field, like at an event, keeping up with what is going on vs. what should be going onThings like;
	Making sure our presence is in character when called forkeeping troops bucketed and patrolling, interacting with the crowds.
	Organizing and running patrols
	Maintaining relationships with the event staff during the event, checking in with them from time to time on our status, monitoring our obligations if any to the events.
	Being conscious of our display booth/table.  Policing the area to present a good image and good information to whoever is interested.
	Talking to guests at our booth, not letting people go by without a nice hello or something.
	Helping to coordinate at the event if we have activities to do, like making sure escorts show up, making sure presentations are organized and together, etc..
	Etc..

Skip and I spend the majority of our time at these things coordinating and planning not to mention looking out for the enjoyment of the garrison membership.  It would be great if there were other officers in the group who were also tasked to share the responsibility of the logistics of trooping, spread around, it isnt so overwhelming for a single person.

       I kind of like the team approach to the garrison, and this will help keep a good community spirit within the unit.  Instead of having job specific positions only ( where we might have two great troopers but only one PR officer for example)  we can have a mix of positions with  the command staff changing roles and responsibilities based on the current needs, being more flexible.
  	
GML, After talking with Skip, he has decided to take advantage of the groups talent and no longer run point on the position.  But, since the Legion website and membership database needed one person to be listed as GML and have a password for the members area, plus there is one of us that has extreme people skills, costume talent, attention to canon and quality as laid out in the 501st Charter.it makes good sense to pass the torch for GML to Tambo Fett!  So not only will Tambo become the new GML, he will remain with the duties of a LT. also, utilizing Skip, and Jeff and the rest of the command staff for assistance with the position, member pic editing, costume verifications, member communications etc  We all are going to assist in this role, but Glenn will be driving the tank so to speak!
	Same with the GWL position, not to devalue Chris, but real life does come first sometimes, and Id like to have a way for the team to keep the site going in a basic manner when our GWL is tied up.  So ongoing we will try and open up more opportunities for the staff to update the news sections, calendar and galleries etcI think right now only me and chris can do some of this??

	And lets not forget CO/XO .  when we are doing an event, any of the command staff present are the Officers of the Day, so it will be up to you to take charge and make the mission a success for the venue, the public and our membership.  You are all Garrison Officers, so that means you must be the last drunk standing!.

      So going forward, our staff will still look similar:
Come, Xo-Skip, GML-Glenn, Drax- Garrison Lt., Jeff-Garrison Lt., GWL-Chris Ash.. but we can adapt as we need certain skills and efforts.

       Anyway, let me know what each of you think of the idea.  We will discuss some more among ourselves until we are comfortable, and Ill announce it to the group.   Ill be setting up a yahoo group for the command staff only, so we can discuss ideas and news easier and not leave someone off of an email, keep the team communication together.

Ive Cced Legion Command also to keep them in the loop in case thay have anything to add on the ideas.

Oh, and Glenn, Jeff, Drax, this isnt a volunteer assignment; you have been drafted by the Empire, so no refusals!

-Joey  
TK-152

[/quote:b46eb9f32d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4008','361998c4b5','','I'll take a swing at this, mostly because I felt the same way on several of the points you were making.

First off, BEFORE I became a member of the 501st, I had these guys over for my son's birthday party last year.  Seeing the armor Loki had (he was the only TK there) made me cement my choice of going forward with my decade-long dream of owning a set of TK armor.

I was pursuaded to join the 501st (or die).  So I decided that being a rebel might not be safe enough.  Okay, I'm only kidding in this paragraph.

I went to my first prop party at atin's and saw the wide variety of what people were working on and began to wonder if this was a &quot;can you keep up&quot; club.  Everyone was spouting &quot;mando mando mando.  Gotta get a mando costume!&quot;  Still haven't.  Probably won't.

I'm a TK.  Unlike my father before me.  I'm PROUD to wear the TK.  My costume choices are easy.  I'm not after more armor of any kind right now.  I have fun doing stuff with what I have.

And yeah, when you see all those events these guys do, you don't HAVE to do them.  I've got more than a plate full in my life.  And I started out with just a few (like the way you talk about going to four cons).

There's ALWAYS going to be people who can go to more places and cons than me.  I started off wanting to go to all of 'em.  Wearing the armor gives a rush.  Blowing away the public wearing the armor is an even BIGGER rush.

I'm not made of money.  Gas is expensive.  But these guys always offer help when you need it.  There is ALWAYS someone out there who can help you out if it's a matter of transportation.  Sometimes, even rooms.  They pile more 501st people into a room than clowns into a VW Bug!

MY situation involves me trying to keep up with a family, and three hobbies.  Ghost hunting, the 501st, and doing a TV show in Nashville (Creature Feature).  So my weekends are pretty FULL.

I'd imagine that in the days when there were only like 30 people, then the pressure to show at public places with other 501st people would be much higher than it is now.  But with over a hundred people in this outfit...they almost always get enough people for what they're trying to cover.

The opinions expressed above are MINE ALONE.  If you don't like 'em, tough.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4009','beed115356','','No seriously, what did they do? Now I am curious. And I have a highly active imagination and as time goes by, I've come up with more and more creative/horrible/disgusting/ and rude things that the staff could have done. Seriously, I'm warped. It's all the horror movies I've watching.

So what'd they do? In a general format.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4010','a92178c31e','','Skip, I remember the sci quest sign ( or at least i think i remember)  from 2004.. I did not go to sci quest in 2005 so if this is about 2005 thatn i'm wrong.


I seem to remembr the sign a chalkbaord set up in the lobby that lists the day's special events, It had &quot;Jamey ethridge and the 501st Legion&quot; ???

Again i can be smoking crack, but i didn't remember being ticked about a sign, If i remember this correctly, i remember jamey and i giggleing about how the staff wrote this.

I could be wrong... i want ot saythis is what i remember about this..




to play devils advocate......  
do we not want to encourage members to set up local events for the 501st?  As long as jamey does that ( with a pre-approval first) is that OK?
If he continues with the past behavior, then i suggest the diciplinary actions as normal for any rogue person, but he is supposedto not do that now.


Skip yes the PM's are sugar coated, this is my tactic to get him to the table and it worked. 
guys don't mistake it for nievity either, I've gone head to head with Jameyand Skip can remember and tell you how i have always done the PC thing and given this guy every chance to work with me...
Jamey and I have a problem ( his arrogance online ), and by helping to guide him along, I've provided an atmosphere for him to continue to do what he loves ( set up &quot;quality events&quot; ) and for the 501st to get what it wants, a member following rules and a member setting up rooping events.

Chris, I need to call you and get more on this.  I need to hear the emotins and inflections i'm missing form online type....

-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4011','40da580b03','','I think the group has a problem with too many chiefs..
ie &quot;Command Staff&quot; has a conotation with it and by creating a larger one as we grow can make more issues that it resolves.


By re'labeling the LT's to something of an &quot;ADMIN STAFF&quot; category, might help people understand that you two and others we add and create jobs for , are volunteering to assist,  helpers or coordinators, etc.., here to assist, not to be the &quot;boss&quot; of people..


Does this make more sense?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4012','bcb12fd811','','Please add me to the roster.  I'll be there, especially if you guys take Cray to Friday's again &lt;snicker&gt; I might have a new costume to wear by then :D


Merci');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4013','dbc848541e','','Its a little early for detail planning, but we should know more about costs ( if any) and the like before DragonCon...

I doubt we will pay admission, so plan on hotel rooms and the usual food, drink expenses.  

There will be a hotel plan/discount of some kind as usual...

...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4014','fcd7a77614','','Im sorry guys, email the person in the original post if some of you are interested in doing the party.


... I can't make it unless its april 8th when we will be there anyway...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4015','b18c18bbe2','','Hi there :) 

I just wanted to say that there are lots of troopers here who can't make every event due to all sorts of family stuff, money issues, job requirements, etc. That's why the Legion rules are that you have to attend 2 events a year to be active. Considering we had over 70 events last year (am I remembering that right? that seems wrong suddenly)  in our Garrison alone, there are plenty of occasions to troop that will suit your schedule. 

If anyone bugs you about not doing squat, kick 'em in the shin. :D j/k');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4016','77fbecfe56','','Here's one of ours:

As you all know, the hotel overbooked this event by more than a hundred rooms.  When we showed up at 2:50 PM on Friday, they told Chris and Donald that they'd &quot;lost&quot; the reservation, couldn't re-establish it without a printed copy of the receipt with confirmation number, but hey! we're reserving you a room at the Day's Inn just around the block!

I don't blame the desk folks for this particular one, by the way.  At least they sprang into getting-replacement-room action, instead of the big helpless shrug.  I'm sure they were doing what their paycheck-controlling masters had ordered.  It'd be nice if the directions they gave hadn't led C&amp;D to drive completely around the block and wind up back at the starting point, but a lot of jokes in Maine start out that way anyhow.  The guys noticed the EconoLodge right next door, got just as nice a room there for cheaper than we'd planned to pay, and the only downside was that I was NOT walking to and from that room alone at night.

When Chris told Trooper Mom about it, she went up to the Holiday Inn desk and straightened them right out.  (This'd be around 9:15 pm Friday; I'd just set up the panels for that hour, after having a dinner-and-costume-up break, and came back up to the lobby to say &quot;hi&quot; to those I'd missed before.)  The room TM had them give us was on the 5th floor -- highest you can go in that section of the hotel -- and it had a single king-sized bed, but they also could rent us a rollaway bed, which Chris immediately requested.  The guys took off to go check back out of the EconoLodge, with thanks, and pack up all our stuff and move it to the new room in the Holiday Inn Select.

They got moved in, and Chris started getting tired.  He called the front desk to check up on progress for bringing the rollaway bed around 10:00 pm (still Friday).

Donald went and took a shower around 11:00 PM, and there's still no rollaway bed, so Chris went downstairs shortly after the desk personnel shift change to ask, in person, &quot;where is the rollaway bed for my room?&quot;  This desk attendant, a curly-haired and dark-skinned lady, has just started her shift and steps back into the closed-off room to the left behind the desk, where she talks to an unseen woman.  Desk attendant comes back and tells Chris that she has told Housekeeping about his wanting a rollaway, and it will be up &quot;soon&quot;.

Now, also at eleven, I did my last round of setting up panels and carrying around water, and then I ducked into the panel about SF Cusswords &amp; Insults, which was hilarious.  I left at midnight, finally too tired to answer any question straight or sing even simple refrains to songs, and headed upstairs to our room.  Probably I got there around 12:15 am, technically Saturday morning.  No rollaway, and we're dying to go to sleep.  I washed off my makeup and tossed The Hat in a corner.  
At 12:30 am (Saturday), I went down to the front desk and explained that we were [i:77fbecfe56]exhausted[/i:77fbecfe56] up in Room 505, we [i:77fbecfe56]need[/i:77fbecfe56] that rollaway bed, and I understand that Housekeeping is probably terribly busy right now, so if they'll just tell me where they keep the rollaways, I will be happy to transport it myself so we can go to sleep.
The desk attendant lady told me that she'd just come on shift at eleven, asked if I was with the guy who'd come down right after her shift started (if he was wearing a western-style shirt and was from 505, then, yes), and then she ducked back into that same closed-off room.  There was a kind of loud conversation between two women, though I was too tired to make out the words, and the desk attendant came back; she told me that &quot;Housekeeping said that she never got the order, so now she's going to have to find one somewhere.  I'll call up to your room when she's on her way with it.&quot;  I asked how long that'd be, but didn't get a straight answer, just repetitions that she'd call when it was on its way.

Which she didn't, half an hour later, but by 1:00 am on Saturday morning, I didn't entirely care -- just give us sleeping surfaces, and somebody set the alarm, because I've got to be up at eight.

Summary:  first request (in person, at front desk) for rollaway at 9:15 PM Friday, second request (by phone, to front desk) at approximately 10:00 PM Friday, third request (in person, at front desk) just after 11:00 PM Friday, fourth request (in person, at front desk) at 12:30 AM Saturday, finally got the rollaway bed at 1:00 AM Saturday.


By the way, the shower curtain in room 505 was in need of a washing machine, and the tongue on the bathroom doorknob wouldn't extend properly, so the bathroom door wouldn't stay closed unless you jiggled the knob for at least five minutes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4017','9a5289efc7','','Somebody else, by the by, gets to tell the &quot;we can prove you put that hole in the ceiling&quot; story.  I'll just say that I woke up Sunday morning with a small migraine, and had to call my bawse in Programming and tell him I'd be hiding under the covers for a couple hours while the meds kicked in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4018','15dc696c2f','','I'm EXTREEEEEMLY busy with work, church, selling and buying a house, + life in general so i'm not positing as much on the forums for the next few weeks. 
but i am here twice a day primarily on the command staff section working on all the issues and spending a lot time on the phone with the rest of the staff, so rest assured, I'm working on it all for you, just not as chatty as usual on the forums.

I should be back to spaming the boards soon...

If you want to contact me, please do but the best way is to call 205-908-6195, or email me directly.

Thanks
-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4019','8289919161','','Okay, some of these poses are, well, silly.

But the guy in the hat in the weeds -- definitely going to have to go into the database!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4020','2e860a09b8','','after my com-mando is done, I have a few optians floating around for me too. even CJ, a friend of mine has taken interest in this. My family is talking about moving to South Carolina, yet I'm not 100% sure it will happen. either way, I'm only going to be around once a year. At Adventure Con. Jordan (TK7865) and Kirk did a troop event for the DVD releases for the Star Wars original trilogy a few years ago, which is how I became friends with Jordan and found out about this.(I only met Kirk twice) Jordan is a good guy, it's partly because of him that I have a job now. So, if they have anything planned for the 2007 6-pack release, I might troop with them. (assuming I'm still here then)


-edit

almost forgot, TK8866, you say you like Ghost hunting? I'm interested in that sorta thing too. I'd be interested if You saw anything supernatural.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4021','4280fe9eef','','[quote:4280fe9eef="RL-BlueJedi"]
...and the tongue on the bathroom doorknob wouldn't extend properly, so the bathroom door wouldn't stay closed unless you jiggled the knob for at least five minutes.[/quote:4280fe9eef]

I soooo see the setup for a dirty joke there.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4022','ff072b01cf','','[quote:ff072b01cf="TD152"]plan on hotel rooms and the usual food, drink expenses.  

There will be a hotel plan/discount of some kind as usual...[/quote:ff072b01cf]

I was going to ask which hotel all you out-of-towners had picked, as the regular rate for the Space &amp; Rocket Center's hotel is a bit, er, steep.  WookieeGunner's dad, Don(ny), wants to attend this con as well, and he'd rather stay at the same place as the rest of the 501st.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4023','abbe06c1b7','','For our room, it was not so bad. These seem a bit picky now, but I guess I'll go ahead and say them. 

1) the doorknob was sticky on the bathroom door and I kept getting locked in. oh joy. 

2) Housekeeping did not clean our room until 6pm Saturday night. And when they did, they only made up the bed. One of my roomies had been ill Friday night, and while we had done our best to clean up after him, without cleaning supplies you can imagine how nasty it still was. I caught one of the many housekeeping staff I saw running around that day and asked if they would at least leave something in the room to let me clean it up, and she said it was against policy, but she would make sure it was clean. Well, it wasn't ever cleaned.  Now you know why I said &quot;oh joy&quot; on number 1. 

3) While I was down the hall way/balcony talking to some friends next to their room, I looked down to our room, and saw a man with a hotel staff badge on his shirt stride purposefully to our door, WALK IN without knocking, and then turn around and leave. I still have NO idea what that was about. He wasn't there long enough to have looked in the bathroom or anything. I'm just glad I wasn't changing or something. 

So we had some trouble, but compared to TM and Blue Jedi, they were nothing.

And we didn't have a hole in our ceiling either. Oh, and I'm behaving myself about the tongue and door and jiggling as well ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4024','8250dc7dec','not again','The temperature was always hot, and my wife and I could not get to the floor with all the activities with the stroller.  I would have to think that violates several codes as it pertains to handicap individuals.

The worst part was getting in and out with luggage.

The food was terrible.

If you leave the property to get fast food, you may get shot.

We will most likely not attend next year if the location is the same');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4025','8d233099c5','which day','I was not aware this is a three day event.  Can someone find out the hours.  The reason I ask is that we have the prop party in Franklin on that Saturday at Geoff's place.  

So that we can be organised with the most trooper at one time, it would be great to determine when we want to troop, and for those who are going, when we will go to Geoff's house.

I would say the times between 2pm and 7pm would be ideal times to take advantage of Geoff's hospitality on that Saturday.  Maybe we could coordinate around those times.  Would Friday night be a good idea, or should we do it all in one day?  Please share your thoughts :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4026','f1d394f806','','From what I read it seems the convention starts from 9:00AM Friday through 5:00PM Sunday.  All specifics are to be announced.. but it's pretty much non-stop.. except for the vendors probably.

Here are the [url=http://www.mtac.net/hours.shtml]Convention Hours[/url]

I'll post specifics once they are updated on the site.
----
This was posted on their front page for those interested in registering.

[b:f1d394f806]ATTENTION CON ATTENDEES![/b:f1d394f806]
Don't forget - registration ENDS THIS MONTH! If you have not pre-registered in our [url=http://store.mtac.net/]online store[/url], you MUST do so before April 1st to guarantee your place at MTAC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4027','f6a7683d48','fee','There will be several of us that no interest in this con other than showing up their costumes.  I would rather not pay entrance to an event where we will most liekely be the most interesting thing there.  

Could we just simply troop the lobby area around the con events?  Sorry to be clueless, but i have never been to one of these. :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4028','1b436c9c5f','Re: not again','[quote:1b436c9c5f="Hook"]If you leave the property to get fast food, you may get shot.[/quote:1b436c9c5f]

With children attending said convention, with this kind of complaint should only motivate those who run this Con to rethink one thing. Location, location, location.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4029','465d1e6f8b','','I've never been to MTAC at this new hotel.. so I'm not sure how it's going to be setup.  I'm sure you could do that though if you would like.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4030','f362c22b1f','','Chris, Can we call the &quot;other&quot; section &quot;Promotions&quot; or Promotional Apearences&quot;
as that is what 99% of the &quot;other&quot; events are and I renamed the galleries this way earlier in the year?

either promoting ourselves at some random event or  a SW product release

........................
Corey-   

I agree with utilizing him in a formal capacity.  
Communication Coordinator,  Event coordinator, Event Moderator, Forum Moderator,  Web Deputy - I kinda like just adding him to the web team as a &quot;deputy&quot; also but responsable for Moderating the Events sections, and archiving old events. 
+ it would be up to Chris , but he could also upload event pics as well.  right now i do most of that and its time consuming.
Last, I would think he could post event news also, pending it was approved by the CMD staff for content first... 
( ie he's responsible for getting an event report afterwards from the local event coordinator, editing it and passing it to the staff for review, then positing it on the news section for the main site???)

So 
1. event thread moderator
2. event archiving
3. event galleries
4. event summary report


???  thoughts?



Web deputies !  I like that idea for chase and gooshy!. perhaps corey can be in this group also.

so the IHC team would be managed by the GWL - a command staff position.
the admin staff would include whatever chris needed as far as worker bees to get it done in a timely manner.. right now he's suggesting 2 web heads and 1 event manager...

?


so far i like the direction here...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4031','4e81a72507','','Just reposting progress in other threads.. no way this is complete or final but a working idea.......

**************************************
Command Staff
CO, XO, GML, GWL 
+ potential 5th command position ( COTG)

**************************************
Admin Staff consisting of :

a Web team( = 3 web deputies)
State/Regional coordinators (???)  




________________________________
State / regional coordinators 

We can still call them LT's ?  We can call them regional govenors?  We can call them just state representatives, regional coordinators, just admin staff, etc...??

What do the members want?  What do we really need here?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4032','bc264dfda4','','I totally agree!

The problem (as I heard it) is that the next larger facility is the Convention Center, and the owner is, well, &quot;Not Our Kind, Darling&quot;.  It's alleged that we'll be charged a ludicrous price to use the facility, and it might get cancelled out from under us in favor of a last-minute sporting event.

So, does anybody know this to not be true?  or know another Memphis location, hotel and convention space, with more room and better quality control?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4033','99b894e86b','','Already ahead of you on the web team.  I've been speaking with Chase and Gooshy. Along that I was thinking of possibly talking with David as well.  As all of you might have noticed, I'm building a &quot;GWL forum&quot; area I'm calling &quot;Imperial Holonet Communications&quot; for the GWL and web team to hash out designs, communicate, etc. I've got the rest of command staff set to read only on it so you can see what we're doing but not post.  This is how the GWL Forum is setup on the Legion board and it seems to work pretty well.

Soon, I'll be posting the marching orders for the web team then build a usergroup for them and grant them access so they'll see it.  Right now, current to do list is:

- Member pics
- new Event category
- fresh website design
- Event templates and possibly a form for submitting new Events
- upload forms for member pics so Tambo doesn't have to fool with email
- custom backgrounds for our own members page so we don't have to wait on Legion to update the members.
- patch for a new &quot;unofficial&quot; Southern Outpost Squad.

Yes you read that last one right. With creating the web team I'm forming a new unofficial squad... I'm going to put it up to the web team to decide on the squad name but its a squad for the GWL, web deputies, etc that help me with the web site and forums.  My first suggestion to them will be:
44th Holonet Code Talkers

After that I'll let them dream a few up and we'll see who likes what.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4034','173cfcf2e3','','Correct, I mentioned this in one of the other threads .. 2-3 web deputies and 1 event coordinator ( to be expanded to maybe 2 a little later ).

Yep, the other section can be Promotions. Other was mostly because we tend to show up at birthday parties on occasion... course that is Promotions too.. hmm..

what does everyone else think about the event coordinator position, event categories, etc?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4035','9cd1b44083','','DISCIPLINARY ACTION:

To be fair, violations of the forum policy will include a warning and the offending posts may be edited or deleted. Repeated violations will result in restricted posting abilities for a short period to be determined by the command staff based upong the nature of the offense.

Members who persist on violating the rules of this forum, resulting in repeated moderation, may be placed on immediate restriction from posting at all without warning. 

Severe violations such as blatant and or hateful attacks, or malicious intent to do verbal abuse to another, will result in immediate action taken by the staff to include locking out a members account access totally without the benefit of a warning.

 The moderators of this forum will attempt to be as fair and unbiased as possible in such incidents, and their actions are always subject to the review of the rest of the command staff.  
 
Please bring all forum issues and problems to the attention of the command staff  if you feel they are not being addressed in a timely manner by normal moderation.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4036','49de468bca','','Chris those are all great ideas.  


yeah Bday parties, sports events, street fairs, are all just PR events for the 501st...  so thus the promotional events idea...

parades fall in that too, but are more fun to look at separately also..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4037','706494d3dd','','I don't know but I'll sure put out my feelers and see what else is available.  The Con folks are trying to recruit a friend of mine so maybe I can have a bit infulence.  

Surely there is another spot in Memphis with the room we need in a better part of town.  I grew up in Memphis and I'm here to tell ya that I wouldn't walk down Airways in broad daylight much less at night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4038','d2cb1d0bbb','','I'll did up some stuff for this also and post some discriptions for you all to add to.

the new GWL team will need some definition for you Chris when you're done with setting it in place how you want it..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4039','aae2854689','','Joey I understand about needing a phone call. No problem, you're as busy as I am so whenever we can manage after work is cool.

None of us here have a problem with Jamey's events.  Make A Wish, March of Dimes,.. they are solid things.  Primarily the lack of following proceedure and to a lesser extent his questionable/touchy/arrogant attitude.  Now, granted since you've been working with him Joey, I have not trooped with Jamey again so the only example of his attitude was the pm exchange with Corey.  There may be a big improvement and none of us has seen it cause we've just avoided him locally.

As for Jamey and proceedure, also there, up until lately he's kept his events to himself and announced them last minute. He used to keep them from the outpost and only tell locals.. well that turned into he'd keep it from the outpost AND the madison locals too ( I figure because I'd announce his events to the outpost ). The events would appear last minute and we'd get irritated at such short notice. Nobody's life turns on a dime.  I will admit some charities are disorganized and won't commit to a date in advance but I refuse to think all charities are that disorganized. 
Again proceedure here, if he would open up and just state &quot;tentative events pending a date&quot; I think people would be happier. AND it would be nice if he shared the contact information. Make a Wish in Huntsville thinks the 501st is a gift from heaven.  They *love* us.  Like Skip mentioned about membership &quot;It blooms elsewhere but in Huntsville&quot;... well the reverse is true about charities... Make a Wish and other charities here in Huntsville are always wanting to do stuff with us. They want us every weekend in December!  But that's not happened anywhere else... WHY? the SO covers 4 states.. 4.  I think if he would share who he's talking to, that could be used as reference in TN, MS and KY.  Therefore more of what Jamey considers &quot;quality events&quot; suddenly appear and maybe the guy will fraggin relax.

The biggest thing here is going to be time.  I meant what I said in the meeting.  Jamey's one odd bird and in a group like our Southern Outpost, damn that's saying something!  :wink: I think if he comes clean on events early, we could try and get Shawn involved and myself to help make sure the events run smooth. Beyond that it just leaves his personal attitude.

Now.. his attitude.. the way I think of the whole situation is like the line at the end of 'Demolition Man':
&quot;You're gonna have to get a little dirty, and you're gonna have to get a lot cleaner.&quot;

We're not out to get Jamey but DAMN he does make it hard to approach him. Nobody's out to get him that I know of.  Well maybe Shawn when Jamey steps on his toes, but so far I've been handling that one when it occurs.

Another thing that might help is after huntsville events is that we eat / kibbits afterwards. Getting people in a group and getting them talking always helps relax everybody.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4040','0f9e8c9f4e','','Can everyone post again real quick who is either a tenative and what they intend to wear. So we'll know what costumes are needed. I believe Vesper was gonig to wear Corey's Vader. But both Corey and I forgot to pack it in my car after MSC we were so tired. So i'm not sure what can be done there Vesper and I'm very very sorry I forgot.  It would really help to to draw up a roster if everyone replied who was gonig to attend or might attend and gave their costume agenda as well. If you don't want to clog the boards pm me and I'll do it by pms. I'm emailing Judy back today. As well as posting on the Nooga boards. Sorry I'd been lax lately. Classes, recent drama, and the con got me all outa whack. But I'm back stepping up again.

I'm glad we're now attracting a bigger group. Don't think it's too late for anyone who wants to come. And you don't have to have a costume to attend. We'll need handlers as well. 

I'll post more soon just let me know that info.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4041','6489d0c99e','','No problem, already been getting notes up for that to post in the new forum I'm making for the web team.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4042','1cfa4ea8e7','','Oh this makes me really happy. I made some stupid comments before the meeting and I'll me man enough to admit I was wrong. I'm really glad to see things working out, friendships patching up, and the Tambo giving us his peace. 



I can't quit you guys!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4043','e77ec6a0b5','','Joe, my only complaint about you is that you can't grow your hair out like the cool wig that you wear! My other complaint is that I can't grow any hair, period........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4044','bce5e2c716','','God yeah. Man I need some armor.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4045','6cf8ff4518','','I'll be there in a clean TK');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4046','d28b15677e','','I guess I misunderstood, I figured a battle logo was what we were going to do? Anywho.. yeah lets roll with it!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4047','528fc83c37','','I know what it is!! :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4048','7de698ebbe','sorry','I am sorry for what i did to Corey's toothbrush just after the long meeting,,, it was late and I was tired and itchy.  Sorry big guy :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4049','0da47d6f49','','oooooo I can't wait..

*gets photoshop ready*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4050','f1ec0f0795','','He's pretty quick with fresh batteries, but the added weight eats up power. The RC car has a 2 speed gearbox. I haven't tried it in high mode yet (don't have enough room in my house to run it that fast). I think it'll be quick enough. Now I just need to add sound effects and a remote video camera...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4051','37a6b588fb','','Snowtrooper , YES,   Jango Fett, Sold Out.
Any More let me know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4052','56f575dbc9','',':rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4053','64f176c0c5','','Like this?

[img:64f176c0c5]http://i23.photobucket.com/albums/b375/loki41872/d%20con%20pulse%20rifle/dragoncon2005-3341.jpg[/img:64f176c0c5]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4054','20fb6d3198','','Z, you can have mine.  I dont like it anymore! :D 

Thanks for the info Joey.  Life...  Good luck!! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4055','5bff6f2567','','Let's annex Arkansas!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4056','381d298914','','My flightsuit was originally green and i died it black.  Every time I wash it now it looses more black and goes greener.  I'll have to die it again soon.

I post a pic of me getting it on with the pirate chick and you're looking at the flightsuit?

You ARE a clone!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4057','34f4973be2','','I'm going to fetch Vader for Vesper to wear.  And I'll wear my TK.  Or maybe you can Joe....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4058','98363ef6ee','','I'm gonna go all three days and hide in dark places and kidnap little anime girls at random.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4059','97a27c47f7','','But we allready have a &quot;Volunteer Garrison&quot; patch!















Don't get bent out of shape... that was just a joke!
We actually have to design a new Outpost logo for when we take Arkansas away from Star Garrison!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4060','f226d5d023','','Is it wrong that that picture makes me HOT?!  I cant quit you Loki!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4061','0d5b498347','','I guess now I need to start an appolagy thread for what Im going to do with the toothbrush when I meet up with Hook again..

 :lol:  :lol:  :lol:  :lol:  :lol: 

OK, I think I probably now hold a sleep record..
I fell asleep at 18:00 on Sunday (6pm for the military challenged) and guess some of you called me on Monday, but the calls where blurs and finally woke up fully at 08:00 (I was up at 03:0 but went back to bed again)..

I do want to thank EVERYONE again for the weekend. I know we all accomplished a lot and I have to also say that Saturday night felt like the SO felt went I first joined..

I dont want to clutter the thread command has started for us about the coming changes, but Im positive and thankful to all our command for moving forth..

OK sorry I know this isnt the place to post all this, but hay, I have to high jack atleast one thread a day...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4062','8954b12e58','',':shock:   Ouch!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4063','071f1d3ff2','','I apologize for leaving the dance early to persue &quot;Other&quot; interests.

And I apologize for making you guys (and some girls) jealous.

Or sick.



Joe, I won't ever wash my under armor (Or outer armor) again, because it smells like you!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4064','bab7501c6a','','I gots to make me one of those mandos.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4065','318db75682','','Ahhhh    Ode de Joe.  Isn't it great?  I think we can market the stuff! :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4066','a0327a8fbf','[b] STAR WARS MINIATURES [/b]','I told Banzai I would start this thread..
OK Im hooked on the SW Miniatures. They are like Pokemon, I got to have them all...

Below is a list of the ones I still I need, if you have them, please PM me with a price..

I will also get together a list of my doubles that I will be more than happy to put out there for those who want them..

Next step is to learn to play it..

Rebel Storm 

Rebel 		
1 	Bothan Spy 	             Uncommon	
3 	Chewbacca 	             Rare
7 	Han Solo 	             Rare
8 	Hoth Trooper 	             Common
9 	Luke Skywalker, Jedi Knight  Very Rare
12 	Princess Leia, Captive 	     Very Rare
14 	R2-D2 	                     Rare
15 	Rebel Commando 	             Uncommon
17 	Rebel Pilot 	             Common
19 	Rebel Trooper 	             Common
		
Imperial 		
22 	Darth Vader, Sith Lord  	Very Rare
23 	Elite Snowtrooper 	        Uncommon
24 	Elite Stormtrooper 	        Uncommon
25 	Emperor Palpatine 	        Very Rare
27 	Grand Moff Tarkin 	        Rare
30 	Mara Jade, Emperor's Hand 	Rare
31 	Probe Droid 	                Very Rare
33 	Scout Trooper 	                Uncommon
34 	Scout Trooper on Speeder Bike 	Very Rare
35 	Snowtrooper 	                Common
40 	Sandtrooper on Dewback 	        Very Rare
		
Fringe 		
42 	Boba Fett 	        Very Rare
43 	Dengar 	                Rare
44 	Duros Mercenary 	Uncommon
47 	Gamorrean Guard 	Uncommon
48 	IG-88 	                Rare
50 	Jabba the Hutt 	        Very Rare
52 	Lando Calrissian 	Rare
55 	Greedo          	Rare
56 	Bossk 	                Rare
60 	Wampa 	                Very Rare

Clone Strike

Republic 		
1 	Aayla Secura 	                Very Rare
2 	Aerial Clone Trooper Captain 	Rare
3 	Anakin Skywalker 	        Very Rare
4 	ARC Trooper 	                Uncommon
5 	Captain Typho 	                Rare
6 	Clone Trooper 	                Common
7 	Clone Trooper 	                Common
8 	Clone Trooper Commander 	Uncommon
9 	Clone Trooper Grenadier 	Common
10 	Clone Trooper Sergeant 	        Common
11 	Agen Kolar 	                Rare
12 	General Kenobi 	                Rare
13 	Gungan Cavalry on Kaadu 	Rare
14 	Gungan Infantry 	        Common
15 	Jedi Guardian 	                Uncommon
16 	Ki-Adi-Mundi 	                Rare
17 	Kit Fisto 	                Rare
18 	Luminara Unduli         	Rare
19 	Mace Windu 	                Very Rare
20 	Naboo Soldier 	                Uncommon
21 	Padm Amidala 	                Very Rare
22 	Plo Koon 	                Rare
23 	Qui-Gon Jinn 	                Very Rare
24 	Quinlan Vos 	                Very Rare
25 	Saesee Tiin 	                Rare
26 	Yoda 	                        Very Rare
		
Separatist 		
27 	Asajj Ventress 	             Rare
28 	Battle Droid 	             Common
29 	Battle Droid 	             Common
30 	Battle Droid 	             Common
32 	Battle Droid on STAP 	     Rare
33 	Count Dooku 	             Very Rare
34 	Dark Side Acolyte 	     Uncommon
35 	Darth Maul 	             Very Rare
36 	Darth Sidious 	             Very Rare
37 	Destroyer Droid 	     Rare
38 	Durge 	                     Rare
39 	Dwarf Spider Droid 	     Rare
40 	General Grievous 	     Very Rare
41 	Geonosian Drone 	     Common
42 	Geonosian Overseer 	     Uncommon
43 	Geonosian Picador on Orray   Rare
44 	Geonosian Soldier 	     Uncommon
45 	Jango Fett 	             Rare
47 	Super Battle Droid 	     Uncommon
48 	Super Battle Droid 	     Uncommon
		
Fringe 		
49 	Aqualish Spy 	          Common
50 	Aurra Sing 	          Very Rare
51 	Devaronian Bounty Hunter  Common
52 	Gran Raider 	          Common
53 	Ishi Tib Scout 	          Uncommon
54 	Klatooinian Enforcer 	  Common
55 	Nikto Soldier 	          Common
56 	Quarren Raider 	          Uncommon
57 	Rodian Mercenary 	  Uncommon
58 	Weequay Mercenary 	  Common
59 	Wookiee Commando 	  Uncommon
60 	Zam Wesell 	          Rare

Revenge of the Sith Set 

Republic 			
1 	Agen Kolar, Jedi Master 	Rare
3 	Anakin Skywalker, Jedi Knight 	Rare
4 	AT-RT 	                        Very Rare
7 	Chewbacca of Kashyyyk 	        Very Rare
13 	Mace Windu, Jedi Master 	Very Rare
14 	Mon Mothma 	                Very Rare
15 	Obi-Wan Kenobi, Jedi Master 	Rare
17 	R2-D2, Astromech Droid  	Very Rare
21 	Tarfful 	                Rare
24 	Yoda, Jedi Master               Rare
Separatist 		
29 	Darth Tyranus 	                        Rare
30 	Destroyer Droid 	                Rare
31 	General Grievous, Jedi Hunter 	        Very Rare
32 	General Grievous, Supreme Commander 	Rare
33 	Grievous's Wheel Bike 	                Very Rare
34 	Muun Guard 	                        Uncommon
37 	San Hill 	                        Rare 
40 	Super Battle Droid 	                Common
41 	Wat Tambor 	                        Rare	
43 	Chagrian Mercenary Commander 	        Uncommon
45 	Gotal Fringer 	                        Uncommon
47 	Iktotchi Tech Specialist 	        Uncommon
48 	Medical Droid 	                        Rare
51 	Tion Medon 	                        Very Rare
Imperial 		
59 	Emperor Palpatine, Sith Lord 	        Very Rare
60 	Royal Guard 	                        Uncommon

Universe set

3 	Elite Clone Trooper 	Republic 	        Uncommon
4 	Flash Speeder 	Republic 	                Uncommon
5 	Obi-Wan on Boga 	Republic 	        Very Rare
11 	Super Battle Droid Commander 	Separatist 	Uncommon
13 	Acklay 	Fringe 	                                Uncommon
15 	Bomarr Monk 	Fringe 	                        Rare
16 	Dash Rendar 	Fringe 	                        Rare
17 	Dr. Evazan 	Fringe 	                        Very Rare
19 	Guri 	Fringe 	                                Rare
22 	Lobot 	Fringe 	                                Rare
24 	Ponda Baba 	Fringe 	                        Rare
25 	Prince Xizor 	Fringe 	                        Very Rare
29 	Shistavanen Pilot 	Fringe 	                Uncommon
32 	X-1 Viper Droid 	Fringe 	                Uncommon
33 	AT-ST 	Imperial 	                        Rare
34 	Baron Fel 	Imperial 	                Very Rare
37 	Darth Vader, Jedi Hunter 	Imperial 	Rare
42 	Stormtrooper Commander 	Imperial 	        Uncommon
43 	Admiral Ackbar 	Rebel 	                        Very Rare
47 	Han Solo, Rebel Hero 	Rebel 	                Rare
48 	Luke Skywalker on Tauntaun 	Rebel 	        Rare
49 	Nien Nunb 	Rebel 	                        Rare
50 	Princess Leia, Rebel Hero 	Rebel 	        Very Rare
51 	Wedge Antilles 	Rebel 	                        Rare
53 	Luke Skywalker, Jedi Master New Republic 	Very Rare
57 	Nom Anor 	Yuuzhan Vong 	                Rare
58 	Warmaster Tsavong Lah 	Yuuzhan Vong 	        Very Rare');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4067','bbad0001ae','','Here are all of my PR pics.  Take them and use them.  Corey has about 250 more from D*Con on his memory card.

http://s23.photobucket.com/albums/b375/loki41872/d%20con%20pulse%20rifle/




And, the Pulse Rifle's name is &quot;[color=violet:bbad0001ae]SIGOURNEY[/color:bbad0001ae]&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4068','f5dcf5bf1b','','[quote:f5dcf5bf1b="Loki"]Let's annex Arkansas![/quote:f5dcf5bf1b]
FWIW, there are 14 members in Arkansas. I only know Suppa, who oddly does not have the BH designation. Considering how few members we have in Memphis, we might want to hold off on this idea.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4069','85d1740de6','','Mando love is a beautiful thing.

The pulse rifle is world famous.  I got that pic off a completely different website from any of the ones most of us visit.  Apparently it was taken at D*Con, but I don't remember it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4070','d33a61a520','','Carefull Glenn, or I'll have Tambo transfer you to Garrison Tyranus!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4071','b713d71e21','','[quote:b713d71e21="TK2138"]Is it wrong that that picture makes me HOT?!  I cant quit you Loki!!![/quote:b713d71e21]
You're not the only one. [url=http://people.vanderbilt.edu/~glenn.stein/MidSouthCon/pages/MidSouthCon0095.html][img:b713d71e21]http://people.vanderbilt.edu/~glenn.stein/MidSouthCon/thumbnails/MidSouthCon0095.jpg[/img:b713d71e21][/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4072','a2c8ab0423','','You lure me with your &quot;Rush&quot; song lyrics and dreams of anime girls.... Stop it!  :?  OK, so... April 22nd, eh? (looks around) I'll have to see what I can do....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4073','4bb9694c71','',':shock:     :rotfl');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4074','5621a4122a','','I'll put you down as tentative, vesper.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4075','4ea1c95856','','Typically the only place the con will check and see if you have a badge is if you're going into the dealer's room. I've had parents with me at various cons  (MTAC twice) in the past who have never registered but who will hang out in the lobby with me, so if you guys come and don't register you should be fine.

Only reason I'm registering is because I want to do the costume contest sat night :]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4076','2d98fe8f35','','I'll bring my Rodian Jedi stuff just in case another Vader is on the scene.  :wink:  Yeah, this is turning out to be quite a nice get-together. Should be fun!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4077','dee64f0b64','','We will welcome any member to any event , even if it's only once or twice a year when we see them.  Troop what you can, and don't worry about the rest.  I used to get on to people for not coming to all the events, but I will not ever again.  I know that if someone doesn't make an event it's because they have a good reason, or they just don't want to go!  And, believe it or not, I've actually missed a few things lately because i finally realized it's ok to not go to everything.

Get that armor!  You can't go wrong with TK.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4078','b314c13a28','','Oh man... I wish I'd known of your new addiction before you were addicted... I just put pretty much everything I had out on ebay. I do have a ROTS Yoda that I'll give ya the next time I see you, though.  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4079','228dbbaa92','','I need to see if I can find my old MTAC pins  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4080','8b27468807','','I'm going to win that thing this year Kell!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4081','50134d9d67','','I'm collecting them too.

I'll see what spares i have....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4082','56d24b53f4','','I am only collecting the cards with a few exceptions. I will post later what extra figures I still have.

Rebel Storm
31 Probe Droid VR
40 Sandtrooper on Dewback VR (that can't be right. I had the mini and sold it to Mark)
42 Boba Fett VR

Clone Strike

Republic
13 Gungan Cavalry on Kaadu Rare
15 Jedi Guardian Uncommon
18 Luminara Unduli Rare
21 Padm Amidala Very Rare (should have card+figure, but don't know where they are)
22 Plo Koon Rare
24 Quinlan Vos Very Rare
26 Yoda Very Rare

Separatist
32 Battle Droid on STAP Rare
33 Count Dooku Very Rare (possibly want figure)
34 Dark Side Acolyte Uncommon
35 Darth Maul Very Rare
36 Darth Sidious Very Rare
37 Destroyer Droid Rare
40 General Grievous Very Rare
43 Geonosian Picador on Orray Rare

Fringe
50 Aurra Sing Very Rare
60 Zam Wesell Rare

Revenge of the Sith

NONE

Universe
47 Han Solo, Rebel Hero R
50 Princess Leia, Rebel Hero VR
53 Luke Skywalker, Jedi Master VR (want figure)


Champions of the Force (out in June??)

OLD REPUBLIC
[] 1/60
[] 2/60 Bastila Shan*
[] 3/60
[] 4/60
[] 5/60 Old Republic Trooper*
[] 6/60
[] 7/60 Ulic Qel-Droma*

SITH
[] 8/60 Dark Jedi Master
[] 9/60
[] 10/60 Darth Bane*
[] 11/60 Darth Malak*
[] 12/60 Darth Nihilus*
[] 13/60 Exar Kun
[] 14/60 Massassi Warrior*
[] 15/60
[] 16/60 Sith Trooper

REPUBLIC
[] 17/60
[] 18/60 General Windu*
[] 19/60
[] 20/60 Queen Amidala*
[] 21/60 Republic Commando*
[] 22/60

SEPARATIST
[] 23/60 Darth Maul*
[] 24/60
[] 25/60
[] 26/60
[] 27/60
[] 28/60

FRINGE
[] 29/60
[] 30/60
[] 31/60
[] 32/60
[] 33/60
[] 34/60
[] 35/60
[] 36/60
[] 37/60 Ugnaut Demolitionist*
[] 38/60

IMPERIAL
[] 39/60
[] 40/60 Dark Trooper Phase I*
[] 41/60 Dark Trooper Phase II*
[] 42/60 Darth Vader*
[] 43/60
[] 44/60 Sandtrooper*
[] 45/60 Snowtrooper w/E-web Repeating Blaster*
[] 46/60

REBEL
[] 47/60
[] 48/60
[] 49/60 Hoth Trooper w/P-Tower*
[] 50/60
[] 51/60 Luke Skywalker*
[] 52/60
[] 53/60
[] 54/60 Yoda*

NEW REPUBLIC
[] 55/60
[] 56/60 Corran Horn*
[] 57/60
[] 58/60 Jaina Solo*
[] 59/60
[] 60/60

(*) Denotes which characters are rumored to be in the set, but does not ensure proper placement.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4083','d2b55e862c','','Does anyone remember the old lead SW mini figures???
I have a whole set of those. My friend Gary is having a guy where he lives paint them. I have seen this guys miniature work before and they are awesome..
Im hoping he has them done by Dcon...

The current minis are awesome to. Some are kind of tarded looking, but most are unbeleivable..

Glenn, the list you posted, is that what you have, or what you are willing to sell/trade ??????

I have been looking at Ebay and found most of the ones I need, but have been holding off as I would rather deal with friends.

Vesper, yes Ill take the Yoda man, let me know the price.. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4084','453101ae41','','oooh... 

 can we do that? :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4085','c92807e04a','','Okay, one last update:
The costuming event is on [b:c92807e04a]SATURDAY NIGHT, at around 6PM[/b:c92807e04a], so that's when we should show up. Friday night and Saturday day are all just devoted to gaming (RPG's, tabletop, wargaming, LARP's, etc.)  As before, I'll post this on the beginning of this thread too just to cover all of our bases.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4086','2854889623','','The emperor. I will bring my Royal guard if someone wants to wear it. If you do, then wear black pants and black boots/shoes.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4087','2fb05e54d3','','Loki, your smooth, very smooth.  8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4088','c93189b40a','','I realize that I cant go wrong with the TK.

My want and/or full desire is an EpIII clone Commander Gree.

But, the likelyhood of lighting striking this post with the find of armor is.....(any odds makers here??) :?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4089','d55fda1fd1','','Very good job Glen, thats stunt double material stuff there');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4090','7936542b99','','no we cant take AR,yes it was a tease but hey,gotta get a buzz going somehow!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4091','c2526bcfe4','Dent or not to dent...That is the question','Ok, I got my 95 post helmet to start my custom. I am wanting to get feedback on why or why not I should keep the dent in the helmet, or go about filling it in. I am 50/50 right now and would like opinions on both sides of the issue.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4092','eeb00459c1','','Loki,you sure you want that name for her?
what about &quot;ripley&quot;? too easy?
were gonna need to start another thread just for the pulse rifle,heck,i think ill just have the pulse rifle join the forum on her own.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4093','5aa7f4e563','All the cool signatures','who is making all these cool signature/banner things for your posts?
you guys have some rockin ones,i dont have time to do those nor the software.
if anybody has an idea for one for me go for it,
I WANT A COOL SIGNATURE TOOO!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4094','175e19f9d0','','I vote for filling the dent.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4095','c6fdde2d7e','','Here ya go.
[img:c6fdde2d7e]http://www.dwrd.net/skip.jpg[/img:c6fdde2d7e]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4096','904ee5d3d3','','[quote:904ee5d3d3="dwrd"]Here ya go.
[img:904ee5d3d3]http://www.dwrd.net/skip.jpg[/img:904ee5d3d3][/quote:904ee5d3d3]

man that's the best sig ever, I'm jealous.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4097','8f36abae4b','','omg derek make me one too!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4098','ddf312f0be','','fill');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4099','1efcd4a410','','I'm winning the ramen eating contest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4100','ad9d22b026','NEW Contest announcement','Ok troopers,here it is, all you web and design people,the time youve been waiting for,

over the last few years we heard mention of a new Tshirt for the outpost,we love the black and yellow but after 4 years a new shirt would be a fun addition,we'll were gonna do more than that,

A Contest to let everyone have a crack at designing our new Logo!

its up to you guys to design a new Logo to be used on Tshirts,hats,swag,whatever.

IMPORTANT-its not to replace our traditional outpost logo,that cant be replaced as it is what is dear to us,
but a new logo or design,it can be something completely new,something encompassing the present logo or whatever,its all up to you.i had mentioned having the vader helmet on fire and the flames rising up and encompassing the outpost logo.so that would be a new shirt but still had the outpost logo in there.get it? or something completely different!

I believe we want it to be able to placed on a run of new shirts were going to do so keep that in mind,maybe stick with &quot;4 colors on a black shirt&quot; kinda mentality,or wow us and we'll do whatever it takes to make the shirts,

so there you go, an blank pallett if you will,

basically were gonna do this,

let people design these,
we'll start a thread for you to post your entries in,
post your designs as they are ready
we'll start a 2nd thread for all the oohhs and aahhhs,so that the design thread doesnt get so crazy you cant find the designs.
if this goes right we should have a fair amount of entries,i would say we'll stick to a loose 2 week timeframe for entries.
after that we'll be able to hold a poll or vote to select the best one,if we have a ton of entries we may need to select a dozen of the best to vote on.
that should last another week.
enter as many as you can come up with,but dont get tooo crazy.
ive seen some of the talent around here,and to be honest, this is pretty dang exciting.i personally cant wait to see what comes of this.

i guess it needs to say &quot;501st&quot; and &quot;southern outpost&quot;
but beyond that i think its all you baby!
and with that said,

may the best design win!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4101','6de13ce1ef','','Ripley is too obvious.

How about &quot;Ellen&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4102','430f7a8ef7','New Logo thread','This thread is to be used for posting the designs you come up with and would like to have in the running.
if you are not a computer person but can draw and have an idea,then get that idea to somebody that can help.
Please dont post here any comments,use the other thread,if you post here anything useless expect it to be deleted.

so thats it,the following posts should be entries for you to google all over!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4103','deee674374','','Fill it.  Every time I see a custom bucket with the dent, I still think &quot;Boba&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4104','3086717fa8','','Like buttah.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4105','3d80b7fe99','New Logo conversation thread','Heres the thread to discuss the entries,
since this is for fun ill go ahead and say this is a positive contest.
any posts made to ridicule an entry will be edited,so keep it all on the up and up people.
remember,were gonna be wearing one of these designs to events in about a month or two!!!!! so have fun with this,thats an order.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4106','e328edff1b','','Why can't we take them?  Who's gonna stop us?  We're the SOUTHERN OUTPOST, by God.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4107','68b0ecbb76','','oh im all over it...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4108','e370bd761b','','I agree with you Chris. Jamey shouldn't think anyone is out to &quot;get&quot; him or to tear down his work.
He does need to understand that his events aren't the issue, it's the way he's going about setting them up that's the problem.

He just needs to understand that his events will be secure, but the masses expect EVERYONE to follow the same rules. No exceptions.

One thing that may make it easier to sell him is that by him going by the rules will encourage attendance of members father out on the fringe from Huntsville.
On that note, I understand if he doesn't want the rowdies down there at something he's put together. Chances are, since these are charities, the rowdies will either not show or behave themselves.
According to what the masses want, the &quot;bahavior while on duty&quot; issue will be addressed as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4109','fc148d6c69','','I agree, fill it. How in the world does every mando have a dent in the same spot? doesnt make sense. This is coming from a recovering dentaholic');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4110','f5ca698b73','','just because your my new best friend ill actually use that,smartass!!!

but how do i set that in my settings?
i looked at the profile settings and know how to link to avatars but didnt see anything on how to link to a signature.

edit-done-thanks');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4111','fdfee63d1d','','well i guess we can wrap that up.....???
or does anybody want to do a real one?

im not sure a real one would be so good after this one !@!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4112','a760124486','OT- Headless Horseman costume question','I know this is off topic, but I am wanting do to a Sleepy Hollow Headless Horseman costume and I have a good reference (sleepy hollow figure) point to start with, but I am curious if anyone knows of a good &quot;tailor&quot; that could make the suit ) leather with all the designs etc.... 

I am not familar with this type of costuming and not sure how to procede... If anyone has some suggestions they are very much welcomed....

Sorry for the off-topic question.


Mark');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4113','11a2bbabed','','i asked her and she said to address her as &quot;THE Pulse Rifle&quot;,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4114','b0ccf577f5','','Fill it and if you must have a dent put it in a different spot/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4115','2da7c6c696','','[quote:2da7c6c696="TD152"]I think the group has a problem with too many chiefs..
ie &quot;Command Staff&quot; has a conotation with it and by creating a larger one as we grow can make more issues that it resolves.


By re'labeling the LT's to something of an &quot;ADMIN STAFF&quot; category, might help people understand that you two and others we add and create jobs for , are volunteering to assist,  helpers or coordinators, etc.., here to assist, not to be the &quot;boss&quot; of people..


Does this make more sense?[/quote:2da7c6c696]

I think that may have been the misconception among members.
They actually thought that the LTs had some sort of high rank or authority when we were really support/assistance for command.

I know I've never considered my position as any type of authority, but more like a job foreman. One to encourage and police members and be an assistance to command where needed.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4116','371fbebf03','','That is my needs list. My extra figures list is pretty short now. You almost completely cleaned me out. At one point, I have probably had almost everything you need in Universe and Rebel Storm but sold them on eBay, to other 501st members, or to Great Escape. GE might still have a lot of what I sold them.

Revenge of the Sith
25 Battle Droid C (x2)
26 Battle Droid
39 Super Battle Droid C (x2)

Universe
7 Darth Maul on Sith Speeder VR
10 Super Battle Droid C (x5)
14 ASP-7 U
20 Kaminoan Ascetic C (x2)
46 Dressellian Commando C
54 New Republic Commando U (x2)

In case anyone is curious, my figure have list:
Luke Skywalker, Jedi Knight
Luke Skywalker, Rebel
Obi-Wan Kenobi
Princess Leia, Captive
Mara Jade, Emperor's Hand

Aayla Secura
General Kenobi
Padme Amidala (misplaced)

Obi-Wan Kenobi, Jedi Master
Shaak Ti

Obi-Wan on Boga
Tusken Raider on Bantha
Vornskr
Luke Skywalker on Tauntaun');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4117','f82543ccfb','','Hey guys.    Despite that fact that something bad stuff happened with my family, I was still able to have a really good time this past weekend.

Thank you all so much for accepting my big sis, Diana.   She needed this weekend so bad after bad stuff happening on Wednesday of last week.

To quote some peoples:  &quot;I can't quit you guys!&quot;

And from the sounds and looks of it, it's also the other way around.


I'm looking forward to being with ya'll in the future more.   And I will have my Imperial Officers costume done by the next thing I do with ya'll.   I PROMISE!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4118','52aaa87250','','A big thank you for all the compliments.

Does anyone have ideas for getting the brooches to stay? I had earring backs on them, but those wouldn't hold, so I had to bend them. One even broke this morning when I took some pictures with the MR lightsaber hilt.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4119','a7d1414987','','[quote:a7d1414987="Loki"]I apologize for leaving the dance early to persue &quot;Other&quot; interests.

And I apologize for making you guys (and some girls) jealous.

[/quote:a7d1414987]



No apology necessary on my end.   :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4120','7d5b88cc2b','','Should each member of the CoC use their own disgression in these matters when choosing to edit or delete another's questionable post?
At least where me, Drax and future additions to the CoC will be concerned.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4121','12ced07b53','','[quote:12ced07b53="Obi-TN"]A big thank you for all the compliments.

Does anyone have ideas for getting the brooches to stay? I had earring backs on them, but those wouldn't hold, so I had to bend them. One even broke this morning when I took some pictures with the MR lightsaber hilt.[/quote:12ced07b53]

Unless you replace the backs with the &quot;Button&quot; style backs

[img:12ced07b53]http://www.custom-studios.com/_borders/button-back.jpg[/img:12ced07b53]

Thusly, the they should stay in place');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4122','68053aaa7e','','joey,
state reps-do we need em?

heck yea, that is really a missing part of the solution.
these people really want somebody to lean on that they feel will represent them.they also REALLY liked the idea of nominating,supporting,and electing that position.
these would be 4 active members with simple duties such as helping organize things,being the &quot;go to&quot; person for that area, and ultimately the first line of defense against bullshit,to put it nicely 8) 

ultimately this positions are about the same as what the LTs were designed for.but instead this time they will be decided upon by the membership.
personally i think Drax would be elected to this position if he were to run for it,i dont think anybody else in that area would be up for it or would be able to handle the junk.
as for jeff,i dont know,wont pretend to know.
i heard mention of somebody being needed as our &quot;merchandise/PR&quot; officer.
keeps up with swag,flyers,PR material and more.
would still be a command staff member,that would leave jeff kinda in the same place as he is now,but out of any controversial crud.
is this even something to consider?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4123','1ef04ec446','','Great job, nothing I like to see more than some punks getting beat at their own little baby game.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4124','74d375ee7a','','I'm just learning how to do them, but If you send me the pics you want me to use, I'll try it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4125','e4e8b36f2e','','what about crazy ass posts that dont call out anybody but stir up hurt ,hate and bullshit? you know...corey's posts?? :lol: 

seriously, all posts needs to be watched.

and jeff,
im kinda thinking yes,if anybody in the staff with access sees a bad post i would rather it be dealt with swiftly and answer to that later,then to have to wait for a committe to discuss things and then a day later we edit it.
i think this mentality needs to be pushed to the group also,i think your going to see alot of people policing &quot;THEIR&quot; forum and take out the no-gooders! 
a bad post goes out,command gets PMs,we edit it,and move on.
thats how it should be.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4126','b449059062','Re: All the cool signatures','[quote:b449059062="SL100"]who is making all these cool signature/banner things for your posts?
you guys have some rockin ones,i dont have time to do those nor the software.
if anybody has an idea for one for me go for it,
I WANT A COOL SIGNATURE TOOO!!!!![/quote:b449059062]
Look at who has them: MasterKoon, Crash, SaberSpanker, ROTSAnakin.  That plus the use of Aurebesh screams that JediAgent fellow. He'll probably win that contest you just posted, too. Intersting how Derek's doesn't include the Imperial cog. Shouldn't he be a member by now?

Once my costume gets approved, I'll change mine.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4127','409e1c4946','','i think im gonna have to come up with something,then next time im in costume get the pose or closeup or whatever and take a good pic just for that purpose.
if i find anything maybe ill post the pics i want to use,then somebody can play with them');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4128','2be5416b60','','might want to hold back the &quot;slurs&quot; guys,though were mad we dont want to fall into that trap again,

as for the &quot;guy&quot; that did this.
i say we get with all the garrisons he hacked.and get them to send us a garrison sticker(s)
we then find out where this guy lives,
find out what he drives,
then one night we get somebody from the star garrison to run by there and put a garrison sticker on his car and door.one from every garrison he hacked.think of his surprise when he comes out to his nice expensive car to go get his expensive cup of coffee at the coffee house.all while &quot;worried&quot; about the poor pitiful people he left back in the dirt where he came from.
maybe that will make a non-violent statement to his little &quot;buddy&quot; hacker friends.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4129','6b61a25a4b','','Yeah, Skip, those were the ones. 

I agree with the &quot;after 10pm&quot; arrangement.

I guess what I am concerned about is the 501st billboards that are still on all our guys' chests during this time.

Granted the naughty fun may take place after 10pm where it harms no one, but that advertisement lasts forever... especially in pictures.

Maybe I'm over reacting. Thoughts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4130','cdd25e4153','','Glenn I have the Luke on Taun Taun card for you if you need it.  I just have some of the figures and don't need the cards.  Looking for a Boba fett to go next to the Jango I have.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4131','0fb7b83df5','','I too am jealous of the signature panals......but then again...I have no computer skills whatsoever. I know there are plenty of pics of skip out there, come on guys, make him a cool banner!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4132','0095705281','','A TK is always garaunteed the love by con goers and event patrons.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4140','ae9eac8032','','How bout this.

[img:ae9eac8032]http://www.dwrd.net/skip2.jpg[/img:ae9eac8032]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4141','64c1d1f36d','Washer &amp; Dryer  and a queen bed','Wirlpool washer and dryer approx 5 years old..who needs em' come and get them.  real cheap..real cheap

I also have a Queen Matress set if someone needs a bed as well.

I'm in Clarksville and you will have to come and get it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4142','5ba79d15a7','','ive got a TK i dont wear, my wife has a snowtrooper she doesnt wear,

do what you can,wear what you want.
only about 1/3 of any garrison is overly active.the rest just come and go when they can.

cya around,let me know when your ready for a TK.

edit-
forgot to add,
dont get a costume to join the 501st
get a costume that youve wanted forever, then join the 501st to have places to wear it.you might only want the one costume like before mentioned.but once you see how much fun it is you might then get others.i would say MOST of our members have only 1 or 2 costumes,dont let us costume nazis run you off.were just having fun.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4143','540850c039','','You sure? The April 8 Library thing is coming up pretty fast.  :wink:  Oh yeah, by &quot;tentative&quot; you really mean &quot;as long as Vesper picks me up&quot;, right?  :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4144','620a29e681','','i had thought of one after seeing this

[img:620a29e681]http://i13.photobucket.com/albums/a296/skipjenn/return.jpg[/img:620a29e681]

i wanted a rather wide one,it would have this predator on one side, and then a similar silhouette of vader on the other side.
except in red instead of blue,
then skip so-xo kinda in the middle.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4145','970070a6cd','','Dallas, it was a pleasure meeting you and Diana.  I hope everything is ok with the family.

For the pulse rifle, why not take a que from Jesse V. and call her Ole' Painless. Hehe.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4146','1ea6477f73','','Well you're going to have to build up some false shoulders for it, which I imagine would be very heavy. I believe they just covered Ray Park's head (yes, he was the headless horseman) in a blue-screen mask, and then CGed out his head. You could do that - have an on-set-accurate headless horseman. :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4147','197a6a9b61','','Hell yeah, I suck toes!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4148','3a953bee16','','Sometimes sigs get out of hand and make it hard to read the actual posts. ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4149','519c771e0d','','I'm readily available to do high-quality photoshop work if anyone needs someone to do a banner.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4150','89e1ee61da','Sugar Glider + Cage','For sale:

1 year old Sugar Glider.  Life expectancy of 15 to 20 years.

1 large cage for Sugar Glider, approx. 3 feet tall, 1.5 feet wide.

Some of Mark's hair, in Sugar Gliders claws.

$150');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4151','8755e5b8f7','','For my Boba Fett armor project, I'm putting dents in it by heating up the desired spot, and then &quot;drilling&quot; a Craftsman screwdriver handle into it. The grip on the handle makes for a very nice irregular dent. But the effect I'm getting is on Sintra, so you may have to do some other things to the material to get it to dent right.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4152','8e51582160','','hehehe .. ok.. here's my shot at it 

I don't have any pics of you, so I borrowed Dwrd's. Hope that's ok. 

[img:8e51582160]http://i30.photobucket.com/albums/c322/MommaJenks/Skip1.jpg[/img:8e51582160]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4153','fcd64c8e67','','I have the West Cost miniatures and the original 1977 metal figures like &quot;Bull Vader,Bunnytroopers ,Duck Vader,ect. 

I also have a small stash of the universe.Would like to trade for the ones I need. Will put a list together.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4155','a073d4d901','','For mine I just took a picture of my blackhole bustup, and it had a shadow, I thought it was neat so i inverted the colors and did a little work in paint... it's not fancy but i like it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4156','1365b5b25a','','[quote:1365b5b25a="clutch2827"]Sometimes sigs get out of hand and make it hard to read the actual posts. ;)[/quote:1365b5b25a]

point taken. sorry about that. I got all happy about it and it was too big. sorry. 

Sig edited to be smaller now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4157','f46a942531','','[quote:f46a942531="SL100"]oh no doubt!
i love saber's but you got to get ryan to photoshop out that person on the steps,i keep looking at him.[/quote:f46a942531]

[img:f46a942531]http://tk-2486.com/501/sigs/SaberSpankerSig_3.jpg[/img:f46a942531]

Legs-B-Gone!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4158','44a2b8b78b','','I am SO there.  I'm tempted to register, but I have no idea what the dealer's room will be like.  If it's anything like (edit) Mid South Con, then it is not worth it.  I'm used to Wonderfest where the dealer's room takes up 90% of the convention.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4159','be8c1b1dbe','','BTW Loki, your icon offends me.  :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4160','42a77d35a7','','I think you have your cons mixed up clutch.  Adventurecon is one giant dealer room, like wonderfest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4161','a654b3922b','fav','Spanker, yours is one of my favorites,,,,you had to put all those dead troopers in the background didn't you :cry: 

Can we get some shots of dead Jedi :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4162','1443a2c995','','Shizzle, I meant midsouthcon. Doh');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4163','a3c070ada4','','got you added to the roster, clutch!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4164','6dd76be4f8','','143 Volunteers. List has been finalized and sent to COSI :)

Andy Renzetti 	Darth Vader, Biker Scout, Clonetrooper
Marshall Peterson	Sandtrooper, Biker Scout, R2-D2
Joe Renzetti	Emperor, Sandtrooper, TIE Pilot
Jon Farmer	Stormtrooper, Clonetrooper
Jake Ehrichs	Royal Guard, Stormtrooper, Clonetrooper
Brady Miller	Darth Maul, Jango Fett
Brad Sherman	TIE Pilot
Travis Moriarty	Royal Guard, Stormtrooper
Aaron Solinger	Zuckus (Bounty Hunter), Clonetrooper
Mary Solinger	Officer, Clonetrooper
Danielle Rodkey	Stormtrooper, Greedo (Bounty Hunter)
Jeff Orbin	Stormtrooper
Michele Orbin	Tie Pilot
Angela Lindsay	Tie Pilot
Troy Lindsay 	Stormtrooper
Lisa Pavlina 	Officer
Scott Kern 	Biker Scout, Clonetrooper
Josh Vardous 	Stormtrooper
Kevin Cooper 	Stormtrooper
Jason Ivey 	Stormtrooper
Chris Balk 	Stormtrooper, Officer
Julie Balk 	Imperial Officer
Jason Adams 	Clonetrooper, Officer
Rebecca Whitecotton	Officer
Kieron Dillon	Biker Scout, Han Solo
Jon Leopold 	Stormtrooper, AT ST Driver
Clint Dougherty 	Royal Guard
Sean Dougherty 	Royal Guard
Geoff Krickhan 	Deathstar trooper, Jedi
Emily Krickhan 	Tie Pilot, Handmaiden
James Ficker 	Stormtrooper, Biker Scout, Clonetrooper
John Ficker 	Gunner
Mary Ficker	Officer
Jeff Ignatowski 	Officer
Wendy Wassme 	Snowtrooper, Jawa
Julie Burnsides 	Zam Wesell 
Christina Wicker 	Officer 
Chris Graburn 	Sandtrooper
Dallas McKinney 	Stormtrooper
Mike Ziemer 	Biker Scout
Jim Miklos 	Sandtrooper. Biker Scout
Jeff Clayton 	Clonetrooper, Vader
Mark Gau 	Vader
Jim Joyce 	Biker Scout
Randall Metcalf 	Scout ???
Jason Neurath 	Stormtrooper
John Jaeckel 	Biker Scout
Brian Brosmer 	Jango Fett
Joe Brown 	Stormtrooper, Tie Pilot, Deathstar Trooper
Katie Thomas 	Female Tusken Raider, Sabe (Queen Amidala) 
Christian Solecki 	Royal Guard
Mike Frazier 	Stormtrooper
Jerry Carter 	Stormtrooper
Scott Kidd 	Stormtrooper
Jeff Stine 	Clonetrooper
Derek Stine 	Clonetrooper
Ludovic Bardeche 	Jango Fett, Sandtrooper, Tie Pilot, Emperor
Angel Bardeche 	Officer, Imperial Gunner
Shala Poling 	Stormtrooper
Christian Solecki 	Royal Guard
Sean Redfern 	Vader, Stowtrooper
Eric Behnke 	Stormtrooper
Jason Obojski 	Clonetrooper
Jasmine Anderson 	Officer, Tie Pilot
Justin Manning 	Officer
Mike Washko 	Stormtrooper
Glenn Tamboia 	Jango Fett
Sean Rothe 	Clonetrooper
Mark Ingram 	Sandtrooper, Tie Pilot, Snowtrooper
Wendy Ingram	Snowtrooper
Rose Coe 	Royal Guard
Jon Wollack 	Clone trooper, deathstar trooper
Glenn Stein 	Clonetrooper
Tim Birtch 	Stormtrooper
Skip Curley 	Vader, Clonetrooper
Jennifer Curley	Snowtrooper
Tim Wollack 	Clonetrooper, Sandtrooper
Joey Beck 	Clonetrooper
Holly Beck 	Clonetrooper, Snowtrooper, Officer
Jon Jones 	Stormtrooper
Jason Bales 	Clonetrooper, Snowtrooper
Laura Bales 	Biker Scout
Corey Miller 	ATST Driver
Chase Gustafson 	Clonetrooper
Joseph Powell 	Snowtrooper, Stormtrooper
Tyler Phillips 	Stormtrooper
Shannon Oliver 	Stormtrooper, Sandtrooper
Cindy Oliver 	Blue Senate Guard, Officer
Zach Nixon 	Stormtrooper, Snowtrooper
Chris Ledbetter 	Stormtrooper
Aaron Brueckman 	Royal Guard
Graeme Ring 	Boba Fett
Aimee Jorgenson 	Biker Scout
Damian Jorgenson 	Stormtrooper
John Duffy	Stormtrooper
Cindy Bovin	Stormtrooper
Kell Yarwood	A New Hope Leia, Queen Amidala
Lisa Scharf	A New Hope Leia, Award Ceramoney Leia
Susie Leopold	A New Hope Leia
Sarah Conte	A New Hope Leia, Jedi
Leah D'Andrea	A New Hope Leia, Award Ceramoney Leia, Padme
Carrie Ivey	Picnic Padme
Gabrielle English	Episode II Padme
Lita Rebello	Battle of Genosis Padme
Rachel Orange	Evening Gown Padme
Maurecia Hill	Padme
Diedra Culp	Handmaiden
Derek Deweese	Plo Koon (Jedi)
Kim Leigh	Episode III Obi-Wan
Dan Bergren	Episode III Obi-Wan
Danielle Stead	Barriss Offee (Jedi)
Jason Orange	Uncle Owen Lars
Steve Handerson	Uncle Owen Lars
Gena Henderson	Aunt Beru Lars
Jo Lynne Navarre	Jocosta Nu (Jedi)
Krys Britton	Jocosta Nu (Jedi)
Stephanie Monk	Jedi
Alex Ford	Han Solo, Jedi
Eric Schnider	Han Solo
Bryan Stoyle	Luke Skywalker
Gil Guemes	X-Wing Pilot
John VanOphem	X-Wing Pilot
Karen Sarna	A-Wing Pilot, Jedi
Matt Hofmann	X-Wing Pilot
Ed O'Connell	X-Wing Pilot
Linden Wilson	X-Wing Pilot
George Starkey	X-Wing Pilot, Jedi
Justin Manning	X-Wing Pilot
Gregg Nowling	X-Wing Pilot
Mark Shidler	X-Wing Pilot
Kim Dillon	Jedi
Pat Phinney	Jedi
Mary Harris	Jedi
Emily Navarre	Jedi
Damian Britton	Jedi
Kevin Spencer	Jedi
Lyndi Scott	Jedi
Jos Figueroa	Jedi
Matt Pfingston	Chewbacca
Mike Brandt	Episode III Anakin
Justin Monk	Episode III Anakin
George Johnson	Blue Senate Guard
Ia Brueckman	Blue Senate Guard');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4165','874be16fa8','','OH HELLS YEAH!! She's back!

Did I ever mention I love that icon? just sayin. Done highjacking');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4166','3e82569fc9','fill','Fill, Fill, Fill

What's with the avitar Tambo?  Is there something we should know???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4167','5408b59546','','[quote:5408b59546="TB1112"]
point taken. sorry about that. I got all happy about it and it was too big. sorry. 

Sig edited to be smaller now.[/quote:5408b59546]

Wasn't directed at you, just the group in general. ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4168','0b1084cacc','','come on troops!  this is to be our new &quot;battle logo&quot; as i call it... what we would paint on the side of our gunship as we swoop down on the smelly con goers everywhere! 
it should show that we're a force to be dealt with, a kick arse 501st unit above all others!  something to slap everywhere, shirts, patches, banners, tattoos, sitckers, and all the cool swag we have been running dry on recently!  

get the creative cogs turning!   troopers busting through a wall, something off a super hero comic book cover, anything that shows pride in the SO to the rest of the legion.!!

the old SO 'circle/states&quot; logo will still be around as our  'official' logo for administrative purposes like pr material and such,  but this new contest is to decide the FUN one for us!!


Like skip said, there aren't any real rules.... just room for creativity..who knows, we all  might want to pick more than one?!?!?


if you decide to include text, which is purely optional, we are now officially refered to as:


The Southern Outpost , a garrison of the 501st Legion

or old school was just 
Southern Outpost , 501st Legion 

looking forward to some great stuff!!

PS did i mention patches?!?!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4169','c15488708d','','no worries :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4170','557addee3b','','yes, edit first, worry about it later.

you wouldnt' have moderator privilages if you were not already intrusted to act solo with them... 
use it when it needs it, ill back anyone's first gut feeling anytime....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4171','c86df83c8b','','This would probably be more suitable for a front pocket position or maybe on the sleeve because there's not much to it.  I just like the EIII clone chevron and Aurebesh.



[img:c86df83c8b]http://img74.imageshack.us/img74/5520/sologosmall8yl.jpg[/img:c86df83c8b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4172','e0d9eb0f1f','','Whatever it is, it should have THE Pulse Rifle in it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4173','f1fa5c802e','','I'm trying to get some nice reference shots of the daggers for crafting purposes.. but the weapon policy at DC will limit us a bit.  I'll shoot you a PM once I get some nice shots of them.

&lt;-- BTW, what do you think of the avatar I made?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4174','2483bd98a4','','I thought she should return, considering our next event is an anime con!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4175','3711ce878b','','Maybe hook, just maybe...by your command.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4176','ce1d7e3e79','The Alien','It's almost done.  I've asked for the old thread to be removed, and started this new and improved one.

Here's the legs:
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien041.jpg[/img:ce1d7e3e79]

The arms and abdomen:
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien044.jpg[/img:ce1d7e3e79]

Feet, Hands, and tail:
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien049.jpg[/img:ce1d7e3e79]

Feet, Hands, tail and Loki the Cat as &quot;Jonesy&quot;
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien051.jpg[/img:ce1d7e3e79]

The back piece and spines:
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien052.jpg[/img:ce1d7e3e79]

Chest:
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien039.jpg[/img:ce1d7e3e79]

And some head pics for ya.  I've just started on the head.
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien053.jpg[/img:ce1d7e3e79]
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien035.jpg[/img:ce1d7e3e79]
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien032.jpg[/img:ce1d7e3e79]
[img:ce1d7e3e79]http://i23.photobucket.com/albums/b375/loki41872/alien030.jpg[/img:ce1d7e3e79]

The head won't sit that high up when done, a lot of the filler has to be removed and a helmet put inside, it will come down about 6 inches when that's done.  Then the head will be painted, and it's ready.  I'll post complete pics after her debut at MTAC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4177','3dd5bc0a5f','blah blah blah blah blah blah blah blah blah blah','I can see where you'd need some pretty heavy-duty brooch findings for those, Glenn.  I've got some wild suggestions below, that you might've already tried.

(I'm using Fire Mountain Gems as source pics, but don't feel like I'm [i:3dd5bc0a5f]endorsing[/i:3dd5bc0a5f] them or something.  You can get this same stuff cheaper if you shop around.)

Depending on what the back side of the brooch looks like, you might get some use out of a [url=http://www.firemountaingems.com/shopping.asp?skw=KWFNKILTPINS]kilt pin[/url] -- it's basically a giant diaper pin, so not exactly &quot;attractive&quot;, but it has the advantage of being pretty easy to stick through a couple of loops permanently attached to the underside of your brooch.  And it should hold against some moderate tugging.

I, however, would probably go with [url=http://www.firemountaingems.com/details.asp?PN=H152397FN]this round[/url] [url=http://www.firemountaingems.com/details.asp?PN=H152398FN]pinback here[/url], combined with a happy dose of Liquid Nails or E6000.  You [i:3dd5bc0a5f]could[/i:3dd5bc0a5f] do two rows per coin of a short one of [url=http://www.firemountaingems.com/details.asp?PN=H152412FN]these rectangular jobbies[/url], but that's not going to be as easy to put on or take off, nor will it hold as well.  Still, it's better than your chances of [url=http://www.firemountaingems.com/details.asp?PN=H151632FN]any[/url] of [url=http://www.firemountaingems.com/details.asp?PN=H151628FN]these[/url] little [url=http://www.firemountaingems.com/details.asp?PN=H151634FN]tie-tacs[/url] holding the brooch and chain onto the fabric against a hard tug in a crowd.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4178','6e0f354dc6','','Li'l Mary Sunshine?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4179','2d12f34728','','After this weekend, I think we could just name her &quot;The Con Whore&quot;.

She has more DNA on her than a public restroom.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4180','35bb16ef5d','','I actaully already have one, it was one I was designing for a new hockey jersey that never came to life. So it's like hockey-styled, not really anything like you described. But here you go.

Since it was originally for a hockey jersey, I kept several hockey logos in mind. Hockey logos typically are flat, and any shading is done with colored cuts and crude shapes, so they aren't ever really 3d. So I kept the flatness in mind. I also wanted it to be a rehashed SO logo, but with some pop to the text. Any &quot;501st&quot; text would have made it too busy, so I just stuck with the Southern Outpost text, and gave that some hockey flair.

I also have this in super high res if anyone wants to throw it on a shirt or flag or something.

[img:35bb16ef5d]http://i48.photobucket.com/albums/f239/torso_boy/3rd_logo.jpg[/img:35bb16ef5d]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4181','aae94882fc','','Add in Arkansas, and you've got a winner.  Oh hell, let's take Georgia, too.  We run DragonCon and the St patty's parade anyway!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4182','ceb47e3909','','That's going to be sweet looking, Loki.  Can't wait to see it at MTAC!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4183','8cdb542043','','I don't see me on there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4184','079a1104cc','','Loki.. that is so Frackin cool.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4185','52fb03b980','','[quote:52fb03b980="SL100"]oh no doubt!
i love saber's but you got to get ryan to photoshop out that person on the steps,i keep looking at him.[/quote:52fb03b980]

That's sweet Alex... she's standing on those steps in just about every pic i've seen from the photo shoot... I don't blame her though, it was quite a sight :p

I do love all the photoshoped and pretty siggys... but I'm going to stick with my Me / Me and Jon collage. :p It works fer me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4186','1b9b748cb2','','So are we just doing Saturday night now and not both? I was lookin forward to a nice long troop on Saturday and some fun Friday night but im down with what ever everyone else is doin. Just as long as we make time to get some grub, hell I think we should troop the resturant if we can all sit. 
Can you tell I havent been out in a while?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4187','31d0d4996a','','I actaully already have one, it was one I was designing for a new hockey jersey that never came to life. So it's like hockey-styled, not really anything like you described. But here you go.

Since it was originally for a hockey jersey, I kept several hockey logos in mind. Hockey logos typically are flat, and any shading is done with colored cuts and crude shapes, so they aren't ever really 3d. So I kept the flatness in mind. I also wanted it to be a rehashed SO logo, but with some pop to the text. Any &quot;501st&quot; text would have made it too busy, so I just stuck with the Southern Outpost text, and gave that some hockey flair.

I also have this in super high res if anyone wants to throw it on a shirt or flag or something.

[img:31d0d4996a]http://i48.photobucket.com/albums/f239/torso_boy/3rd_logo.jpg[/img:31d0d4996a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4188','4af139f705','Re: fav','[quote:4af139f705="Hook"]Spanker, yours is one of my favorites,,,,you had to put all those dead troopers in the background didn't you :cry: 

Can we get some shots of dead Jedi :P[/quote:4af139f705]
Those dead stormtroopers were actually there after she &quot;killed&quot; them. I wasn't there, but I've seen pictures.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4189','093f5a564b','','Guys, you couldn't name her &quot;Ripley&quot;... my Hamster was named that. If you named it that, whenever I look at it, I'd think of my hamster...

 :oops: nevermind  :oops: 


Dallas, it was such a pleasure having you, and your sis Diana as well. Bring her back if you can!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4190','accf85368e','','[quote:accf85368e]Dallas, it was such a pleasure having you, and your sis Diana as well. Bring her back if you can![/quote:accf85368e]

My, you were busy this weekend, weren't you?  I only &quot;had&quot; one person, myself.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4191','ddc1dff463','','On first look, 33 of 143 (or 34 of 144 with Loki) are from the Southern Outpost and Corellian Base.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4192','ad3872c707','','You know me Loki... I'd like to have everyone if I could. I even got your armor for a while there  :wink: 

Oh man... what a weekend! No wonder I need a break. It's cause you people wear me out! *do you want me to stop the inuendos? cause I could keep going...*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4193','9eb8dcdc27','','You know, Joe wore my armor right after you and Jon were &quot;finished&quot; with it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4194','bad7feedda','','Well, earlier on this thread i asked to be taken off, but I was told by somebody that I was going weather I liked it or not, and I was assigned to a room with Corey, Richard and Joe.  So, someone should let me know, am I going or not?  Cause I do kinda want to go now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4195','d72caa051c','','You could try sewing the chain directly to the cape and pinning the broach over it if you're not already doing that.  That way the tention will be on the material and not on the broach.   You'd have to lift the cape over your head, but it would be more secure.  You'd still need to replace the earring back with either a tie-tac or a pin-back per Blue-Jedi's suggestions.  The pinback would be more secure and might not require sewing the chain to the cape as well.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4196','4b483bb1f1','','I'm glad I wore it BEFORE you and Shweetpea &quot;used&quot; it. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4197','94cec4a76b','','Here's my ideas so far. Stay tuned for more!!!!

[img:94cec4a76b]http://img.photobucket.com/albums/v718/tk1427/SouthernOutpost3.jpg[/img:94cec4a76b]

[img:94cec4a76b]http://img.photobucket.com/albums/v718/tk1427/SOBanner.jpg[/img:94cec4a76b]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4198','23645bc8ac','','Ok... I'm going to stop here before this thread gets sent to the Trash Compactor.

How about them con nerds, hm? Gotta love em.   :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4199','a0c66a7c6f','The Kid from Brooklyn','Ok,

Y'all need to check this site out....I nearly fell out of my chair!

[url]http://thekidfrombrooklyn.com/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4200','e94e542438','Re: All the cool signatures','[quote:e94e542438="SL100"]who is making all these cool signature/banner things for your posts?
you guys have some rockin ones,i dont have time to do those nor the software.
if anybody has an idea for one for me go for it,
I WANT A COOL SIGNATURE TOOO!!!!![/quote:e94e542438]

Here ya go Skip!

[img:e94e542438]http://img.photobucket.com/albums/v519/jediagent/signatures/SkipSig.jpg[/img:e94e542438]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4201','82cb8bce6b','','I hear ya, Tyler. I'm pretty much dying to put the armor back on - missing the Atlanta parade infuriated me; I was really looking forward to trooping that. By all means feel free to come up Friday night and troop; the only thing that will be going on at the 'con then will be people playing games, but don't let that stop you. I have a meeting that night in Lawrenceburg and wouldn't be able to get back to UK's campus until around 9pm-ish. When you come up on Saturday, btw, can you pick up Cadet? If not, just let me know and I will, no prob. Take care!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4202','77dca2ca96','','[quote:77dca2ca96="Loki"]
She has more DNA on her than a public restroom.[/quote:77dca2ca96]


Two words for that... Clorox wipes!!!  :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4203','ac3cdbd0ef','Re: All the cool signatures','[quote:ac3cdbd0ef="SL100"]who is making all these cool signature/banner things for your posts?
you guys have some rockin ones,i dont have time to do those nor the software.
if anybody has an idea for one for me go for it,
I WANT A COOL SIGNATURE TOOO!!!!![/quote:ac3cdbd0ef]

OMG! I'm laughing my BUTT off Skip! That Signature line is hysterical!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4204','ab15738404','',':lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4205','4579d8a315','','Incredible Loki! That looks KILLER! 

Does Jonesy freak out or is he used to it by now!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4206','73b236d934','','now thats funny!!!! :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4207','40de97fdf9','','Fill it with peanut butter. Then you'll have a snack during those long troops........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4208','f4b048603f','','I don't care WHO..........');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4209','c4e03c648c','','down Loki.......

be sure to put that logo over in the logo design thread.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4210','29e38a8911','','Darn right fugly...blue fingernails and all!!! :pimp 

Nah. It rocks, Loki! Cant wait for some pics of it w/Skips alien as well!

Now,  as soon as the Trojan comapny calls you because of a shortage of latex............... :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4211','2c9444967e','','Perfect!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4212','b9a2dd47da','','I've allready been banned from Hobby Lobby.  They think I'm some kind of S&amp;M terrorist.

Jonesy doesn't like it at all.  But be assured, when it's finished, the first pic I post will be me in the whole suit holding him.  27 years later, the Alien finally gets that stupid cat.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4213','4809a0cffb','','Just trying to get Joey that LCO job... one state at a time!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4214','4621ed0ce1','','LOL, wow Loki it looks awesome, can't wait to see it completed!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4215','d7b77bfbe3','','Hey Tim I wont be able to pick Cadet up on Saturday. Im comin from work so I will be goin through Winchester. I can take him back home though. Darren (Boba Fett) is coming but his fett is out of commission right now and he is doin his Batman. I think he is bringin a buddy in a Jason suit also. Should be a fun little shindig. I think we should try to meet up a little early so that we can grab some food and scout out the place. 
I think me a Darren are going to meet around 2-2:30 at the wal-mart on nicholasville again. Anyone else interested in some food and a toy run?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4217','f952647e59','Web Team Tasks and what we're doing (please read first)','Ok, as the Garrison's web team, overall what we're tasked to do is maintain the look and feel of the website, forums, etc. The SO is a big area and its forums, web sites, etc usually need refreshing and maintaining fairly regularly. 

First off, bear in mind the Command Staff can read this forum but not post in it. This is just so they know what we're up to but we can keep the forum fairly clean for our converstations.  

Just so you all know who is in here... this is the team as it stands right now:
2 web deputies ( Chase and Gooshy )
1 event moderator ( Atin also known as Corey )
1 web deputy/IT ( Wookiegunner also known as Donald )

This is what you guys will be doing (this is just a starting place, I figure we'll all be pitching in to help each other).

Web Deputies: Helps with member pics, web site design, coding, layout, graphics, and so on.

Web Deputy/IT: Helps me with the backend coding, setting up automation so the forums and galleries auto recover in the event of a problem, being my extra pair of hands on the server.

Event moderator: He has the unpleasant job of moderating the Event categories and event information for the Outpost. In addition, once I set up an account for him, he'll also assist with wrangling event pics and uploading them into the SO Galleries. If he gets swamped with uploading event pics, I'll add the rest of us in and we'll all upload. Last but not least, he'll need to get the reports from the local troop running the event and pass it up to command for review and to get it posted to the news page for the site.

As time permits I'll be setting you guys to moderator status over several of the forums. I'll let you know when I get that setup.

If my ramblings make little sense, please feel free to ask and I'll try to explain what I'm rambling on about.

Ok.. in the immediate future this is what we've got to get done:

[1] member pics
[2] new website design / layout for www.501stso.com
[3] design / layout for event info threads
[4] name and patch design for our web team squad
[5] southern outpost member pic framesets for our own members pages
[6] upload forms for a slew of stuff.

If anyone can think of anything else, please post away here');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4218','2c2b50154c','','Dang man that would have been cool, But we all the Imperial presence we can get anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4219','3651b13cc9','Member pics','Out of the batch Tambo just sent me, I've picked a couple for me to work on and put the others in their own zip files.

Here's what we've got:

BH718 Holly Beck
IN7331 Jonathan Wesson
TC057 TIM Wollack
TC1907 Mark Arancibia
TC760 Jon Wollack

Pick however many you want to work on and let me know. I'll email you the zip files. When done, zip up the finished jpgs and gif files and send them back to me and I'll send them on to the Legion web deputies.

Sorry for it being clumbsy to pass these around this way, not had a chance to write the forms to make this smooth.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4220','7dcdf4d0d6','Web Team Squad','Ok, I thought it might be pretty cool to make an unofficial Southern Outpost squad composed of the web team members. To that end, lets come up with patch designs and a name.

To get the ball rolling, here is my suggestion for a squad name:

143rd Holonet Signal Corps');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4221','1b6f09457f','','Your avatar is sweet, I may need to steal it at some point.  

BTW, the guy making my mask is doing it out of fiberglass resin (I don't ever think I spell that last word right).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4222','af01de3079','','I got the Mara Jade yesterday for my bday :D

Just thought Id brag ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4223','ffa0e22d87','','FYI, all the non-smoking rooms at the hotel are booked.  DANG!!!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4224','7403ac2eb6','','I loved that last signature, Ryan.  Any chance I can get someone to do one for me???  I could pick out photos or go with what y'all have for the Zachmire.  My yahoo photo album is: http://photos.yahoo.com/dvdmaster1138

Go crazy with ideas to use of my costuming past.  The challenge has been laid before you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4225','85ddfee6f7','Napoleon Dynamite Spelling Bee','Just a little humor for today. Dunno which is funnier, the fact that the 13 year old kid nails this or the fact almost noone in the crowd gets it. :lol:


[url]http://www.ebaumsworld.com/videos/napoleondynamitespellingbee.html[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4226','a9560df9b6','','Ryan, that's AWESOME! LOL');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4227','c4bece791b','','Oh ryan....

Loki commands your services.

http://s23.photobucket.com/albums/b375/loki41872/?multi=10&amp;addtype=

Here be 3 albums with god knows what.  Do as you will.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4228','0d6d647a9a','','Smoke em if you got em!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4229','def7ac1dbb','','Ok, this is what I've got for a web team:

Corey (event coord/moderator)
Chase (web deputy)
Gooshy (web deputy)
Donald (web deputy/IT)

this is a starting list and I may add one or two more as time goes on.

Any opinions before I open the doors to the new forum area I've been making for them?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4230','ae1d1d3dd8','Website design','Ok, we need a fresh look for the Southern Outpost site ( www.501stso.com).

Post ideas / links to sample design pages, etc here and lets agree on something to get it hammered out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4231','64a6fcf7da','','What the hell, add me for this one too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4232','e9b3202b2b','','Ok thanks for the input, fill it is. Now the other question. Does anyone have some time this weekend who would help me fill it? I haven't really had to work with Bondo yet, and don't want to screw up the hard to find bucket. I want to have at least a somewhat workable version of the mando ready for MTAC at the end of April. Please post here or PM me. I will come to you.

Thanks,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4233','dfc0121cf6','','come to my house this weekend.  Bring beer and Joe.  We'll git 'er done.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4234','988d0ac6b4','','Makes me want to go home and watch &quot;Aliens.&quot; Awesomeness beyond awesomeness.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4235','f03fa2af5e','','resin.. &lt;nod&gt; 

that's right. 

you know, you guys could work together at Dragoncon.. act like you're the same person.. it would be wild.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4236','b0fc7f85ae','','Well, as final as some of the lists are, there are still errors. For instance, Gena and Steve Henderson are not on the final, no one else will be added RL list, but are on the participants list. Joseph is not listed as Anakin on the participants list. Hey, and Richard Cross is also missing from the participants list, so he's in the same boat as Loki.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4237','53ed84bf9c','','Sorry Loki. Forgot to tell you. I am currently in the process of cloning you so you can go to more then one event at a time. Coulda sworn I told you that in Atlanta. My bad.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4238','7370a11b52','','No prob; I can go pick him up Saturday. Cadet - how does me picking you up around 4pm sound to you? That way we'll be there around 5pm at the latest, which gives us plenty of time to reconnoiter, suit up, etc. by 6pm. I'm now pretty sure I'll actually be wearing my WH40K Chaos Space Marine costume, if I can get it fully-painted by then, but I'll have my TK armor with me too if it'll fit in the car, in case we need some more Imperials there. If Darren wants, he can wear my TK armor himself, although I'll need the undersuit &amp; neckseal for the Chaos armor.

The Chaos armor (with the entire waist-assembly falling down!):
[img:7370a11b52]http://i32.photobucket.com/albums/d21/timbky/Complete-helm_off.jpg[/img:7370a11b52]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4239','7aceff50da','','my roomie says no :(  *sigh* Stupid roomie.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4240','35e5dc2087','','Glenn, they are reasons why Gena and Steve are not on the final RL list. They WILL be going. PM me if you would like more information.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4241','47ce93a5cf','','Hello there, Zach thought it would be a good idea for me to post here since I am in the beginning stages of making this same costume for him.

So far I have found a couple of patterns for the Doublet, found decent gloves, the mask and some possible fabrics for the cape.  I have ordered some fabric to make the hat out of since no one makes that hat yet, though I have read that Rubies will but to be honest, I hate Rubies and I doubt anything they will make will be good enough for this costume.

I'm having a hard time so far finding the right silk weave for the doublet and I need some pictures of the back of V's doublet, and a full body shot of the apron.

As far as the knives go, I have nothing yet, but I'm keeping my eyes open.
 
The belt I know needs to be custom made and I have no experience in working with leather.
 
So if anyone else here is researching this costume and wants to exchange ideas/fabrics/props/etc, I am all ears.   :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4242','fd9104c675','','[b:fd9104c675]CORRECTED[/b:fd9104c675]


More directions:

[size=18:fd9104c675]Traveling from Chattanooga via I-75[/size:fd9104c675] 

North on I-75 to exit #49 (Athens) 

Left at light  travel West on Highway 30 for approximately 12 miles.   

Library will be on left, across from Meigs County Courthouse 
 
[size=18:fd9104c675]Traveling from Chattanooga via Hwy 27[/size:fd9104c675]

North on Hwy 27 to Dayton. 

Right on Highway 30  travel East on Highway 30 for approximately 12 miles 

Go straight at the Hwy 30/Hwy 58 Intersection.   

Library is on Right, across from the Meigs County Courthouse. 

[size=18:fd9104c675]Traveling from Knoxville via I-75 [/size:fd9104c675]

South on I-75 to exit #49 (Athens) 

Right at light  travel West on Highway 30 for approximately 12 miles.   

Library will be on left, across from Meigs County Courthouse 

[size=18:fd9104c675]Traveling from Kingston via Hwy 58[/size:fd9104c675] 

South on Hwy 58 to Decatur (approximately 20 miles) 

Left at 2nd Traffic Light (Hwy 30) 

Library is on Right across from Meigs County Courthouse[size=18:fd9104c675][/size:fd9104c675][color=red:fd9104c675][/color:fd9104c675][size=12:fd9104c675][/size:fd9104c675]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4243','f60381f706','','So is this like an alien/aliens hybrid?  The coloration looks excellent.  Did you airbrush it?  How do you plan on seeing out of it?  If it gets lowered too much, then you won't be able to see out through the neck.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4244','cc86825051','','Add me. I can't remember what I'm supposed to do on the 8th so meh. Ah well.

Since there's already some jedi, I'll wear the Padme. It's midriff though. Is that cool in a library? Just checking.....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4245','1a1e2a6f4c','','Wait Derek, I didn't agree to clone Gena and Steve. Not yet anyway. I think you're confused... ;)

No but seriously, it took several runs to find my name on there. There's still time to add names over on the Ohio 501st forums so it could be as simple as forgetting to type a name. With that many people...not a surprise.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4246','23403afedb','','Oh, but do you have the very rare Crayfish Clonetrooper Minature?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4247','bc6af15055','cool','I have to say that I am speachless.  That looks incerdible man.  It will be my honor to troop with you at the con in cool springs.

The cat was a nice touch :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4248','e6769e6564','','[quote:e6769e6564="TK-Tim"]No prob; I can go pick him up Saturday. Cadet - how does me picking you up around 4pm sound to you? [/quote:e6769e6564]

4 is great, I'll see you then');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4249','a080866468','','Hook, don't you mean hunt him? We could make the con into a huge game of hunt down the alien, especially if Skip wears his predator.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4250','4985a7396c','idea','I have an idea, but my illustarting skills are not good enough for the final product.  If I can scetch my idea on paper, would we have the resources to get it drawn out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4251','2c7cd4ce04','','sounds good to me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4252','0d8584a29a','','With authentic &quot;Crayfish&quot; autograph! Get yours today!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4253','3d1db963ae','','Which tail am I supposed to be looking at?



[img:3d1db963ae]http://i23.photobucket.com/albums/b375/loki41872/alien049.jpg[/img:3d1db963ae]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4254','43dd9010e2','Thanks for the help :)','Hey, I just wanted to thank all the people who helped out with my movie (the scene where suited up guys danced) when I was at the armor party in March. It was a hit, and everyone in the class loved it, plus I got an A for it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4255','cca0debf71','','Now we just need someone to film us dancing at a con. It would probably need a different rating, and would not be classroom appropriate.

Congrats on the A.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4256','c52b5ac6c7','','Dude, I could use that hair back. It's startin to get a little thin up top or so my wife says.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4257','4baf7e47bf','Dinner Thursday Night Anyone?','As the title suggests, anyone up for going to dinner somewhere in Cool Springs this Thursday night around 7pm?

I won't be in town much for the next few weeks so I thought I'd see if anyone was up for gettin together.  If so, suggest some places and whatever one has the most suggestions is the one we go to.


-- Everyone's favorite Jedi Spirit --');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4258','d6bd95e5cf','','Signed MIB!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4259','6f2ce528d1','','[quote:6f2ce528d1="Loki"]Oh ryan....

Loki commands your services.

http://s23.photobucket.com/albums/b375/loki41872/?multi=10&amp;addtype=

Here be 3 albums with god knows what.  Do as you will.[/quote:6f2ce528d1]

Commanding me?  You're not CO :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4260','c2ac9a77cb','','I'll bring a copy of the film to the next time Atin has an armor party that I can make.  It did set the bar for the rest of their class.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4261','f87ab2a557','','Cray kissed mine and had it blessed by Tambo when he signed it.... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4262','d9eb1affd0','','I want to make this one, but it may be this weekend before I know if I can.  I guess put me down as tentative.  



I'd like to wear my Vader.  I know Vesper's already down for it, so only if it's ok with him.  I can bring my Guard too, if anyone wants to wear that.  Also, if Vesper wants to do Vader he can wear mine so Loki wouldn't have to lug Corey's all the way out there(well maybe just the codpiece).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4263','51d8f05cc7','','YES! I am done with gymnastics at 7 so I may be slightly late, but as it's IN Cool Springs, I'm pretty safe


COUNT ME IN!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4264','772974a331','','OH HELLS YEAH!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4265','a151a72ad6','','I've been thinking about going to this as well. Chances are more likely now that I can travel light. Consider me tentative. If Hill's Wholesale Gaming is on the dealer's list, it will increase my chances. (They owe me money.)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4266','b0b8015ac3','','If you don't want to go to Loki's, I could help you out. Heck, if you have the bondo, you could come over to my apartment during the week when we're both not working.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4267','4c7ce6d737','','I know about Gena and Steve, you told me Monday. Was just using them as an example. There are actually 10 people on the &quot;final&quot; list who did not sign up in the RL topic or Hotel/Participant topic, although 4 probably correspond to spots where the person's name was not given and Gena/Steve are mentioned elsewhere as replacing people who pulled out. I suppose these 10 technically don't count as a mistake.

I noticed several other mistakes including two people listed twice, one approved RL member missing from the partcipant list, 2 apparently non-RL members on the list with RL costumes, and 3 RL members who should have been approved not being on any list. I did send TB744 a PM about them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4268','c45769a407','','Jedi Agent, I can not make it. I have to work. Kahhhhhnnnn!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4269','608ce80a24','','whatever tail you want saber.

Yeah clutch, it's an Aliens suit with Alien 1 colors.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4270','5f78734470','','Loki suggests it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4271','e82474bf89','','Hay All,
I think towards the beginning of this thread, Tambo had asked we keep it pretty clean so members could gather the important info as they need it.

Not trying to rag on anyone, but if you have questions I would suggest you PM Tambo or call him..
He is the COORDINATOR, for the Southern Outpost on this event.
If you jump over him and ask TB744 in Ohio, then this will lead to further confusion.

Also if you are asking questions of other members dealing with COSI, please take it to PM with them..
Again, Im not trying to rag on anyone, but this event is complicated enough, lets try to work together and follow the chain of command, in this case your first stop is Tambo.
Thank you');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4272','5ca67baa98','','I can't do dinner Thursday, but I am still planning on going to the show tonight: [url]http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=273[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4273','46fd08e2a3','','Well, it appears you're all over this thing Glenn.  I'll be at peace now! :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4274','3dda3529ad','','there ya go Your Highness.  Glenn has lots of bondo experience from his clone helmet days!  SO choose.... but choose wisely.  False Grail brings death...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4275','319ad1160d','','Loki, you were removed because you requested to be off the list. I went by what you had requested. I am looknig into some of the issues Obi-TN sent me. However a few of them are RL issues which Kim Fink is handling so I will pass them on. I can send corrections to COSI so this isnt in cement yet.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4276','281dd6aa0b','','Yes, I asked Tambo to take me off the list, but he said no.  So I've made plans to be there.  Somebody's got ot go to keep an eye on Zach.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4277','9577f2549e','','I will get you added back on. A couple other errors were with copy/paste missing the end of the RL list. RL members that are not on the list I will check with Kim but if they did not get on the list in time we might have our hands tied with that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4278','2a6b14bf62','','No... seriouslly... I don't have to be Vader if someone else wants to. If anything, I'm the last person in line to be Vader. You certainly have the height for it. I'll gladly wear whatever you guys want to bring or I can be the Rodian jedi. Maybe the next event I'll finally have my own armor to sport. BTW, I didn't realize that you had a Vader. Nice! So... you, Corey and Joey have one?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4279','0375de03c5','chow','i'll check with todd to see if he's up for it...we'll be talking ot jeff and chase tonight also, so we'll run it by them too.  famous dave's is always great, and we have this italian restaurant called torinos that makes you smell like a garlic farm but is definitely worth it.  yum!!!!!

todd just said he wants to go to mexican cause ryman loves sitting next to corey and his chimichanga's.hehehehehe

seriously though, if we all feel well, count us in.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4280','1b3af31983','','and Skip, Thad and soon, another...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4281','426add2ca1','','Me, Corey, Joey, Skip(the Official Outpost Vader), and someone else is workin on his but I don't know if he wants it spread around so I won't say who.  



Here's mine.



[img:426add2ca1]http://img487.imageshack.us/img487/6828/18dc19459ss.jpg[/img:426add2ca1]


Took me over a year to put together because I had to track down all the accurate parts instead of just buying a Rubies.  




The reason I asked is I know how much fun you had wearing it at Chattacon and I didn't want to step on your toes because you stepped up first for the event.  You're more than welcome to wear the Royal Guard.  I think it looks pretty cool to have a Vader and an IRG with him.  Just let me know.





Skip, I like the Knoxville night out deal.  Anyone who needs to can crash in my apartment Saturday night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4282','a6f707af90','','We allways get a gaggle of Mandos together for a group pic.  Maybe just once, like at DCon or AdCon we could get all the SO vaders in one pic!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4283','343f5f13b4','','It looks great. You might do a repeat of AVP. cuz I like the Cat..  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4284','8dd092c9d4','','Famous Dave's is great for bar-b-que! I like the way you think!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4285','563293fbce','','I will be honored to be Royal Guard. Question... can the force pike plug into... um... nevermind... I can't think of a way that [i:563293fbce]won't [/i:563293fbce]sound wrong. hehehehe. OK, will I need to bring anything special for the Guard?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4286','8a8bc00dd4','','Added you to my Excele spread sheet Geoff. Will be sent to COSI on our next update. Other minor stuff like people being listed twice has been corrected on my spreadhseet as well as adding Richard Cross.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4287','857ec11476','','And Zachmire is begging politely.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4288','fbfc1c5a0e','','Ryan I might be able to do it.  Give me a time &amp; location.  hopefully somewhere that won't hit the wallet too hard.  I also have a project for you.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4289','e1774f4ef9','','Bondo and Beer both start with a B, so I will travel to the land of Shelbyville. That and I want to see the Alien.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4290','28970cab91','Robert Jordan fans: sad news','I'm quoting from Danny Chamberlain, Publicity/Marketing Director for MidSouthCon:
[quote:28970cab91]Robert Jordan, who graciously stepped in as our writer GoH when Robert Adams died just before the MSC in 1990, has announced he has amyloidosis, a rare blood disease. The median survival rate for his type is 4 years. The letter can be read here: 

[url]http://www.locusmag.com/2006/Features/03JordanLetter.html[/url] 

and a few more comments from him on his blog, here: 

[url]http://www.dragonmount.com/RobertJordan/?p=38[/url][/quote:28970cab91]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4291','bec113bb40','','Man I just bought the old shirts and now you guys are going to change them. Just pawn that old crap off on the new guy trick huh? Just make sure to get more of the larger sizes this time. Some of us don't fit the TK armor yet!! 


J.A.F.T.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4292','bddbcd8474','','[quote:bddbcd8474="Loki"]Yes, I asked Tambo to take me off the list, but he said no.  So I've made plans to be there.  Somebody's got ot go to keep an eye on Zach.[/quote:bddbcd8474]

The Zachmire could always use a protective detail.  The GF might like back-up to make sure I stay good.  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4293','bcdef98d9a','[NC-17] TROPHY-CASE','Just when you think you've heard it all, you find a web site that is wiling to sell (for a membership price) pictures of naked guys blowing up balloons.  Why pay?  Trooper recruits will do that on command.

[img:bcdef98d9a]http://www.knology.net/~killjoy/501stnc17/blowitup.jpg[/img:bcdef98d9a] [img:bcdef98d9a]http://www.knology.net/~killjoy/501stnc17/Outdoors1_269.jpg[/img:bcdef98d9a]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4294','119c7befac','','Oh dont be mistaken,
the original OUTPOST shirts will remain in style,

this is simply an addition,if you will, to our wearable collection');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4295','faf138b251','','You'll burn for this one Loki. Taking that sweet precious little ball of fuzz away from your long-suffering daughters. 

For shame.



J.A.F.T.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4296','a2596c018e','','sorry, wont be at the anime con,going out of town that week.

plan to have mine done by wonderfest.but not sure if i want to wear the pred or alien,probably just the alien so we can have 2!
theres a big alien thing happening at that event so it might be predator-less.not sure i wanna loan that costume out as its pretty difficult to wear and fragile.who knows.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4297','6e1104edea','','Just your sweet ass.





And black pants and boots if you got 'em.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4298','824840441d','','[quote:824840441d="Darthangi"] I echo Bob and Betty with I didn't know there were enough V words to string together a sentance much less a speach.[/quote:824840441d]

Voila! In view, a humble vaudevillian veteran, cast vicariously as both victim and villain by the vicissitudes of Fate. This visage, no mere veneer of vanity, is a vestige of the vox populi, now vacant, vanished, as the once vital voice of the verisimilitude now venerates what they once vilified. However, this valorous visitation of a bygone vexation stands vivified and has vowed to vanquish these venal and virulent vermin vanguarding vice and vouchsafing the violently vicious and voracious violation of volition. The only verdict is vengeance; a vendetta held as a votive, not in vain, for the valure and veracity of such shall one day vindicate the vigilant and virtuous. Verily, this vichyssoise of verbiage veers most verbose vis-a-vis an introduction, and so it is my very good honor to meet you...and you may call me V. 

A friend found it, I can't take credit for remembering it.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4300','d47aee4cad','','Batman will be there! Maybe you 2 freaks might wanna knuckle up with the Bat???!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4301','c897029f48','','[quote:c897029f48="SL100"]
not sure i wanna loan that costume out as its pretty difficult to wear and 
fragile.who knows.[/quote:c897029f48]



I'll wear it.  You got a shoehorn and some Vaseline?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4302','016e769f5f','','If Chuck wouldnt mind designing this for me... Im thinking our existing Outpost logo (in english), with flames around it. Kind of symbolizing a &quot;rebirth&quot; of the Outpost (on the back of the shirt) front-- simply The 501st Legion. Basically symbolizing we are 501st Legion 1st, Southern Outpost 2nd.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4303','f2f1ec217e','','I'll give it a shot for ya Bob! It will take me a couple of days to get it done.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4304','d74b277c33','','Not me!  They want to get rid of it.  It tried to kill their ferret.


The glider is the size of a hamster, the ferret is the size of a cat, and the little thing is convinced it can take the ferret.  But it's really sweet, I swear!  And she can fly!  How cool is that?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4305','7853fbffde','','Sorry this kinda rambles but I'm reading each previous post and commenting on it as I reply...

Any suggested changes made in [b:7853fbffde]bold[/b:7853fbffde]

#1 looks great. 


#2 and 3 can be combined.

&quot;[2] The 501st Legion Southern Outpost is dedicated to creating an environment of friendship and good will. To this end, the Legion will not tolerate the practice of sexual misconduct or sexual harassment by its members. Members who engage in such conduct will be subject to disciplinary action, [b:7853fbffde]up to and[/b:7853fbffde] including termination from the 501st Legion Southern Outpost. This policy applies to all 501st Legion Southern Outpost members. It applies not only to unwelcome conduct that violates state and federal laws concerning sexual harassment but also to inappropriate conduct of a sexual nature.&quot;



New #3 should include something about alcohol and illegal substances. Alcohol being intelligently moderated and illegal substances being strictly prohibited in public view/knowledge. While we are all adults and noone can tell you what to do in your own hotel room, caution and consideration for other safety MUST come first. or something like that...

&quot;[2] Activity occurring in a [b:7853fbffde]hotel or private (something that makes it clear that a public bathroom does not qualify)[/b:7853fbffde] room behind closed doors is not the business of the 501st Legion Southern Outpost, but please be mindful of other members. If a member engages in an activity that emerges from behind a locked room that is considered offensive or illegal, disciplinary action [b:7853fbffde]WILL[/b:7853fbffde] be taken. &quot;

#4 Some sort of statement about different levels of events...ie pure charity or public appearance VS. cons and private/semi-private afterparties should be made to give a guildline for when it's ok to have a beer in your hand while or armor OR 501st clothing and when it's not. We need to make it understood that we aren't trying to control people or be party poopers, but we all have to be aware of the our impact on the image of the 501st at any and all times.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4306','2fffe67729','','Ferrets, cats, freaky bat-hamsters, are you tryin to start a zoo?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4307','1bef4412c3','','Looks good. I think if Corey can keep his random post-bursts in check, he would make a fine addition to the web team. If he chokes the admin privalages can always be revoked.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4308','4abf2d4006','','And there's a horse, three dogs, 35 fish, 8 shrimp, 4 hamsters, a frog and a goldfish pond full of mutant crayfish.  My kids like critters.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4309','dbda64a80b','','My first question would be what is the job description of the Legion level CotG? If it doesn't match what we're going for we should call it that (might create confusion). If CotG doesn't fit, perhaps Intra-Garrison Relations Officer? Lastly, I think it should be a Command Staff appointed position.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4310','7f2983501d','','drax is right,
corey simply needs to be put on watch,
perhaps he will blossom with some opportunity.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4311','b44e87a9bf','','if we combine some of these topics into one train of thought,

im kinda thinkin jeff might be good for this spot.it would allow him to continue to serve,assuming he still does.
it opens up the chance for people to elect one of their own for a mid-tn rep,
its a pretty good chance for everybody to win here,you think?

also, after seeing how tired of the &quot;gossip&quot; people are now,i wonder how needed that part of the job will be? i have already heard people shutting down others that were pissin.so we might be off to a good start here.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4312','f6ff9ae0f2','','I'll definatly be there. Any other tuskens showing up??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4313','623e53241e','','In addition to the &quot;refrain from excessive profanity&quot; statement, there should also be statements for the following...

-Avatars and Custom Signatures must be PG-13 at worst. They must also conform to the no politics/religion rules of the forum.

-ANY post with pics or links to pics/content that is not PG or might endanger someone's job if they open it at work, MUST be in the TRASH COMPACTOR section. (I think breaking this rule should be an immediate ban of medium timelength...getting someone fired should be an asskickin' as far as I'm concerned) ;)

-While PM's are meant to be private, hateful or harassing messages will not be tolerated. If you feel you have received such a PM, you may forward it, unaltered, to the COC to have it taken under review for possible resolution and/or disciplinary action. (Chris, can we or you, look at people's PM's or are they completely private unless forwarded? This might be useful in case someone was to alter or paraphrase a PM they claimed to receive).');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4314','4862ad6280','','I say let's see how things go from here out with Joey's approach of &quot;gentle suggestion&quot;. If Jamey continues to put short notification on events, hoards contacts, or cops a 'tude, I say boycott his events. After 3 or 4 empty ones, we can have someone else contact the charities and offer our services. Or, we can just contact them ourselves and let them know in advance not to go through him anymore.

I certainly hope that he plays by the rules from now on. As Joey said we WANT members that set event up. However, we can't have 1 person that gets away with stuff pissing the entire rest of the garrison off because &quot;it's all for charity&quot;...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4315','3e98a29546','Re: Msc conversations #6- defining the roles','[quote:3e98a29546="SL100"]

GML-Tambo
tambo is doing a great job as GML.lets define what he does so people know what all he's doing.dont hear much from tambo except to refferee.glenn ,we got all this crap dealt with this weekend,bust my ass if i continue anything,same with everybody.we expect the members to police themselves,lets listen to our own advice.

GWL-chris
chris ash needs to be considered a REAL member of the command staff.i had a good conversation about this and believe what chris told me.the GWLs get no respect.
what i ask is that chris steps up to be an active part.get in these discussions and no more refferee'ing us guys fight! pick sides and tell us to drop it if were wrong.

the LTs need to also be defined and know their place amongst the group.
this leads me to my last thread tonight
MSC conversations #7[/quote:3e98a29546]

I agree...Tambo kicks butt.

I agree...Chris kicks butt and I never thought about GWL not being a &quot;real&quot; Officer position. It should be for the amount of work he does.

As far as Lt.'s job descriptions, I'm just rolling with Joey's original statement about them...although I can't find it (think it died in the crash). The Lt's are here to be delegated to and help out where needed. I also try to be the &quot;Knoxville area guy&quot; (I know I need to get more events going 'round here)... I'll happily take whatever tasks the COC decides for the Lt's. If for any reason I'm not able, I'll step aside for someone that does better. I think I'll head over to #7 to post more...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4316','99a78ad0b0','','when was this Con and how can you go about being informed when they are coming up');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4317','69a87775a8','','Damn night classes. I can't make it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4318','2bb60eef29','','Only problem I have with &quot;elected&quot; reps is what if you guys get stuck with someone you can't work with. Now he's &quot;elected&quot; and you gotta deal with him and piss off the people that he represents... I know that would be some sort of worst case scenario but I had to throw it out there. I've always been of the mindset that while we're all here to have fun, this ISN'T a democracy. The CO or CO/XO combo should pick each and every person they want on staff. However, since I'm neither (and don't wanna be), that's ultimately up to you guys :)

The problem I have with 4 &quot;state&quot; reps is this... How do I represent Memphis from Knoxville? How does Bob represent the Lousiville from Lexington? Does Mississippi need a rep with 7 members? 

I do agree that there should be more &quot;reps&quot; but I don't know about just 1 per state...

I'll also say that however this works out, I'll continue to try and be the &quot;Knoxville area guy&quot; even if I'm no longer an LT. (if that's ok)

Also, I think Jeff would make a great GMO aka &quot;SwagMan&quot; heh');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4319','f3dfdafc7c','','drax the main difference here  is that the reps WOULD only be really worried about their areas,

only the west-tn and mid-tn area members would vote for their person,
only the knoxville area members would vote for their person
only the KY members would vote for their person 
only the AL members would vote for their person
so in essence ,only somebody close to that area would be known and supported,and that person would be encouraged to do whatever they could whereever they can,but really would work their area mainly.

so if drax was nominated for knoxville and so was somebody else.there would be a vote for that.then we would setup a poll or vote,we can determine which members are around there,then email them all a reminder to stop by the forum and vote.
no mudslinging,no crap,
just a small campaign to let people know who you are,that would be a given.i just dont want any junk with this.this is being done to help.

this was a big hit with the group this weekend,they liked this very much.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4320','af9c2c3102','','having dinner with family,thanks for the invite,but gotta miss out :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4321','65c51d6588','','I love how I'm always left of off the Vader list. Show the love guys...

Anyway here is our roster from what I can tell:

[b:65c51d6588][u:65c51d6588]Team A[/u:65c51d6588][/b:65c51d6588]
Joseph - Soft Vader
Danielle - Padme
Derek - Emperor
Jaster - Boba Fett
Loki - TK  (+ 2 Jawas)
Gooshy - TK
Hammer (tenative) - Hard Vader?
Skip (tenative) - Hard Vader?
Michael Mott (tenative) - handler (or can anyone spare an extra costume?)
[size=9:65c51d6588][i:65c51d6588]from Chattooine[/i:65c51d6588][/size:65c51d6588]
Vesper - Royal Guard or Rodian Jedi
Lady Stoshia - Jedi 
Dallas (tentative) - Jedi or Imperial Officer 
Orion Knight-Star - Jedi 
Eelem - Jedi
Benji - Jedi

[u:65c51d6588][b:65c51d6588]Team B[/b:65c51d6588][/u:65c51d6588]
Kenny - orange hoody

If I left you off the list or got your information incorrect, I'm sorry, let me know. I'll do  my best to correct it. Skip &amp; Hammer, discuss amungst yourselves who the Hard Vader is going to be if either of you can make it.

The event doesn't start till 11 and it runs to 2 but I'd personally like us there no later then 10:30 preferably at 10 since that is when the library iss open. We'll have a room to change and store our stuff. In fact they mentioned some of the sweet library ladies might be baking cookies for us. If that doesn't beat all. 

Is anyone willing to caravan? Personally I'd love to have a co-pilot. My car can hold a few. But it's not got the space like others who drive vans or suv's have. 

Thanks again to Drax for letting us know about this opportunity. We're going to rock their socks off.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4322','8ca190a944','','Okay, so I've learned my lesson that the '97 helmet is basically fecal matter, only not as useful, and even worse-looking. What about the &quot;Mystery&quot; helmet that I occasionally see mentions of? What the deuce is that, and is it any good? I ain't buying ANYTHING until I clear it with you guys first - I have sooooo learned my lesson...   :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4323','f8a851c7f5','','Joe, I will bring my guard but it would be too short for Mott. If vesper wears my guard, then Michael could wear Hammers, if no one else has anything for him. Skip, do you have the soft parts of your guard you could bring and I will provide the helmet and pike?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4324','036a05c732','','Oops.  I thought Skip was coming with something else because he thought it was covered.  I read it wrong.  If Skip wants to wear his I'll just come hang out.  Sorry about the mix-up.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4325','26de06e07c','','And he'll bring me or rather I can drive over myself. Cause I'm special.
And I want to work some more on some stuff with my X stuff anyway. So we'll make it a sexy party.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4326','ec339982dd','','Wowza man... that's quite a menagerie. I'm afraid my &quot;animal family&quot; may get that large someday, but not yet... not yet.
Jon and I discussed it, and we decided not to get it from you, although part of me really REALLY wants it. I had a friend growing up who had a glider and a chinchilla... good times.
But alas, priorities, we must get a Pug dog and a Sphinx cat first, then tinier mamals after that. *sigh* Sorry man, but I'll try and help you out.

Adorable rodent/flying squirrel/racoon/leemur looking thing.
[img:ec339982dd]http://strictlyreptiles.tv/photos/gallery/s/images/Sugar%20glider%20baby_jpg.jpg[/img:ec339982dd]
Nocturnal, clean, easily tamed, and fun to handle (jumpers).
[img:ec339982dd]http://home.att.net/~duodavis/x99_14.jpg[/img:ec339982dd]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4327','b7c2763cdc','','I'm probably the one confused. Either way, Just let me know. Skip if you want to wear something else we could always use a clone.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4328','a53c01e240','','Let me get back to you. I migth take it. It'd go nicely with my Chinchila. I'd have two crazy wierd little rodents.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4329','94c9e8ff1b','','Did you say an Italian restaurant?  *grins*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4330','defe9b76a1','','Would there be room for me, the wife, and 2 chitlins?  Smokey Bones is another good place for bbq.  And then there is, lessee...

J. Alexanders
Logans
Macaroni Grill
Red Lobster
The food court in the mall (a personal favorite)  :P 

What am I leaving out?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4331','e90278e771','','I have a mystery helmet, or at least a recast of it I think.  Its a nice bucket, fiberglass and I think its a little bigger than the DP's.  As far as the &quot;mystery&quot;...  no one knows where it was molded from.  Its rumored to have been originally cast from a screen used helmet.  But I have also heard that a REALLY good prop maker sculpted the mold from measurements that he took directly from a screen used bucket.  As far as size difference between the &quot;mystery&quot; and the Boba Busket on display, there is only supposed to be a minute difference.

Check this website out for alot of helmet history:

http://www.starwarshelmets.com/');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4332','098c9e2fe6','','[quote:098c9e2fe6="TB1620"]In addition to the &quot;refrain from excessive profanity&quot; statement, there should also be statements for the following...

-Avatars and Custom Signatures must be PG-13 at worst. They must also conform to the no politics/religion rules of the forum.
[/quote:098c9e2fe6]

I agree on that.

[quote:098c9e2fe6="TB1620"]
-ANY post with pics or links to pics/content that is not PG or might endanger someone's job if they open it at work, MUST be in the TRASH COMPACTOR section. (I think breaking this rule should be an immediate ban of medium timelength...getting someone fired should be an asskickin' as far as I'm concerned) ;)
[/quote:098c9e2fe6]

Playing devils advocate here..
The number of members that have access to the trash compactor is low compared to the general membership.  How about :
&quot;any post with pics or links to pics/content that is not PG or might endanger someone's job if they open it at work, MUST have [NC-17] in their subject or be in the TRASH COMPACTOR forum&quot;

[quote:098c9e2fe6="TB1620"]
-While PM's are meant to be private, hateful or harassing messages will not be tolerated. If you feel you have received such a PM, you may forward it, unaltered, to the COC to have it taken under review for possible resolution and/or disciplinary action. (Chris, can we or you, look at people's PM's or are they completely private unless forwarded? This might be useful in case someone was to alter or paraphrase a PM they claimed to receive).[/quote:098c9e2fe6]

Yes, pms are like email, they are stored in a database before being transferred to the recipient.  I can pull pms and I've got the majority of backup scripts written and running (I've got a bit of a disagreement going with the hosting company over when and how often its running).  Now a PM can be deleted which will remove it from the database but as I run backups, I can just go &quot;dumpster diving&quot; to see if the backups have anything. Now I won't do this unless very absolutely necessary. Diving for that PMs table is major invasion of privacy.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4333','f9a11ad735','','At the meeting Jeff was called the &quot;Mythbuster&quot; for the Outpost. To me that is part of the CotG position.  While electing is a valuable thing, I'm lately leaning towards CotG being appointed also. CotG is a sensative position, its more than just a &quot;meet and greet&quot;. It really will be an arbitrator, a mythbuster, and a little bit of a detective if you will.

Jeff's straight up and honest.. brutally so.  Which to me is good qualities for a CotG.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4334','e4143338a5','','If someone would llike to fix me up a signature, I woulndn't so &quot;no&quot; (maybe  :lol: )

 :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4335','804a0115b5','','Last spring, I asked Jamey to hook me up with the MAW reps so i could get a reference down here with MAW before i cold called on them.
Jamey got me the info for the Birmingham MAW contact, and asked the H'vill contact to call ahead.

Although the Bham reps didn't really jump at our ideas for events, back then Jamey did help me when asked.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4336','34f5bfb3af','','since there seem to be no objections to the Web team idea, i say we consider it a done deal.

Chris, when you are ready for this to go public, I'll make an announcement in the SO business thread,  and you can go behind and detail it if you wish...

-joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4337','41e946fd66','','I'm almost ready, just need to add a few more things in the new forum for them.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4338','051d4dc1d4','','looks good');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4339','8475006096','','Then it sounds more like a meet in the middle situation. 
As much as Jamey needs to follow protocol, a lot of us in the Outpost need to learn to trust Jamey, I'm as guilty of that as anyone. I'm willing to troop with him and see how things progress.

As for his contacts, how many of them are applicable for other areas? Is there a MAW contact in Nashville? Knoxville?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4340','a4709e15e8','','incase it appears that im suggesting we slam this guy, im not.
jamey has done good things,but bad too.

i say we get our ducks in a row,elect some state reps.put in some written guidlines that hinder anybody from doing the behind the scenes stuff.then allow that AL rep some time to see if jamey will play nice.
if all goes well then there may never be a need for confrontation.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4341','c95774fe7f','','i think when it comes to the mythbuster portion of that job it will need to be funneled up through the new city reps to the CotG.
then the CotG can try to find out whats going on.

if we as a command staff can move toward being united jeff can definately count on my vote for that position.but if we see ourselves having issues again i think the membership will not bring issues to him.
so its up to us to get back on track.

so the official question would be

can we move Jeff to CotG? does this work for him and the garrison?
if so,
we need to then define duties?
what will he do ,what will the average member expect of him?

mythbuster-Pr-materials?
other thoughts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4342','9a964236cd','','while i understand totally Drax's point on the &quot;at work&quot; angle,

i gotta ask why we would censor people on a forum becuse other people are using their work computers to search the web and look at pics and stuff?
your supposed to be working at work,not on our forum.
if your willing to risk your job to surf the internet your already treading thin ice.sure,its common practice.i just dont think we need to worry about that.
most times somebody posts a link to a gallery
so 1) youve already gone onto the internet and the forum while at work
2) youve already logged in the forum
3) youve taken the time to search topics and have found the link to the persons gallery
4) you clicked that link to look at the pictures

i see 4 chances for that person to stop,if they made 4 choices to get to those pictures then if theres a nude girl holding the pusle rifle then its not our deal when the boss walks by and sees what they are looking at.

im all for protection but sometimes these people gotta watch their own backs.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4343','c5c9b98aac','','Hello everyone

I am from the Ohio Garrison and I look forward to meeting you at the COSI event - it looks like it should make for a very good time!!

-Angie');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4344','20acb1af3c','','If I may throw one out there..
Jeff as-  Logistics Officer.


Kind of a PR officer, but more of a git r done kind of role that we have the Lt's in now, than a face the venue event contacts person....

This person coordinates

SWAG availability ( either getitng it made or making sure others who do it follow rules and not price gouge the members)  (similar to the LMerch Officer)

Table/PR material availability - makes sure we have a stock of items for fan tables, business cards, fliers, banners etc..  ( again, not necessarily makes allthis stuff, but is a collection point to ensure we as a garrison have PR materials made by someone and in quantity in the different regions for use.) 

Banners - makes sure we have them everywhere, and who has them..

basically the STUFF person.. where's our stuff?  we need more stuff?  what kind of stuff will event XYZ need? etc..


This has been something Jeff has done for the group in the past , and with his photoshop skillz., he can easily take a standard flier, or piece of material, and edit it per-event and email it to the event coordinator to print and have available..

I'd like to see us have the old fan tables again at more events.  It was a good visible organized demonstration fo the 501st's presence at events...
a LOgistics officer would help to ensure events have materials IF they want them more easily that re-creating stuff each time ..


-------

The COTG was my idea, but honestly after listening to the MSC conversations, i'm wondering if the members feel better now abut just approching Skip and I directly with these issues..
I mean, skip and I should be the ones going around and managing the health of the group, busting cliques, inviting the newbies to sit at our table etc....  I think Skip and I would have more impact that way and be more visible if we did the problem resolution and internal PR pieces.. that's our rols as the CO and XO, to be more visible leaders, and the personal interaction is keyto that.. Ie akin to the CEO of a company always walking around the office shaking hands and talking with everyone personally now and then, regularly ....?


What do you all think of this approach?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4345','dc4245a410','','I think if we set the expectation that the board always be rated PG-13 except for the trash compactor, ( as not rated) then it should take care of itself without mroe rules...


If someone posts soem spots illustrated cover model in a thread about costuming, then that's PG-13, and nothgin you don't see on CNN.com .
But if they post some nudity, then it should be moderated to the trash compactor.. 
this is how other garrisons do that... once a topic starts down the dark side, it isn't deleted or edited, just simply moved to the private unrated thread instead so the &quot;fun &quot; can continue..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4346','afbe9ff8b6','','I did my own sig, been a graphic designer/art director for 15 years. I still dont like mine all that much, so as I create a new one...I have an idea for a few peeps...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4347','a4297f101c','','[quote:a4297f101c="Cadet2386"]A friend found it, I can't take credit for remembering it.  :D[/quote:a4297f101c]

I think it can be found on the IMDB at [url]http://us.imdb.com/title/tt0434409/quotes[/url]  :wink: 

I very witty &amp; well thought out speech I must say.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4348','1488a520c3','','[quote:1488a520c3="TC8881"]I have an idea for a few peeps...[/quote:1488a520c3]

Can't wait to see what you've got, Crash!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4349','b897476e03','Outpost vs Garrison question','Just looking through the 501st Charter, I was wondering why this is considered an &quot;outpost&quot; rather than a Garrison. There's got to be more than enough members to qualify as a Garrison. No big deal or anything... just curious.

Edit: Since we have a CO and an XO, I'm assuming this is considered a Garrison and the &quot;Outpost&quot; name is just in name only.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4350','337f485353','','Well we are a garrison. From what I understand, a few years back, it WAS an outpost, but the name stuck. Anyone confirm/deny?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4351','3542ca49cc','','So, we create an &quot;Admin Staff&quot; consisting of regionally elected or agreed upon members to basically help out the command staff in those Regions...
[b:3542ca49cc]&quot;regional govenors&quot;[/b:3542ca49cc]

1. reresent the opinions of the region's members to the COC

2. help coordinate events in thier areas, or help members in the ares to hold thier own events.

3. Research and troll for new events in thier areas. make initial contacts and be the lead for any regional event contact person...

4. Maintain good moral among the region represented. Be a 'clique buster' welcome new members, ensure issues are being addressed by the COC, or bring them to the COC themselves, etc..

5.  Try to encourage armor parties to help build a social relationship among the members outside of trooping events, and to help the with the obvious need to build props and improve costuming quality.

6.  Be an example, both in attitude and costuming standards of the 501st.

7.  Bring the CO a beer at events....

anything to add to the duties of the Regional Govenors?


NEXT we need to decide on the Regions.

Personally I like areas over states...

East Tn
Central TN ( + west for now) ?
Mississippi
Louisville and west
Lexington and East Ky
Alabama 1- or 2????



I can see an &quot;Admin Staff topic similar to the COC where we can all discuss issues with theis larger group.. web team included here ( or not?) 
then we use the COC for the messy conversations.??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4352','ec165c8eaf','','That's cool. You put your response in before I could add my &quot;edit&quot;&gt; I thought that's probably what happened. Thank!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4353','72003a6d57','Re: Outpost vs Garrison question','[quote:72003a6d57="Vesper2112"]Just looking through the 501st Charter, I was wondering why this is considered an &quot;outpost&quot; rather than a Garrison. There's got to be more than enough members to qualify as a Garrison. No big deal or anything... just curious.

Edit: Since we have a CO and an XO, I'm assuming this is considered a Garrison and the &quot;Outpost&quot; name is just in name only.[/quote:72003a6d57]

If you look at the 501st Legion Master List of Units: Garrisons, Squads, Outposts and Detachments found here:

[url]http://www.501st.com/members/displayUnits.cfm[/url]

You will see the Southern Outpost is listed as the Southern Outpost Garrison  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4354','14d4247b7e','Galleries request','What does everyone think about another section on the galleries page for 
&quot;Garrison Armor Parties and Social Gatherings&quot;
??

A place to post more pics than posing troopers in armor.  I think the public would be interested in what we do and how much fun this hobby can be?

thoughts?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4355','562424421c','','[quote:562424421c="clutch2827"]Would there be room for me, the wife, and 2 chitlins?[/quote:562424421c]

Why certainly there's room!  

So where does everyone want to go tonight @ 7pm?

My vote is for Torinos or Macaroni Grill.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4356','7b1e80bf12','','torinos rules!!!!!!!!  all you can eat salad, which is absolutely awesome .  we love it so much that when todd was going to propose to me, he snuck over there and begged them for a cup of the dressing to put on our salads that night!!!!

next they have oh-my-god bread!!!! it's really kind of like old-fashioned spoon bread, and  it comes out in a bowl that has melted butter and garlic pieces in a puddle in the bottom.

the entrees are to die for and really really yummy and authentic.  it does not taste like microwave dinners like fazolis or such.

BEWARE:  IF YOU ARE ALLERGIC TO GARLIC, THIS IS NOT THE PLACE TO GO!!!!!!!!!!!  IF YOU DO NOT WANT TO WAKE THE DEAD WITH THE SCENT OF GARLIC COMING FROM YOUR BREATH AND SWEAT, THIS IS NOT THE PLACE FOR YOU!!!!!!!  YOU LITERALLY CAN SMELL IT WHEN YOU SWEAT FOR LIKE 2 DAYS AFTERWARDS!!!!!

OK....EVERYONE...WEIGH IN ON THIS...WE ONLY HAVE A FEW HOURS.

hey clutch..glad to see you're going to be there!

ooopsss...i also forgot to add that it is not a bad price point either...with the all you can eat salad and bread, two people can actually share an entree and still have plenty, so you don't have to break the bank.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4357','89a8b9e48b','','Joe I'll ride shotgun with ya if you want.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4358','01790c564e','','OOoooo that sounds AWESOME!  

Btw, where in CS is it?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4359','7dc5f89273','food','it moved from nippers corner to over on hwy 96 east or murfreesboro road.  it's in the shopping center called &quot;maples&quot; which is directly across the road from the shopping center that has hancock fabrics.

interstate 65 south to the franklin exit, turn right off interstate, go a couple of lights up to the maples shopping center on the left (steinmart is right next door, and the most obvious)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4360','fc9acaa29d','','To really answer this question we have to look back in time before the Outpost as it is now.

Once upon a time there was the Southern Garrison. This included KY, TN, MS, AL, NC, SC, and VA. There were very few members in the States which make up the current Southern Outpost and even fewer trooping opportunities.  

There was some strife and some nastiness and the Garrison decided to split. (sound familiar). VA became Tyranus, NC and SC formed the Carolina Garrison.  Leaving the few troopers in TN, KY, MS, and AL all alone and UN claimed. This nastiness was no held within the Garrison and certain members spread rumors and lies about others throughout the legion. 

When Joey and Skip picked up the few troops in the unclaimed states and decided to make a new garrison the current Outpost was officially formed.  Later when our numbers grew to Garrison status it was decided to maintain the Outpost name as to differentiate ourselves from the unpleasantness that occurred in the Old Southern Garrison.

This is why We Are the Southern Outpost and not the Southern Garrison. We may piss and fight from time to time but, we are family and we stick together.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4361','864268f859','','Dude, we would be there but, Colten has a baseball game in Ky tonight. Maybe next time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4362','01d45b8a4d','','darn!!! would've like to have seen y'all, and met the wife

star');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4363','1ab7abd8d2','','so 7-ish?  I'd vote for 6-6:30-ish, but I'm fine either way.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4364','410b70cb21','','Nice sig.  I am in awe of your talent.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4365','7add5bd464','','Wow. Just...wow. Starla's got me all excited now! I HAVE to try this -oh-my-god bread and all you can eat salad! Now just have to find someone to share it all with....

P.S. I don't get off work till 7, clean up gym till 7:15, then drive up two more exits to the restaurant. So plan for me to be there at 7:30 at the latest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4366','6e394030df','','Oh, you did say that.  My bad. :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4367','905a39df43','','[quote:905a39df43="TB1309"]Now a PM can be deleted which will remove it from the database but as I run backups, I can just go &quot;dumpster diving&quot; to see if the backups have anything. Now I won't do this unless very absolutely necessary. Diving for that PMs table is major invasion of privacy.[/quote:905a39df43]


Certainly it should only be done as a last resort, if a bad situation called for it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4368','6e3ec8df73','sorry ladies........ and a few guys','but i am getting MARRIED!!!!!

kia and i have set a date for april 14th, woo hoo!!!!!

if anyone wants you are all welocome to come down, we just moved into a new place because we are saving money for a plot of land and to start building our own house, so things may be cramped, but you are all welcome.

we are leaving the very next day to ireland and then to paris. 

i have a bunch of 501st stuff/merch i am going to be putting up on here very soon to try and get rid of. (gotta pay for that honeymoon some how) it is mostly stuff left over from the parades, i just need to go through it all and inventory it. there are shirts, hats, beanies, headwraps, and decals.

anyway, kia and i will see you all at adventurecon for sure.

-mark e.
tk-1380');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4369','8008eef475','','[quote:8008eef475="SL100"]while i understand totally Drax's point on the &quot;at work&quot; angle,

i gotta ask why we would censor people on a forum becuse other people are using their work computers to search the web and look at pics and stuff?
your supposed to be working at work,not on our forum.
if your willing to risk your job to surf the internet your already treading thin ice.sure,its common practice.i just dont think we need to worry about that.
most times somebody posts a link to a gallery
so 1) youve already gone onto the internet and the forum while at work
2) youve already logged in the forum
3) youve taken the time to search topics and have found the link to the persons gallery
4) you clicked that link to look at the pictures

i see 4 chances for that person to stop,if they made 4 choices to get to those pictures then if theres a nude girl holding the pusle rifle then its not our deal when the boss walks by and sees what they are looking at.

im all for protection but sometimes these people gotta watch their own backs.[/quote:8008eef475]

I see your point Skip, but alot of work places allow some surfing when you have a bit of spare time. However, if someone opens a link that goes to some nudity or other adult content, that can get some people canned right there. 

I still say any link that leads to any adult content or even a site that &quot;also has&quot; adult contect should be in the trash compactor (to conform with the general PG rules of the main boards). Links should conform to the same standards as visible pics or text. 

At the very least, implement Chris's idea that the post contain NC-17 in the subject');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4370','e372505282','','A few choice ones from an armor party wouldn't be a bad idea. A lot of other garrison's have stuff like that up.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4371','94c1f18d04','','I got bored and sketched this out quickly as a rough draft for an idea I have.. it looks pretty bad now that I look at it..  Not really a patch logo or anything, possibly something used on the back or front of a shirt.  I'll try to work in a mando helmet with a clone helmet or something.  Don't Laugh..

[img:94c1f18d04]http://tk-2486.com/501/sigs/bored_idea.jpg[/img:94c1f18d04]

Added shading to the TK.. might redo vader to get all the angles right then I'll shade him.

[img:94c1f18d04]http://tk-2486.com/501/sigs/bored_idea2.jpg[/img:94c1f18d04]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4372','6b00b984d5','','Anotherone bits the dust. 

Congrats.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4373','bed701d02c','','no problem danielle...this is one of those places thats kind of laid back, and i'll probably call ahead and request seating but as usual, it may take a little bit to get that many chairs together...so i'll say you'll be just fine.

what do you say,ryan?  you think about 10-12?

star, todd, ryman=3
danielle=1
ryan=1
clutch, wife, 2 kids= 4
zach, maybe= 1

i think that's everyone so far... that's 10 already.  anybody else interested?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4374','1d7713c19a','','Southern Outpost has more of a ring to it anyway.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4375','43abfaa218','','Are we going to meet up somewhere Sat. morning and caravan to Decatur? 

Just give us a time and place.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4376','677cb2a475','','Well it's about time.  Congrats to both of you :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4387','bda95c8f40','','Hu boy, here we go again........Jester, feel free to comment:

Dear Master Replicas Customer,

As a follow up to our e-mail a couple of weeks ago, we would like to provide you with an update on the Shock Troop, Special Ops and Clonetrooper Helmets. 

As stated in our last update, we had an independent third party agency inspect all of these Helmets in our warehouse the week of March 13th.  Unfortunately most of most of these Helmets did not pass our strict guidelines for the inspection.  Based on these results, we are going to be working with our vendors to determine the best way to remedy the problem.  We should know more in a few weeks and will send you another update with the latest information by April 20th.

We sincerely apologize for the delay in shipping these Helmets. We will have an update for you in a few weeks.

Sincerely,
The Master Replicas Team');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4388','fb679929a3','','We should have been the Southern Outcast!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4389','9ec4def99a','','Add Shannon to that list.  She'll come. I'll make her ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4390','50faa9ea94','','yep Mark TD235 is exactly right.

also , the 501st is going to enforce the naming standards for new units as we and a few others are confusing the situation worldwide as to what the &quot;standard&quot; really is.

We are going to be allowed to keep our name as is..but ont he website it was changed for us ( last week) to southen outpost Garrison.

Franly this sucks a big cold hard one, as we're the so not the sog...

BUT, to be politically correct, you should refer to us in this way from now on...;

&quot;the Southern Outpost, a garrison of the 501st Legion&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4391','b6ae824ec0','','Very cool!  That sounds awesome!  I might try and bug Chase too.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4392','9d51960df8','Fett Here','Greetings yall!
 For those that dont already know, Im soon to be moving to the area from Virginia and Garrison Tyranus. I am TK-1265, sandtrooper and soon to be Boba Fett (ROTJ) as well as working on my own EU Mando'ade armor.
 I have a Boba Maker created Boba Fett ROTJ armor/setup that I am currently working on, The helmet I had painted by Boba Maker the rest I will be painting. The parts I am still needing are the guantlest, belts, boots, boot spikes, jetpack and weapons.
 The question is this, what is the best way to attatch the armor to the soft parts of the flight suit and vest?
 Also, who is SOs chief armorsmith? Have a few questions I would like to ask or to anyone who is into painting, Im pretty good at it but always look for tips when undertaking a project.
 Thanks
 Eric');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4393','45d0afd0b4','','I'm quoting Banzai/Webmaster Chris here:
[quote:45d0afd0b4]This occurred at 9:30; regular checkout was 11 and I wanted to checkout at 12
Blue told me she had a migraine.  So I went down to secure late checkout and see how much that would cost. The Manager on Duty, named Nellon Sanders, told me the price; and when I said I'd only need it for an extra hour past checkout time, he said to follow him to talk to his supervisor, to maybe work out not needing to pay the $25 for the extra hour. That was Mr Sanders idea, not mine.  
Anyway, I go in to speak to the supervisor (Caucasian, light-colored eyes, close-cropped light colored hair, no facial hair, thin lips and nose, real thin guy, wearing a dark blue or black suit that day; I was so mad by the end of the conversation that I forgot his name before I could write everything down).  Mr Sanders explains about you being sick and me only needing one extra hour, then leaves. The supervisor then turns to me and accuses me of making a hole in the ceiling of the room and accusing me of making false accusations that the hole was already in the ceiling of the room.  He said he had absolute proof &quot;right here&quot; that we made the hole, that one of my roommates called him up and told him we did it.
I told the supervisor I did not know what he was talking about and asked if the call he mentioned came from room 505.  He said &quot;Yes, 505&quot;, to which I replied, &quot;That is not true, no one in that room made such a call to you at all. Furthermore, I have no idea what you are talking about in the least. I can tell you that there is no hole in the ceiling whatsoever.  If you want to come up I can show you myself.&quot;
In response he asked me, &quot;Aren't you the one who has had the issue with changing rooms?&quot;
I replied, &quot;No I'm the one you lost the room reservation for. Fortunately, friends of ours had a second room reserved that they did not need and so when they cancelled it, I reserved it immediately&quot;
In repsonse he tells me, &quot;Alright.&quot;
I continued with, &quot;Look, all I wanted to know was how much late checkout was. Your manager on duty was very kind enough to tell me $25... what, per hour?&quot;
He says, &quot;No, it's $25 until 6 pm, but as I have a large party coming in at 1 pm and housekeeping has to clean up the room, I want you out of that room. before then.&quot;
So I replied angrily, &quot;That's just fine by me. I only needed it until 12 because as has been stated, I've someone sick with a migraine in that room right now. Good day.&quot;
The supervisor replied, &quot;Fine.&quot;
I left and dealt with the Manager on Duty (Mr. Sanders) who was very apologetic and super nice compared to the arrogant and rude attitude of the supervisor
Then I came back to the room and packed.[/quote:45d0afd0b4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4394','77ad74fc0a','','You seek the Mighty Tambo for all things Fett.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4395','caaa3550b9','','I've sent the amassed stories from here and from email off.  When/if I hear updates, I'll pass them along!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4396','76af862ed9','','Are you sure that's not supposed to read
[quote:76af862ed9]&quot;the Southern Outpost, an unusually [u:76af862ed9][i:76af862ed9]awesome[/i:76af862ed9][/u:76af862ed9] garrison of the 501st Legion&quot;[/quote:76af862ed9]?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4397','fbd4ea330c','','You have come to the right place, but I'm not the only Fett expert here.  We have a dozen or so experts on all things Fett.  We also have a mando Army of customs growing and all of these folks have things to offer.

I have a few Resin fett parts that I make for the Gauntlets and am working on the shin tools right now.  I also have a ROTJ blaster I'm thinking about selling.

Velcro seems to work good for my Metal Jango armor (soft side on the cloth and hard on the armor)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4398','c8512291b8','','Why don't they just ask you to bend over and bite down hard on the leather strap? 

Man... thats some serious customer service issues.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4399','1627bee425','','Blah, what are they gunna do? We're the SO.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4400','8fd5180958','','Yep, this crap is gettin' outta control.  We should have the mighty Tambo fling fire, brimstone, and poo down on them from the heavens.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4401','3d3eec61ed','','Seriously I'm not sure why it logged me out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4402','2b303154a1','','Grrr arg! I'm having serious logged out problems here apparently.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4403','222a8441e9','where to','So where you movin to Eric.  There is a small con coming up that you should try and make if you are in the area on the 22nd of April; it is in Cool Springs and we are planning to invade for a few hours.  There is an armor party the same day a few miles away that would be a great opportunity for you to meet some folks and maybe get some of this done.  

You should be able to find the con on the pre-event board; if you can not find the prop party at Geoff's house, pm me.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4404','7a433db55f','','[quote:7a433db55f="TD152"] 

We are going to be allowed to keep our name as is.[/quote:7a433db55f]

How charitable of them.   :roll: 



[quote:7a433db55f]
BUT, to be politically correct, you should refer to us in this way from now on...;

&quot;the Southern Outpost, a garrison of the 501st Legion&quot;[/quote:7a433db55f]


Not that we've ever been concerned with PC bullshit anyway.     :D 
How 'bout just the Southern Outpost?  You know, the way it's been for, oh, a few [i:7a433db55f]years[/i:7a433db55f] now?



[quote:7a433db55f]
.but ont he website it was changed for us ( last week) to southen outpost Garrison.  [/quote:7a433db55f]


Well that tears it.  I say we split off from the Legion and join the GAR.  Who's with me?


 :P 



But seriously, and this is not meant arrogantly or with any malice toward the Legion(which I'm proud to be a part of), I identify myself more strongly with the SO than the 501st.  Just like I identify more with UT Football than UT Athletics in general.  

I don't think we should be obligated to make any special declarations of allegiance to the Legion.  And by &quot;special declarations&quot; I mean we shouldn't have to constantly reassure people that we don't think we're better than the other Garrisons.  We're just different.  The SO was the bastard child nobody wanted and now it's one of the 400 lb. gorillas of the Legion.  I for one am quite proud of that.  

And yeah, I'm probably looking way too far into it but I wanted to make my feelings clear because I doubt I'm the only one who feels this way.  The [color=red:7a433db55f]501st [/color:7a433db55f]is what we do.  The [color=yellow:7a433db55f]Southern Outpost [/color:7a433db55f]is who we [i:7a433db55f]are[/i:7a433db55f].');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4405','804e86da56','','Just in case you haven't thought of it already, whatever you send off to the con folks, send a copy of it to the Better Business Bureau.  They love to hear stories like that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4406','2850857360','','from a inside source I hear several people have lost jobs over at MR due to his helmet thing.  Another exuse for them to fire American prop experts and hire more from China that pay less.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4407','53c94f891b','','AAAAAAAAAAAMEN!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4408','d9f8084de6','','Wow!! Im floored!!! I never saw it coming!! Ill do my best to be there. Love you guys, Bob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4409','e3f5b882e3','','I kind of like the ring to the S.O.G.  it reminds me of the Army SOG (The Studies and Observation Group, or SOG, of the United States Military Assistance Command, Vietnam, or MACV, operated in secrecy for eight years during the Vietnam War. At its height, SOG had a strength of some 2,000 Americans. Despite the considerable number of soldiers who cycled through SOG, the existence of the unit and its specific activities remained, if not secret, at least largely unknown.)


[img:e3f5b882e3]http://i7.ebayimg.com/03/i/06/a4/7d/6a_2.JPG[/img:e3f5b882e3]

We can be Known as the SOB's of the SOG!!!!!!!!!!!! :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4410','409c5bb28a','dinner','It sounds to me that everyone will get there between 7 and 7:30.  Is this still on?

Torino's is darn good chow, the best home style Italian in town in my book.  I can say that because I am a wop and grew up with this stuff.

Clutch, you coming?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4411','8f2a49ca48','','Yea! What Hammer said!!!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4412','946b9a6e3d','','[quote:946b9a6e3d="ROTSAnakin"]Grrr arg! I'm having serious logged out problems here apparently.[/quote:946b9a6e3d]

Joe, I love how whenever you have a nasty comment, it logs you out! LOL!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4413','64fad9031e','','We're gonna be there. You think you could bring a mando helmet or gun to show my kid?  I think he'd get a kick out of it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4414','8deefbfa72','','actually we're talking around 6:45 ish - 7, beavis');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4415','5a3854157f','','I think we are too.  Josh goes to bed at 8:00. hehe');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4416','cb06e392a0','Had a problem posting.','I had a problem posting when I signed on.  I wanted to make sure I was doing it right on this board b4 I showed everyone how big a newbie I am.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4417','8c6179f6d1','The Seconds','I wonder if MR would donate all the crappy ones to the - poor college student / starving artist / I wanna troop but can't afford it yet -  fund?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4418','f23c0c8143','','Everybody knows that I'm ALWAYS up for food!  :lol:   If you wanna meet earlier, just let me know. I'm running around like a crazy-man now trying to get that Chaos costume finished - it'll be a close-call...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4419','d9f2a86275','','Okay, time for a stupid question. Where is that castle? I'm toying with the idea of doing a pretty high-effort Warhammer 40,000 film since I've got that Marine costume now and [i:d9f2a86275]possible [/i:d9f2a86275]access to the state's film-making resources. Thankya!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4420','5289ecf189','','I know this is after your deadline and not nearly as bad as what others have described, but my issue has arisen since I left the hotel. 

I realized after I was home that I had left the charger for my cell phone in the room, plugged in behind the alarm clock. So I called the hotel on Monday. I was transferred to housekeeping who told me that it hadn't been found but would look and call me back.  A few minutes later, they called back that they had found it. However, they wanted me to pay for the shipping so needed a credit card or Fed Ex account number. Knowing it would be cheaper to use a Fed Ex account, I told them I would call back once I went home and found it. Starting that night, I called back [b:5289ecf189]SEVEN[/b:5289ecf189] times over the next few days without reaching a person who could help me. Several times, no one answered at all. Twice, I left voice mails for someone who has still not called me back. Finally, yesterday afternoon I spoke with someone who took down all my information including an account number, but she was only going to leave it for someone else who would hopefully send my stuff today. 

As it is, I have had to limit the use of my phone and it very likely will die before I get my cord back. I understand if someone left something valuable or large that the hotel wouldn't want to pay for shipping, but they could have put it in a priority mail flat rate envelope for $4.05, or first class for even less.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4421','583f7c8b04','','That's ridiculous.  I lost a hat on the way to the Grand Canyon once and not only did the hotel mail it back to me free of charge(from Arizona I might add), but it beat us back home.  It was waiting on the front porch when we got there.  I can't believe those jerks won't just mail the charger back to ya.  As much as they charged for the room, you'd think it wouldn't be such a chore.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4422','246b1a672a','','There's a chance my family will be moving to South Carolina. I have one problem with that: it's not the Southen Outpost. in my opinion, The Southern Outpost has the most fun. Well, I'm not sure when or if this will all take place yet. could be 5 months, could be 5 years. Well, either way, I will still come to Adventure Con. Adventure Con is traditional for me now.  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4423','28cfd1e68e','','Inspired by Chuck and the SOG patch Tambo posted :




[img:28cfd1e68e]http://i7.ebayimg.com/03/i/06/a4/7d/6a_2.JPG[/img:28cfd1e68e]

[img:28cfd1e68e]http://img83.imageshack.us/img83/4774/sologo43vj.jpg[/img:28cfd1e68e]




EDIT: Added states to the cog.  I think it's more recognizable as the SO now.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4424','956c2d7ba3','sucky service','it actually gets better, hammer.  on friday, when we had gotten in and settled, todd went downstairs to see who all was down there.  he called up to my cell on the way back up, so i just took ryman out in to the hall to meet him, and just to let her get her land legs back.  there was a middle aged hotel employee out in the hall and she was making over ryman when i heard her tell her to watch the railing...keep in mind we were on the fifth floor.  i was only 2 feet away or so, but i commented on how protective i am of ryman and thanked her for caring.  she proceeded to tell me that when she had first started working there several years back, a baby had fallen through from the fifth floor and sustained head injuries....WHAT????????????????  WHY HAVE RAILINGS THAT HAVE SLATS FAR ENOUGH APART TO CAUSE A CURIOUS LITTLE CHILD TO INSPECT, AND IF YOU'VE HAD PROBLEMS ALREADY, WHY NOT HAVE NETTING OF SOME SORT INSTALLED??????????  

if i had been the parents of that other child, i would own that shotty hotel!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4425','70f20832dc','','On I-24, between Nashville and Chattanooga, you'll find Monteagle.  From there it's about 6 miles to Sewannee (Where the university of the South is), you cut right through the campus and then proceed down the scarriest mountain you've ever gone down in your life (One road in, one road out).  12 miles to a little place called Sherwood, TN.  There, you will find your Dark Tower.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4426','938862e4d7','','Screw all that other stuff, I want Hammer's sig pic on my T-Shirt!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4427','73a916f446','','So who's Hard Vader?  I drove all the way to corey's house today and got his for Vesper!  Hey, how's about Skip, Hammer, Vesper and Joe all be Vader!  It can be Vader-Fest 2006!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4428','97f878ab17','','maybe this should be another contest thread?

oh,i love the one ryan did and the one jenk worked on.
however im afraid that derek might have hit the nail on the head with his original sig for me.
for some reason,i dont know why, it strikes just the right amount of &quot;smart-ass-ness&quot; for me,,, :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4429','0d68732fe9','Drax and Laura's event ,missing?','Sorry if im missing this,
wasnt there a thread from drax and laura about something they were putting together? i remember it was kinda &quot;under the radar&quot; because of the drama of last month.i vaguely remember a basket or something,sorry i dont recall the details,which i why im asking here on the forum.

Drax,laura, is it posted somewhere im missing or do you need to post it again?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4430','be1a282c58','','I'm with Hammer. 

If they cared anything about return business, they would have returned it free of charge. I left a costume at a con in Atlanta (not Dragoncon, Phoenix con. That was in the 90's) and they not only mailed it back to me for free, they also included a nice note. 

On another point of concern for me, Glenn, is the whole asking for an account number or fedex number. That's just a bit weird to me. The whole hotel experience was surreal this time, so I guess it's not weird in comparison.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4431','c3599d91ce','Cya all in a couple of weeks','Well Im just about packed and ready to leave in the morning for my trip...

While Im gone Derek will be taking care of the pre event roster thread for me.
So when you see the name on_vacation,   it is Derek posting for me.. :lol: 

I will miss you all!!!!!


Also, I was thinking on Thursday April 13th of having a small get together with you all at my place. This way we can all sign the back of Jar Jar and say good bye to him..

Ill be posting a thread for this as soon as I submit this post...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4432','e9403b3032','','[url]http://www.liquidgeneration.com/content/a55hat.aspx?cid=1948[/url]

heh I am so hooked on this game, there are around 200 of them to the right of it, have fun!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4433','5d22ec049d','Jar Jar goodbye party','Everyone is invited to say good bye to our Jar Jar in Carbonite on Thursday April 13, 2006..

Everyone present will be able to sign the back of Jar Jar with nice thoughts towards Mr. Lucas as well as have pictures taken with the marvel for the last time.

Please post if you plan to make it.

Since it is a work night I figue we will start around 18:00 (6pm for the military challanged) and end when the last person leaves or the cops show up  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4434','1f12385ceb','Jar Jar goodbye party','Everyone is invited to say good bye to our Jar Jar in Carbonite on Thursday April 13, 2006..

Everyone present will be able to sign the back of Jar Jar with nice thoughts towards Mr. Lucas as well as have pictures taken with the marvel for the last time.

Please post if you plan to make it.

Since it is a work night I figue we will start around 18:00 (6pm for the military challanged) and end when the last person leaves or the cops show up  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4435','205817ee85','','[url=http://www.sherwoodtenn.com/gager/gager.htm]The Gager Lime Company[/url] in Sherwood, TN - got it! I'll start on that screenplay right now. Thanks, Loki!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4436','063a9f038e','','Enjoy the trip and the experience.  It's a great opportunity :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4437','166556767b','','It has to be something about that particular Holiday Inn Select.
The Holiday Inn Select where ShadowCon was held (just a few minutes down the road) a couple of years ago had no problem with anyone to my knowledge.

Maybe someone should suggest this other hotel to the MSC folks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4438','0d0f5f66be','','Hey Loki:

A bit of history for you,  I caught all kinds of HELL for this!!!

Date:::

[b:0d0f5f66be]Tuesday, April 01, 2003, 3:39:08 PM[/b:0d0f5f66be]

Chris and Al, 

I am making a formal request on behalf of the 501st legion members in Arkansas (There are only Three members in Ark., TI-1812, SL-1277, and TB-3529) to change the garrison affiliation for the state of Arkansas from the Star Garrison to the Southern Outpost.

These troopers in no way have any animosity toward the Star Garrison or any of its members.  This request is solely for the logistical and practical purposes of those members and potential recruits in the state.  They feel like they will do more 'out of Arkansas' trooping in areas covered by the Southern Outpost and with the members we have in west Tn. and our demonstrated willingness to travel and support events in all of our current states, these Arkansas members feel like they can have access to more active Legion activities closer to them.

Little Rock Arkansas is in the center of the state and it is the same distance to Dallas, TX as it is to Nashville Tn.

I have discussed this with my XO, Skip Curley and we both feel that we can adequately support the region and help grow the Legion in that area as well.  We are fortunate to have such an active Outpost and membership that is willing to travel on a monthly basis to hold events, large and small.  Our troops are a big family and so far have a great personal relationship and friendship that we feel has room for more people and places to troop.  I guess it is because, like Arkansas, we have members scattered all over the outpost, no real concentration of troops in any one state or city, so we all recognize the need to support each other in order for us to get out and troop at events.

Again, this request should not bring any stigma for the troopers in Arkansas, as this is purely for convenience and logistics, not because of any bad relationship with the star garrison.  These troops would always like to continue to maintain a good neighbor relationship with the star garrison and plan to continue to support events close to them no matter what garrison is hosting the gathering.

Please feel free to contact me by phone if you wish also:
hm: 205-647-1187
cell: 205-410-8338
or I can call you from the office during the day.

-Joey
'BamaTrooper'
TK-152
Southern Outpost OL
www.501stso.com

[img:0d0f5f66be]http://img.photobucket.com/albums/v309/bamatrooper/SouternOutpostPatch-NEW2.jpg[/img:0d0f5f66be]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4439','c937659e07','','next time somebody calls us &quot;Power Rangers&quot; perhaps we should wonder what they mean


[img:c937659e07]http://www.abum.com/file/shadow/pictures/14676.jpg[/img:c937659e07]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4440','84a1c7eedf','','Add me (Thad) as Vader and Jessi as a TI

See you next Saturday');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4441','a6af18838a','','i thought that might add too many cooks in the kitchen.

i had mentioned at the meeting

1-KY
2-west and mid-tn
3-east Tn
4-Al

or possibly one for birmingham and 1 for huntsville.but one good person could handle those.
as for MS, since ive not seen anybody from there ever exert any interest i dont think they need a rep yet.if they become organized then heck yea,we can add one.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4442','c4f351cd0f','','!!!!

Awsome man!!!

y'all take some pics for the rest of us!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4443','c0fba2ad8d','','Damn cool!! Congrads to both of you!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4444','546eecd37f','unofficial trooper graphic thread...','While we're making real SOG logos, might as well make some fune ones too..

[img:546eecd37f]http://img.photobucket.com/albums/v309/bamatrooper/troopercrossing.jpg[/img:546eecd37f]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4445','5ec4e9aa27','[NC-17] TROPHY-CASE','[size=18:5ec4e9aa27][color=yellow:5ec4e9aa27]Massive Flocks of Clones![/color:5ec4e9aa27][/size:5ec4e9aa27]

Contrary to common belief, life in the cloning facilities isn't like being a fashion model in prison...
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/behindbarsgroupa.jpg[/img:5ec4e9aa27]

After you get used to the uniforms.
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/malebody06508a.jpg[/img:5ec4e9aa27]

Actually, there's a lot of hard studying to do for classes...
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/ch.jpg[/img:5ec4e9aa27]

And martial arts and combat training...
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/knightsgroupa.jpg[/img:5ec4e9aa27]

As well as swimming...
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/swimGroup-biga.jpg[/img:5ec4e9aa27]

And boating classes...
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/dougk35a.jpg[/img:5ec4e9aa27]

But there's time for a good game of football, or soccer, or rugby...
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/coverjocks3.jpg[/img:5ec4e9aa27]

And if you win an Aussie Football trophy, the photographer might dare you to do something...
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/aussie_football_players.jpg[/img:5ec4e9aa27]

And if Jester shows up at the after-game party, you might really learn a new trick or two.
[img:5ec4e9aa27]http://www.knology.net/~killjoy/501stnc17/na204.jpg[/img:5ec4e9aa27]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4446','e70a59cd7d','','You sure you didn't mean to post this in the [i:e70a59cd7d]other[/i:e70a59cd7d] NC-17 thread?

 :rotfl 

Please tell me there are chicks in that picture.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4447','1dfdd2e707','','Great image, Joey.  Already threw that image up on Imperial Pub for their laughter.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4448','e77bf765bd','Kentucky-made SW parody-film?','Does anybody know about this Star Wars fan-film/parody?
[url=http://www.twentyoneproductions.com/starwarsparody/index.html]The Unknown Discovery[/url]

It's a short-film that evidently was made in Lexington, KY that features two stormtroopers in what appears to be a parody-mixture of Star Wars and Pulp Fiction. [b:e77bf765bd](WARNING - NOT SAFE FOR WORK.)[/b:e77bf765bd] The two stormtroopers in the film - Mat Raney and Josh Bentley - are part of a production company here in town, and they are both Star Wars fans. Does anybody know these two troopers?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4449','0d5d3cb29d','','Hey Joey, was it maybe the fact that the letter is dated April Fool's Day that kept us fram gaining AR?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4450','f2d2cee7e5','vacation','have a blast, big guy..give the little one a kiss for me and your dad a big hug....

star');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4451','97bb8dc399','','Skip, that was a great post &amp; thanks for editing out the un-giggidy.  :wink: 

Could we get less sausage shots on here?  Daala's thread is always getting updates, but with all the straight lustfilled guys around we don't see any chicks??  What's up with that??

Bring back the Giggidy!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4452','ece5b40892','','Corey, I'll be in final study mode then, but I plan to come up there that night.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4453','c25491bb1d','Attention Toy Collectors: Urgent!!!!','Ryan and Derek are at Wal-Mart right now. If you need any new toys give them a call now. Now!!!

Derek: 615-414-7303     Ryan : 615-483-5400');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4454','b8d26ac8a4','','um.. nope.. no chicks in that one.. 


&lt;blink&gt;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4455','8eb66cb485','','HIYA 

Please put me in as a most likely to be there. We are having a garage sale (our whole neighborhood is) that morning, but by noon I should be able to get away. 

Thanks 

(I'll be wearing the TB)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4456','f8e4355aaa','','Sure Tim lets meet up earlier and get some grub and show off our new toys. We should take our helmets or something into the resturant and see if we can get some free food. That chaos armor looks awesome, you will be a force in the costume contest.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4457','53d4f52873','','Sherwood has it's ...activity...  Thought this was kinda interesting...

http://www.ghostsofamerica.com/3/Tennessee_Sherwood_ghost_sightings.html');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4458','038d1984b9','','I can't find any cool flames to use in Photoshop for that logo idea Bob had. Anyone know of a plugin for Photoshop that will let me render flames???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4459','cbab848338','','It seems to me as if this hotel, apparently, doesnt want to accommodate this con any longer, they really should try to find some place else.  I have worked in the hospitality industry before and have never had, nor heard this caliber of horror story.   :cry:  It was absolutely awful');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4460','464887c0ff','','That first one, about the ghost drinking the gasoline, is quite amusing to me.

Ghost: &quot;Hey look, an elaborate water fountain. This ectoplasm makes my mouth quite parched, I think I'll mosey on over and get a sip.&quot;

*Gulp*

*Gas station attendant, freaked out, throws a lit match on the ghost.*

Ghost: &quot;OH GOD IT BURNS! GAHHHHHHH! IT'S KILLING ME.... AGAIN!!!!&quot;');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4461','2f55497f17','','Sweet.

According to that website, back in 2004 someone was trying to buy the property in order to resume lime stone mining operations. [url=http://www.sherwoodtenn.com/gager/gager2004.htm]Here is the link.[/url].
The Sherwood, TN website has an e-mail address for the webmaster, John Lynch, who hopefully can put give any production (be it the Mando project,. 40K film, or who knows what else) some help in getting in touch with the owners of the property so we can see about shooting there.

Tim, though I don't know much about 40K, if you need any help with any part of your film, just say the word and I'll contribute whatever resources and help I can manage at any and all stages of production.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4462','c675d1ab3d','','I'm always up for more charity action. Chewie is there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4463','83f4fab435','','Sign me up for all of these. The Wookiee will be there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4464','fae0b485be','','I'm still doing this event, so add me to the list.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4465','f73a1bd6d1','','This thread can be deleted now. Thanks.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4468','631f749d60','','I think we can put it in the galleries as another event in this &quot;other&quot; section too?

Chris, has the web team talked about a custom member pic page for the garrison? ie cardbacks or some template idea.....instead of linking to the database on 501st.com??

I ask this only if it is in the near future, we can just have a static page for &quot;other costuming interest&quot; just ot show a few pics...? or not..');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4469','9f93bc9790','',':shock:    :rotfl 

Thanks man, I needed a morning chuckle');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4470','e389cfd20f','','We've talked only briefly.  But its on our &quot;to do&quot; list.

I wanted to get the current member pics ( my ever present backlog ) first then tackle fun new stuff like that.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4471','6c12da42fc','','heh heh, don't worry about it.  Looks like your post worked fine.  If it gives you any more trouble, shoot me a pm.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4472','245d2639c8','','Since Atin is out of town shipping Jar-Jar, I'll add him in when he returns.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4473','0f869d7700','','I've created the usergroup and the forum area.  You guys can see and read the forum area but the rest of the membership cannot. Current web team members are:

Event mod: Atin (aka Corey)
Web Deputies: Chase, Gooshy
Web Deputy/IT: Wookieegunner (aka Donald)

Go ahead and fire off the announcement Joey, I'll backfill with details once you've posted.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4474','3d8e679144','','[quote:3d8e679144="Tambo"]I kind of like the ring to the S.O.G.  it reminds me of the Army SOG (The Studies and Observation Group, or SOG, of the United States Military Assistance Command, Vietnam, or MACV, operated in secrecy for eight years during the Vietnam War. At its height, SOG had a strength of some 2,000 Americans. Despite the considerable number of soldiers who cycled through SOG, the existence of the unit and its specific activities remained, if not secret, at least largely unknown.)


[img:3d8e679144]http://i7.ebayimg.com/03/i/06/a4/7d/6a_2.JPG[/img:3d8e679144]

We can be Known as the SOB's of the SOG!!!!!!!!!!!! :twisted:[/quote:3d8e679144]

 :lol: I love it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4475','8b8124e246','','On the new event categories, I'll me setting those up this weekend/next week');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4476','da551d419f','New event categories','Once Atin is back from Jar-Jar duty, I'll setup new event categories. These should help organize things a bit.  I tossed it up with command staff and this it the tentative list:

Charities 
Conventions 
Prop Parties 
Parades 
Promotional Apearences

Since I'm going to wait on Atin before I do this, anybody got any others they might think of?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4477','80a9ce1b0a','','Casey and I will plan to be there.  Thanks for hosting the send off!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4478','ae9ea15fff','','Have a wonderful trip!!  Be safe!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4479','06cc7e6aa3','Life size IG-88','[url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6048103143....[/url]

This is cool!  I want IG-88 to mow my yard too!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4480','dc3a83369c','','Have fun!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4481','e1aa8fb0bf','','[quote:e1aa8fb0bf="TD152"]Chris, Can we call the &quot;other&quot; section &quot;Promotions&quot; or Promotional Apearences&quot;
as that is what 99% of the &quot;other&quot; events are and I renamed the galleries this way earlier in the year?
[/quote:e1aa8fb0bf]

done by the way

[quote:e1aa8fb0bf="TD152"]

1. event thread moderator
2. event archiving
3. event galleries
4. event summary report

[/quote:e1aa8fb0bf]

I have to set the permissions and create some logins for him. I'm mostly waiting until he's done with Jar-Jar duty.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4482','fbed7a2efe','','i didnt make that,
i found it on a site and just copied it here.we always hear &quot;power rangers&quot; at some point during an event,which proves the parents NEVER watched that show with their kids.
it was kinda shocking to see a young TV actor go to that...oh wait,nevermind,thats the norm nowadays isnt it.he did get prettty buff though!
you guys are too insecure,sorry to make you question yourselves,
here ,maybe this will help

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/z/033006.jpg[/img:fbed7a2efe]

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/z/032206.jpg[/img:fbed7a2efe]

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/thong/033106.jpg[/img:fbed7a2efe]

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/thong/033006.jpg[/img:fbed7a2efe]

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/thong/032706.jpg[/img:fbed7a2efe]

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/thong/031706.jpg[/img:fbed7a2efe]

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/thong/031306.jpg[/img:fbed7a2efe]

[img:fbed7a2efe]http://2005.rock103.com/pages/bod/thong/030906.jpg[/img:fbed7a2efe]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4483','8ab9d92ffe','','Ahhhhhh! A breast of fresh air! Thanks Skip!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4484','d15131bc1c','','Cool, I'd like to off load the event pics to the team if possible.

I increased the gallery display from 8 to 12 pics last year, and try to have 8-12 for each event, usually no more than 12...

I'll still be glad to do them, but its a weekly job with events going on all the time...');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4485','f102cd4c85','','Have a great time and enjoy!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4486','8fad56b5f3','toothbrush','Don't forget your toothbrush Chim Chim :roll:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4487','b6cae1bf21','','We need a IG-88, Dengar and 4-LOM in the SOG');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4488','0b92ea651c','','Only if you send me your Clones.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4489','8ea0c9733f','','I am planning on doing this for a little bit then heading to the PropParty.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4490','0bdd64cadb','','Check this out :shock:  :shock:  :shock: 

[img:0bdd64cadb]http://www.501st.com/memberdata/28/24/ts2824_head.jpg[/img:0bdd64cadb]

[img:0bdd64cadb]http://www.501st.com/memberdata/28/24/ts2824_full.jpg[/img:0bdd64cadb]

Almost all the SOG member pics are added and updated..a few more to go.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4491','627becdd94','','JarJar is so getting tagged :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4492','f6e3b71ca6','','Laura was gauging interest for a charty basket auction that happened back around the first part of March. Noone responded so we dropped it. No event was involved.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4493','f94636e247','','Gratz to both of you!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4494','aa00a2f6ee','','thanks for letting us know,very cool!

have a great time on the honeymoon,be sure to wear your 501st gear,ive heard were celebrities over seas.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4495','48496add9c','','that concludes that,
thanks for letting us know.
i guess that fell into the &quot;bad timing&quot; category.sorry we didnt pick up on it better.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4496','8cb33b3394','','angie,
ive had my eye on that project for years.
that one in the auction looks pretty good but most of it was from lowes and home depot.
it could be scratch built for alot less than $700(price plus shipping)

i dont have room or i would have already started this long ago,

this would be a great prop party..prop!

thanks for sharing the auction');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4497','122c73409f','','So was there anything good there?  If you walked away from the new clones you know there's going to be a stoning.  :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4498','782d000492','','I dont think I can make it but can someone put my Herby Hancock on there for me? George will never know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4499','63b9d93e79','','We were at the Cool Springs Walmart.

I bought 23 figures and one titanium vehicle. I ended up with:

Silver flaps
Boba
Vader
Cody
AT-AT
Anakin
Obi-Wan

Regular figures
Holo Ki Adi Mundi
That big Jedi guy from clone wars(the stuff is still in the car)

The rest are regular Cody's and Orange clones that are all spoken for due to phone calls while at the store.

Ryan got silver flaps of what I did with the following changes:

No boba
No Vader
Han
Snowtrooper

The vehicle that I got is the raw Metal slave 1.

There were lots of regular saga figures there. WHen we got there, they had 4 boxes full that we opened and got to sort through. No Scorch though, which is what everyone is looking for. 

I did get a Spudtrooper at the Charlotte walmart though.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4500','86c56ae5ac','','Congrats Mark, weve only trooped together once but if I can get there I will. Have an awesome Honeymoon too sounds like it will be a great trip.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4501','8ccafa0ace','','Hey Tim i heard about those guys around the EPII release. I wonder if they ever thought about troopin with the 501st? Or at least what there doin with their suits?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4502','d811e55a74','','By silver flaps you mean the Ultimate Galactic Hunt?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4503','d093c347a8','','I wish I had heard about it.  I stayed at the office (&amp; hence a Net connection) until a little before 11 pm last night.  Figures y'all would go shopping once I logged off.  No one calls, I see how those who don't go to dinner get treated.  :wink: 

If anybody needs figures that are 3 months old (silver flaps, never heard or seen of 'em) then check out Antioch.  Where we don't restock till you bastards buy every pegwarmer we've got first.

Don't even get me started on the Spudtrooper much less the Commando.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4504','dc46e8245e','','I heard about this guy on VH1.  Good to see the NYC stereotype isn't wasted on some folks. 

 :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4505','7381bdc43d','','Congratulations, Mark and Kia!

Where in Kentucky will the big event be taking place? It's during Passover, so I probably couldn't come unless it's in Bowling Green or thereabouts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4506','7312a7dc89','','I would start out by making a stretched out triangle then using the wave distort filter to move the triangle into flame looking shapes.  I did a quicky to show you what it looks like.

[img:7312a7dc89]http://tk-2486.com/501/sigs/flames.jpg[/img:7312a7dc89]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4507','6035849fe1','','All hail Skip, the bringer of the Giggidy!  

I give that last post 4 Giggidys out of 5!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4508','4150f1e9b9','','I made a bunch of holocron/holonet logos from when I use to play star wars galaxies.. I'll try to find throw out some ideas in the next couple of days.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4509','2733261002','','I can hammer those all out if you want.  I'll probably get them done by tonite or saturday.

email: gooshy@gmail.com');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4510','66f06633b5','','Well.. someone wanted to get a group together to meet up for dinner on one of the threads I saw.. so maybe a &quot;Meet &amp; Greet&quot; category?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4511','375d72660d','','I will be in the Wedowee area and from the looks of it should be moved down next monday (not this coming but the following). I will post more information on how to contact me once all the moving is done and the dust has settled.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4517','5df1d137c3','','[quote:5df1d137c3="Hammer"]That's ridiculous.  I lost a hat on the way to the Grand Canyon once and not only did the hotel mail it back to me free of charge(from Arizona I might add), but it beat us back home.  It was waiting on the front porch when we got there.  I can't believe those jerks won't just mail the charger back to ya.  As much as they charged for the room, you'd think it wouldn't be such a chore.[/quote:5df1d137c3]
Exactly. That's why I was so surprised and unprepared when they asked me to pay for it. It's been a while since anyone in my party has left something in a hotel room (sunglasses?), but I do recall they shipped it back for free.

In looking to buy a new charger, I found that the charger for the Treo 650 is the same. Someone in the office has a 650, so I borrowed his cord last night and now have a full charge, but I don't want to keep doing that. I'll let y'all know when/if it arrives.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4512','8ef5bde00c','','[img:8ef5bde00c]http://tk-2486.com/501/sigs/zman_crossing.jpg[/img:8ef5bde00c]
Z, I love ya brother.. but I had to  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4513','e04eea7b6c','','Roger, added you two to the list.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4514','245a2b1c13','','Josh Bentley is from my home town of Somerset KY.  His mom is a Dermotologist here. It is some wonder to me that he isn a member...try and email him and gauge his interest if you'd like.

(Edit:Pretty sure its same guy anyway)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4515','d66c9ea4b1','','[quote:d66c9ea4b1="Gooshy"][img:d66c9ea4b1]http://tk-2486.com/501/sigs/zman_crossing.jpg[/img:d66c9ea4b1][/quote:d66c9ea4b1]

A little thin for Z-man!  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4516','d0404a50e1','','Hey.. at least I put the armor on him!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4518','05d69d3561','Change #1  Web Team','Ok Troops, the first of many improvements is the formation of a new WEB TEAM.  A better name for the group will be determined soon, but our GWL - Chris Ash , TB1309 will be directing this team in the process of managing and maintaining our website and forums.

There are a lot of exciting upgrades and features in store to really ramp us up in this area, so Chris will be calling on the new team as well as additional troopers from time to time to help out.

Currently the team will consist of:

Corey (pre-event coord/moderator) 
Chase (web deputy) 
Gooshy (web deputy) 
Donald (web deputy/IT) 

Corey's role will be the most day to day visible in that he will be assisting with the management of the forums as they pertain to the events sections. 
 Things like;
Keeping threads organized
Sticking active events and archiving past events.
Following up on post event reports to be submitted.
Maintaining rosters for events.
Assisting Skip and I with maintining info on 501st activites and schedules for larger events.
Posting confirmed events to the Public Events section
and moderating the planning threads to keep them on topic.

The other Web Deputies are somewhat self explainatory in their roles in admin duties on the site and forums + graphics work and design.

Lets welcome these troopers in thier new roles and thank them for stepping up to volunteer thier time to make this a better online world for us to play in...

Good Luck!

-Joey');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4519','7f66124207','','I think I'll print that logo onto an iron-on t-shirt transfer and give it to Suppa.

edit');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4520','868ada669e','','Hey, are they each going to get to carry a bullet in their pocket like Barney Fyffe? :D

Seriously, 

Gratz to the deputies  (Oh, Depuuuuteeeeee) and to our new moderator dude! It sounds like this is the beginning of some great changes. :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4521','0b7c5c7872','','Yes Tyler, the galactic hunt.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4522','6b05319285','','I be happy fo da boaf of you.

Chris still owes you a couple a bucks for the swag he got from you through me. So...I figure with the juice still running on that he might be able to help finance a couple sodas for ya'll on your honeymoon.

Bess'o'luck!

Rob');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4523','afc4bd2382','','I found it on potf2.com, just thought you guys would get a kick out of it.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4524','cdc30233f7','The Little Ninja','Dunno if many of you have stumbled upon this website or have seen any of these flash animations, but its really an interesting and cool story.

As you watch these you can see the animations and writing get better and better.

Note: One of the chapters is not safe for work beacause of language, but the rest are ok if noone around you is offended by violent material.

Just click on the link , click on the chapters and enjoy. Its a real treat.

[url]http://www.ninjai.com/[/url]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4525','9f6ba12ed1','','Yeah, more staff admins to harass!  Congrats to our new web team.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4526','63266aee33','','edit');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4556','4dec2acd4b','','ive just edited your posts guys,simply because were done with any kind of junk like that.you both made valid points,but.....

i actually think the topic is valid and am starting a new thread because of it.
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=4555#4555


youll soon find a new rulebook with which to live by.we are about to release some new rules and regulations,just couldnt wait and needed to squash this before 100 people read it.
we'll be setting up some new policies very soon,none to keep you guys from posting and using the Pms.just to keep things from getting out of hand.
i apologize for editing your posts.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4557','dc0ad94c51','','Okay, what time we gonna do this thang?  :D  I'm currently scheduled to pick up Cadet at 4pm to be on UK's campus no later than 5pm, which gives us an hour to suit up, etc. (I'll need every minute of it - my armor weighs [b:dc0ad94c51]130 pounds [/b:dc0ad94c51]and I have to be CLAMPED into it...) How 'bout I pick Cadet up at 3pm to give us an hour to eat? And where are we gonna eat at?

PS - I've got a cell-phone now, to make last-minute changes-of-plans easier.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4527','1be450249e','','galactic hunt is stupid and if you buy them you are even stupider.  ya know what I be sayin?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4528','63d28e60e6','','Kudo's to our command staff for moving in, what I see as a, new and positive direction; and to the troopers that have volunteered to help out.

Looking forward to what's ahead.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4529','2e64d6fc7e','','I have the room..let's built it skip..let's make it a joint effort.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4530','b19f98f7a1','','Yeah screw Hasbro and their mismanaged distribution system.  

Hasbro execs: &quot;Hey look let's include 18 Luke Skywalker's with his right thunb slightly extended, 5 Landos, and 1 clonetrooper with chrome &amp; exclusive paint job.  Fans just hate generic characters and want to see more of the face characters.&quot; :bang  :shoot');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4531','7e95a0d06a','','It will be nice to have all these folks...the webpage, events, Memberpics, Photo section..etc..etc.. are a ton of work and this will make things better for all of us.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4532','31f46e8235','','Sure... Just send Herbie Hancock to Coreys and we will get him to play a few tunes for us.  I did not know you were into Jazz music.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4533','c00d8324e7','','Looks like a project for coreys prop parties!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4534','c6eabe061f','','Looks like a project for coreys prop parties!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4535','f5cfca55e0','','BTW folks some of you have met this big goofball. Its my friend Michael Mott, he was at the mvoie premiere, the sounds game, the dvd release at TRU,a nd wore Hammer's Royal Guard at the Christmas parades. He doesn't have a pc of his own but I gave him the adress so he could come here while at school at Austin Pea. I've fed him to the wolves here so to speak. So don't be gentle. Emerse him. Get him in costume and get him to come to stuff. He has no choice. He will join us or die.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4536','b68170a8f8','','Skip and Loki, you might want to check out Entertainment Earth's sale. [url=http://www.entertainmentearth.com/prodinfo.asp?number=PM75007]Alien Egg &amp; Facehugger Plush[/url] There is also another plush Alien item.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4537','cee21bca31','','WTF!!!!??  I thought all you people loved me!!!

Although, a nice 100% cotton t-shirt on the trooper would have made the sign a bit more authentic....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4538','20a093f376','','Have fun you guys and keep in touch from the road!

Now maybe I can catch up on my number of posts while Atin is gone!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4539','2be84d1e8f','','[quote:2be84d1e8f="Tambo"]I have the room..let's built it skip..let's make it a joint effort.[/quote:2be84d1e8f]

Tambo, I'm laughing cause when you said &quot;joint effort&quot; I just happend to look over at your smoking monkey!!!!  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4540','46068281f0','Good luck','Good luck to any and all mods, with this cast of characters...you'll surely need it! :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4541','8af8f3a906','','You guys treat Eric right!

I'm a member of Garrison Tyranus, and he is a good guy.   I've told him to expect some SUPER Mandalorian help, since the SO is THE PLACE for Mandalorian action.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4542','18c7d4e31f','','I think its a fine lineup!! Thanks for volunteering guys!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4543','442237646e','','edit');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4544','0fca6c855c','','edit');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4546','3cee22573b','','Both of you please drop the issue over a t-shirt, please take it to a pm. We are suppose to be a friends here, let's not get this blown up into something else.  :cry:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4545','637a25389b','','Gooshy, check your PMs for some costume updates!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4547','487b9d76ec','','I'm still jealous that youre going to Hawaii.  Have fun, be safe and don't forget my souvenirs.   :D 

Hope JR is feeling better and does well on the flights.

See ya when you return.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4548','ce3a31673e','','edit');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4555','5c2af9f8a3','501st swag thread','hey guys weve got some cool info coming on this topic.lets just say someone else will be taking this thread over soon.

it was brought up coincedently on another thread so i started this one.

but basically this thread is to talk about any kind of 501st merchandise.
shirts,hats,pins,buttons,whatever,

i suppose we can even throw RL merchandise into the ring here,


1st order of business was the discussion between dvd master and glenn stein.
regarding the new 501st tshirts that one of the outpost members designed.
i want one too and didnt know about them.ive been caught up in other things.
this thread will be perfect for notifying us when/if you find out about 501st items being offered.
so if you hear about a tshirt,post it here,dont wait until after they were made.same goes with pins,patches,coins and whatever else comes around

heres the thread,use it!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4549','fd6060a79a','','Enjoy your trip man &amp; stay safe.  Don't be too much of an Atin if you're in a SO shirt.  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4550','3c5d241c92','','Nicely done bro.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4551','6f44b98617','','thanks for the tip,
but already grabbed each of them for $11 at a closing suncoast in rivergate.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4552','45f4c7e58a','','for anybody interested,
one of the predator guys i know has finally released his fanfilm.
you can download it here.

http://www.seedfilm.com/videos/seedhd.zip

its pretty awesome and has lots of people i know in it,plus some cool aliens and preds.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4553','ffc49fde79','','[quote:ffc49fde79="Loki"]Screw all that other stuff, I want Hammer's sig pic on my T-Shirt![/quote:ffc49fde79]

I second that motion.  We need a Giggidy shirt.

I do like your use of the SOG patch, Hammer.  I told Mark just this morning that someone should do that.  Sure is a lot of blue, any chance of bringing back our destinctive black &amp; gold colors though?



I don't have graphic skills, &amp; I don't have a good idea yet, but I think it's time we got a motto &amp; I'm not budging on this one:

[size=18:ffc49fde79][b:ffc49fde79]Southern Outpost - &quot;Like [i:ffc49fde79]Hee Haw[/i:ffc49fde79] only with Blasters.&quot;[/b:ffc49fde79][/size:ffc49fde79]  I was inspired by that phrase when it was used on an episode of [i:ffc49fde79]Futurama[/i:ffc49fde79].');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4554','1f858fb8e2','','sorry,those last 2 posts were from me');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4558','0388c1c3ad','Aoooraaa','This is going to be an invasion of epic proportions.  Lets bring it');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4559','09a17dfeaf','','SOLD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4560','35e3883fc5','','Cool man well meet up at the Fridays at Toys R Us around 4 then, and then we can find a place close to eat and hang out. Then we can go over and get suited up and troop. PM me your cell # ill send you mine also');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4561','57c1db6f5b','','Just a suggestion. When you guys edit a post, can you just delete it all together? Then Pm the parties involved and tell them why? It's just kinda hard seeing &quot;edit&quot; on all these posts and have everybody wonder whats going on. It almost feeds a fire of it's own. I say if you see a problem. nip it in the bud and pm the parties concerned. Then totaly get rid of the posts. Is this a valid statement?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4562','c0bd8c38e5','Re: Imperial Transmission','[quote:c0bd8c38e5="locokarma"]To: Southern Outpost
From: TK9612

Greetings my Imperial brothers and sisters. I am currently assigned to Star Garrison, and am deployed in Arkansas.

I look forward to meeting those who I can, and even &quot;trooping&quot; any events that I can attend.

End Transmission.
TK9612[/quote:c0bd8c38e5]

C'Mon guys!  Let's annex Arkansas!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4563','c199a438a4','','I'll be crashing at your house.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4564','d9b3cc2ee9','','Come opn Joey... That was three years ago!  The Southern Outpost was a shadow of what it is now.  If you wrote that letter today it could read:

Dear Legion,

I am writting to let you know that as of today, April 1st, 2006, Arkansas now belongs to the Southern Outpost &quot;Garrison&quot;.

Thanks.

Do something about it :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4565','83547df05e','new character','darth tater may have to cancel...someone may be there instead (if we don't run out of time!)  hint:  look out boys...she's pretty hot!!!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4566','eade0837bd','','I want pmission to throw a sleeping bag down for the night.  Check out that pic of the place in the early part of the century, it looks nothing like that now,');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4567','0c34445124','','Congrats gentlemen!


I look forward to being moderated by you all!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4568','648258e8d2','','Persistant... ain't ya?  :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4569','782c02fd7d','','yay Jen!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4570','9f7bb0b0e3','','zman,
i was going to edit your post but instead,

PM sent!!! :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4571','8d8fce614b','','Hey guys I would have said something about this shirt but I thought more people visited the 501st board more often.

They are getting ready to start a third run of the cards are people interested in getting a Southern Outpost card this time around?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4572','de7a1b6c15','Happy First Anniversary Vol. Garrison','This Saturday April 1, 2006 is the first anniversary of the day that Joey really thought that he was going to lose TN &amp; KY.  Ladies &amp; Gents I think we all remember that night at MidSouthCon when we all saw this patch for the first time:
[img:de7a1b6c15]http://img.photobucket.com/albums/v690/DVDMaster1138/VolGar2.jpg[/img:de7a1b6c15]
As the patch's instigator I wanted to wish the Legion's first prank patch a Happy Anniversary.

Here's a recap of the story (from a message I typed soon after the fact):

The Southern Outpost played a prank on our CO on April Fool's Day and figured that a lot of people missed it when I posted the report on the HQ boards. Just in case you missed it, here's the report: 

This past weekend (April 1-3, 2005) the Southern Outpost pulled a huge prank at MidSouthCon in Memphis, TN where the SO were serving as the cons Fan Guests of Honor. Those outside of the SO probably dont know that there has been a long-standing joke between our XO, Skip, (in Tennessee) and our CO, Joey aka Bamatrooper, (in Alabama) about the TN &amp; KY troopers breaking off from the Southern Outpost and making their own garrison. This will NEVER happen in reality, but our CO sure thought it was happening on April Fool's Day. The joke has been in motion since DragonCon when we decided to make this the joke that went too far by creating patches for our new fake &quot;Volunteer Garrison.&quot; Originally it was going to just be the Tennessee Garrison, but it was decided that if this actually happened we would likely take KY along with us, so we changed the name to honor those brave Tennesseans &amp; Kentuckians who fought during the War of Texas Independence and died at the Alamo. Its quite an attractive patch; first we took the Southern Outpost patch design and got rid of the bottom 2 states. Instead of a black background we have a University of KY blue and on the 2 states and the outer rim we went with a Metallic orange. However the metallic parts ended up looking like copper, still VERY pretty, but not quite University of Tennessee orange. The white cog remains. At the top of the patch in English it reads &quot;Volunteer Garrison.&quot; Here's the best part, on the bottom of the patch in Aurek-Besh it reads &quot;April Fools Bamatrooper.&quot; The patch is also larger than the SO patch measuring about 3.5&quot; across. 

At around 10:30 PM on April Fools Day, Skip got all of the SO con-goers together in the party room and made the announcement about the split in the garrison. His speech went something like this, After much deliberating and talking with members in TN and KY, along with working with Albin and Tim weve been granted our own garrison. We wanted to announce this at a big event and its too important to keep secret any longer. I know this comes as a shock to some of you and it was a hard decision but the needs of the group kinda demanded this. So Im proud to announce to you guys in TN and KY were now the &quot;Volunteer Garrison!&quot; Then he whipped one of the patches into the air for all to see. 

There was quite a bit of shock (for the few troopers we hadnt told yet), meanwhile Joey took it all in stride because he always believed this day would come. Skip follows up by asking if anyone can read Aurek-Besh. One trooper volunteered to read the new garrisons motto. Standing in front of Joey he calmly reads, April Fools, Bamatrooper. Joeys reaction was much like those scenes on MTVs Punkd when Ashton Kutcher comes around the corner. He jumped up in the air screaming at us You got me, you guys really got me. It was amazing that the joke was not blown, but that was mostly due to tight operational security. Tim &amp; Albin werent informed until the morning of the joke. And just to show the aftermath of this prank:

[img:de7a1b6c15]http://img.photobucket.com/albums/v690/DVDMaster1138/VolGarrison02.jpg[/img:de7a1b6c15] 

So that is the story of (whats believed to be) the first prank patch in the Legions history.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4573','01febc2bb4','','We take a small state then we take a big state. Then we take a forgotten state. then we take a remote state. And about the time they realise what hit them we had conquered 75% of the US alone.  :twisted: 

joking... joking...

Seriously I don't understand why they'd have given you flack about that Joey. But I'm sure those you were representing appreciated it.

But back on topic though whats the cut off date? And how is the winning logo determined again?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4574','dc6625eab0','Stealing Arkansas','Not to encourage Loki, but how would this actually take place? Would Arkansas have to split off and form an Outpost first?  Could the 8 or so members there just vote to join the SOg? 


I moved this to try and stop the thread hijacking.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4575','77cab98d84','','Thread hijacking?  Me?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4576','5975143b71','','It looks good on ya Jenn.  Hey... I'm still alive.  You said it would be over MY dead body before you wore armor!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4577','c6fd32981a','','I just sent money in today for an RL card. I want to get Dooku into series 3 of the 501st cards. Basically, I'm all for a Southern Outpost card, but I can't contribute much financially to it. If we wait to series 4, I'd be willing to sponsor the card. However, I think Drax and Atin have been discussing this previously, so I would defer to them.

I visited the 501st board a lot during the election, but then I turned my focus to the Dooku costume and didn't have time for it. Of course, the shirt went on sale 2 days after the election.  :cry:

Maybe I can make my own custom shirt with an iron-on transfer. I'll have to see if Chuck can send me a large copy of the image.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4578','6a50a69e3f','','Excelent... welcome gentilmen to the world of telling us when to shut up! :D Because you know, we need that some times. 
But seriously, very happy to see all this and welcome the positions. Couldn't have asked for a better group there.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4579','cdbeb06f29','','[quote:cdbeb06f29="Loki"]It looks good on ya Jenn.  Hey... I'm still alive.  You said it would be over MY dead body before you wore armor![/quote:cdbeb06f29]
Yeah, but when will we see Jen in the armor? :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4580','e329dbf7e7','','Sign it like this &quot;Tyler Phillips, Victim of a Smart Mouthed Smoking Monkey Man&quot;

Your wit is to quick for me, I guess I too will bow to the Tambo!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4581','299344c9ca','','Too soon?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4582','3a19a9a7ad','','Too soon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4583','972b03ee62','','I saw her wear it.  My life is complete now.  Put me in my TK armor and bury me with the Alien.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4584','16c491ec4f','','Hey, Jamey, since the Roster Master is on vacation, I'll bug you:  where's the current-and-frequently-updated roster?  I thought it'd be at the beginning of the Pre-Events thread, i.e., here ... but then, I thought it'd be Happy Tornado Day today, too.  Shows what [i:16c491ec4f]I[/i:16c491ec4f] know.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4585','3526eb0daa','','Sorry guys if it was too soon (not for the Knoxville troopers), but I likely won't be online on Saturday. :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4586','bcc2eebf2c','','We had a tornado here.

I considered coming down for this, but I've got other plans.  I would like, however, to invite all of you participating to my house afterwards.  Matt, you'll be coming right back through here, you could lead any others.  Several Outpost members are getting together at my house Saturday afternoon to work on some small projects and witness the reveal of the Alien.  Later on we will be having dinner at an undisclosed location.  Huntsville is about an hour from SHELBYVILLE, straight up 231.  It would be nice to see as many of you as possible.  We'll be doing a few odd &amp; end projects, nothing major, but mostly just hanging out.


EDIT:

My bad... this event is NEXT weekend, not this weekend! :oops:   Oh well, you're all still invited to my place tomorrow, April 1st anyway!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4587','f9eb7e57e5','Positive Reinforcement...','I know this was tried before, but personally I thought it had a different meaning then. My point is there are some things we are finally getting past, and some growth that I'd like to acknowledge and let some guys know in this group... you are appriciated.

Command staff: Through all the tension and misunderstandings, hard feelings and lost hope... you're still here, for the love of the costumes we wear and the group we share them with, you're still here and doing what you do best. Leading us to fun and greatness. You're the reasons the world views us as a truly &quot;organized&quot; and &quot;responcible&quot; group... not just a bunch of costuming nerds (although we're kinda that too). Thank you! Thank you for not giving up. Thank you for sticking with us and putting up with our hissy fits... and even having a few of your own. That's part of life, and we get through it... but we got through it together. Thank you!

Alabama members: We all have our misunderstandings in life, our problems with communication... but I for one regret every one of those I've had in regards to you. The truth is we are a group of FOUR states... and although you are so far away from me, that's no reason for me to &quot;distance&quot; you even further with miscomunications and lack there of! Fact is there are some amazing members, excelent costumers, and people I'm privledged to call friend... and I will be thankful for every day that I get to call you that, my friends!

New members: Why are you still here anyway? You've seen a group of COSTUMERS bitch and moan and have problems that some couples don't even have (lucky bastards!), and yet you're still here. Why? I'd guess it's the same reason I joined this rag-tag group. Here is a group, that through the love of one silly series of movies (that became a franchise), and the dream of dressing up as someone in those movies, has come together, and formed a family. Disfunctional or not, we are a family, and we welcome you into it. And we thank you for still wanting to join us.

Now I've said my piece. Thank you! Thank you for your precious time, and thank you for being my friends. Now lets assemble some plastic, get heat stroke, and party till morning!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4588','1876bb3bb3','','Loki you realise those are two different Saturdays right?

The 1st tommorow we're at you're place. The 8th Next weekend you and I are both in Decatur. Don't send people to your house if you're not there man.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4589','da892fa9d0','','Just got done seeing the Seed film, the preds.  looked killer. How the hell did they pull off that water fight scene?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4590','2b9cad3cc8','','[quote:2b9cad3cc8="Loki"]We had a tornado here.[/quote:2b9cad3cc8]

O RLY?  Everybody okay, I hope?
I [i:2b9cad3cc8]did[/i:2b9cad3cc8] call it on Happy Tornado Day, then, even if we didn't get our first scramble for shelter of the season here at my house.  I am smrat!
We'll try to not have this crap a week from tomorrow, folks, honest.

[quote:2b9cad3cc8]Huntsville is about an hour from Huntsville[/quote:2b9cad3cc8]

Perfectly reasonable typo aside:
Y'know, the really fubar thing about this city is that there are points where you can start inside the city limits of Huntsville, drive [b:2b9cad3cc8]in a fairly straight line[/b:2b9cad3cc8] for about an hour, cross two (or more!) city lines in the process, and wind up in Huntsville.  It's like kudzu.  
[list:2b9cad3cc8]&quot;Where are we?&quot;
&quot;Huntsville.&quot;
 &quot;Okay, but are we east or west of Madison?  North or south of Normal?  What [i:2b9cad3cc8]county[/i:2b9cad3cc8] are we in?&quot;
 &quot;Fark if I know.&quot;[/list:u:2b9cad3cc8]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4591','776d320894','[NC-17] TROPHY-CASE','Even cloners have to start somewhere, so it's...
[size=18:776d320894][color=yellow:776d320894]Back to the Drawing Board![/color:776d320894][/size:776d320894]

[img:776d320894]http://www.knology.net/~killjoy/501stnc17/sinderoff_yp_1947_04.jpg[/img:776d320894] [img:776d320894]http://www.knology.net/~killjoy/501stnc17/DoYouLook1.JPG[/img:776d320894] [img:776d320894]http://www.knology.net/~killjoy/501stnc17/nrs4882.jpg[/img:776d320894] [img:776d320894]http://www.knology.net/~killjoy/501stnc17/zaraser_hoolan_reddevil.jpg[/img:776d320894] [img:776d320894]http://www.knology.net/~killjoy/501stnc17/computer_hair.jpg[/img:776d320894]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4592','6831aa631d','','I can verify that. It was such a weird experience too.

So where are we meeting? Parking lot at Von Braun Research Hall? That's where I'd recommend we change.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4593','7e75d5771d','','I would suspect the 8 members in Arkansas would have to petition the Legion council that they want to leave Star Garrison and join the SO. Just a guess mind you.  

As for Loki hijacking a thread.. Loki? thread hijack? Nooooo... not in the last 10 minutes or so anyway..  :rotfl :wink:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4594','5007991d2c','','Don't forget another Arkansas favorite of the Southern Outpost and honorary member, Chris Campbell.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4595','f001bd6ac7','','Allrighty then...

Put it all on for the first time tonight.  The head is still unpainted, but it's trimmed and ready.

I took them without a flash to make them dark.... I don't want to give everything away just yet!


[size=24:f001bd6ac7]Alien gets the kitty[/size:f001bd6ac7]

[img:f001bd6ac7]http://i23.photobucket.com/albums/b375/loki41872/alien060.jpg[/img:f001bd6ac7]
[img:f001bd6ac7]http://i23.photobucket.com/albums/b375/loki41872/alien061.jpg[/img:f001bd6ac7]
[img:f001bd6ac7]http://i23.photobucket.com/albums/b375/loki41872/alien062.jpg[/img:f001bd6ac7]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4596','d66f7bca25','','That is looking sweet Loki.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4597','d44b78cf71','','Our tornado was in the middle of nowhere, in the north part of Shelbyville, a few trees had a bad night, that's all.

[quote:d44b78cf71]Huntsville is about an hour from SHELBYVILLE[/quote:d44b78cf71]

OK, I fixed it.  Geez, what an idiot that Loki is.

Yes Joe, I addressed that in my previous post with a wonderful edit.

Can we be moderated for being stupid?  I have been up for 22 and a half hours.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4598','c77780f0fe','','Oh zman, you know we all love you. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4599','9f2349264e','','Got 'em!  I'm dead tired though, just got in.  I'll reply to them in a few hours when I wake up :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4600','ba7f9bc16c','','Impressive, Loki.

I feel for your cat. :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4601','fb7d334b69','','Well Loki....I'm guessing the cat is now permantly scarred.

This may have been asked but I'm curious as to where the vision points on the head piece are. And people wanna talk &quot;trooper funk&quot;. That costume has to be hotter. :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4602','eabdc1975f','BA','That is BA!! :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4603','fb0ba72b21','so what','Deignastion :shock:   who cares about that.  Supa is the Boba bomb :!:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4604','17dd89c10f','','[quote:17dd89c10f="RReed"]Well Loki....I'm guessing the cat is now permantly scarred.

This may have been asked but I'm curious as to where the vision points on the head piece are. And people wanna talk &quot;trooper funk&quot;. That costume has to be hotter. :shock:[/quote:17dd89c10f]

eye-holes are in the neck, right where it joins the head.  Trooper funk?  Yeah, I had it on long enough to terrorize the kids and take those few pics, about 15 minutes, and I was soaked.  I'll need several bottles of febreez at cons!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4605','3ef7063765','','It is going to be very disturbing to see the Alien suck a bottle of Dasani through it's neck.  :shock: 

Excellent work! Can't wait to see this thing live and in person (and the reactions from everyone else!)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4606','4ad07ebf39','','Think I should wear it to the Library Day thing?  I could claim to be an EU Cantina Alien!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4607','c50bfd8903','','That looks awsome but the pussy looked terribly freightened.  I'm lookin' forward to seeing pics of you in action in the Alien outfit.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4608','1de0d07e92','','It is not up to us..the fate of Arkansas is with those 8 members.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4609','78ecaa77db','','I'd love to be there, but I have a birthday thingie to attend.  **le sigh**  Maybe the next time.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4610','339166103f','','Your CAT is so awesome.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4611','d016a7dc6e','','A Pussy worthy of praise from the Tambo');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4612','b499bc2a76','','We are still talkin' about a feline, right??   :twisted:  

So when will your Alien make its debut??');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4613','bb22f451fd','Nice','Nicely done rose

I made my first contact with Tambo, Skip and Joey about a year ago asking about membership, and I deeply respect the time this command staff puts into the group and it's challenges.  I can tell you that  considering my work load, I would never have the time to donate that these guys do every day.  It is hard for me to balance event participation and costume building with my own family time, and these guys do all that more than most, and they do a ton of work that we never see.  

I am overjoyed that changes are on the way, but as members we have the responsibility for much of this change.  It may not be my place to do this, but after sitting up till 4am in a hot smoky room listening to complaints, I may have some perspective.

My perspective is this: ( I am guilty too so I am not pointing fingers)
  -We are not invading a country, this is a hobby, a family, a chance to 
   share our passion with others; is all the drama needed?
  - The command staff leads us; they are not our mama and daddy and 
    can not do everything.  Can we solve some of our own problems?
  - Our command staff is based on a military structure in order to 
    deligate responsibility and get things done, not to be fascist.  Can we 
    use the chain of command (proper channels) to get things done?
  - It is impossible for everyone to love everyone else.  So what, but do
    we have to put that out there for everyone to see?
  - High jacking?? There again we are not here to legislate.  I look forward 
     to Seeing what Loki and Z-man will come up with next, it is amusing.  
     Isnt the wit what brings us to the forum.  I do think certain planning 
     threads should stay on target, but friendly harassment promotes 
     bonding.  If you dont have a sense of humor, enjoy those who do!  

Sorry for going on and such.  Thanks to the command staff and their families who let them do their thing :)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4614','86a7039f47','','I'll be wearing it at the Middle TN Anime Con in Franklin on the weekend of April 21-23.  Come one, come all!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4615','10a47d39c5','','OMG looks awesome!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4616','0084fc9fad','','Grrrr....


I'LL LAY EGGS IN YOUR STOMACH!!!!










Sorry, had to hijack for a brief moment!

Well said Rose.  I don't know what I'd do without this group, it's become more than a club, or a fan group, or anything else.  I've never given my friendship easily, and I can honestly say I don't know where any of my friends from &quot;Before&quot; are.  You people are insane, obnoxious, wierd, smelly and funny-looking, and I love each and every one of you!  I believe most of our little problems this past year have come from growing so fast and getting new members allmost weekly.  It went from about 20 or 30 people that we saw at every event to 100+ in a short period of time.  
With growth there are allways growing pains, but growth is a good thing.  Most of the new people that have come in have jumped right in and been welcome just like old friends.  At first it was kinda scary, we saw our friends we've trrooped with, drank with and hung out with start hanging out with new people and some of us felt abandoned and hurt, but we didn't stop and notice that no one was abandoned, when it came right down to it, our old friends were still there, and now there were new people to make fun of and torture!
I expect the next few months leading up to DragonCon and the Holiday Trooping season to be one of healing and fun.  
Not only is this the best damn Garrison in the Legion, but some of the finest people I've ever known.  It's an honor to be part of this thing.

And Hook, no, it's not like wse're invading a country, but there's a certain state I've got my eye on!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4617','ac11d78309','TIME CHANGE TONIGHT!!!','DON'T FORGET GUYS....TONIGHT WE SPRING FORWARD ONE HOUR!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4618','ad0dad95e5','','NNNNNNNOOOOOOOOOOOOOO!!!

but he hasnt finished the Wheel of Time series, he just cant die, hes so great. I need that last book and the 2 other prequels or my life wont be complet.

One way or another RJ you will be greatly missed when you finaly get called.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4619','9aa5fe24a9','','Just sent them to you Gooshy.  If you get bogged down, give word so one of us on here can lend a hand.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4620','b1222a7930','AWESOME JOB!!!','Hey guys! This is Gena... I missed a lot of you at the Mid South Con last weekend!!!

Holly, OMG! THATS AWESOME!!!!!!!

I'm SO afraid to start cutting on this material ive had now forever!!!

What kind of pattern did you use???');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4621','e59d042e04','','[quote:e59d042e04="JediToren"]I'm always up for more charity action. Chewie is there.[/quote:e59d042e04]

Matt, (and all you others with difficult costumes who live a good distance from the event) You realize that this is a 1 - 1.5 hour outdoor event, right?  I'd love for you to be there, but I don't want you to be disappointed having to drive so far each way and wear a difficult costume outside, and only be there a (relatively) short amount of time.

Like I said, I'd love for you to be there.  I just don't want anyone being disappointed since it's such a short event.  :)

J');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4622','50514618b6','','[quote:50514618b6="RL-BlueJedi"]Hey, Jamey:  where's the current-and-frequently-updated roster?  I thought it'd be at the beginning of the Pre-Events thread.[/quote:50514618b6]

That's where it is.  Looks updated to me!  ;)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4623','3e747c1d16','','[quote:3e747c1d16="TB1184"]I can verify that. It was such a weird experience too.

So where are we meeting? Parking lot at Von Braun Research Hall? That's where I'd recommend we change.[/quote:3e747c1d16]

That's probably the best idea.  I believe I remember that building/parking lot.  I haven't been a UAH student since 1991!   :shock:   I remember when it was &quot;North Loop&quot; and &quot;South Loop&quot; roads.  Now it's &quot;Ben Graves&quot; and &quot;John Wright&quot; (money talks, eh?  LOL).  

Anyway, here's an updated map (also posted on page one next to the original map).  This one shows the proposed parking location:

[img:3e747c1d16]http://hiwaay.net/~jethridg/graphics/2006walkmap2.jpg[/img:3e747c1d16]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4624','ed22d59d9f','dibs','I got dibs on the Clinton museum :shock:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4625','c248ee04af','','I've started and finished 2 of the 6, I should have them all done by tonite or Sunday morning.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4626','610216d5f6','','I've got movement!
Position?
It's all over the place, man!
...

So when are we going to have a colonial marine prop party, hmm?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4627','7b29e6f1f7','','Heh.  In the letter quoted in that first link above, he says he's got 30 years' worth of more writing to do in the current plan, and that's assuming he doesn't get more ideas for additional stuff to write.  Therefore, he explains, he's simply going to have to be one of those patients who live quite a bit longer than the average.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4628','ed55c57d25','','[quote:ed55c57d25="Fetthunter"][quote:ed55c57d25="RL-BlueJedi"]Hey, Jamey:  where's the current-and-frequently-updated roster?  I thought it'd be at the beginning of the Pre-Events thread.[/quote:ed55c57d25]

That's where it is.  Looks updated to me!  ;)[/quote:ed55c57d25]

Awesome.
Chris and Donald should be on that list, from the pre-hack days, so they probably forgot to re-add themselves. I'm not sure about Chip, and he's out of town this weekend, so I'll ask him Monday or Tuesday.

Wait, so ... Shawn's not coming?  [i:ed55c57d25]Heinous[/i:ed55c57d25].

[color=darkblue:ed55c57d25](Y'know, I think I'm overdue to watch Bill &amp; Ted.)[/color:ed55c57d25]

Where're we going to eat afterwards, guys?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4629','afa8853c17','Re: [NC-17] TROPHY-CASE','[quote:afa8853c17="BH7407"][img:afa8853c17]http://www.knology.net/~killjoy/501stnc17/computer_hair.jpg[/img:afa8853c17][/quote:afa8853c17]

Oooo dibs!

Err, I mean, &quot;let's run [u:afa8853c17]that[/u:afa8853c17] one through further tests&quot;.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4630','9ae8bf9288','','[quote:9ae8bf9288="Fetthunter"]Anyway, here's an updated map (also posted on page one next to the original map).  This one shows the proposed parking location:

[img:9ae8bf9288]http://hiwaay.net/~jethridg/graphics/2006walkmap2.jpg[/img:9ae8bf9288][/quote:9ae8bf9288]


OMG!!!1!  DUCKS of DOOOOOOOOOM!
Everybody remember your [i:9ae8bf9288]durable[/i:9ae8bf9288], [i:9ae8bf9288]easy to clean[/i:9ae8bf9288] rifles and gaffi sticks.
Seriously.  Those ducks are possessed by the Dark Side, and it woke up hung over.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4631','d309350322','','Great, and I just had freakin back surgery...this is gonna hurt!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4632','be7a3387e9','','Hook, you can have that Museum, and the stained dress too!

I voted to impeach that fool and he still is in denial, him and Hilary Rob'em Clintonian...

I like were we are headed!

VICA LA S.O.!!!!!

*crap can I say that? wait I was born in America, I can*');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4633','e30c0d5671','','That Tambo radar is pretty freaky, let alone the smoking monkey...

I doubt we could hi-jack this thread that bad...

or could we...hmmmmm

Tambo already has all the action figures laid out like the game RISK and is plotting how to take over Ar-kansas...heck he has even painted all the figures costume to match our costumes and is working on the correct dialogue..

now roll the dice Tambo, pull a card and tell us whats going!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4634','73e9a90578','','Z-Man, in regards to your post we can do that, I think, if the price is right 
mwuhahahahahaha!



 :wink:  :wink:  :wink: 

I think I am here to just help make it look pretty, and we succeed at that, then our next job is to transform you...you remember RuPaul right Z? 

hehehehehe

 :P');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4635','461edbf083','','Glad to be aboard, I feel honored. 

I have somewhat of a really cool vision for the &quot;look&quot; of the boards, but I have a few questions:

Would a flash splash page or a movie/animation be ok for the splash page and then move into the main page?

I am not to versed in the phpBB stuff, so I hope someone who feels more comfortable with that can take that on?

I am not assigning or taking duties, etc, just really excited to be involved, thats all!

Lets rock!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4636','3072695d31','TIME CHANGE TONIGHT!!!','pathetic!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4637','7d99c8cd12','','The briefcase with non-matching serial number hundred dollar bills are on the way, Crash. 

Let's see, first order of business, let's nuke Crayfish right off the board!!!


 :D  :D  :D  :D');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4638','14ac359f0d','','Zach if I could use Photoshop worth a crap I'd repaint the chevron on that clone helmet yellow and do the same to the rest of the design.  But Skip said we're not bound to any color scheme and since I think we may have more 501st clones than any other Garrison(not to mention the best SS* Vader) I thought I'd incorporate that color scheme.  Although I do think the blue is a bit washed out in that pic; again I wasn't able to do anything about it and had to adjust the rest of the design to match.  If anybody would like to color over the patch with darker blue or the good ol' yellow have at it.  I'd like to see how it looks.





*SS = Soft Serve.  I think it has a nice ring to it.    8)');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4639','8378f5afdc','','No, I think they mean &quot;too soon&quot; as in considering what we all went through just last week it's not that funny right now.  I know technically it's the anniversary and all that but I think it coulda waited until this mess had died down a little.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4640','27582c09cc','','[quote:27582c09cc="Loki"]Carefull Glenn, or I'll have Tambo transfer you to Garrison Tyranus![/quote:27582c09cc]



Come on Jester, there was a portal joke staring you right in the face and you missed it???  Wake up, man!



 :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4641','386788159c','','A flash movie on the splash page is a great idea!

Don't sweat the php/perl/phpBB coding. Donald and I can back you up on that. Not a problem.

The way the site is structured is once you are past the splash page, there is the static side which is &quot;www.501stso.com&quot;. That part is just a big interface for the public to see us, get around to our galleries, jump to the boards, read the charter, get at our email (info@501stso.com) and so on.

Lets work &quot;top down&quot; from the splash page down into the site, then into the forums and then galleries.

As the graphics and style get worked out I or Donald or both can backfill with the php code. 

Once you get something post a link, I can't wait to see what you've got in mind!');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4642','7db9ea5619','','this thread is nearing the edit stage,

please remember to keep political comments light.

these political discussions always go sour,

proceed with caution

thanks
skip');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4643','a689b61dfb','','Good job! Send 'em on back as you get them cranked out.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4644','f71a77c78c','','when you send them to Chris CC me at tk1128@bellsouth.net as well');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4645','91c9965c8d','','Hot damn, you must be mobile again!!  Congrats sweetie.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4646','82c01d5cd2','','yes it is true I have  Action figures (3 3/4&quot;) of the entire SOG and more.  I move all of you like the Roman GODS.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4647','96071669e4','Galactic Marine update','I got around to finally completing my belt today. The finishing touch I speak of are the silver &quot;buckles&quot; or center boxes between the two main pouches. I have contemplated how to do them for a long time now, and how to attach them as well. I finally decided to carve them out of wood and just glue them to the belt. Since Shoe Goo bonds to vinyl, and my belt is vinyl, I used that. The silver is done with Rub 'N Buff, and the black part is electrical tape.

Now, ahem, I just need my armor. :P

[img:96071669e4]http://i48.photobucket.com/albums/f239/torso_boy/DSCF0476.jpg[/img:96071669e4]

[img:96071669e4]http://i48.photobucket.com/albums/f239/torso_boy/DSCF0474.jpg[/img:96071669e4]

Here is some reference material I came up with. However, unlike my original thought of having a recessed area at the top, I now believe it's just a dark tab, hence the electrical tape on my buckles.

[img:96071669e4]http://i48.photobucket.com/albums/f239/torso_boy/belt.jpg[/img:96071669e4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4648','6f79b957f2','','i need them too....................

mark e
tk-1380');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4649','f22347d4af','','So I take it that many of you that are going to the Middle-TN Anime Con will be also going to the prop party? How close is it from the Con to Franklin, TN? I would love to hit the Con (just to see it) like a few has said and then go to the party as I'll actually have something to work on.  :D 

So I guess I'm signing up although I have no idea what time all this is taking place. I'll take the lead from everyone else. So... who's going to the Con, the prop party, or both?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4650','881248ce04','','Oh, well, last week I don't know anything about that.  Corey posted something about there being a meeting at MSC, but I never seen anything about that on the boards yet.  And you know not all of us could be there for that so all I have heard were rumors.  Is there a wall of silence between those of us who weren't there and what happened?

Did you expect me to celebrate the aniversary 5 months later in September?');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4651','045fb949e5','anime con','the con is in the embassy suites which is right off interstate 65 south.  geoff lives in fieldstone farms which is right around the corner from where we live...i'd say it's about 8-10 minutes, tops, from the convention to his house...that's accounting for traffic and everything.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4652','0bd43a221f','Just Had to Share','So we went to dinner at O'Charleys this evening.  When the rolls arrived I just had to take a pic and share it
[img:0bd43a221f]http://pic7.picturetrail.com/VOL183/1444900/7473834/136745681.jpg[/img:0bd43a221f]
I guess I am just easily amused :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4653','b9043472db','','Well, I have a motto that doesn't make us seem like hicks. :) Of course, maybe I'm just the exception in not wanting that. It goes with my idea for a logo. So if I can't find time to produce the logo myself, I'll post just the idea later next week.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4654','13739763d4','','same here, could use some Fett gauntlets....');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4655','3abc8edb67','','I thought it was funny Crash. I did! Made my back hurt a little too for ya.


And has anyone thought that this daylight saving may be one big april fools prank? Everyone will go to whatever it is they're suposed to be at tomorrow (I have work o.O) one hour early. Then whoever orchestrated this massive prank will just point and laugh. Anyone? Am I alone here? *sigh* I know, I know... &quot;go home crazy lady.&quot;  :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4656','1dd434c144','501ST &amp; S.O. SWAG','i am deleting items as they are ordered

this is stuff i have left over, if you want it get it now. i accept paypal or checks through the mail, i need to sell all of this stuff asap so buy it now.

black hat 501st logo in white = qty. 14--------5.00 each
black headwraps 501st logo in white on both sides = qty. 7-------5.00 each
black beanies 501st logo in white on front =  qty. 2-------5.00 each
 
red 501st skull and crossbones tk skull shirts (this is it on these, never to be seen again from me anyway)  all fo these are XL  qty. 4-------8.00 each

white vinyl cut 4.25&quot; round southern outpost decals 3 for  5.00-----qty = 38

THE FOLLOWING ARE 501ST S.O SHIRTS


2xl cog
xl cog
xl ep3
xl cog

these are all i have left (i think) they are 8.00 each

please post on this thread if you place an order with me, so i as well as others can see that those items have been sold.

i will get back to you with your postage added after you pm me your order

if you paypal me do so at this address  wiseguybuttons@alltel.net

if you pay me by check 
mark estes
134 algonquin trail
somerset, ky 42501 

thank you thank you thank you.


-mark e
tk-1380');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4669','20278ee4f7','adcon mandos','i am going to try my best to have my mando done by adcon, will there be a time and place for all the mandos to get some group shots then????

i already have a name for him too......  maako (pronounced may-ko)

-mark e.
tk-1380');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4657','0424ff964b','swag has been posted','swag has been posted in the forsale/wanted section of this board

buy buy buy

-mark e.
tk-1380');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4658','1e1a77c6ae','','THANK YOU ALL!!!!!!

z-man, i would love to have you tag alonmg and be the third wheel but you know that paris is not ready for you, will it ever be ????? i say not........... :lol:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4659','fea19ccb63','','[quote:fea19ccb63="Gooshy"]I've got movement!
Position?
It's all over the place, man!
...

So when are we going to have a colonial marine prop party, hmm?[/quote:fea19ccb63]
If Loki sneaks up on me from behind in that costume, I think it's all over for me. Fortunately, I think other people will react and save me.

There was a large group of Colonail Marines at Dragon*Con last year. I think they had the table on the other side of the 501st that wasn't the RL. Maybe Loki and Skip can take them by surprise this year.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4660','f9709aa508','General Armor and Costume info...','I hope this is OK on the General OT board and not in the Costume Creation board because its data on costume not actual building or Help.

I'm doing a weird project that everyone should like when I'm done with it, (dont worry its all on the up and up and souldnt ruffle anyones feathers) I just need info (I'm very green in the lingo department) about armor, props and costumes.

Any companies, styles, manufactures, ect of armor and accesories we buy will be nice. I've heard of all the styles for 501st acceptance TK, TB, TC, ect. But stuff like the makers, FX, DP, Studio Creations, the Mando style helmets 95' ect, just dump info in here, the more the better.

I'll go through it and pick what I need, the more strange and far spread the better. I want info that covers basically any and every one in the 501st.

Sith, Troopers, Mandos, Bounty hunters, Officers, Tie Pilots, armor drivers, Denizens of the empire, anything from all 6 movies and the EU, Pre Production ect.

Thank you everyone in advance, I hope ya'll like this project when I'm finished.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4661','79294247b4','[NC-17]Share a little','I, for one, thank you, Skip.  But Zachmire has a point.  We can't have the stormtroopers going hungry when the commanders are enjoying beefcake. So here's a piece of Quid Pro Quo.

Imperial Command is revamping the Fem-Trooper uniform.  Designs under consideration follow:

[img:79294247b4]http://www.knology.net/~killjoy/501stnc17/anythinggoes/gorilla_a.jpg[/img:79294247b4] [img:79294247b4]http://www.knology.net/~killjoy/501stnc17/anythinggoes/Wolf_Erotica_rentice_ADULT.jpg[/img:79294247b4] [img:79294247b4]http://www.knology.net/~killjoy/501stnc17/anythinggoes/foxywalk.gif[/img:79294247b4]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4662','c17baa7da2','','*sigh* Nevermind.  :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4663','8a04507315','',':shock: You know what I'd do if I was there... 






Spread butter on it and eat it... Geze, where is your mind!?!  :twisted:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4664','023e3eee14','[NC-17]TROPHY-CASE','Further tests?  I swear it shall be done.
------------------------------------------------

[size=18:023e3eee14]Admiral in the locker room!
Prepare for a [color=yellow:023e3eee14]Surprise Inspection[/color:023e3eee14], recruits![/size:023e3eee14]
[img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/ed_ivanov--03-01c.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/TMATH05.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/Markus_Glasson_bcb1171.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/s1_a.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/cody_brooks--05.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/BearSox142.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/colore29_a.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/o3.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/uncut02.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/GW_Delano_034.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/hunk004.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/hunk005.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/zeb-atlas-05_a.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/zeb-atlas-02.jpg[/img:023e3eee14] [img:023e3eee14]http://www.knology.net/~killjoy/501stnc17/ed_ivanov--03-01a.jpg[/img:023e3eee14]');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4673','8f70e1cd68','','Your costume looks great!
check out this thread over at Omegawing.net.  Someone has made a similar costume but they don't have a chestbox yet.
http://www.omegawing.net/forum/viewtopic.php?t=2552&amp;highlight=femtie');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4674','a134876636','delete post','Zack, you didn't know so I am not trying to give you a hard time.  

Chris and Joey, is there any way this post can be deleted considering that this was created without an understanding of what has happened.  It was a joke then, not now, and has no place to even be discussed anymore.

The SO has been reborn :!:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4676','f77ab0f02e','',':shock:  :shock: 

Nice....uhm.......costume! :shock: 

Just playin'. I do like it, the costume.Did I mention I like the COSTUME!! :wink: 

Actully a nice idea. There's a guy on the clonetrooper board that's making a Clone Wars clonetrooper. I like the creativity of staying within the Star Wars universe and doing something out of the norm. If given the opprotunity I'd love to make a Darth Malak costume except I'd look like a white Fat Albert in that suit!

Nice work.

EDIT: Do you have a closer pic of the comic? Maybe  I can give some ideas of what to do with the box.(CHEST BOX)........good lord I give up :roll:');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4677','c5269b68fc','','Joey is VERY busy.  I wouldn't expect him to be pulling any molds anytime soon.  Give him some time and we'll get some gauntlets.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4678','d949ed1398','','I think you can count on a strong Mando presence at AdCon.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4679','65c710a85d','',':shock:  :shock: 

WOW... good job!

I think the link from Omegawing will eventually get you here, but this is a breakdown of someone doing a fem tie.. might help.

http://imageevent.com/benaequee/costumes/imperialchick');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4680','602a5e7b90','','Well... Bonzai had a good pic on his link.

The top piece is looks as if you can create it from small PVC and the only thing I can think of for tha lower hanging U/V shaped part of the chest box may be able to be formed from a small cut piece from a trash can like mando armor. Problem would be molding and joining to the PVC piece.

Any faux electronics supposed to be on the box?

As for the leg pouches I'd prolly direct sew it to the costume. Whether its leather or vinyl you could do that one kinda easy although I dont know how much you have invested into the body suit and if you are willing to alter it at all.');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4681','a9842a043f','TIME CHANGE TONIGHT!!!','no hope for eitha' of ya');
INSERT INTO so_phpbb_posts_text (post_id,bbcode_uid,post_subject,post_text) VALUES('4682','1abc2d6b7d','Digital Urban Camo','Does anyone know of a source where one could get ahold of some digital urban camoflauge fabric? I have looked online and have been unsuccessful. You folks in Clarksville, can you think of anywhere near the base that might have something like that? My color scheme for my mando is going to be black, white, and grey, so I figured that would be a cool option for the duster.');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_privmsgs
#
DROP TABLE IF EXISTS so_phpbb_privmsgs;
CREATE TABLE so_phpbb_privmsgs(
	privmsgs_id mediumint(8) unsigned NOT NULL auto_increment,
	privmsgs_type tinyint(4) NOT NULL,
	privmsgs_subject varchar(255) NOT NULL,
	privmsgs_from_userid mediumint(8) NOT NULL,
	privmsgs_to_userid mediumint(8) NOT NULL,
	privmsgs_date int(11) NOT NULL,
	privmsgs_ip varchar(8) NOT NULL,
	privmsgs_enable_bbcode tinyint(1) NOT NULL DEFAULT '1',
	privmsgs_enable_html tinyint(1) NOT NULL,
	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)
);

#
# Table Data for so_phpbb_privmsgs
#
INSERT INTO so_phpbb_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('17662','2','Re: Adventure con','20','61','1143472160','4750189c','1','0','1','1');
INSERT INTO so_phpbb_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('8362','0','Re: rank plate','5','124','1131479453','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('17376','2','Re: hey','5','19','1143001689','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('5030','2','blackplate again..','20','26','1125458192','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('9348','0','Re: Book discounts','174','88','1133812936','3f900142','1','1','1','1');
INSERT INTO so_phpbb_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('14898','2','Re: Didn't go as planned....','34','7','1140999256','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('17440','2','Re: hiya','34','61','1143084592','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('10362','2','Vac forming mold? - flower pot foam?','74','3','1136192526','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('11874','2','The Trash Compactor','37','2','1138109344','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('15912','2','hahahaha','34','43','1141847858','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('14429','2','Raghead comments in the Mando Thread','64','5','1140535016','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('18126','2','Re: awwww!','43','251','1143755216','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('16054','2','Trip to the Ranch','64','61','1141937942','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('564','0','Hey, welcome!','3','82','1109343577','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17941','2','hiya','34','26','1143522426','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('17926','2','Re: V for Vendetta','34','43','1143570489','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('16166','2','Mando Price list','64','5','1142013045','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('16470','2','It's "ner vod" not "ver nod"','64','61','1142380474','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('18016','2','A*SHOLE!!!','61','188','1143585965','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18185','2','Re: April 7th','61','70','1143774786','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('3939','0','Re: Greetings. . .','49','58','1123183168','449fa1f7','1','1','1','1');
INSERT INTO so_phpbb_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('5323','2','Re: Event in Lexington','130','60','1126616314','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('7739','2','Re: mini-Fett','53','36','1130553990','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('18005','2','Re: contest','5','19','1143600330','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('16542','0','the asshole','26','38','1142398843','469c134d','1','0','1','1');
INSERT INTO so_phpbb_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','Hey Rat','5','59','1104893038','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17254','2','Re: hey','5','19','1143000139','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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: Hey Rat','5','59','1104899445','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('15097','2','Re: mando helmet piece','38','7','1141101660','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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','Re: Hey Rat','59','5','1104894695','45a60f65','1','1','1','0');
INSERT INTO so_phpbb_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('17167','2','Re: mando kais pic help','5','22','1142916562','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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','Re: Hey Rat','59','5','1104906115','45a60f65','1','1','1','0');
INSERT INTO so_phpbb_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('17307','2','Re: Saturday night!','49','3','1143038321','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('7956','0','link','19','45','1131044081','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('546','0','Re: TK Bust','43','12','1109217088','04986358','1','1','1','1');
INSERT INTO so_phpbb_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('13343','2','........','45','87','1139547610','41c53fba','1','1','1','1');
INSERT INTO so_phpbb_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('7965','0','Re: link','19','45','1131046654','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('8055','2','Re: room for novacon','12','7','1131076573','46ad65a3','1','1','1','1');
INSERT INTO so_phpbb_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('17956','0','40K','134','64','1143592492','8b370b62','1','0','1','0');
INSERT INTO so_phpbb_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('15144','2','Re: Right, so I'm an idiot.','38','61','1141157663','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('16691','0','Re: http://www.thoseshirts.com/tshirts.html','43','38','1142458689','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('13614','2','Re: RL Voting','35','174','1139955007','185c4c1c','1','1','1','1');
INSERT INTO so_phpbb_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('17120','2','Stanley Armor Totes','70','5','1142904723','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('12850','2','Tambo Mando helmet?','74','5','1139016667','a282c51a','1','1','1','1');
INSERT INTO so_phpbb_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('15164','2','Re: Right, so I'm an idiot.','38','61','1141171292','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('16704','0','Re: the asshole','26','38','1142468459','4101698d','1','0','1','1');
INSERT INTO so_phpbb_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('15629','2','Re: Hey!','35','93','1141703036','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('15180','2','Re: mando helmet piece','38','7','1141171361','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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','2','Huntsville Premiere','27','74','1105446357','d8b404af','1','1','1','0');
INSERT INTO so_phpbb_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('17744','2','Re: msc','23','251','1143495619','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('7955','0','Re: NovaCon','70','23','1131043362','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('14780','2','Re: Is your email down?','74','28','1140586215','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('17748','2','Re: msc','23','251','1143496359','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('12689','0','Re: heya','160','34','1138904878','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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','Jango Armor','5','45','1105546501','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('17678','2','Re: Sweetpea and COSI captain','5','56','1143478672','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('18022','2','B-day','23','56','1143606962','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('17431','2','figures and cases','5','88','1143081111','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('14442','0','Re: Trash Compactor','2','43','1140542825','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17753','2','Re: msc','23','251','1143497124','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('8671','0','Re: sorry','34','23','1131992401','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('8679','0','Re: sorry','34','23','1131996971','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('18170','2','Re: here you go stud','5','87','1143780211','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('4518','0','ARC Trooper','148','63','1124336665','d84ce8c9','1','1','1','1');
INSERT INTO so_phpbb_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('16272','2','Rank badge rectangles','52','5','1142201486','471fe903','1','0','1','1');
INSERT INTO so_phpbb_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('16588','2','Re: MSC','23','61','1142432479','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('12889','2','alllllllllllooooooooooooooooooooooo','23','26','1139074717','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('12926','2','Guess what!?!?!?','23','26','1139160753','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('8687','0','Re: sorry','34','23','1132001517','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('14119','2','Re: hi','23','70','1140187217','189f080c','1','1','1','1');
INSERT INTO so_phpbb_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('12675','0','Re: more about getting armor','3','209','1138897446','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('9039','0','Re: HEEEEEEEEEEEEEEEEEEEEEEEEEEEY','63','23','1132806030','cc742650','1','1','1','1');
INSERT INTO so_phpbb_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('18110','2','Re: Rectangles','5','52','1143743773','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('14367','0','Re: Access','2','68','1140476329','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18123','2','awwww!','251','43','1143747267','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('149','2','Rebel 3 pack','48','61','1105668803','cf458988','1','1','1','1');
INSERT INTO so_phpbb_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('12502','0','Re: Hello','70','23','1138764698','1897ba56','1','1','1','1');
INSERT INTO so_phpbb_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('14124','2','Re: hi','23','70','1140187716','189f080c','1','1','1','1');
INSERT INTO so_phpbb_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('13352','2','.......','45','172','1139550488','41c53fba','1','1','1','1');
INSERT INTO so_phpbb_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('18186','2','Re: random stuff','5','70','1143778996','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('16809','2','ollah','23','56','1142542767','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('18065','2','Roster stuff while Im gone','61','174','1143661996','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15209','2','Harry potter','23','61','1141228701','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('9828','0','Re: challenge coin','61','23','1134772325','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('12495','0','Re: Hello','70','23','1138762472','1897ba56','1','1','1','1');
INSERT INTO so_phpbb_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('14575','2','coreys','23','70','1140625093','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('17298','2','Re: Expansion screw','5','52','1143002476','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('181','0','Re: Huntsville Premiere','74','27','1105938745','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('16818','2','Beehive bucket?','74','171','1142532963','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('15168','2','pics of unfinished Tambo Mando helmet kit?','74','5','1141176655','a282c51a','1','0','1','1');
INSERT INTO so_phpbb_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('10077','0','Coin Address','61','23','1135420263','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('11992','0','Armor and Costume','60','6','1138229620','423fc9af','1','1','1','1');
INSERT INTO so_phpbb_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('14579','2','Re: coreys','23','70','1140626252','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('10084','0','Re: Merry Christmas','26','23','1135432172','4413c33b','1','1','1','1');
INSERT INTO so_phpbb_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('194','0','address','3','59','1106096903','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14182','2','off off topic','23','5','1140239421','189f080c','1','1','1','1');
INSERT INTO so_phpbb_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('205','2','Re: address','59','3','1106100000','45a60f65','1','1','1','0');
INSERT INTO so_phpbb_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('15791','2','Fett gauntlets','74','5','1140323205','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('207','2','Boba Fett statue','48','19','1106096044','cf458989','1','1','1','1');
INSERT INTO so_phpbb_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('17683','2','Starlas Mando','5','188','1143470094','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('5035','2','Re: blackplate again..','20','26','1125543299','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('218','2','Re: Huntsville Premiere','27','74','1106232466','d8b404f6','1','1','1','0');
INSERT INTO so_phpbb_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('14681','2','.','23','68','1140670921','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('10086','0','Re: xmas','55','23','1135437417','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('8323','2','Re: Best Buy photos?','37','74','1131455336','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('14114','2','hi','23','70','1140186661','189f080c','1','1','1','1');
INSERT INTO so_phpbb_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('10117','0','Re: Hello BABAY','204','23','1135632466','18f1db29','1','1','1','1');
INSERT INTO so_phpbb_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('17669','2','Re: Laser Keyboard','61','2','1143476018','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16412','0','Re: Corey','28','2','1142362050','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('14186','2','Re: off off topic','23','5','1140269060','189f080c','1','1','1','1');
INSERT INTO so_phpbb_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('14686','2','Re: .','23','68','1140671341','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('10278','0','Re: Bust ups','54','23','1135885164','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('15224','2','Re: Harry potter','23','61','1141242148','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('10284','0','Re: Bust ups','54','23','1135890623','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('8898','0','Re: E-11 stock, shipping?','5','74','1132379204','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('18064','2','Forum Stuff','61','2','1143670650','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18173','2','Re: WHen you are gone','61','174','1143770221','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14580','0','Re: Adventurecon tables','70','20','1140627023','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('5949','2','question','20','26','1128304389','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('248','0','clonetrooper boots','3','44','1106599165','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18283','2','Re: tomorrow','26','19','1143874234','410161f8','1','0','1','1');
INSERT INTO so_phpbb_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('17280','2','Re: Expansion screw','5','52','1143002144','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('16533','2','Re: Mando Price list','64','5','1142397173','45496868','1','0','1','1');
INSERT INTO so_phpbb_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('16352','0','coreys issue','4','3','1142347021','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('14557','0','Hey man','2','160','1140613299','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17981','2','Re: firefly dvds','5','19','1143598203','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('263','2','Re: clonetrooper boots','44','3','1106620148','8a1a983c','1','1','1','0');
INSERT INTO so_phpbb_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('17764','2','Re: SL designation','5','88','1143499353','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('10765','2','Re: DirectX 9.0c','64','7','1136558271','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('274','2','Mark','59','54','1106427616','45a60f65','1','1','1','0');
INSERT INTO so_phpbb_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('275','0','The Infromation You Requested','54','59','1106747069','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('7250','0','metal ring','93','53','1130108790','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('16892','2','Re: Beehive bucket?','74','171','1142577292','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('7606','2','Mando Party 11-05','53','49','1130475476','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('282','0','TROOPER PICS','70','57','1106858292','43203f7c','1','1','1','1');
INSERT INTO so_phpbb_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('15179','2','Re: Right, so I'm an idiot.','38','61','1141200096','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('17526','2','Re: Rebel Legion','4','174','1143169342','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17625','2','Re: Any word?','5','174','1143431988','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('287','2','Re: Rebel 3 pack','48','61','1106440011','cf4589cc','1','1','1','1');
INSERT INTO so_phpbb_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('17510','2','Not raggin on you','61','179','1143160034','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17601','2','Re: Blue Guard','5','101','1143346108','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('16402','2','Re: duuuuuude','70','61','1142357637','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('298','2','Re: The Infromation You Requested','59','54','1107241503','45a60f65','1','1','1','0');
INSERT INTO so_phpbb_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('299','0','The Infromation You Requested','54','59','1107265823','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('301','2','Re: address','59','3','1107241586','45a60f65','1','1','1','0');
INSERT INTO so_phpbb_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('303','2','Re: The Infromation You Requested','59','54','1107288407','45a60f65','1','1','1','0');
INSERT INTO so_phpbb_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('304','0','Re: The Infromation You Requested','54','59','1107288640','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('17876','2','Re: Fourm question','2','75','1143555655','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16712','0','Re: the asshole','26','38','1142472064','4101698d','1','0','1','1');
INSERT INTO so_phpbb_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('17416','0','Re: Hey','251','38','1143084724','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('408','2','Re: snowtroopers','71','3','1108530822','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('15965','2','Re: tattoooo','35','93','1141874602','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('316','0','Membership status','5','71','1107662440','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('5954','2','Re: question','20','26','1128305920','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('17974','0','Re: Suzanne...','7','62','1143596323','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17377','2','pics','5','19','1143048363','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('321','2','Re: Membership status','71','5','1107668945','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('322','2','Re: Membership status','71','5','1107669053','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('324','2','Vader being cuffed','71','74','1107675839','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('17422','2','Re: Ah yes.....Steiny....','74','172','1143084134','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('5958','2','Re: question','20','26','1128306619','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('15801','2','SWAG!!!','38','7','1141762646','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('15774','2','Hey, Joe's having trouble with the board so this is from him','38','61','1141803098','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('17421','0','Re: Hey','251','38','1143087242','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('10792','2','It's not a thermal detonator, but','64','49','1136591661','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('18400','2','Arkansas..','26','3','1143869151','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('17955','2','Re: Armor question','26','261','1143591476','449abb6c','1','0','1','1');
INSERT INTO so_phpbb_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('344','3','tb armor','74','52','1108003739','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('18341','2','YOU','26','153','1143920248','4101692b','1','0','1','1');
INSERT INTO so_phpbb_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('17381','2','Re: New member','74','88','1143070505','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('17285','2','Address','5','6','1143002757','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17775','2','Re: photos','5','153','1143488099','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('6890','2','Re: Avatar','176','7','1129608732','cdbc74c5','1','1','1','0');
INSERT INTO so_phpbb_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('17613','2','Re: Blue Guard','5','101','1143396944','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17029','2','Re: Room list','5','60','1142883636','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('17582','2','Hey Jester','5','7','1143229330','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('17665','2','Mando','5','251','1143469933','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('367','2','Re: tie pilot pic','71','22','1108233717','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('421','0','Re: Membership status','5','71','1108612252','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('2725','4','Re: TSWCG','23','61','1120452047','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('10312','0','Re: Bust ups','54','23','1135955145','42d97e46','1','1','1','1');
INSERT INTO so_phpbb_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('10721','2','Re: belt','20','19','1136511585','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('15579','2','website','23','26','1141673431','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('378','0','snowtroopers','3','71','1108499785','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('5964','2','Re: question','20','26','1128306854','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('16046','2','Re: hey you','38','56','1141936840','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('10005','2','possible costume idea','20','34','1135266669','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('15916','0','Re: !','56','70','1141854793','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('15879','2','Re: hey','38','70','1141849426','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('388','2','hotel for con and parade','39','70','1108511077','41016762','1','1','1','1');
INSERT INTO so_phpbb_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('389','0','Re: hotel for con and parade','70','39','1108516202','189fb8a0','1','1','1','1');
INSERT INTO so_phpbb_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('14115','0','Re: hi','70','23','1140187025','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('18265','2','Arkansas..','26','7','1143869236','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('17531','2','Re: Need to talk to you and Susanne','61','7','1143199204','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('396','2','Re: hotel for con and parade','39','70','1108517945','41016762','1','1','1','1');
INSERT INTO so_phpbb_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('17838','2','Dallas','26','2','1143517776','469581e5','1','0','1','1');
INSERT INTO so_phpbb_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('17463','2','Please read','61','88','1143125962','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17541','2','Adventure con','61','20','1143216158','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('402','2','red guard cloak','39','61','1108523687','41016762','1','1','1','1');
INSERT INTO so_phpbb_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('404','2','Shelbyvill event','39','5','1108525347','41016762','1','1','1','1');
INSERT INTO so_phpbb_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('14383','0','Re: Mando questions','7','209','1140489509','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('16935','0','awesome','19','70','1142803424','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('15841','2','hey','38','70','1141838465','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('15100','2','Re: Extra stuff for sale','10','193','1140957559','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('412','2','Re: snowtroopers','71','3','1108590295','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('420','2','Re: Membership status','71','5','1108608521','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('416','0','Re: Membership status','5','71','1108597329','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17034','2','Re: Rank badge rectangles','5','52','1142888553','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('12823','2','Do you still have those gauntlets','64','70','1138996391','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('425','2','Re: Membership status','71','5','1108615973','43895e08','1','1','1','1');
INSERT INTO so_phpbb_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('426','0','Re: Membership status','5','71','1108616773','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('18317','2','directions','5','26','1143915626','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('15898','2','Re: hey','23','61','1141838767','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('10414','0','Re: Bust ups','54','23','1136294963','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('432','0','Re: hotel for con and parade','70','39','1108680902','189fb8a0','1','1','1','1');
INSERT INTO so_phpbb_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('10018','2','possle costume idea','20','56','1135266892','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('15826','2','Re: Stein's comments','38','188','1141837710','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('7471','0','Re: 21 at last','49','148','1130278022','4411bd7d','1','1','1','1');
INSERT INTO so_phpbb_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('17616','2','Re: Sorry','26','174','1143418740','489ac45b','1','0','1','1');
INSERT INTO so_phpbb_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('11635','0','Photos','88','6','1137735724','449ab060','1','1','1','1');
INSERT INTO so_phpbb_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('441','2','Re: hotel for con and parade','39','70','1108744654','46928e16','1','1','1','1');
INSERT INTO so_phpbb_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('442','0','Re: hotel for con and parade','70','39','1108753810','189fb8a0','1','1','1','1');
INSERT INTO so_phpbb_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('10031','2','Re: possible costume idea','20','34','1135309175','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('11983','0','Chewie Costume','60','6','1138205443','423fcb57','1','1','1','1');
INSERT INTO so_phpbb_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('10010','2','Re: possible costume idea','20','34','1135268926','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('15487','2','stuff','171','5','1141515086','46929c48','1','0','1','0');
INSERT INTO so_phpbb_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('450','0','German Machine gun prop.','10','25','1108941066','44344778','1','1','1','0');
INSERT INTO so_phpbb_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('451','0','Stormtrooper Bust & Vader Mini Saber','23','12','1108944853','44baad1f','1','1','1','1');
INSERT INTO so_phpbb_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('16396','2',':P','23','56','1142360064','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('12029','0','Re: Congrats!','35','23','1138253662','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('18008','0','Re: TK armor','52','4','1143602082','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('8041','2','Re: room for novacon','12','7','1131049282','c6a06019','1','1','1','1');
INSERT INTO so_phpbb_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('16074','2','Re: MSC','38','26','1141944349','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('17390','2','Re: bham','49','93','1143066326','4411b75b','1','0','1','1');
INSERT INTO so_phpbb_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('462','2','Re: Boba Fett statue','48','19','1108595959','cf45898c','1','1','1','1');
INSERT INTO so_phpbb_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('464','0','Re: Stormtrooper Bust & Vader Mini Saber','23','12','1109044443','44baad1f','1','1','1','1');
INSERT INTO so_phpbb_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('8696','0','movie','19','45','1132005395','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('5056','2','Re: 501st Badge','75','10','1125724501','04e32f6b','1','1','1','1');
INSERT INTO so_phpbb_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('6145','2','Legion series 1 trading cards','75','54','1128486913','04e2992c','1','1','1','1');
INSERT INTO so_phpbb_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('18226','2','Re: stein','43','19','1143855550','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('9635','0','AG','174','43','1134502942','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('9340','0','Re: Tool Bag','174','171','1133811215','3f900142','1','1','1','1');
INSERT INTO so_phpbb_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('16058','2','Re: MSC','38','26','1141888313','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('18328','2','Hook','26','251','1143923558','4101692b','1','0','1','1');
INSERT INTO so_phpbb_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('16405','2','Re: :P','23','56','1142361067','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('9639','0','Re: AG','174','43','1134503453','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('488','0','trooper bust','12','12','1109124231','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('8106','2','midsouth','12','65','1131049451','c6a06019','1','1','1','1');
INSERT INTO so_phpbb_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('12137','0','Re: Bust ups','54','23','1138387223','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('13713','0','hammer','70','23','1140047967','1897b8d1','1','1','1','1');
INSERT INTO so_phpbb_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('6132','0','Re: Hows it going','49','148','1128477904','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('12483','0','Re: Hello','70','23','1138752380','1897ba56','1','1','1','1');
INSERT INTO so_phpbb_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('17826','2','Hi!','26','261','1143515530','469581e5','1','0','1','1');
INSERT INTO so_phpbb_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('8145','2','Re: midsouth','12','65','1131154176','46ad65a3','1','1','1','1');
INSERT INTO so_phpbb_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('8343','2','Re: NovaCon room situation','12','7','1131464055','c6a06007','1','1','1','1');
INSERT INTO so_phpbb_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('505','0','Re:  reposting nekkid people','4','65','1109126383','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('506','0','Re:  reposting nekkid people','4','65','1109126476','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('18331','2','Re: directions','26','5','1143917060','4101692b','1','0','1','1');
INSERT INTO so_phpbb_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('16411','2','Re: :P','23','56','1142361483','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('523','0','TK busts','6','12','1109200160','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('525','0','Re:  reposting nekkid people','4','65','1109200816','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('15572','0','possible cosi roomies','174','43','1141672472','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('549','2','Re: TK Bust','12','43','1109217714','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('551','0','you coming to MSC','3','12','1109218234','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('554','2','Re: you coming to MSC','12','3','1109220380','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('557','2','Re: TK busts','12','6','1109210240','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('16297','2','Re: Rank badge rectangles','52','5','1142259774','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('4546','2','Re: Jango Helmet','124','148','1124361801','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('16689','2','http://www.thoseshirts.com/tshirts.html','38','43','1142456925','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('12503','0','Re: Hello','70','23','1138764734','1897ba56','1','1','1','1');
INSERT INTO so_phpbb_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('13990','2','Re: Hi','34','2','1140144470','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('1314','3','mini fett helmet','70','53','1113546052','189ec490','1','1','1','1');
INSERT INTO so_phpbb_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('578','2','Re: Hey, welcome!','82','3','1109528582','d92b35f9','1','1','1','0');
INSERT INTO so_phpbb_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('579','0','Midsouth Hotel Room','49','51','1109557160','18b30c1d','1','1','1','1');
INSERT INTO so_phpbb_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('581','0','stormtrooper bust.........','11','12','1109571667','400c74c8','1','1','1','0');
INSERT INTO so_phpbb_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('2359','3','tiepilot says thanks','108','5','1119288433','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('6181','2','Re: Legion series 1 trading cards','75','54','1128569591','04e32f62','1','1','1','1');
INSERT INTO so_phpbb_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('587','2','Re: Midsouth Hotel Room','51','49','1109601630','4410db7a','1','1','1','0');
INSERT INTO so_phpbb_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('588','0','yea babe!','49','51','1109601823','18b30c1d','1','1','1','1');
INSERT INTO so_phpbb_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('6241','2','Re: You da man!!!!!!!','75','49','1128924145','04e2aec5','1','1','1','1');
INSERT INTO so_phpbb_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('16503','0','Re: Pre-Event Submitted for Command Staff Approval','4','193','1142387729','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('6264','2','Re: Status','75','5','1128923803','04e2aec5','1','1','1','1');
INSERT INTO so_phpbb_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('598','2','Re: Boba Fett statue','48','19','1109430719','cf4588cb','1','1','1','1');
INSERT INTO so_phpbb_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('603','2','Re: Midsouth Hotel Room','51','49','1109656118','47084a59','1','1','1','0');
INSERT INTO so_phpbb_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('604','0','Re: Midsouth Hotel Room','49','51','1109684860','18b30c1d','1','1','1','1');
INSERT INTO so_phpbb_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('605','0','501st SO Cantina Band','49','45','1109687417','18b30c1d','1','1','1','1');
INSERT INTO so_phpbb_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('606','0','501st SO Cantina Band','49','76','1109687567','18b30c1d','1','1','1','1');
INSERT INTO so_phpbb_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('10686','2','Re: hey man','92','26','1136510477','471f07b5','1','1','1','0');
INSERT INTO so_phpbb_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('611','2','Re: Midsouth Hotel Room','51','49','1109687953','4410db7a','1','1','1','0');
INSERT INTO so_phpbb_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('612','0','Re: Midsouth Hotel Room','49','51','1109710427','4151e7c3','1','1','1','1');
INSERT INTO so_phpbb_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('17333','2','501st to See Ryan Jones live!!!','49','44','1143034937','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('16713','2','Re: FX sabers for 49.95','87','174','1142469178','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('615','0','Re: Stormtrooper Bust & Vader Mini Saber','23','12','1109742382','44baad1f','1','1','1','1');
INSERT INTO so_phpbb_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('12312','2','Midsouth Con Roster','75','26','1138517437','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('10609','0','blah','70','38','1136471281','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('6518','2','Re: Liquid Raincheck','75','22','1129175786','04e29901','1','1','1','1');
INSERT INTO so_phpbb_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('17426','2','Re: Ah yes.....Steiny....','74','172','1143088437','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('12384','2','Re: E-11 stocks','75','5','1138599968','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('17429','2','Re: New member','74','88','1143080886','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('12632','2','Neck Seal','75','7','1138861270','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('633','2','Re: stormtrooper bust.........','12','11','1109789207','c6a06007','1','1','1','1');
INSERT INTO so_phpbb_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('634','0','Re: stormtrooper bust.........','11','12','1109853599','cdbc74c8','1','1','1','0');
INSERT INTO so_phpbb_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('8318','2','Re: NovaCon room situation','12','7','1131426085','46ad65a3','1','1','1','1');
INSERT INTO so_phpbb_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('16637','0','FX sabers for 49.95','174','87','1142447719','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('648','0','here is a avatar i made for you','5','18','1109910727','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17474','2','Need to talk to you and Susanne','61','7','1143138700','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('659','0','Lewis gun','70','83','1109975309','1897b9fc','1','1','1','1');
INSERT INTO so_phpbb_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('17430','2','Re: New member','74','88','1143083544','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('1062','2','flat lenses','15','52','1112657755','443ee866','1','1','1','0');
INSERT INTO so_phpbb_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('12642','2','Re: Neck Seal','75','7','1138862633','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('668','2','Re: Lewis gun','83','70','1110205704','41c513f6','1','1','1','1');
INSERT INTO so_phpbb_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('16538','0','Re: TK Suit','4','60','1142397726','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16064','0','Mid South','153','70','1141942829','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('18274','2','tomorrow','26','19','1143872808','410161f8','1','0','1','1');
INSERT INTO so_phpbb_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('674','2','Ammo Pouch','83','60','1110231765','41c513f7','1','1','1','1');
INSERT INTO so_phpbb_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('678','2','Re: stormtrooper bust.........','12','11','1109894881','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('679','0','Re: stormtrooper bust.........','11','12','1110260464','cdbc74c8','1','1','1','1');
INSERT INTO so_phpbb_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('16337','0','bitch thread','7','49','1142337842','ac8c7fb6','1','0','1','1');
INSERT INTO so_phpbb_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('17537','2','Directions to Casa de Atin','61','153','1143208690','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('1670','2','Re: hey','96','100','1115259208','403103e2','1','1','1','0');
INSERT INTO so_phpbb_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('12643','2','Re: Neck Seal','75','7','1138862885','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('12649','2','Prop Parties','75','61','1138863858','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('15152','2','about kiley Grace','34','3','1141163032','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('7275','0','Re: metal ring','93','53','1130117065','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('18409','2','Re: signature','26','174','1144007078','449aa047','1','0','1','1');
INSERT INTO so_phpbb_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('12705','2','Re: Yo!!!!','75','49','1138898894','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('718','0','Cool Avatar!','49','51','1110550651','18b30c1d','1','1','1','1');
INSERT INTO so_phpbb_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('7913','2','Re: mini-Fett','53','36','1130998751','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('3560','0','snowtrooper','3','53','1122512792','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('722','2','Re: Cool Avatar!','51','49','1110555044','4410db7a','1','1','1','0');
INSERT INTO so_phpbb_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('723','0','Re: Cool Avatar!','49','51','1110571227','4151e7b3','1','1','1','1');
INSERT INTO so_phpbb_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('15921','0','Re: !','56','70','1141855234','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('725','2','Galactacon','39','70','1110577257','449aa45e','1','1','1','1');
INSERT INTO so_phpbb_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('728','2','Re: Cool Avatar!','51','49','1110607340','47084a59','1','1','1','1');
INSERT INTO so_phpbb_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('729','0','Re: Stormtrooper Bust & Vader Mini Saber','23','12','1110670102','44baad1f','1','1','1','1');
INSERT INTO so_phpbb_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('14121','0','Re: hi','70','23','1140187448','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('732','2','Re: Stormtrooper Bust & Vader Mini Saber','12','23','1110671022','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('12657','2','Yo!!!!','75','49','1138864195','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('18055','2','Wonderfest','61','88','1143661182','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('13282','2','Re: Yo!','75','49','1139447872','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('739','0','Re: Stormtrooper Bust & Vader Mini Saber','23','12','1110755271','44baad1f','1','1','1','1');
INSERT INTO so_phpbb_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('14183','0','Re: off off topic','5','23','1140247250','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('7373','0','mini-Fett','36','53','1130179724','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('10044','2','Re: possible costume idea','20','34','1135311688','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('744','2','Re: Stormtrooper Bust & Vader Mini Saber','12','23','1110768004','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('745','0','Snowtrooper greeble thingy','75','73','1110786632','04e2b441','1','1','1','1');
INSERT INTO so_phpbb_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('13310','2','Re: Con badges','75','160','1139510941','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('13313','2','Re: con badges.','75','37','1139511226','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('3539','2','Re: holo leia','12','43','1122476275','c6a06007','1','1','1','1');
INSERT INTO so_phpbb_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('10890','2','Bamacon','64','3','1136842881','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('17831','2','Re: Hi!','26','261','1143517484','469581e5','1','0','1','1');
INSERT INTO so_phpbb_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('17437','2','Re: New member','74','88','1143094197','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('10157','2','GM parts','74','194','1135700426','443f0725','1','1','1','1');
INSERT INTO so_phpbb_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('10359','2','Vac forming mold? - flower pot foam?','74','4','1136192032','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('16279','0','another morning','56','70','1142249110','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17543','0','FYI','62','8','1143216858','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('769','2','Re: Snowtrooper greeble thingy','73','75','1110807991','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('18178','2','umm....','34','54','1143754822','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('13930','2','Re: women are evil?','34','160','1140116864','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('13564','2','Re: Hey Chuck!','75','93','1139809176','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('17953','2','Re: hiya','34','26','1143590837','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('18296','1','Re: Cell Number','134','60','1143902221','8b37015e','1','0','1','0');
INSERT INTO so_phpbb_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('776','0','Snowtrooper Greeblie','53','73','1110874919','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('18310','2','Arkansas..','26','4','1143869209','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('7611','2','Re: mini-Fett','53','36','1130470199','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7393','0','Re: metal ring','93','53','1130198866','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('783','2','Re: Snowtrooper Greeblie','73','53','1110898244','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('785','0','Want some $$','3','18','1110926722','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('11145','2','Re: its mine ,its mine','108','20','1137178328','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('16682','2','Re: John...and weathering weapons...','56','70','1142454291','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('793','0','Re: Snowtrooper Greeblie','53','73','1110949835','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7604','2','Re: metal ring','53','93','1130475682','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('18190','2','Re: umm....','34','54','1143824560','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('15210','0','Re: Harry potter','61','23','1141238729','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('13711','2','Re: con badge','75','62','1139725990','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('10349','2','A Series of Unfortante Events','148','49','1135982757','d84ce8d0','1','1','1','1');
INSERT INTO so_phpbb_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('16321','0','Re: I C U','56','70','1142281733','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17882','2','Library day','61','93','1143540907','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16677','2','Re: midsouth','56','70','1142454124','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17721','0','Re: ahhhhh, shucks!!!!!!!!','251','56','1143488725','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('16792','2','Re: Stickers','56','193','1142534038','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('14576','0','Re: coreys','70','23','1140625632','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('13911','2','Re: Events on 18th','101','93','1140113629','400c750b','1','1','1','1');
INSERT INTO so_phpbb_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('7743','2','Re: blaster','183','19','1130788607','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('8405','2','NovaCon roster','37','65','1131456694','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('18220','2','Re: stein','43','19','1143853708','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18194','2','I hope this is the right Mark this time hehe','34','92','1143824685','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('8896','2','Hey, new guy from Ohio','130','3','1132358423','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('12035','0','Re: Trash compactor?','2','74','1138281229','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('8482','2','Re: NovaCon roster','37','65','1131545654','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('18187','2','question about your deece','74','70','1143781295','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('14936','2','Re: hey buddy,','75','4','1141023645','185c56da','1','0','1','1');
INSERT INTO so_phpbb_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('14006','2','Coming to Memphis','75','88','1140143194','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('18250','2','Figs','52','101','1143866554','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('8504','2','Clone trooper armor','37','87','1131542537','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('14682','0','Re: .','68','23','1140671232','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('859','2','Re: Stormtrooper Bust & Vader Mini Saber','12','23','1111256072','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('860','0','Re: Stormtrooper Bust & Vader Mini Saber','23','12','1111352705','44baad1f','1','1','1','1');
INSERT INTO so_phpbb_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('18231','2','Re: 501st merchandise board','43','19','1143855986','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('6131','2','Hows it going','148','49','1128475931','d84ce960','1','1','1','1');
INSERT INTO so_phpbb_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('14687','0','Re: .','68','23','1140671545','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('18235','2','Re: stein','43','19','1143856187','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('15591','0','Re: possible cosi roomies','174','43','1141683165','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('18287','2','Update on V','43','93','1143845800','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18242','2','Re: stein','43','19','1143856531','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('13870','2','Re: thinking about taking a break','34','3','1140102556','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('17867','2','Fourm question','75','2','1143534164','185c56da','1','0','1','1');
INSERT INTO so_phpbb_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('15737','0','hallo','68','23','1141783133','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15057','2','Re: hey buddy,','75','4','1141064087','185c56da','1','0','1','1');
INSERT INTO so_phpbb_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('15831','0','Re: hey','61','23','1141838618','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16699','2','Re: the asshole','38','26','1142401645','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('13943','2','about what you posted on the split board','34','43','1140119841','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('14786','2','about Crayfish','34','49','1140752742','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('16397','0','Re: :P','56','23','1142360382','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('18031','2','Re: Hi Chuck!','75','261','1143614219','185c56da','1','0','1','1');
INSERT INTO so_phpbb_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('16406','0','Re: :P','56','23','1142361440','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('4690','2','Vader Armor','75','38','1124686236','04e2aec8','1','1','1','1');
INSERT INTO so_phpbb_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('10071','2','Re: possible costume idea','20','34','1135356165','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('906','0','Hi :)','34','39','1111537757','18d64c56','1','1','1','1');
INSERT INTO so_phpbb_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('13899','2','women are evil?','34','160','1140106751','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('909','2','Re: Hi :)','39','34','1111540629','4320d55e','1','1','1','1');
INSERT INTO so_phpbb_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('910','0','Re: Hi :)','34','39','1111540696','18d64c56','1','1','1','1');
INSERT INTO so_phpbb_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('18253','2','O.J.N.!','43','153','1143868613','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18347','1','Blue Thunder','7','164','1143968360','cdbc74ca','1','0','1','1');
INSERT INTO so_phpbb_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('18279','2','Re: tomorrow','26','19','1143873848','410161f8','1','0','1','1');
INSERT INTO so_phpbb_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('10603','2','Re: HAAALLLLLOOOOOOOOOOOOOOOOOOOOOO.................','20','49','1136421934','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('10351','2','back plate','20','26','1136139708','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('10187','2','got the certificate','74','5','1135732289','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('10895','2','Bamacon','64','8','1136842968','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('12128','0','a couple of questions about your armor','209','160','1138379658','a666f1e9','1','1','1','1');
INSERT INTO so_phpbb_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('11464','2','Random Sabers','64','74','1137534554','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('7315','0','Hey','183','33','1130127130','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('11574','2','For the Admiral (sort of)','64','3','1137681998','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('11897','2','Re: For the Admiral (sort of)','64','3','1137682609','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('12033','2','Trash compactor?','74','2','1138250859','a282c51a','1','1','1','1');
INSERT INTO so_phpbb_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('16711','2','Re: the asshole','38','26','1142471466','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('11467','2','Re: Random Sabers','74','64','1137555819','a282c51a','1','1','1','1');
INSERT INTO so_phpbb_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('17782','2','Re: hey','35','93','1143504604','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('12417','2','Sorry Boss','64','3','1138647676','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('2414','2','Re: your stickers','135','56','1119390606','18ec66c4','1','1','1','1');
INSERT INTO so_phpbb_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('12489','2','Re: alien suit','64','4','1138757051','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('13972','2','Re: about what you posted on the split board','34','43','1140141533','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('951','2','501st app','39','5','1111718311','449aa43d','1','1','1','1');
INSERT INTO so_phpbb_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('952','0','Re: 501st app','5','39','1111718787','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('955','2','Re: 501st app','39','5','1111764952','4101c88f','1','1','1','1');
INSERT INTO so_phpbb_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('956','0','avatar of the week','65','51','1111783924','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('18024','2','Delete a thread for me please?','26','2','1143608219','4413f2e0','1','0','1','1');
INSERT INTO so_phpbb_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('9313','0','Re: Book discounts','174','88','1133763173','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('968','2','price of bages','39','75','1111793959','41016436','1','1','1','1');
INSERT INTO so_phpbb_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('969','0','Re: price of bages','75','39','1111814408','04e32f44','1','1','1','1');
INSERT INTO so_phpbb_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('18175','2','You have been added','61','33','1143791471','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16146','2','Resin Mando helmet','134','5','1141991729','8b371432','1','0','1','0');
INSERT INTO so_phpbb_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('17512','2','Re: thanks','61','2','1143155433','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('7218','2','Re: Novacon','37','74','1130024846','d8b44124','1','1','1','1');
INSERT INTO so_phpbb_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('10570','2','Re: HAAALLLLLOOOOOOOOOOOOOOOOOOOOOO.................','20','49','1136412085','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('17864','2','Library day','61','209','1143546951','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16785','2','heeeeey','70','56','1142520234','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('18011','2','MTAC','61','209','1143588961','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15939','0','Don't Con the Mid South come come','153','70','1141861274','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('13936','2','Garrison Split','64','7','1140102082','c6b1e8fd','1','1','1','1');
INSERT INTO so_phpbb_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('4678','2','EBay Ewok head','145','5','1124669719','d1d72720','1','1','1','1');
INSERT INTO so_phpbb_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('17652','2','Laser Keyboard','61','2','1143467669','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('2048','0','Re: avatar','123','96','1117440343','44de4f8f','1','1','1','1');
INSERT INTO so_phpbb_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('18262','2','Arkansas..','26','2','1143869257','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('17812','2','HOLLIE!','93','261','1143513843','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('2047','2','avatar','96','123','1117420271','40310380','1','1','1','1');
INSERT INTO so_phpbb_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('17948','2','Re: hiya','26','34','1143584411','4413eca0','1','0','1','1');
INSERT INTO so_phpbb_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('16097','2','Re: you da man','38','19','1141956604','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('18144','2','??','26','176','1143767629','4320c546','1','0','1','1');
INSERT INTO so_phpbb_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('16104','2','Re: you da man','38','19','1141957183','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('1034','0','About the free comic book day','34','17','1112292168','18d64c56','1','1','1','1');
INSERT INTO so_phpbb_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('17340','2','hiya','34','61','1143060879','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('17010','2','Rank badge rectangles','52','5','1142872638','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('1039','0','Re: Scout Helmet','6','52','1112329676','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('14917','2','Re: Keeping you up to speed','52','7','1141010594','471fec99','1','0','1','1');
INSERT INTO so_phpbb_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('1042','0','Re: Scout Helmet','3','52','1112376407','c748d0c4','1','0','1','1');
INSERT INTO so_phpbb_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('5400','2','Re: Tattoo','148','34','1126789468','d84ce83a','1','1','1','1');
INSERT INTO so_phpbb_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('1046','0','Re: Snowtrooper Greeblie','53','73','1112516498','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('11707','2','regarding member photos','74','5','1137918625','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('8325','2','Re: Mando Party 11-05','53','3','1131427451','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7427','3','Re: mini-Fett','36','53','1130247651','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('1052','2','Re: Snowtrooper Greeblie','73','53','1112571437','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('1053','0','Re: Snowtrooper Greeblie','53','73','1112582063','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7426','2','Re: mini-Fett','53','36','1130198467','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('11137','2','Re: its mine ,its mine','20','108','1137109619','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('17148','0','AFT','61','70','1142938709','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('13952','2','Election posts','20','160','1140129077','ce17d9af','1','1','1','1');
INSERT INTO so_phpbb_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('11089','2','website hosting','20','19','1137088362','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('18087','0','Re: that's just uncalled for, biatch!!','251','38','1143694494','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17174','3','Re: CALL ME ASAP PLEASE','206','61','1142964281','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('18086','2','Re: that's just uncalled for, biatch!!','38','251','1143693590','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('16167','0','Re: possible cosi roomies','174','43','1142017955','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('14260','2','Re: Hi','34','2','1140400352','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('18288','2','V Mask','43','93','1143849436','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18302','2','Re: saturday','26','188','1143902802','469d2315','1','0','1','1');
INSERT INTO so_phpbb_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('18196','2','a question for the CO','34','3','1143826313','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('14275','2','Re: Hi','34','2','1140401372','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('18056','2','Re: Hey','26','193','1143660679','469581b0','1','0','1','1');
INSERT INTO so_phpbb_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('7548','0','Re: metal ring','93','53','1130380291','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('14817','2','Detonators','43','5','1140818274','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('14828','2','Re: Girl in Pic','43','219','1140827544','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('14288','2','Re: Hi','34','2','1140401855','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('16172','2','Member addition','43','2','1142021221','aa8d6d26','1','0','1','1');
INSERT INTO so_phpbb_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('15103','2','Access for member','43','3','1141088975','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('14364','2','Adventurecon tables','20','70','1140472287','4750189c','1','0','1','1');
INSERT INTO so_phpbb_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('16183','0','Re: Member addition','2','43','1142023363','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15856','0','Re: ?','56','70','1141844833','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('11777','2','request','37','3','1138034985','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('6200','0','Ho'fest','70','45','1128696214','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('1126','2','TIM','25','70','1112767229','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('14289','2','Re: Hi','34','2','1140401882','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('15862','0','Re: ?','56','70','1141845092','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('14809','2','Its not like that','20','55','1140758348','4750189c','1','0','1','1');
INSERT INTO so_phpbb_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('15864','0','Mid South Con','153','70','1141846284','cf908049','1','0','1','1');
INSERT INTO so_phpbb_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('17017','2','Re: Rank badge rectangles','52','5','1142875211','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('16093','2','Re: Hey','93','4','1141956310','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('15092','2','Right, so I'm an idiot.','38','61','1141105610','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('15878','0','Re: hey','38','70','1141849426','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('1568','0','Re: hey','96','100','1115088831','4031032b','1','1','1','1');
INSERT INTO so_phpbb_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('1567','2','Re: hey','100','96','1115082204','824a0406','1','1','1','0');
INSERT INTO so_phpbb_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('12731','2','UT Pro-Bono Clinic','64','61','1138920713','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('16159','2','Re: possible cosi roomies','43','174','1142005707','aa8d6d26','1','0','1','1');
INSERT INTO so_phpbb_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('15590','2','Re: possible cosi roomies','43','174','1141674422','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('16187','0','Re: CC response about COSI','225','43','1142023904','413c9251','1','0','1','1');
INSERT INTO so_phpbb_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('2056','2','Re: avatar','96','123','1117473803','40310323','1','1','1','1');
INSERT INTO so_phpbb_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('17053','2','palatal expansion screw','52','5','1142892735','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('16181','2','Re: Member addition','43','2','1142023075','aa8d6d26','1','0','1','1');
INSERT INTO so_phpbb_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('14290','2','Re: Hi','34','2','1140401886','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('15603','2','Re: possible cosi roomies','43','174','1141687846','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('14425','2','Birthdaycon (novacon)','34','37','1140532983','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('17695','2','Re: conversations','93','2','1143482109','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('11716','2','Re: regarding member photos','74','5','1137948405','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('17751','2','Re: hey','93','3','1143487908','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17698','2','hey','93','3','1143484101','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17780','2','Re: hey','93','35','1143504264','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('1203','2','Prank patch','86','43','1113181561','41761384','1','1','1','1');
INSERT INTO so_phpbb_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('1204','0','Re: Prank patch','43','86','1113225377','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('1206','0','Re: ok, someone tell me what to do','34','65','1113228750','18d64c56','1','1','1','1');
INSERT INTO so_phpbb_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('15458','2','501st Legion(non-SO) and Allies','43','3','1141430679','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('15883','0','Re: WTF!!!!!?????','49','70','1141850358','44dccc64','1','0','1','1');
INSERT INTO so_phpbb_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('8117','2','Re: Novacon Attendance','65','37','1131133752','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('1214','0','Re: Scout Helmet','6','52','1113242360','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('1664','2','Re: hey','96','100','1115088831','4031032b','1','1','1','1');
INSERT INTO so_phpbb_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('8268','2','TfT pics','6','118','1131399791','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('15889','0','Re: WTF!!!!!?????','49','70','1141850645','44dccc64','1','0','1','1');
INSERT INTO so_phpbb_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('9181','2','Re: directions','53','3','1133303894','3f971e64','1','1','1','1');
INSERT INTO so_phpbb_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('14102','2','Re: Election posts','20','160','1140141241','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('18154','2','AdCon question','20','3','1143758505','ce17d9af','1','0','1','1');
INSERT INTO so_phpbb_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('1227','0','Help?','53','18','1113279690','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('9524','2','Molding my pistol','53','5','1134103988','18ec48a8','1','1','1','1');
INSERT INTO so_phpbb_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('7564','0','Re: mini-Fett','36','53','1130420506','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7788','2','Re: Mando Party 11-05','53','3','1130850158','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7567','0','Re: mini-Fett','36','53','1130421000','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('1241','2','Molding tips :)','18','53','1113312164','42263ac3','1','1','1','0');
INSERT INTO so_phpbb_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('10578','0','word','188','38','1136417476','4434a7ad','1','1','1','1');
INSERT INTO so_phpbb_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('9656','2','Re: swag','53','92','1134496425','3f971e64','1','1','1','1');
INSERT INTO so_phpbb_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('9301','2','Re: directions','53','3','1133682956','18ec48a8','1','1','1','1');
INSERT INTO so_phpbb_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('8899','2','Possible T-Shirt Run','53','92','1132366876','18ec48a8','1','1','1','1');
INSERT INTO so_phpbb_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('18041','2','Re: Hey','26','193','1143645856','46928dbc','1','0','1','1');
INSERT INTO so_phpbb_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('1277','2','CoH','12','2','1113442212','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('1278','0','Re: CoH','2','12','1113443802','454968b2','1','0','1','0');
INSERT INTO so_phpbb_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('14639','2','Re: swag','92','53','1139278232','471f0456','1','1','1','0');
INSERT INTO so_phpbb_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('17951','2','Library day','61','19','1143540944','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('5803','0','TFT??','3','59','1127874064','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16794','2','Parade Iten','93','61','1142534067','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17870','2','MTAC','61','13','1143553114','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17606','2','Re: Saturdaynight!!!!!!!!!!!!!','101','49','1143326333','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('17798','2','Event Review','93','3','1143506041','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('18290','2','Arkansas..','26','5','1143869180','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('17886','2','Re: necro......','61','11','1143557750','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18163','2','Re: ??','26','176','1143768469','4320c546','1','0','1','1');
INSERT INTO so_phpbb_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('17738','2','Re: I have a big mouth','26','188','1143493457','46928efa','1','0','1','1');
INSERT INTO so_phpbb_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('1316','0','Re: CoH','2','12','1113566879','454968b2','1','0','1','0');
INSERT INTO so_phpbb_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('1669','0','Re: hey','96','100','1115259208','403103e2','1','1','1','0');
INSERT INTO so_phpbb_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('9730','2','Re: swag','53','92','1134542569','18ec48a8','1','1','1','1');
INSERT INTO so_phpbb_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('13087','2','Re: swag','53','92','1139277810','18ec4841','1','1','1','1');
INSERT INTO so_phpbb_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('18158','2','Re: AdCon question','20','3','1143773562','4750189c','1','0','1','1');
INSERT INTO so_phpbb_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('13085','2','Clone armor','53','70','1139277720','18ec4841','1','1','1','1');
INSERT INTO so_phpbb_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('10837','2','rocket','92','5','1136766671','471f06dc','1','1','1','0');
INSERT INTO so_phpbb_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('17804','2','Re: hey','93','35','1143512568','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('16901','2','Re: Boba fett templates','60','55','1142652899','415019eb','1','0','1','1');
INSERT INTO so_phpbb_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('16898','0','Boba fett templates','55','60','1142640215','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17714','2','Re: conversations','93','2','1143487622','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('16186','2','CC response about COSI','43','225','1142021762','aa8d6d26','1','0','1','1');
INSERT INTO so_phpbb_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('8138','2','Re: midsouth','65','12','1131132154','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('16192','2','Re: CC response about COSI','43','225','1142024131','aa8d6d26','1','0','1','1');
INSERT INTO so_phpbb_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('1362','0','MSC pictures','43','12','1113936459','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('9888','0','Re: Imperial Guard','174','38','1134870960','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('16659','2','COSI rooms','43','101','1142451255','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('15528','2','Need your input please','163','5','1141607035','d84ea49c','1','0','1','1');
INSERT INTO so_phpbb_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('1371','2','Re: MSC pictures','12','43','1113956667','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('9677','0','Re: shirts','7','13','1134525662','cdbc745f','1','1','1','1');
INSERT INTO so_phpbb_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('1375','2','Re: Prank patch','86','43','1114017431','d1d7ba15','1','1','1','1');
INSERT INTO so_phpbb_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('1376','0','Re: Prank patch','43','86','1114018229','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('1378','2','DragonCon','15','53','1114007378','443ee866','1','1','1','0');
INSERT INTO so_phpbb_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('16687','2','Re: FX sabers for 49.95','43','174','1142451007','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('1387','0','sorry','52','15','1114189368','18b1b94f','1','1','1','0');
INSERT INTO so_phpbb_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('17014','2','TK armor','52','4','1142872122','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('1390','2','Re: sorry','15','52','1114191615','443ee866','1','1','1','0');
INSERT INTO so_phpbb_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('1391','0','Don't get discouraged!','65','100','1114231159','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('1398','0',''dega','3','59','1114451005','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('1401','0','GT Darth Vader Belt','84','73','1114464475','88a55164','1','1','1','1');
INSERT INTO so_phpbb_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('17186','0','Re: msc rooms','4','56','1142969853','41d6646e','1','0','1','0');
INSERT INTO so_phpbb_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('13092','2','Re: Clone armor','53','70','1139278532','18ec4841','1','1','1','1');
INSERT INTO so_phpbb_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('17175','0','question','62','56','1142965479','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('15558','2','Re: Clone armor','53','70','1141630366','18ec4841','1','0','1','1');
INSERT INTO so_phpbb_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('15516','2','Re: Clone armor','53','70','1141499986','18ec4841','1','0','1','1');
INSERT INTO so_phpbb_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('7392','2','Re: metal ring','53','93','1130198366','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('9675','2','Re: shirts','13','7','1134487652','d8fd9a63','1','1','1','0');
INSERT INTO so_phpbb_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('7396','2','Re: metal ring','53','93','1130200288','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7554','2','Re: metal ring','53','93','1130388208','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('1666','2','Re: hey','100','96','1115256482','824a0406','1','1','1','0');
INSERT INTO so_phpbb_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('1441','2','Re: Prank patch','86','43','1114569862','41761384','1','1','1','1');
INSERT INTO so_phpbb_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('9674','0','Re: shirt','7','28','1134525315','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('1447','2','Secret album?','46','43','1114632202','443ed5d0','1','1','1','0');
INSERT INTO so_phpbb_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('16422','2','Re: April Walk for wishes','28','3','1142363889','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('16692','2','Re: http://www.thoseshirts.com/tshirts.html','43','38','1142458689','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('17881','2','V for Vendetta costume','43','93','1143561771','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('17901','2','V for Vendetta','43','34','1143561337','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('1465','0','Vader costume','38','46','1114651337','442fd402','1','1','1','1');
INSERT INTO so_phpbb_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('13941','4','We need to talk.','38','55','1140136005','45f13255','1','1','1','1');
INSERT INTO so_phpbb_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('1677','0','greetings Lou. recruit','22','109','1115265738','44126f2c','1','1','1','1');
INSERT INTO so_phpbb_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('1468','2','Re: Vader costume','46','38','1114651935','443ed5d0','1','1','1','0');
INSERT INTO so_phpbb_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('1469','0','Re: Vader costume','38','46','1114653192','442fd402','1','1','1','1');
INSERT INTO so_phpbb_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('17408','2','Hey','38','251','1143083135','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('16578','0','MSC','61','23','1142431803','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('1475','0','D-Con DEADLINE for last dicount tickets - group rate','53','15','1114660374','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7563','2','Re: mini-Fett','53','36','1130388537','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('1562','0','links','52','101','1115072433','18b1b94f','1','1','1','0');
INSERT INTO so_phpbb_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('1480','0','D-Con DEADLINE for last dicount tickets - group rate','53','25','1114660510','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7781','2','Re: Mando Party 11-05','53','49','1130850175','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7779','2','Re: Fett','53','52','1130849955','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('17420','2','Re: Hey','38','251','1143085500','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('11710','4','Re: Dooku','88','219','1137921981','449ab060','1','1','1','1');
INSERT INTO so_phpbb_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('12724','3','Re: Dooku','219','88','1138915645','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('1505','2','hey','100','96','1114719224','824a0406','1','1','1','0');
INSERT INTO so_phpbb_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('1506','0','D-Con DEADLINE for last dicount tickets - group rate','53','58','1114720934','44d07605','1','1','1','1');
INSERT INTO so_phpbb_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('1507','0','Re: hey','96','100','1114721013','40310388','1','1','1','1');
INSERT INTO so_phpbb_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('1508','2','Re: hey','96','100','1114721013','40310388','1','1','1','1');
INSERT INTO so_phpbb_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('3609','0','Re: new armor','3','12','1122576601','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('1512','2','Hi and many thanks','100','3','1114737855','824a0406','1','1','1','0');
INSERT INTO so_phpbb_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('11982','2','Re: The Trash Compactor','37','2','1138194008','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('1520','0','Re: vol. patch','70','43','1114780183','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('16202','0','about your friends' access','2','35','1142041033','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('1528','0','Re: Prank patch','43','86','1114787120','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('17680','0','msc','251','23','1143481131','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('14366','2','Access','68','2','1140474909','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('1558','0','Photos','49','37','1115063825','44dcf4eb','1','1','1','1');
INSERT INTO so_phpbb_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('16053','0','Re: friends and lovers','70','56','1141940076','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17745','3','Re: msc','251','23','1143496222','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17039','0','Thank you','61','56','1142891892','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18078','0','that's just uncalled for, biatch!!','251','38','1143690259','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('16198','0','decals','19','56','1142038041','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('13959','2','Re: hey you doin ok??','160','2','1140141159','449fb530','1','1','1','1');
INSERT INTO so_phpbb_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('13021','2','NC-17 thread','37','2','1139231871','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('1586','0','Re: Photos','49','37','1115124592','18b30fcb','1','1','1','1');
INSERT INTO so_phpbb_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('13306','2','con badges.','37','75','1139490746','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('1590','0','Re: Photos','49','37','1115125577','18b30fcb','1','1','1','1');
INSERT INTO so_phpbb_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('13331','2','officer uniform','37','107','1139518856','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('2092','1','Re: Snowtrooper Greeblie','53','73','1117672744','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('18380','0','Re: swag','92','93','1143980711','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('9007','2','Re: Mailing Address','58','19','1132682382','3f633641','1','1','1','1');
INSERT INTO so_phpbb_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('1599','0','nascar','4','65','1115132683','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('17267','2','Re: Saturday Night!','52','49','1143000706','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('16227','0','Re: decals','19','56','1142063838','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('1608','2','Revan','96','5','1115140220','40310322','1','1','1','1');
INSERT INTO so_phpbb_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('11751','4','Re: Dooku','88','219','1137987271','45f538fb','1','1','1','1');
INSERT INTO so_phpbb_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('2057','0','Re: avatar','123','96','1117475294','44de776f','1','1','1','1');
INSERT INTO so_phpbb_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('12737','3','Re: Dooku','219','88','1138923808','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('1613','0','call me','74','104','1115149071','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('12034','2','nevermind about the trash compactor','74','2','1138250978','a282c51a','1','1','1','1');
INSERT INTO so_phpbb_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('17209','0','Re: omg','215','153','1142979237','477b2af7','1','0','1','1');
INSERT INTO so_phpbb_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('17359','2','Ryan Saturday','88','49','1143056722','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('8502','2','Re: NovaCon Prep rant:','65','34','1131573464','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('1626','1','the long mile','96','106','1115167189','4031031c','1','1','1','1');
INSERT INTO so_phpbb_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('3532','0','Re: holo leia','43','12','1122473050','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('7601','0','Re: mini-Fett','53','36','1130470199','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('17446','2','Re: Hey','38','251','1143095323','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('13467','0','Re: Hey, check this out.','61','38','1139654807','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('1635','0','Fett questions','87','53','1115213575','0c9912a6','1','1','1','1');
INSERT INTO so_phpbb_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('1641','0','Re: D-Con DEADLINE for last dicount tickets - group rate','20','53','1115222838','189e6e85','1','1','1','1');
INSERT INTO so_phpbb_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('14430','2','Re: Birthdaycon (novacon)','37','34','1140534920','0c0da104','1','0','1','1');
INSERT INTO so_phpbb_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('1682','2','Re: greetings Lou. recruit','109','22','1115266258','41504efc','1','1','1','0');
INSERT INTO so_phpbb_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('18100','2','Re: that's just uncalled for, biatch!!','38','251','1143694939','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('1687','2','Re: hey','100','96','1115259737','824a0406','1','1','1','0');
INSERT INTO so_phpbb_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('1689','0','SW celeb security trooping op this Saturday','22','18','1115309430','44d2b567','1','1','1','1');
INSERT INTO so_phpbb_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('8680','2','hey','27','37','1131990859','d8b40456','1','1','1','0');
INSERT INTO so_phpbb_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('12723','4','Re: Dooku','88','219','1138913315','a081cb13','1','1','1','1');
INSERT INTO so_phpbb_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('1694','0','Re: greetings Lou. recruit','22','109','1115320620','44d2b567','1','1','1','1');
INSERT INTO so_phpbb_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('18379','1','shirt order','92','38','1143980678','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('1696','2','Re: SW celeb security trooping op this Saturday','18','22','1115319316','42260499','1','1','1','0');
INSERT INTO so_phpbb_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('1697','0','Re: SW celeb security trooping op this Saturday','22','18','1115321059','44d2b567','1','1','1','1');
INSERT INTO so_phpbb_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('1704','0','Re: Photos','49','37','1115322230','449fbc7a','1','1','1','1');
INSERT INTO so_phpbb_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('18137','2','Re: The vultures are a callin'','92','206','1143758710','471cf484','1','0','1','0');
INSERT INTO so_phpbb_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('1714','2','Re: greetings Lou. recruit','109','22','1115331497','41504efc','1','1','1','0');
INSERT INTO so_phpbb_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('1717','0','Re: Fett questions','87','53','1115380673','458a3bee','1','1','1','1');
INSERT INTO so_phpbb_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('15424','2','Trash compactor','37','2','1141410689','0c0da104','1','0','1','1');
INSERT INTO so_phpbb_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('16902','0','Re: Boba fett templates','55','60','1142654244','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('1724','2','Midnight premier Patton Creek','110','3','1115333967','470856f0','1','1','1','0');
INSERT INTO so_phpbb_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('1725','0','Re: Midnight premier Patton Creek','3','110','1115397034','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('1728','2','Re: Midnight premier Patton Creek','110','3','1115405507','c7ade2e9','1','1','1','0');
INSERT INTO so_phpbb_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('1730','0','Re: Fett questions','87','53','1115412453','458a3bee','1','1','1','1');
INSERT INTO so_phpbb_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('1734','0','Re: Fett questions','87','53','1115419634','458a3bee','1','1','1','1');
INSERT INTO so_phpbb_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('1741','0','whats your email?','74','28','1115445251','443f0725','1','1','1','1');
INSERT INTO so_phpbb_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('17003','2','Room Captain','60','5','1142872033','423fd06e','1','0','1','1');
INSERT INTO so_phpbb_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('17006','0','Re: Getting a guy added','5','60','1142872510','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('13160','2','Fettu! ARMOR-U!!!','74','28','1139351555','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('12851','0','Re: Tambo Mando helmet?','5','74','1139027054','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('13666','2','email','60','60','1139607742','44d9a24d','1','1','1','1');
INSERT INTO so_phpbb_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('14538','2','Re: Havoc report','28','3','1140577277','d8b40440','1','0','1','1');
INSERT INTO so_phpbb_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('16649','2','mg34','92','5','1142438232','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('13167','2','Re: Fettu! ARMOR-U!!!','74','28','1139367793','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('18046','2','Re: WHen you are gone','61','174','1143650069','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17807','2','Re: anime in cool springs','93','251','1143513004','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('16301','0','Re: another morning','70','56','1142272478','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('14535','2','Is your email down?','74','28','1140558923','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('15469','2','Re: Dragoncon','153','10','1141496687','cf908063','1','0','1','1');
INSERT INTO so_phpbb_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('16390','0','I'm blind!','70','56','1142358801','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('18307','0','ok, I gotta bitch and wanna know your thoughts........','49','70','1143905224','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17890','2','Re: Library day','93','61','1143562782','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('16822','2','Re: heeeeey','56','70','1142542381','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16243','0','Re: Mid-south','55','56','1142112358','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16731','0','Re: armor','93','4','1142494378','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('1795','0','Re: SW movie premier trooping Thursday?','22','18','1115738775','44124c70','1','1','1','1');
INSERT INTO so_phpbb_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('16827','2','Re: Yo-Yo-Bitch','56','26','1142484951','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('1813','0','Well hi!','27','112','1115757729','d8b40445','1','1','1','0');
INSERT INTO so_phpbb_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('1814','2','Well hi!','27','112','1115757729','d8b40445','1','1','1','0');
INSERT INTO so_phpbb_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('1815','0','Re: Well hi!','112','27','1115768505','a579ed1a','1','1','1','1');
INSERT INTO so_phpbb_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('1816','2','Re: Well hi!','112','27','1115768505','a579ed1a','1','1','1','1');
INSERT INTO so_phpbb_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('16145','2','knee darts','87','5','1141974109','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('16319','0','I C U','70','56','1142280996','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('1830','0','Mississippi troopers','3','96','1115822995','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('1831','0','Mississippi 501st','3','100','1115823037','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('1835','2','Trooping oportunity, McWane Center's Summer Camp','110','3','1115836906','c7ade2e2','1','1','1','0');
INSERT INTO so_phpbb_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('1836','0','Re: Trooping oportunity, McWane Center's Summer Camp','3','110','1115838042','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('1840','2','Re: Trooping oportunity, McWane Center's Summer Camp','110','3','1115838779','c7ade002','1','1','1','0');
INSERT INTO so_phpbb_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('12583','2','Saturday afternoon','160','3','1138824158','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('1842','0','Re: Which costume what day?','34','65','1115840838','18d64c56','1','1','1','1');
INSERT INTO so_phpbb_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('7596','2','Re: Christmas Parades','155','4','1130453694','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('11893','2','Girl in Pic','219','43','1138138644','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('1864','0','Re: Which costume what day?','34','65','1115914608','18d64c56','1','1','1','1');
INSERT INTO so_phpbb_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('17033','2','Re: Ready for some diving?','10','5','1142877187','cf415e4a','1','0','1','1');
INSERT INTO so_phpbb_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('7291','2','Re: Neck-seal','134','7','1130071789','8b371bed','1','1','1','0');
INSERT INTO so_phpbb_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('16951','2','Ready for some diving?','10','5','1142817378','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('1875','2','Re: Shelbyville cancelled, how about somewhere else..','48','26','1115937480','cf4588c7','1','1','1','1');
INSERT INTO so_phpbb_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('17392','2','Re: MidSouthCon and Dooku','88','188','1143064465','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('6796','0','Re: helmet','70','23','1129555734','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('1885','0','Photos','88','37','1116010697','a081cb25','1','1','1','0');
INSERT INTO so_phpbb_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('12736','4','Re: Dooku','88','219','1138923512','a081cb13','1','1','1','1');
INSERT INTO so_phpbb_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('12832','3','Re: Dooku','219','88','1139003168','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('7127','0','Re: Hap Penis','26','23','1129962470','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('1895','2','Re: Photos','37','88','1116011738','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('18377','2','swag','93','92','1143968375','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('1908','2','Sith','107','10','1116259785','45e15b04','1','1','1','1');
INSERT INTO so_phpbb_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('1909','0','Re: Sith','10','107','1116263746','44345c4b','1','1','1','0');
INSERT INTO so_phpbb_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('1911','0','Pauldrons','52','101','1116274052','18b1b94f','1','1','1','1');
INSERT INTO so_phpbb_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('17240','2','whoever this is pulling this crap','52','7','1142975614','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('17925','2','Re: V for Vendetta costume','93','43','1143566909','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('1983','0','Re: Snowtrooper Greeblie','53','73','1117134370','44d07605','1','1','1','1');
INSERT INTO so_phpbb_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('16395','0',':P','23','56','1142360064','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('1936','0','Re: Possible new recruit','3','15','1116600829','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10832','0','credits','19','38','1136766889','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17282','2','Re: Expansion screw','52','5','1143002272','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('1932','2','Possible new recruit','15','3','1116456381','443ee866','1','1','1','0');
INSERT INTO so_phpbb_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('1933','2','ep3 in Huntsville Sunday','37','3','1116521963','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('1944','0','Sorry','34','37','1116860574','18d64c56','1','1','1','1');
INSERT INTO so_phpbb_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('9059','2','Re: Mailing Address','58','19','1132765732','3f633641','1','1','1','1');
INSERT INTO so_phpbb_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('17013','0','Re: Getting a guy added','5','60','1142874026','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('16401','0','Re: :P','23','56','1142361067','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('1951','0','Armor','101','121','1116957498','cdbc750e','1','1','1','1');
INSERT INTO so_phpbb_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('17599','2','Blue Guard','101','5','1143319075','cdbc7488','1','0','1','1');
INSERT INTO so_phpbb_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('1956','2','Re: Armor','121','101','1116960209','d1d66805','1','1','1','1');
INSERT INTO so_phpbb_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('17286','2','Re: Backpack pics','52','7','1143001259','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('17278','2','Expansion screw','52','5','1143001947','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('1962','0','pauldron and gun','52','101','1117051780','18b1b94f','1','1','1','1');
INSERT INTO so_phpbb_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('1963','0','Bossy Woman Alert','65','37','1117055644','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8533','2','Re: NovaCon Prep rant:','65','34','1131607698','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('1970','0','Re: Bossy Woman Alert','37','65','1117109240','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('1972','2','Re: Bossy Woman Alert','37','65','1117109240','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('1994','0','Re: Snowtrooper Greeblie','53','73','1117144731','44d07605','1','1','1','1');
INSERT INTO so_phpbb_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('1974','2','GT Darth Vader Belt','84','73','1114464475','88a55164','1','1','1','1');
INSERT INTO so_phpbb_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('1975','0','Re: GT Darth Vader Belt','73','84','1117121484','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('1976','0','Re: Snowtrooper Greeblie','73','53','1117121552','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('17620','2','Re: TK armor','52','4','1143403297','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('13266','0','Birthday Party','172','88','1139461793','45f53d63','1','1','1','0');
INSERT INTO so_phpbb_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('18106','2','Rectangles','52','5','1143743218','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('1982','2','Re: Snowtrooper Greeblie','73','53','1117121552','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('1985','0','Re: Snowtrooper Greeblie','73','53','1117136388','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('17488','2','Re: Stormtroopers','101','188','1143148327','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17005','2','Getting a guy added','60','5','1142872374','423fd06e','1','0','1','1');
INSERT INTO so_phpbb_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('17490','2','Re: 12 in. figures','101','224','1143148260','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('1989','2','Re: GT Darth Vader Belt','73','84','1117121484','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('1990','0','Re: lewis gun ?','55','101','1117143237','4440e84a','1','1','1','1');
INSERT INTO so_phpbb_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('1991','2','Re: Snowtrooper Greeblie','73','53','1117136388','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('17028','0','Re: Room list','5','60','1142883636','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('1995','2','SW WEEKENDS','51','88','1117143972','4410db7a','1','1','1','1');
INSERT INTO so_phpbb_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('12831','4','Re: Dooku','88','219','1139002729','a081cb13','1','1','1','1');
INSERT INTO so_phpbb_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('13495','0','Re: Memphis','188','88','1139671575','44356a2f','1','1','1','1');
INSERT INTO so_phpbb_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('2005','0','Re: Snowtrooper Greeblie','73','53','1117166319','0cdb48e0','1','1','1','1');
INSERT INTO so_phpbb_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('2008','2','Re: Snowtrooper Greeblie','73','53','1117166319','0cdb48e0','1','1','1','1');
INSERT INTO so_phpbb_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('17565','2','Re: Saturdaynight!!!!!!!!!!!!!','101','49','1143223000','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('2034','0','Re: Snowtrooper Greeblie','53','73','1117283447','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('17887','2','Blue Guard costume','101','64','1143307556','cdbc744a','1','0','1','1');
INSERT INTO so_phpbb_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('2040','0','Can you make it !!??','101','51','1117337772','98a36488','1','1','1','1');
INSERT INTO so_phpbb_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('17608','2','Re: Blue Guard','101','5','1143354895','400c74c4','1','0','1','1');
INSERT INTO so_phpbb_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('2043','0','avatar','96','123','1117420271','40310380','1','1','1','1');
INSERT INTO so_phpbb_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('2044','0','Clone armor','75','73','1117430459','04e332b6','1','1','1','1');
INSERT INTO so_phpbb_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('2049','2','Re: avatar','123','96','1117440343','44de4f8f','1','1','1','1');
INSERT INTO so_phpbb_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('2050','0','Re: avatar','96','123','1117451974','40310383','1','1','1','1');
INSERT INTO so_phpbb_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('2051','0','jedi stuff','74','65','1117470591','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('2052','2','Re: avatar','96','123','1117451974','40310383','1','1','1','1');
INSERT INTO so_phpbb_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('2053','0','Re: avatar','123','96','1117471436','44de5885','1','1','1','1');
INSERT INTO so_phpbb_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('2054','2','Re: avatar','123','96','1117471436','44de5885','1','1','1','1');
INSERT INTO so_phpbb_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('2055','0','Re: avatar','96','123','1117473803','40310323','1','1','1','1');
INSERT INTO so_phpbb_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('2059','2','Re: avatar','123','96','1117475294','44de776f','1','1','1','1');
INSERT INTO so_phpbb_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('13161','0','Re: Fettu! ARMOR-U!!!','28','74','1139366915','d8b4049e','1','1','1','1');
INSERT INTO so_phpbb_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('2064','3','Re: Clone armor','73','75','1117547349','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('2069','2','Re: jedi stuff','65','74','1117479721','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('2079','0','Re: jedi stuff','74','65','1117605115','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('18010','2','Re: TK armor','52','4','1143602082','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('18121','2','Re: Rectangles','52','5','1143748853','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('8360','2','rank plate','124','5','1131476714','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('2076','0','Re: Pics from the Church Hill Downs event on Monday','3','124','1117589659','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('2081','0','GenCon Video','124','128','1117624972','aac9b488','1','1','1','1');
INSERT INTO so_phpbb_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('8455','2','Re: rank plate','124','5','1131539001','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('10008','0','Re: possible costume idea','20','34','1135268926','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('17404','0','Re: question','62','56','1143082942','400c74c9','1','0','1','1');
INSERT INTO so_phpbb_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('16968','2','Re: Burn Camp Roster','10','61','1142817293','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('2116','0','Re: SW WEEKENDS','88','51','1117838005','44ccfe66','1','1','1','0');
INSERT INTO so_phpbb_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('2117','2','Re: GenCon Video','128','124','1117825394','41504e25','1','1','1','1');
INSERT INTO so_phpbb_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('2118','2','Re: Clone armor','73','75','1117547349','46b7e79d','1','1','1','1');
INSERT INTO so_phpbb_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('16367','2','You ain't quitting, amigo. :-)','134','61','1142348206','8b370e82','1','0','1','0');
INSERT INTO so_phpbb_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('16231','2','Re: about your friends' access','35','2','1142052724','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('2134','0','Xwing chest boxes','70','48','1118107757','1897b4db','1','1','1','1');
INSERT INTO so_phpbb_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('2136','0','Video Shoot','18','128','1118108334','0ccae408','1','1','1','0');
INSERT INTO so_phpbb_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('2137','2','Video Shoot','18','128','1118108334','0ccae408','1','1','1','0');
INSERT INTO so_phpbb_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('2144','0','Head cast','10','18','1118151011','d8994a18','1','1','1','0');
INSERT INTO so_phpbb_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('2148','0','Koto Sandtrooper','5','32','1118155252','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('5709','2','Hey','164','7','1127441856','438da022','1','1','1','1');
INSERT INTO so_phpbb_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('7148','0','Re: helmet','26','23','1129994225','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('18183','2','You have been added','61','5','1143819592','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18074','2','Re: Vader stuff?','10','153','1143571468','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('10865','2','Re: fett parts','180','19','1136808463','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('7152','0','Re: helmet','26','23','1129994395','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('9927','0','Re: Master!  Goats!','61','38','1135032859','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('2181','2','Re: Xwing chest boxes','48','70','1118192589','cf458a07','1','1','1','1');
INSERT INTO so_phpbb_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('2189','0','Re: Xwing chest boxes','70','48','1118251812','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('5324','0','Re: Event in Lexington','60','130','1126635766','423fcc7b','1','1','1','0');
INSERT INTO so_phpbb_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('7157','0','Re: helmet','26','23','1129994643','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('10052','0','Re: Master!  Goats!','61','38','1135374617','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('4306','2','Re: heydeodo','108','20','1123769767','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('9660','0','Re: Joo shirt link & Scalp-Dooku's nickname','38','43','1134515849','442fd402','1','1','1','1');
INSERT INTO so_phpbb_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('2207','0','GL in carbonite','10','18','1118332278','148e2045','1','1','1','0');
INSERT INTO so_phpbb_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('2211','0','fellow pilot','108','31','1118336180','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('17928','2','Re: Ready for some diving?','10','5','1143571137','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('16408','0','Re: :P','23','56','1142361483','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('16846','2','rank badge page','56','5','1142569057','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16440','0','Re: I'm blind!','70','56','1142368862','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17480','2','Re: msc','56','188','1143132829','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('5168','0','party','8','164','1126289827','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('18075','2','Re: Vader stuff?','10','153','1143571802','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('18176','2','pouches','52','7','1143781286','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('2236','1','Re: Snowtrooper Greeblie','53','73','1118447616','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('10760','0','Royal Guard Bucket','174','38','1136596815','3f900142','1','1','1','1');
INSERT INTO so_phpbb_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('12803','2','Closet','64','8','1138979272','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('16089','2','Hey','93','4','1141942358','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('8525','2','Re: rank plate','124','5','1131623957','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('17040','2','Re: Thank you','35','61','1142891814','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('2258','2','R2 on News','18','70','1118692316','0ccae408','1','1','1','0');
INSERT INTO so_phpbb_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('5505','2','Media Play Florence','124','131','1126925662','98a364c8','1','1','1','1');
INSERT INTO so_phpbb_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('14880','2','Re: rank plate','124','5','1140983447','453dec3e','1','0','1','1');
INSERT INTO so_phpbb_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('17777','2','Re: hey','35','93','1143503835','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('2265','0','Re: R2 on News','70','18','1118759971','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('17379','2','New member','88','74','1143056477','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('17380','0','Re: New member','74','88','1143070505','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('17654','2','Sweetpea and COSI captain','56','5','1143449617','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16447','0','Re: I'm blind!','70','56','1142369466','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17403','2','Re: question','56','62','1142972055','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('2284','0','Re: R2 on News','70','18','1118810384','1897b4db','1','1','1','1');
INSERT INTO so_phpbb_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('18205','2','Re: random stuff','70','5','1143838787','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17762','2','SL designation','88','5','1143497713','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('13501','0','Re: Belt for Corey','45','174','1139680280','41c53f93','1','1','1','1');
INSERT INTO so_phpbb_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('7408','2','Re: Neck-seal','134','7','1130201028','8b372e81','1','1','1','0');
INSERT INTO so_phpbb_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('18159','2','April 7th','70','61','1143772714','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17135','2','Re: AFT comment','70','174','1142912994','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('2313','2','Re: R2 on News','18','70','1118901557','422606bf','1','1','1','0');
INSERT INTO so_phpbb_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('2314','0','Re: R2 on News','70','18','1118928722','1897b4db','1','1','1','1');
INSERT INTO so_phpbb_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('4351','2','Re: Jango Collector's Helmet','124','148','1123884065','cdbc7485','1','1','1','1');
INSERT INTO so_phpbb_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('4399','2','Jango Helmet','124','148','1124103925','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('4347','2','Jango Collector's Helmet','124','148','1123859935','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('17727','2','Re: pics','35','188','1143490784','cc637609','1','0','1','1');
INSERT INTO so_phpbb_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('4428','2','Re: Jango Helmet','124','148','1124189356','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('2342','2','Re: I didn't forget about you!!!!!!','119','75','1118983845','18df9fd6','1','1','1','0');
INSERT INTO so_phpbb_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('2343','0','Re: I didn't forget about you!!!!!!','75','119','1119065846','04e32f3d','1','1','1','1');
INSERT INTO so_phpbb_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('2347','2','Joining the 501st?','111','4','1119089028','cf908046','1','1','1','0');
INSERT INTO so_phpbb_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('2349','3','Re: new uniforms','3','22','1119281185','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('2351','0','MG 34','52','101','1119284368','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('17687','2','Thought you may like this !','101','6','1143319851','cdbc7545','1','0','1','1');
INSERT INTO so_phpbb_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('16551','0','Parades','61','56','1142419546','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('5060','2','closing the deal','108','5','1126018094','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('10825','2','Re: Jesse','52','8','1136642426','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('2357','0','you are just a reb-bell!','108','20','1119287570','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('9116','2','hey ...its me!','108','5','1133210551','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('12922','2','Re: UT Pro-Bono Clinic','64','61','1139152660','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('5710','0','Re: Hey','7','164','1127445353','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('10747','2','dst','108','5','1136579164','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('16347','2','duuuuuude','70','61','1142343849','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('5596','2','Re: closing the deal','108','5','1127168776','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('5413','2','Re: closing the deal','108','5','1126805011','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('11114','2','its mine ,its mine','108','20','1137108218','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('4298','2','Re: heydeodo','108','20','1123769228','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('5164','2','Re: closing the deal','108','5','1126282741','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('2379','0','Re: Joining the 501st?','4','111','1119309409','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('10751','2','Re: dst','108','5','1136580594','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('2383','2','Re: Joining the 501st?','111','4','1119316806','403573aa','1','1','1','0');
INSERT INTO so_phpbb_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('2384','0','Re: Joining the 501st?','4','111','1119319536','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('16057','0','Re: friends and lovers','56','70','1141941494','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16603','2','today','70','61','1142438391','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('2391','2','Re: Joining the 501st?','111','4','1119331667','403573aa','1','1','1','0');
INSERT INTO so_phpbb_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('2394','0','Re: MG34 for Shannon','70','101','1119363187','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('4529','2','Fett Helmets','124','5','1124361982','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('16769','2','Re: today','70','61','1142523819','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17198','2','omg','153','215','1142975064','4035737d','1','0','1','1');
INSERT INTO so_phpbb_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('11141','2','Re: Clone armor','108','6','1137178740','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('16443','2','Re: I'm blind!','70','56','1142368862','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('2405','0','your stickers','56','135','1119389241','186069cd','1','1','1','1');
INSERT INTO so_phpbb_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('17185','2','Re: msc rooms','56','4','1142962230','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16570','0','Re: Naughty girl...','70','56','1142430354','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17211','0','Re: COSI event','134','60','1142980233','8b3722ba','1','0','1','0');
INSERT INTO so_phpbb_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('7199','2','Neck-seal','134','7','1129985231','8b371257','1','1','1','0');
INSERT INTO so_phpbb_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('2419','0','Stickers','52','135','1119445770','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('2432','2','we','39','26','1119500149','189eb11a','1','1','1','1');
INSERT INTO so_phpbb_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('2433','0','Re: we','26','39','1119500433','4320c15a','1','1','1','1');
INSERT INTO so_phpbb_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('16254','2','Re: st pats day','134','4','1142122931','8b370972','1','0','1','0');
INSERT INTO so_phpbb_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('17630','2','Re: hey','35','93','1143433214','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('17012','2','Re: Getting a guy added','60','5','1142872668','423fd06e','1','0','1','1');
INSERT INTO so_phpbb_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('18081','0','Re: TK Suit','4','60','1143691686','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('4302','2','Re: heydeodo','108','20','1123769550','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('4311','2','Re: Tie stuff','108','5','1123771443','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('17210','2','COSI event','60','134','1142960046','44d9a5aa','1','0','1','1');
INSERT INTO so_phpbb_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('4342','2','Re: Tie stuff','108','5','1123875047','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('4389','2','Re: Tie stuff','108','5','1124137242','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('18045','2','40K','134','64','1143592492','8b370b62','1','0','1','0');
INSERT INTO so_phpbb_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('4407','2','Re: Address','108','5','1124140758','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('11125','2','I am the biggest putz in the Galaxy','52','7','1137124183','438da229','1','1','1','1');
INSERT INTO so_phpbb_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('16590','0','msc rooms','4','56','1142435581','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('2485','2','Re: Stickers','135','52','1119541988','cf010f6b','1','1','1','1');
INSERT INTO so_phpbb_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('2486','0','Re: Stickers','52','135','1119543882','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('11680','2','vest remember...','108','20','1137790238','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('4313','2','Re: heydeodo','108','20','1123772073','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('11124','2','Aaaaaawwwwwwwwww  Shucks','52','5','1137123707','438da229','1','1','1','1');
INSERT INTO so_phpbb_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('4382','2','Re: Tie stuff','108','5','1124135124','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('2492','2','Kilt pic','135','56','1119542685','cf010f6b','1','1','1','1');
INSERT INTO so_phpbb_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('17027','2','Room list','60','5','1142880025','423fcb53','1','0','1','1');
INSERT INTO so_phpbb_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('9948','0','Hello BABAY','23','204','1135055924','acaa21db','1','1','1','1');
INSERT INTO so_phpbb_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('2501','2','Re: Stickers','135','52','1119572452','18ec66c4','1','1','1','1');
INSERT INTO so_phpbb_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('2502','0','Re: Stickers','52','135','1119574306','438da560','1','1','1','1');
INSERT INTO so_phpbb_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('11986','2','Various stuff','52','3','1138201373','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('2504','2','Re: we','39','26','1119555720','189eb11a','1','1','1','1');
INSERT INTO so_phpbb_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('12718','2','congrats','160','51','1138912432','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('2511','0','Re: Kilt pic','56','135','1119587534','186069cd','1','1','1','1');
INSERT INTO so_phpbb_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('18202','0','Re: Payment','4','60','1143833183','41d6646e','1','0','1','0');
INSERT INTO so_phpbb_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('17704','2','Re: ahhhhh, shucks!!!!!!!!','56','251','1143486169','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16661','0','John...and weathering weapons...','152','56','1142452700','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('9096','2','Re: Garrisons','148','34','1133121487','d84ce862','1','1','1','1');
INSERT INTO so_phpbb_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('6140','2','Checkin in','148','34','1128476263','d84ce960','1','1','1','1');
INSERT INTO so_phpbb_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('8994','2','Re: SW bowling balls','6','61','1132674685','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('16449','2','hey you homo!','70','49','1142369013','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('2532','2','Re: Kilt pic','135','56','1119619839','cf010f6b','1','1','1','1');
INSERT INTO so_phpbb_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('2533','0','Re: Kilt pic','56','135','1119641575','186069cd','1','1','1','1');
INSERT INTO so_phpbb_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('17184','2','msc ride','56','61','1142962701','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16667','0','Dcon','61','56','1142453687','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('2538','2','Re: Kilt pic','135','56','1119647384','18ec66c4','1','1','1','1');
INSERT INTO so_phpbb_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('2539','0','Re: Kilt pic','56','135','1119648297','186069cd','1','1','1','1');
INSERT INTO so_phpbb_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('10973','4','chattacon room','56','4','1136930108','186069bc','1','1','1','1');
INSERT INTO so_phpbb_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('7177','0','Re: helmet','26','23','1129997529','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('8708','0','DC-15 maker contact info?','74','28','1132010371','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('2553','0','Re: TK armor build-up','134','60','1119735433','8b37028c','1','1','1','0');
INSERT INTO so_phpbb_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('7599','0','armor pics','26','23','1130462676','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('4555','2','Re: Jango Helmet','124','148','1124447453','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('5678','0','Re: Area Hotel question','65','74','1127339861','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('17863','2','Re: RL patches and your gracious help','35','54','1143503603','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('10917','2','Re: Witch prop','35','174','1136861723','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('17234','2','Re: COSI event','134','60','1142980233','8b3722ba','1','0','1','0');
INSERT INTO so_phpbb_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('2570','2','Re: I didn't forget about you!!!!!!','119','75','1119822382','18df9fd6','1','1','1','0');
INSERT INTO so_phpbb_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('17212','2','Re: omg','215','153','1142979237','477b2af7','1','0','1','1');
INSERT INTO so_phpbb_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('12839','2','Re: Do you still have those gauntlets','64','70','1139002631','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('4611','2','Re: Jango Helmet','124','148','1124474974','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('4575','2','Re: Jango Helmet','124','148','1124461703','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('2582','0','Re: AdCon Pictures','49','43','1119896632','4690131e','1','1','1','1');
INSERT INTO so_phpbb_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('16598','2','Re: msc rooms','70','4','1142436055','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('2589','2','Re: we','39','26','1119918980','189eb664','1','1','1','1');
INSERT INTO so_phpbb_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('18164','2','random stuff','70','5','1143772415','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('6136','2','Carnor Jax','148','64','1128476073','d84ce960','1','1','1','1');
INSERT INTO so_phpbb_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('7626','0','more pics','26','23','1130560088','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('2602','2','FTA sat','63','49','1119981955','cc74265c','1','1','1','1');
INSERT INTO so_phpbb_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('2603','0','Re: FTA sat','49','63','1120048167','44714917','1','1','1','1');
INSERT INTO so_phpbb_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('2608','2','Re: FTA sat','63','49','1120073646','cf90d713','1','1','1','1');
INSERT INTO so_phpbb_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('2609','0','Re: FTA sat','49','63','1120074900','44dcc366','1','1','1','1');
INSERT INTO so_phpbb_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('2615','0','Re: TK armor build-up','134','60','1120085569','8b3707a8','1','1','1','0');
INSERT INTO so_phpbb_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('2616','2','Adrenaline/Body Armor question','65','22','1120068607','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('2617','0','Re: Adrenaline/Body Armor question','22','65','1120088526','441254d9','1','1','1','1');
INSERT INTO so_phpbb_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('18319','2','Film-Making','134','33','1143906424','8b371fcc','1','0','1','0');
INSERT INTO so_phpbb_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('18101','2','Re: lexington?','134','251','1143723060','8b371b62','1','0','1','0');
INSERT INTO so_phpbb_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('2623','0','More Fett Helmet Questions','87','53','1120099865','458a3bee','1','1','1','1');
INSERT INTO so_phpbb_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('16119','2','Cod Piece','87','5','1141964788','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('2629','0','Re: More Fett Helmet Questions','87','53','1120102648','458a3bee','1','1','1','1');
INSERT INTO so_phpbb_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('2635','2','Re: FTA sat','63','49','1120083688','cc7426a5','1','1','1','1');
INSERT INTO so_phpbb_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('2636','0','Re: FTA sat','49','63','1120136669','44714917','1','1','1','1');
INSERT INTO so_phpbb_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('18099','2','Re: banner','35','188','1143696757','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('16669','0','Re: John...and weathering weapons...','152','56','1142453890','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('16645','2','Re: today','70','61','1142446225','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('11158','0','Re: Hey admiral!!!','8','160','1137189740','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('7644','0','It is complete.','26','23','1130569521','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('2660','2','ESB Fett cape','36','70','1120221702','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('2661','0','Re: ESB Fett cape','70','36','1120224663','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('16391','2','I'm blind!','70','56','1142358801','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('2666','2','Re: ESB Fett cape','36','70','1120234721','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('2667','0','Re: ESB Fett cape','70','36','1120241852','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('17139','2','Re: AFT comment','70','174','1142913319','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('2670','2','Re: ESB Fett cape','36','70','1120247621','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('4801','2','Hey','124','35','1124192444','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('5756','2','Re: Leia Figure','35','10','1127747449','3f56a2fe','1','1','1','1');
INSERT INTO so_phpbb_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('6692','2','Re: Halloween Trooping','134','60','1129467348','8b371783','1','1','1','0');
INSERT INTO so_phpbb_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('7686','0','boots','26','23','1130713142','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('7701','0','Re: :(','26','23','1130727590','4413c4c9','1','1','1','1');
INSERT INTO so_phpbb_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('7679','2','Re: Halloween Trooping','134','60','1130686180','8b3720bb','1','1','1','0');
INSERT INTO so_phpbb_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('7807','0','Re: send in the clones','70','23','1130934345','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('7814','0','Re: send in the clones','70','23','1130948900','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('15467','2','Dragoncon','10','153','1141485940','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('2731','2','Roundin up the commies','63','70','1120486290','cc74b7a6','1','1','1','1');
INSERT INTO so_phpbb_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('16613','2','Re: today','70','61','1142439961','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('5734','2','Re: mara','35','142','1127412836','3f56a2fe','1','1','1','1');
INSERT INTO so_phpbb_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('13906','2','Hey','52','101','1140115510','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('12380','2','Re: FantasciCon','52','7','1138596406','438da85c','1','1','1','1');
INSERT INTO so_phpbb_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('16690','2','Re: midsouth','70','56','1142455929','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('15951','0','Re: Don't Con the Mid South come come','153','70','1141871876','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('8178','0','Re: Monty Python','3','164','1131335455','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('4876','2','Re: Jango Helmet','124','148','1125056822','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('7707','2','Re: Halloween trooping!','134','130','1130729073','8b370d7d','1','1','1','0');
INSERT INTO so_phpbb_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('4621','0','Re: TK Faceplate','26','134','1124504697','4413ec76','1','1','1','1');
INSERT INTO so_phpbb_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('7690','2','Halloween trooping!','134','130','1130715726','8b370d7d','1','1','1','0');
INSERT INTO so_phpbb_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('7786','2','Re: Halloween Trooping','134','60','1130796424','80a3cb3e','1','1','1','0');
INSERT INTO so_phpbb_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('15470','2','Re: in','10','188','1141485282','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('2824','2','Re: prop party','48','5','1120695287','cf458985','1','1','1','1');
INSERT INTO so_phpbb_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('5906','2','Re: hey','35','19','1128176563','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('4384','2','Re: Tie stuff','108','5','1124135152','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('16670','0','midsouth','70','56','1142453934','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('15830','2','hey','23','61','1141838463','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('7916','0','NovaCon','70','23','1131029724','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('7787','2','Re: Halloween Trooping','134','60','1130799225','80a3cb3e','1','1','1','0');
INSERT INTO so_phpbb_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('2799','2','Re: prop party','48','5','1120693502','cf458985','1','1','1','1');
INSERT INTO so_phpbb_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('2804','2','Re: prop party','48','5','1120694927','cf458985','1','1','1','1');
INSERT INTO so_phpbb_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('16658','2','Re: Naughty girl...','70','56','1142430354','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('10602','2','Congrats!','134','3','1136434618','8b370226','1','1','1','0');
INSERT INTO so_phpbb_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('16685','0','Re: midsouth','70','56','1142455929','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17720','2','Re: ahhhhh, shucks!!!!!!!!','56','251','1143487060','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('11075','2','Somerset trooper?','134','206','1137072921','8b37063a','1','1','1','1');
INSERT INTO so_phpbb_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('2849','0','Re: Snowtrooper pics','10','43','1120768028','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('16644','2','Re: today','70','61','1142445859','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('16282','2','another morning','56','70','1142249110','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16724','0','Yo-Yo-Bitch','26','56','1142478926','4101698d','1','0','1','1');
INSERT INTO so_phpbb_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('17086','2','Re: msc rooms','70','4','1142897332','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('18182','2','Question for my uncle','56','6','1143819554','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16673','2','midsouth','70','56','1142453934','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('4346','2','Re: Tie stuff','108','5','1123875992','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('17311','2','Re: COSI event','60','134','1142994476','44d9a5aa','1','0','1','1');
INSERT INTO so_phpbb_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('11265','2','Re: Somerset trooper?','134','206','1137249581','8b371c8d','1','1','1','1');
INSERT INTO so_phpbb_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('6687','0','Re: Halloween Trooping','134','60','1129432471','8b370865','1','1','1','0');
INSERT INTO so_phpbb_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('17098','2','Re: Clones','70','5','1142897166','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('9199','2','Re: snow trooper','6','8','1133327163','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('17428','2','AIM','174','56','1143089400','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('4545','2','Re: Package','108','5','1124398049','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('17063','2','Re: awesome','70','19','1142897391','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('2897','0','hey remember me?','108','135','1120849844','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('4720','2','Re: dcon stuff','108','20','1124744741','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('4830','2','Re: dcon stuff','108','20','1124901259','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('2908','0','SHIT!','49','65','1120881467','44714917','1','1','1','1');
INSERT INTO so_phpbb_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('6180','0','I'm the guy that goes to UAH','74','104','1128575814','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('2912','2','Re: we','39','26','1120878474','189eb713','1','1','1','1');
INSERT INTO so_phpbb_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('12596','0','project','8','34','1138828815','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('2918','0','Re: Locked threads, with a "please"','7','65','1120886843','cdbc7409','1','1','1','1');
INSERT INTO so_phpbb_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('16322','2','Re: I C U','56','70','1142281733','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16729','0','Stickers','174','56','1142486438','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16448','2','Re: I'm blind!','70','56','1142369466','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17934','2','Suzanne...','56','62','1143452295','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17663','2','conversations','2','93','1143442677','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('2946','0','Re: Armor Construction','134','60','1121021702','8b370540','1','1','1','0');
INSERT INTO so_phpbb_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('2947','0','Re: Armor Construction','134','60','1121029775','8b370540','1','1','1','0');
INSERT INTO so_phpbb_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('2948','2','Hey hey','63','23','1120981504','40354c7d','1','1','1','1');
INSERT INTO so_phpbb_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('2949','0','Re: Hey hey','23','63','1121034471','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('2954','2','Re: Hey hey','63','23','1121040295','40354c3f','1','1','1','1');
INSERT INTO so_phpbb_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('2955','0','Re: Hey hey','23','63','1121040374','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('2961','2','Let's meet','145','134','1121040918','d1d72725','1','1','1','0');
INSERT INTO so_phpbb_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('12301','2','Re: fett','134','19','1138469474','8b370fe7','1','1','1','1');
INSERT INTO so_phpbb_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('12579','2','Re: fett','134','19','1138763331','8b372266','1','1','1','1');
INSERT INTO so_phpbb_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('2980','0','Koto sandtrooper','5','32','1121088385','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('2981','2','Re: Hey hey','63','23','1121056467','cc743b14','1','1','1','1');
INSERT INTO so_phpbb_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('2982','2','Re: Hey hey','63','23','1121049598','cc743b14','1','1','1','1');
INSERT INTO so_phpbb_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('2983','0','Re: Hey hey','23','63','1121095232','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('13768','2','Re: boba mask','134','188','1140007741','8b371918','1','1','1','0');
INSERT INTO so_phpbb_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('15198','2','KY Lions' Children's Events','134','61','1141218658','8b371baa','1','0','1','0');
INSERT INTO so_phpbb_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('16536','2','TK Suit','60','4','1142395427','423fd064','1','0','1','1');
INSERT INTO so_phpbb_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('3011','2','Re: Let's meet','145','134','1121131936','d1d72727','1','1','1','1');
INSERT INTO so_phpbb_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('15149','2','Hey Strick!','134','145','1141130564','8b3704fd','1','0','1','0');
INSERT INTO so_phpbb_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('3016','0','ARC trooper pic','36','63','1121173430','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('16745','0','Stickers','193','56','1142517245','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('15225','2','Re: KY Lions' Children's Events','134','61','1141242149','d8453c29','1','0','1','0');
INSERT INTO so_phpbb_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('16393','2','Re: I'm blind!','56','70','1142358956','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16750','0','heeeeey','70','56','1142520234','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('6117','2','Re: Elf ears?','35','74','1128433922','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('3037','2','ARC trooper pic','36','63','1121173430','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('3038','0','Re: ARC trooper pic','63','36','1121221627','ce4a324e','1','1','1','1');
INSERT INTO so_phpbb_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('3040','0','BOO!','23','63','1121222136','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('3042','2','Re: ARC trooper pic','63','36','1121221627','ce4a324e','1','1','1','1');
INSERT INTO so_phpbb_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('3045','2','Re: hey remember me?','135','108','1121199973','18ec66c4','1','1','1','1');
INSERT INTO so_phpbb_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('4644','0','Re: ARC Trooper','148','63','1124592409','d84ce929','1','1','1','1');
INSERT INTO so_phpbb_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('4643','2','Re: ARC Trooper','63','148','1124574620','ce4a3240','1','1','1','1');
INSERT INTO so_phpbb_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('3096','2','Re: Koto Sandtrooper','32','5','1121459643','18608ceb','1','1','1','1');
INSERT INTO so_phpbb_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('4988','2','Re: Hey','124','35','1124904355','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('10204','2','Re: Master Replicas Princess Leia blaster','35','88','1135745306','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('13917','2','Re: Hey','52','101','1140120016','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('15551','2','Re: Heeeeellllpppp!','164','2','1141615602','438c7bc8','1','0','1','1');
INSERT INTO so_phpbb_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('5066','2','How was it?','124','35','1126006462','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('17598','2','Re: Guard','101','171','1143326190','cdbc7541','1','0','1','1');
INSERT INTO so_phpbb_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('3079','0','Rubber MG34','70','101','1121381675','18b7e364','1','1','1','1');
INSERT INTO so_phpbb_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('16808','0','ollah','23','56','1142542767','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('16807','0','Re: heeeeey','56','70','1142542381','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('3091','2','address and SO apparel','48','3','1121439039','cf4589cd','1','1','1','1');
INSERT INTO so_phpbb_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('10227','2','Re: Master Replicas Princess Leia blaster','35','88','1135795729','cc637609','1','1','1','1');
INSERT INTO so_phpbb_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('3104','2','Re: Let's meet','145','134','1121525082','d1d72726','1','1','1','1');
INSERT INTO so_phpbb_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('4162','0','faceplate','3','134','1123624847','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('3117','0','Re: Locked threads, with a "please"','7','65','1121615450','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('8699','0','Re: Mailing Address','19','58','1132005681','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('13662','2','C O Elect','101','3','1140024783','400c748a','1','1','1','1');
INSERT INTO so_phpbb_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('12594','0','Re: Supplies?','3','65','1138828450','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('3122','0','Re: Locked threads, with a "please"','7','65','1121628537','cdbc7409','1','1','1','1');
INSERT INTO so_phpbb_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('4248','3','Re: messenger','56','148','1123652390','186069aa','1','1','1','1');
INSERT INTO so_phpbb_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('17247','2','Re: YEA LOKI!','87','26','1142994911','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('15924','0','Re: !','70','56','1141855705','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('3164','0','Helmet casting q.','3','53','1121716752','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('3165','2','mandalorian','39','26','1121703076','189eb56e','1','1','1','1');
INSERT INTO so_phpbb_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('3785','0','Post','148','18','1122873910','4384f3f3','1','1','1','1');
INSERT INTO so_phpbb_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('10262','0','...','70','38','1135870455','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('4642','0','dcon stuff','20','108','1124590436','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('3196','0','Re: Rubber MG34','70','101','1121790172','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('5276','2','DC pIcs','124','35','1126524958','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('5246','2','Good Morning','124','35','1126099668','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('17207','2','Re: omg','153','215','1142978892','4035737d','1','0','1','1');
INSERT INTO so_phpbb_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('8946','0','Re: picture thingy for my signature','160','34','1132540298','449fa74e','1','1','1','1');
INSERT INTO so_phpbb_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('10318','2','Re: Master Replicas Princess Leia blaster','35','88','1135960314','cc637609','1','1','1','1');
INSERT INTO so_phpbb_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('10006','0','Re: possible costume idea','34','20','1135268152','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('3214','0','Re: Sandtrooper Armor','70','53','1121889838','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('16399','2','Re: :P','56','23','1142360382','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16813','0','Re: Stickers','193','56','1142544274','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('17690','0','ahhhhh, shucks!!!!!!!!','251','56','1143483457','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('3238','2','Star Garrison Trooper offers help w/ DST helmets!','145','5','1121987642','d1d72704','1','1','1','0');
INSERT INTO so_phpbb_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('14074','2','Re: Coming to Memphis','88','75','1140147068','48966e6b','1','1','1','1');
INSERT INTO so_phpbb_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('3243','2','new armor','12','3','1121985262','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('16407','2','Re: :P','56','23','1142361440','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16877','0','Rank info','5','56','1142607929','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('16446','2','Re: I'm blind!','56','70','1142369364','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16459','2','taaamboooo','56','5','1142372657','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16934','0','decals','19','56','1142803222','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('10551','2','Re: entrance','35','188','1136404169','cc637609','1','1','1','1');
INSERT INTO so_phpbb_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('5334','2','Re: DC pIcs','124','35','1126539290','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('10685','2','Re: entrance','35','188','1136432396','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('17398','0','figures and cases','5','88','1143081111','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('10573','2','Re: Master Replicas Princess Leia blaster','35','88','1136407389','cc637609','1','1','1','1');
INSERT INTO so_phpbb_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('3307','0','I seek your wrist binders!','74','6','1122097900','443f0725','1','1','1','1');
INSERT INTO so_phpbb_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('3323','0','Re: holo leia','43','12','1122136704','4213465f','1','1','1','1');
INSERT INTO so_phpbb_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('3322','2','holo leia','12','43','1122086205','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('6147','2','Re: Hows it going','148','49','1128478419','d84ce960','1','1','1','1');
INSERT INTO so_phpbb_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('10339','2','A Series of Unfortnate Events','148','34','1135989691','d84ce8d0','1','1','1','1');
INSERT INTO so_phpbb_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('13168','0','Re: Fettu! ARMOR-U!!!','28','74','1139372290','d8b4049e','1','1','1','1');
INSERT INTO so_phpbb_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('3349','0','Stuff','10','45','1122245340','44344491','1','1','1','1');
INSERT INTO so_phpbb_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('5366','2','Tattoo','148','49','1126663037','d84ce873','1','1','1','1');
INSERT INTO so_phpbb_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('4314','2','Re: comments','63','56','1123745380','cc74b74a','1','1','1','1');
INSERT INTO so_phpbb_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('16962','0','Stickies','93','56','1142828789','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('6258','2','Armor','148','34','1128913790','d84ce82f','1','1','1','1');
INSERT INTO so_phpbb_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('3398','0','Re: holo leia','43','12','1122300397','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('6285','2','Re: Armor','148','34','1128992404','d84ce89a','1','1','1','1');
INSERT INTO so_phpbb_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('8078','2','Re: 21 at last','148','49','1131072214','d84ce87d','1','1','1','1');
INSERT INTO so_phpbb_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('3397','2','Re: holo leia','12','43','1122178806','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('7228','2','Re: Armor','148','34','1130069241','d84ce830','1','1','1','1');
INSERT INTO so_phpbb_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('8975','2','Garrisons','148','34','1132606305','d84ce886','1','1','1','1');
INSERT INTO so_phpbb_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('12107','2','Trashcompactor ?','148','49','1138333819','d84ce9c9','1','1','1','1');
INSERT INTO so_phpbb_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('13398','0','coreys party','19','38','1139611468','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('7464','2','Re: Armor','148','34','1130268358','d84ce90e','1','1','1','1');
INSERT INTO so_phpbb_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('3408','0','Stickers location?','52','135','1122308185','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('6239','2','Armor','148','49','1128913323','d84ce82f','1','1','1','1');
INSERT INTO so_phpbb_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('7470','2','21 at last','148','49','1130268536','d84ce90e','1','1','1','1');
INSERT INTO so_phpbb_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('16248','2','Re: !!!!!!!!!!!!!!!!','93','49','1142043812','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('3434','0','Re: Guy In Block','10','60','1122320809','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('12313','2','Re: Trashcompactor ?','148','49','1138501559','d84ce8c4','1','1','1','1');
INSERT INTO so_phpbb_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('4364','0','Contact info for the Rebel Legion in Lexington.','145','134','1124050762','d1d7272e','1','1','1','1');
INSERT INTO so_phpbb_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('8974','2','Garrisons','148','34','1132606245','d84ce886','1','1','1','1');
INSERT INTO so_phpbb_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('6287','2','Re: Armor','148','49','1128992261','d84ce89a','1','1','1','1');
INSERT INTO so_phpbb_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('3474','0','Re: I seek your wrist binders!','74','6','1122347566','a282c51a','1','1','1','1');
INSERT INTO so_phpbb_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('5165','0','Re: closing the deal','5','108','1126288208','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('10757','0','Re: "If you can read this . . ."','6','38','1136591245','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('16991','0','msc rooms','4','56','1142867196','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('8978','2','Re: 21 at last','148','49','1132606197','d84ce886','1','1','1','1');
INSERT INTO so_phpbb_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('12394','2','Re: Trashcompactor ?','148','49','1138592197','d84ce96b','1','1','1','1');
INSERT INTO so_phpbb_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('16562','2','Naughty girl...','56','70','1142403090','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17030','0','boba jumpsuit.','11','56','1142886819','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('16668','2','Re: John...and weathering weapons...','56','152','1142452911','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17200','2','bham','93','49','1142960431','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('3502','5','Where'va been?','149','28','1122390042','d088c902','1','1','1','0');
INSERT INTO so_phpbb_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('10811','2','Re: A Series of Unfortante Events','148','49','1136675142','d84ce934','1','1','1','1');
INSERT INTO so_phpbb_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('3596','0','PARTY','101','110','1122572991','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('17676','0','Re: Sweetpea and COSI captain','5','56','1143478672','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('10941','0','Avatars','174','38','1136904234','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('11107','0','Mando Helmet','43','38','1137101365','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('18240','2','Re: 12" figures','101','7','1143842850','400c7448','1','0','1','1');
INSERT INTO so_phpbb_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('13356','0','Re: I reject your reality, and substitute my own!','7','38','1139555147','400c748a','1','1','1','1');
INSERT INTO so_phpbb_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('11295','0','the sky is the limit','61','38','1137319351','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('11504','0','Re: Bukkake','26','38','1137629374','4692900a','1','1','1','1');
INSERT INTO so_phpbb_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('11734','0','Re: Master!  Goats!','61','38','1137986210','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('11841','0','midsouthcon','26','38','1138073843','41016b0b','1','1','1','1');
INSERT INTO so_phpbb_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('11844','0','Re: You're kidding, right?','61','38','1138083847','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('11858','0','Re: Outsider access','3','38','1138107115','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17706','0','Re: ahhhhh, shucks!!!!!!!!','251','56','1143486566','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('5401','2','Re: Tattoo','148','49','1126789616','d84ce83a','1','1','1','1');
INSERT INTO so_phpbb_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('16045','0','Re: hey you','38','56','1141936840','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('13363','0','Re: Sa-wing and a miss!','7','38','1139572782','98a36444','1','1','1','1');
INSERT INTO so_phpbb_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('16963','2','Stickies','93','56','1142828789','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('15991','0','Re: good morning','61','70','1141912406','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15073','2','March 5th, Chattanooga, TN : Kids Fair','101','3','1141078882','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('18032','2','12 Figures','101','11','1143584090','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('14692','2','NC-17','88','2','1140672243','48966e6b','1','0','1','1');
INSERT INTO so_phpbb_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('3792','0','Stuff to order','5','18','1122905174','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9310','0','The Book','174','43','1133755947','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('17019','2','MSC Info','93','61','1142875310','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('16742','2','Re: armor','93','4','1142494378','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17666','2','Re: conversations','93','2','1143474677','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('5540','2','Re: Media Play Florence','124','131','1127069831','cdbc7446','1','1','1','1');
INSERT INTO so_phpbb_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('17809','2','Re: TK Suit','60','4','1143511974','423fcdec','1','0','1','1');
INSERT INTO so_phpbb_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('3841','2','Re: new armor','12','3','1122599865','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('3843','0','Re: Guy In Block','10','60','1122999249','44344491','1','1','1','1');
INSERT INTO so_phpbb_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('5578','2','Hello','124','35','1126870051','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('4243','0','comments','56','63','1123648497','186069aa','1','1','1','1');
INSERT INTO so_phpbb_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('17478','2','Re: Stormtroopers','101','188','1143137367','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('16033','0','Disney SWW','163','74','1141926501','435df202','1','0','1','1');
INSERT INTO so_phpbb_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('4323','2','Meeting with head of Novacon','37','3','1123790992','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('13726','0','your nomination','2','38','1140050790','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('18080','2','Re: TK Suit','60','4','1143690565','423fcd5d','1','0','1','1');
INSERT INTO so_phpbb_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('17498','0','Jesse & Thad!!','49','3','1143153997','4411b3a2','1','0','1','1');
INSERT INTO so_phpbb_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('17397','0','Re: New member','74','88','1143080886','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('15758','2','Re: Jeff','87','3','1141779743','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('17816','2','Re: SL designation','88','5','1143500213','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('15731','2','Re: jumpsuit','87','19','1141779804','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('8893','0','Re: DC-15s maker contact info?','64','74','1132371989','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('12283','0','Re: WTF?!','4','87','1138466873','4435463c','1','1','1','1');
INSERT INTO so_phpbb_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('18408','2','Re: I hope this is the right Mark this time hehe','92','34','1143957901','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('13945','3','Re: We need to talk.','55','38','1140137482','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('3960','2','Re: Stickers location?','135','52','1123200103','18ec66c4','1','1','1','1');
INSERT INTO so_phpbb_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('3961','0','Re: Stickers location?','52','135','1123249597','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('6122','2','Re: Snow troopers','155','3','1128467126','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('17935','0','Re: Suzanne...','62','56','1143582544','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17965','0','dune pics','19','56','1143595113','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18349','0','Hey','174','56','1143969510','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18020','0','B-day','23','56','1143606962','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('9080','0','Jar-jar in carbenite','70','18','1133062809','44b8a17d','1','1','1','1');
INSERT INTO so_phpbb_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('15782','0','Stein's comments','188','38','1141828659','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('5641','2','Re: Hello','124','35','1127215084','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('15191','0','Re: pics of unfinished Tambo Mando helmet kit?','5','74','1141221730','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17628','2','hey','93','35','1143432132','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('15370','0','Re: Parade Favor','26','93','1141360025','469c1372','1','0','1','1');
INSERT INTO so_phpbb_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('6588','2','Re: EPIII Release..','124','131','1129291801','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('4000','0','CFB','10','96','1123374298','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('4001','0','Thanks for the help.','101','65','1123381863','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('4003','2','Imperial Royal Guard info for you (PRICEY!)','145','148','1123372866','d1d72711','1','1','1','1');
INSERT INTO so_phpbb_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('4005','0','Event...','148','101','1123400185','d84ce83a','1','1','1','1');
INSERT INTO so_phpbb_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('13914','2','Re: Hey','101','52','1140116343','400c7488','1','1','1','1');
INSERT INTO so_phpbb_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('16000','0','MidSouth','70','56','1141915068','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('6118','5','Re: Elf ears?','74','35','1128460165','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('16023','0','hello','70','56','1141925566','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17361','2','Re: bham','93','49','1143063952','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('4038','2','Re: Stuff to order','18','5','1123505833','0ccae408','1','1','1','0');
INSERT INTO so_phpbb_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('4048','2','Re: holo leia','12','43','1123343826','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('5419','0','hey','19','58','1126811283','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('16035','0','Re: hey corey','61','56','1141927922','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('9984','2','Re: Force Pike','6','174','1135202671','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('18014','2','Re: Armor question','261','26','1143603109','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('4075','0','Re: Greetings. . .','49','58','1123553682','44716155','1','1','1','1');
INSERT INTO so_phpbb_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('4082','3','Royal Guard Helmet','148','56','1123564694','d84ce9dd','1','1','1','1');
INSERT INTO so_phpbb_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('4084','0','Huntsville event?','148','63','1123571740','d84ce9dd','1','1','1','1');
INSERT INTO so_phpbb_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('4087','2','Re: BOO!','63','23','1123571532','cf90d7ac','1','1','1','1');
INSERT INTO so_phpbb_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('4089','2','Re: Huntsville event?','63','148','1123572116','cf90d7ac','1','1','1','1');
INSERT INTO so_phpbb_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('4090','0','Re: BOO!','23','63','1123572186','189f9a0e','1','1','1','1');
INSERT INTO so_phpbb_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('4092','0','Re: Huntsville event?','148','63','1123572245','d84ce9dd','1','1','1','1');
INSERT INTO so_phpbb_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('4095','3','Re: Royal Guard Helmet','56','148','1123575119','18606825','1','1','1','1');
INSERT INTO so_phpbb_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('16038','0','Re: hello','70','56','1141929201','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17675','2','Re: hey','93','35','1143475758','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('8759','2','Hey!','164','52','1132076577','438dab7c','1','1','1','1');
INSERT INTO so_phpbb_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('4113','0','dragoncon','4','101','1123595869','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('12661','0','LOL!!','49','87','1138889111','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('14892','2','Re: Keeping you up to speed','101','7','1140996832','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('4137','2','Re: CFB','96','10','1123606657','403103c9','1','1','1','1');
INSERT INTO so_phpbb_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('4138','0','Re: CFB','10','96','1123613886','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('17495','0','Re: thanks','61','2','1143153409','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('10794','2','What's shakin' bro'?','58','49','1136644988','438e821a','1','1','1','1');
INSERT INTO so_phpbb_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('4143','0','Re: Greetings. . .','49','58','1123614126','4411af06','1','1','1','1');
INSERT INTO so_phpbb_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('15980','0','mmmmm Sushiiiiii','61','70','1141910378','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15223','2','DragonCon Hotel','88','193','1141242801','48966e6b','1','0','1','1');
INSERT INTO so_phpbb_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('7317','0','I'm in Gulfport Ms','183','96','1130128137','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('17973','2','Re: Avatar','238','7','1143593027','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('4156','0','Re: Thanks for the help.','101','65','1123621113','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('5671','0','Re: Area Hotel question','74','65','1127325168','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('4178','0','TK Faceplate','26','134','1123630878','41016b11','1','1','1','1');
INSERT INTO so_phpbb_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('14445','2','Whats it worth ! ??','101','5','1140547839','400c7487','1','0','1','1');
INSERT INTO so_phpbb_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('14536','0','Re: Is your email down?','28','74','1140577350','d8b40440','1','0','1','1');
INSERT INTO so_phpbb_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('14705','2','MidSouthCon','88','4','1140674378','48966e6b','1','0','1','1');
INSERT INTO so_phpbb_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('4201','0','Re: faceplate','3','134','1123636869','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('4215','0','Re: TK Faceplate','26','134','1123641409','41016b11','1','1','1','1');
INSERT INTO so_phpbb_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('17640','0','conversations','2','93','1143442677','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17411','0','Re: New member','74','88','1143083544','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('12030','2','Re: Congrats!','35','23','1138253662','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('4255','2','patches','63','54','1123640900','40354c3d','1','1','1','1');
INSERT INTO so_phpbb_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('4256','0','Re: patches','54','63','1123674721','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('4259','0','Re: Greetings. . .','49','58','1123683007','44716155','1','1','1','1');
INSERT INTO so_phpbb_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('15145','0','Re: Right, so I'm an idiot.','61','38','1141161869','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('4372','0','SG Jacket','43','12','1124083351','421345d4','1','1','1','1');
INSERT INTO so_phpbb_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('12805','2','Closet','64','3','1138979245','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('15973','2','subjects and stuff like them','153','61','1141895591','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('4371','2','Re: holo leia','12','43','1124060224','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('10000','0','possible costume idea','20','34','1135266669','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('4356','0','Lexington,KY 501st event','134','60','1123935172','8b370777','1','1','1','0');
INSERT INTO so_phpbb_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('15197','0','Re: Bamatrooper???','61','210','1141226920','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17913','0','Re: Ready for some diving?','10','5','1143571137','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('4360','2','Re: Lexington,KY 501st event','145','134','1123944720','d1d7272f','1','1','1','1');
INSERT INTO so_phpbb_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('4365','2','Re: holo leia','12','43','1123990529','46b22de4','1','1','1','1');
INSERT INTO so_phpbb_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('4366','0','Re: holo leia','43','12','1124056799','42134387','1','1','1','1');
INSERT INTO so_phpbb_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('4369','2','Contact info for the Rebel Legion in Lexington.','145','134','1124050762','d1d7272e','1','1','1','1');
INSERT INTO so_phpbb_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('4406','0','Re: Welcome to Auburn!','93','53','1124158181','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('4410','2','Re: prop party','48','5','1124144337','cf458ac9','1','1','1','1');
INSERT INTO so_phpbb_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('4412','0','Re: prop party','5','48','1124160621','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('4421','5','Love you','6','155','1124200164','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('13929','2','ALL OF THIS IS YOU AND ME ONLY','101','160','1140116010','400c7484','1','1','1','1');
INSERT INTO so_phpbb_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('15313','2','Re: Names for Roster','88','231','1141330550','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('17435','0','Re: New member','74','88','1143094197','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('15290','2','Names for Roster','88','231','1141324540','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('6610','0','Re: Halloween Trooping','60','130','1129311761','423fc9a6','1','1','1','1');
INSERT INTO so_phpbb_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('15868','2','Mid South Con','153','70','1141846284','cf908049','1','0','1','1');
INSERT INTO so_phpbb_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('15877','2','jar jar','153','18','1141847905','cf908049','1','0','1','1');
INSERT INTO so_phpbb_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('13739','2','Re: .... dude....','160','2','1140052931','441195aa','1','1','1','1');
INSERT INTO so_phpbb_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('17434','2','Re: New member','88','74','1143093878','46959e4c','1','0','1','1');
INSERT INTO so_phpbb_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('16171','0','CC response about COSI','43','225','1142021762','aa8d6d26','1','0','1','1');
INSERT INTO so_phpbb_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('6231','0','Re: More Fett Helmet Questions','87','53','1128905868','45895b2f','1','1','1','1');
INSERT INTO so_phpbb_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('6609','2','Re: Halloween Trooping','130','60','1129298060','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('13496','2','Re: fire camp','10','188','1139661230','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('15337','2','Events','88','188','1141332737','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('17452','0','Please read','61','88','1143125962','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('13251','2','Re: guy in block','10','70','1139444163','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('13250','2','Re: man in block','10','61','1139440935','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('14599','2','Re: Whats it worth ! ??','101','5','1140629493','cdbc748a','1','0','1','1');
INSERT INTO so_phpbb_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('4657','0','Re: Thanks','10','134','1124620943','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('13475','2','Re: man in block','10','61','1139661319','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('5414','0','Re: closing the deal','5','108','1126805123','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('4667','0','Re: Royal Guard Link','64','148','1124631141','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('13304','2','Song from the 501st Video','64','164','1139508152','c6b1e8fd','1','1','1','1');
INSERT INTO so_phpbb_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('13320','0','officer uniform','37','107','1139518856','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('4672','0','Re: Royal Guard Link','64','148','1124634955','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('16906','2','Ride !','101','49','1142615643','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('4685','0','Re: Jawa costume','26','101','1124678763','4101d5e0','1','1','1','1');
INSERT INTO so_phpbb_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('15895','2','subject?','153','56','1141850350','cf908049','1','0','1','1');
INSERT INTO so_phpbb_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('13946','0','Re: We need to talk.','55','38','1140138297','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('14310','2','What part of East Ridge?','64','210','1140399828','45496868','1','0','1','1');
INSERT INTO so_phpbb_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('12778','0','Your avatar','2','87','1138935472','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('4745','0','Re: Got any ?','70','101','1124822741','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('14591','0','this weeknd','19','38','1140629811','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('4721','0','Re: dcon stuff','20','108','1124760727','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('14650','0','501st post','26','38','1140658653','4692923a','1','0','1','1');
INSERT INTO so_phpbb_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('16819','0','Re: Beehive bucket?','171','74','1142546835','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('16832','0','Re: Beehive bucket?','171','74','1142557650','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('5952','0','Re: Christmas Parades','4','155','1128305850','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('17436','0','Reimer','88','5','1143094783','46959e4c','1','0','1','1');
INSERT INTO so_phpbb_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('17763','0','Re: SL designation','5','88','1143499353','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('15705','2','Re: Star Trek summit','88','3','1141766395','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('4775','0','Re: Event at Childrens Hospital','4','88','1124843434','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('13477','2','Re: guy in block','10','70','1139661386','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('4780','0','question','74','37','1124848822','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('16833','0','Re: Beehive bucket?','171','74','1142557774','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('15688','2','Star Trek summit','88','3','1141765515','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('17769','2','I am loopy.','65','238','1143441806','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('14656','0','Re: 501st post','26','38','1140659360','4692923a','1','0','1','1');
INSERT INTO so_phpbb_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('12169','0','Re: Bust ups','23','54','1138412067','45497312','1','1','1','1');
INSERT INTO so_phpbb_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('13430','2','Re: bug','35','19','1139620140','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('15082','0','mando helmet piece','7','38','1141097201','400c7446','1','0','1','1');
INSERT INTO so_phpbb_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('13484','2','Re: guy in block','10','70','1139668109','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('16815','2','Weekend','101','49','1142531909','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('4841','0','Re: Need some !','7','101','1124998935','cfbf0571','1','1','1','1');
INSERT INTO so_phpbb_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('5689','0','Re: Unleashed Stomtrooper','142','88','1127399926','4435a817','1','1','1','1');
INSERT INTO so_phpbb_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('4935','2','The Deep','37','74','1125337688','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('4860','0','Re: Jango Helmet','124','148','1125056822','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('13483','0','Re: Price$$','10','60','1139668193','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('17325','0','New member','88','74','1143056477','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('4961','2','Welcome to the southern Outpost!','145','130','1125364389','d1d72705','1','1','1','1');
INSERT INTO so_phpbb_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('16954','2','HLEP ME OUT','101','3','1142823791','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('4888','0','this weekend','56','65','1125100181','18d6fa79','1','1','1','1');
INSERT INTO so_phpbb_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('15858','2','Spite','88','153','1141842522','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('13505','2','Re: Price$$','10','60','1139668193','d8994a18','1','1','1','1');
INSERT INTO so_phpbb_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('18390','2','shirt order','92','93','1143980612','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('4958','0','Welcome to the southern Outpost!','145','130','1125364389','d1d72705','1','1','1','1');
INSERT INTO so_phpbb_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('17481','2','Re: 12 in. figures','101','224','1143137235','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('16966','2','Re: HLEP ME OUT','101','3','1142827159','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('5039','0','Re: I seek your wrist binders!','74','6','1125606259','92e58be4','1','1','1','1');
INSERT INTO so_phpbb_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('12974','0','hey','19','87','1139192939','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17768','0','Re: Just confirming','238','2','1143502081','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('4968','0','Refund','148','124','1125414992','d84ce830','1','1','1','1');
INSERT INTO so_phpbb_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('14436','2','Lucas and party','10','61','1140539979','443444b6','1','0','1','1');
INSERT INTO so_phpbb_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('5669','0','Area Hotel question','65','74','1127320081','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('17407','0','Ah yes.....Steiny....','172','74','1143083210','45f53d63','1','0','1','0');
INSERT INTO so_phpbb_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('13446','2','Re: bug','35','19','1139621006','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('4993','0','Re: Sega Saturn','74','148','1125456736','a282c51a','1','1','1','1');
INSERT INTO so_phpbb_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('8067','2','Re: Armor suppliers (TK mainly)','183','169','1131072242','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('16547','0','Naughty girl...','56','70','1142403090','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17423','0','Re: Ah yes.....Steiny....','172','74','1143088298','45f53d63','1','0','1','0');
INSERT INTO so_phpbb_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('7220','2','sandtrooper','142','70','1130000744','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('17433','0','Re: New member','88','74','1143093878','46959e4c','1','0','1','1');
INSERT INTO so_phpbb_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('6412','0','Liquid Raincheck','22','75','1129126923','44d2bd7f','1','1','1','1');
INSERT INTO so_phpbb_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('5049','2','uniform','37','49','1126009820','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('5050','0','Re: uniform','49','37','1126011099','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('8512','0','wassup?','26','45','1131595606','469589b6','1','1','1','1');
INSERT INTO so_phpbb_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('5061','0','Re: closing the deal','5','108','1126019566','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('16591','0','msc rooms','4','70','1142435619','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('14706','2','Re: Extra stuff for sale','10','193','1140694788','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('16606','0','Re: today','61','70','1142439094','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('5402','0','Re: Tattoo','49','148','1126796262','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('8143','2','Re: Armor suppliers (TK mainly)','183','169','1131148225','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('5083','0','Re: Photobucket password','26','43','1126055427','449aa4f9','1','1','1','1');
INSERT INTO so_phpbb_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('17515','0','Home','3','7','1143164382','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17868','0','Re: Fourm question','2','75','1143555655','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('5086','0','Re: I gotta get one!','5','58','1126059499','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('18033','0','Hey','193','26','1143645607','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('15948','2','Don't Con the Mid South come come','153','70','1141861274','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('14642','2','Re: prop party','10','188','1140629977','443444b6','1','0','1','1');
INSERT INTO so_phpbb_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('5096','0','Re: your current email?','3','74','1126110441','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16614','0','Re: today','61','70','1142440666','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14753','2','Re: Extra stuff for sale','10','193','1140724037','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('18201','2','Payment','60','4','1143822832','423fca73','1','0','1','1');
INSERT INTO so_phpbb_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('5108','0','Re: Lexinton, KY','22','60','1126139626','44d2a138','1','1','1','1');
INSERT INTO so_phpbb_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('17491','0','Last PM','58','26','1143151906','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('17865','0','MTAC','61','13','1143553114','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15095','0','Re: Right, so I'm an idiot.','61','38','1141128416','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15952','2','Re: Don't Con the Mid South come come','153','70','1141871876','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('5116','0','Re: I gotta get one!','5','58','1126143448','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('14921','0','hey buddy,','4','75','1141016044','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18284','2','Cell Number','60','134','1143861185','423fc9ee','1','0','1','1');
INSERT INTO so_phpbb_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('11528','2','Re: Necro Brother','58','5','1137642448','46b248f6','1','1','1','1');
INSERT INTO so_phpbb_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('5128','0','Re: Home from D-Con. . .','49','58','1126183701','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('12020','2','Re: Photos','6','88','1138239673','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('14862','2','Heeeeellllpppp!','164','2','1140919725','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('5147','0','Re: Avatars','7','164','1126240191','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('5149','0','Your Avatar','7','164','1126242288','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('15471','2','Re: Heeeeellllpppp!','164','2','1141446719','438c7bc8','1','0','1','1');
INSERT INTO so_phpbb_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('15662','2','Re: Heeeeellllpppp!','164','2','1141681826','438c7bc8','1','0','1','1');
INSERT INTO so_phpbb_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('13059','2','hey buddy','160','26','1139238559','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('5232','0','Contact info','60','134','1126372513','423fcd5a','1','1','1','0');
INSERT INTO so_phpbb_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('5234','0','Re: Minifett helmet swap','5','53','1126374402','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('5237','0','D-Con pics','38','88','1126405516','189ea341','1','1','1','1');
INSERT INTO so_phpbb_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('18285','2','Cell number','60','134','1143868678','423fd03e','1','0','1','1');
INSERT INTO so_phpbb_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('5243','0','Re: Contact info','134','60','1126444097','8b372133','1','1','1','0');
INSERT INTO so_phpbb_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('15130','2','Post','10','5','1141148197','443444b6','1','0','1','1');
INSERT INTO so_phpbb_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('5249','0','Re: Contact info','60','134','1126458971','423fd0bb','1','1','1','0');
INSERT INTO so_phpbb_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('12011','2','Armor and Costume','60','6','1138229620','423fc9af','1','1','1','1');
INSERT INTO so_phpbb_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('5251','0','Re: Contact info','134','60','1126459785','8b370b3c','1','1','1','0');
INSERT INTO so_phpbb_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('16960','0','Clones','5','70','1142828491','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('9654','0','TV spot time','28','74','1134510371','d8b40442','1','1','1','1');
INSERT INTO so_phpbb_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('5266','0','Event in Lexington','60','130','1126496963','423fcd85','1','1','1','0');
INSERT INTO so_phpbb_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('17821','2','Re: Meant to speak to you.','2','87','1143512522','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16994','0','msc rooms','4','70','1142867384','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('12018','2','Trash compactor','60','5','1138246336','423fcd66','1','1','1','1');
INSERT INTO so_phpbb_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('5311','0','Re: Event in Lexington','130','60','1126616314','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('17064','0','Re: awesome','19','70','1142897825','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17132','0','AFT comment','174','70','1142912852','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('13317','2','NC17 thread','60','3','1139507066','423fd08e','1','1','1','1');
INSERT INTO so_phpbb_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('17102','2','new costume','164','8','1142900190','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('5332','0','Re: Wheel of Time','8','164','1126648014','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('5339','0','Drive at Oxford Wal Mart','101','37','1126650434','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('14679','0','.','23','68','1140670921','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('9544','0','also...............','92','60','1134333353','44baa4dd','1','1','1','0');
INSERT INTO so_phpbb_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('7188','2','Re: sandtrooper','142','26','1130000159','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('5354','0','Re: Tattoo','34','148','1126664817','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('16067','2','Mid South','153','70','1141942829','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('16722','2','Your helmet','87','61','1142472994','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('5375','2','Re: Drive at Oxford Wal Mart','37','101','1126701036','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('5367','0','Re: Tattoo','49','148','1126703211','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('15977','2','Re: subjects and stuff like them','153','61','1141896277','40357372','1','0','1','1');
INSERT INTO so_phpbb_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('5377','0','Re: Drive at Oxford Wal Mart','101','37','1126731998','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('8352','0','time','19','45','1131477097','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('11991','2','Re: Chewie Costume','6','60','1138228736','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('13063','2','Re: hey buddy','160','26','1139258692','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('13067','2','Re: hey buddy','160','26','1139259261','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('17607','2','Re: TK armor','4','52','1143169130','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('5426','0','Re: hey','19','58','1126827987','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('5427','0','Mandalorian','7','52','1126829342','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('5433','1','hi form the outpost','8','170','1126838317','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('8168','2','Re: inn luck','142','26','1131316905','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7208','0','Re: Novacon','37','74','1130024846','d8b44124','1','1','1','1');
INSERT INTO so_phpbb_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('5453','0','Re: Mandalorian','7','52','1126884176','cfbf0571','1','1','1','1');
INSERT INTO so_phpbb_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('5455','0','Re: Event in Lexington','60','130','1126892855','423fcd97','1','1','1','0');
INSERT INTO so_phpbb_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('13469','2','Price$$','60','10','1139547255','44d9a246','1','1','1','1');
INSERT INTO so_phpbb_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('5464','0','Re: Event in Lexington','130','60','1126895353','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('5470','0','Permission to send Temple Attach to someone','64','88','1126896214','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('15969','2','Gamorrean Guard','6','18','1141867950','4549723b','1','0','1','1');
INSERT INTO so_phpbb_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('5483','2','Re: Event in Lexington','130','60','1126895353','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('8169','2','501','142','5','1131309692','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('5489','0','Re: Splitting a room for Horrorfest?','26','74','1126912300','4413c392','1','1','1','1');
INSERT INTO so_phpbb_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('5492','0','Backup ride if you need it','134','130','1126916031','8b372b17','1','1','1','0');
INSERT INTO so_phpbb_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('5497','2','Re: Bowling Event','145','134','1126916416','d1d7272a','1','1','1','1');
INSERT INTO so_phpbb_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('11139','2','Clone armor','6','108','1137115148','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('5501','0','clone helmet','3','74','1126921057','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11178','2','Re: clone duster','6','70','1137188759','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('13924','2','Re: Hey Cray','160','5','1140115663','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('14321','2','Re: What part of East Ridge?','64','210','1140447823','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('15903','2','MidSouthCon','88','61','1141842862','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('5516','0','Re: Permission to send Temple Attach to someone','64','88','1126964688','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('5517','0','Re: Media Play Florence','131','124','1126965253','944ef50c','1','1','1','1');
INSERT INTO so_phpbb_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('14325','2','Re: What part of East Ridge?','64','210','1140448100','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('5519','2','Re: Clone unleashed','142','26','1126962855','4435a817','1','1','1','1');
INSERT INTO so_phpbb_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('15098','0','Re: mando helmet piece','7','38','1141131728','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('5694','2','mara','142','35','1127399321','4435a817','1','1','1','1');
INSERT INTO so_phpbb_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('8129','2','Re: Armor suppliers (TK mainly)','183','169','1131084611','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('5524','2','Re: Clone unleashed','142','26','1126975040','4435a817','1','1','1','1');
INSERT INTO so_phpbb_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('5528','2','Re: prop party','48','5','1127004487','cf458b9c','1','1','1','1');
INSERT INTO so_phpbb_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('17487','2','phone numbers','62','61','1143142777','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('5537','2','Re: Media Play Florence','131','124','1126965253','944ef50c','1','1','1','1');
INSERT INTO so_phpbb_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('16811','2','Re: St Pats Parade travel','153','61','1142543224','4035734d','1','0','1','1');
INSERT INTO so_phpbb_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('18378','0','shirt order','92','93','1143980612','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('16894','2','figure','153','188','1142617248','cf908040','1','0','1','1');
INSERT INTO so_phpbb_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('5556','0','Re: ARMOR','7','101','1127156633','cfbf0571','1','1','1','1');
INSERT INTO so_phpbb_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('7755','2','Re: blaster','183','19','1130793317','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('5568','0','Re: hey','19','58','1127160531','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('15186','2','Re: in','10','188','1141217991','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('14717','2','Re: prop party','10','188','1140694900','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('5948','2','Christmas Parades','155','4','1128300393','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('5587','0','Violet pic from DCon','43','88','1127169033','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('5699','0','mando  thread','19','53','1127415344','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('17969','0','Re: TK armor','4','52','1143595389','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('5598','0','Vader Saber','52','53','1127177701','438da022','1','1','1','1');
INSERT INTO so_phpbb_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('17824','2','Re: HOLLIE!','93','261','1143514216','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('5605','0','Re: Crash at your place?','26','74','1127186664','469d207a','1','1','1','1');
INSERT INTO so_phpbb_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('8407','0','Nova Con','2','37','1131488698','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('5615','0','Re: Vader Saber','52','53','1127231049','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('18107','0','Re: Rectangles','5','52','1143743773','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('8666','0','hey','27','37','1131990859','d8b40456','1','1','1','0');
INSERT INTO so_phpbb_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('5622','2','TK needed Oct. 2nd for about 2 hours in the afternoon','33','54','1127234197','d10cb552','1','1','1','1');
INSERT INTO so_phpbb_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('5625','2','Tk needed afternoon of Sunday Oct. 2nd','33','5','1127233942','d10cb552','1','1','1','1');
INSERT INTO so_phpbb_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('5636','0','Phone #?','3','53','1127250710','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('5690','2','Re: Unleashed Stomtrooper','142','88','1127399926','4435a817','1','1','1','1');
INSERT INTO so_phpbb_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('5663','5','Re: Hello','124','35','1127302095','aac9b489','1','1','1','1');
INSERT INTO so_phpbb_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('17218','2','Re: be there','153','188','1142978696','4035737d','1','0','1','1');
INSERT INTO so_phpbb_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('14713','2','Down in the dumps','8','160','1140651887','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14816','2','Re: What up?!?!?','8','26','1140820236','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15966','0','Re: tattoooo','93','35','1141875984','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('15967','0','Re: Hey','7','49','1141876343','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('11349','0','from the Z-man','49','160','1137448257','4411afdf','1','1','1','1');
INSERT INTO so_phpbb_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('8886','0','Re: E-11 stock, shipping?','5','74','1132364787','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('8604','2','Your eBay auctions','145','5','1131763865','4893808d','1','1','1','1');
INSERT INTO so_phpbb_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('5741','2','Re: helmet','145','23','1127618402','d1d72704','1','1','1','1');
INSERT INTO so_phpbb_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('13508','2','Re: Terminally ill ky kid','60','61','1139680529','423fd0de','1','1','1','1');
INSERT INTO so_phpbb_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('5760','0','Re: Bowling pictures','134','60','1127762309','8b3704bc','1','1','1','0');
INSERT INTO so_phpbb_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('5762','0','Re: Bowling pictures','60','134','1127765183','423fc93a','1','1','1','1');
INSERT INTO so_phpbb_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('5763','0','501st Merchandise','3','92','1127771410','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15359','2','Re: photobucket pics','87','26','1141352767','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('7749','2','Re: blaster','183','19','1130791662','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('18342','2','Re: rocket','92','5','1143958009','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('13307','2','Con badges','160','75','1139496553','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('12983','2','hey','92','206','1139194252','471f0456','1','1','1','0');
INSERT INTO so_phpbb_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('15244','2','Work Qestion','10','7','1141268681','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('13908','2','Re: women are evil?','160','34','1140115490','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('5822','0','Event at Oxford Wal Mart','101','112','1128019329','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('16834','2','Chase and Kells info','87','61','1142555454','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('5828','2','quote','142','26','1128018525','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('15577','2','You S.O.B.!!!','58','26','1141671163','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('5833','0','Re: Suppa Fett on "Super Fett". . . .','7','58','1128045278','98a364c8','1','1','1','1');
INSERT INTO so_phpbb_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('18338','0','Re: I hope this is the right Mark this time hehe','92','34','1143957901','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('5839','0','hey','8','164','1128046662','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('17916','2','Vader stuff?','153','10','1143434431','4252093b','1','0','1','1');
INSERT INTO so_phpbb_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('17339','2','you kewl?','153','61','1143057796','4035737d','1','0','1','1');
INSERT INTO so_phpbb_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('17366','2','i'm sorry','153','61','1143066783','4035737d','1','0','1','1');
INSERT INTO so_phpbb_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('15961','0','Re: Hey','7','49','1141875405','cdbc7545','1','0','1','1');
INSERT INTO so_phpbb_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('18151','2','12" figures','7','101','1143770594','400c7484','1','0','1','1');
INSERT INTO so_phpbb_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('6846','2','Re: Avatar','176','7','1129606673','cdbc74c5','1','1','1','0');
INSERT INTO so_phpbb_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('5912','2','logo','142','7','1128201512','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('13324','2','Re: Con badges','160','75','1139511071','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('10707','0','Re: picture thingy for my signature','34','160','1136521447','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('17718','2','photos','153','5','1143486987','4252094f','1','0','1','1');
INSERT INTO so_phpbb_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('18401','0','Re: Arkansas..','3','26','1144006406','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16340','3','huh?','2','61','1142341419','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('5928','0','Re: Halloween','134','60','1128257137','8b372c0b','1','1','1','0');
INSERT INTO so_phpbb_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('15953','0','tattoooo','93','35','1141872189','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('18018','2','Re: speaking of Outpost shirts','7','2','1143596174','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('5944','0','OCT 8','101','37','1128301306','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('10818','0','Re: e web- website','61','187','1136755090','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('5979','2','Re: Christmas Parades','155','4','1128342447','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('18133','2','post','153','263','1143689859','42520938','1','0','1','1');
INSERT INTO so_phpbb_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('15616','2','Up for air. . . .','58','5','1141671346','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('15657','2','Up for air. . . .','58','49','1141671549','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('6003','0','Re: Travel to Ho'Fest','5','58','1128365023','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('12486','0','Re: fett','19','134','1138756854','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('15043','2','hey buddy','160','2','1141073896','d0ffd002','1','0','1','1');
INSERT INTO so_phpbb_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('6028','2','Pumpkinfest in Franklin TN','158','7','1128377031','44bb101b','1','1','1','0');
INSERT INTO so_phpbb_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('6029','0','Re: Pumpkinfest in Franklin TN','7','158','1128381490','98a364c8','1','1','1','1');
INSERT INTO so_phpbb_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('15848','2','No MidSouth. . . .WTF?!?!?','58','70','1141841257','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('13897','0','Re: Events on 18th','101','93','1140113629','400c750b','1','1','1','1');
INSERT INTO so_phpbb_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('9260','2','Snowtrooper','194','3','1133556562','41009eee','1','1','1','0');
INSERT INTO so_phpbb_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('6068','2','Snow troopers','155','3','1128392587','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('6071','0','Re: Elf ears?','35','74','1128433922','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('15995','0','msc rooms','4','70','1141912910','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('6130','2','Re: Lexington Episode-III DVD event','145','134','1128476084','d1d7270c','1','1','1','1');
INSERT INTO so_phpbb_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('6138','0','Re: Carnor Jax','64','148','1128478478','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('6141','0','Re: Checkin in','34','148','1128479259','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('6148','0','Re: Hows it going','49','148','1128520400','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('16002','0','Re: MidSouth','56','70','1141915169','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16009','0','Re: msc rooms','4','70','1141919811','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18363','2','Re: What kind of swag is Mark selling??','206','253','1143970647','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('8654','2','Re: Clonetrooper armor','13','171','1131982578','d8fd9a63','1','1','1','0');
INSERT INTO so_phpbb_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('6546','0','tunic','19','45','1129237090','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('16026','0','Re: hello','56','70','1141925835','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16040','0','Re: hello','56','70','1141929652','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('6196','0','Jedi Belt and Pouches','45','74','1128651076','4434b63c','1','1','1','1');
INSERT INTO so_phpbb_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('11112','0','its mine ,its mine','108','20','1137108218','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('13515','2','Re: Belt for Corey','45','174','1139680280','41c53f93','1','1','1','1');
INSERT INTO so_phpbb_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('6207','0','Re: Ho'fest','70','45','1128696803','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('17859','2','LoCash @ Tootsie's Wednesday Night!','45','61','1143537892','46db0663','1','0','1','1');
INSERT INTO so_phpbb_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('13366','2','Re: what's up','45','19','1139550863','41c53fba','1','1','1','1');
INSERT INTO so_phpbb_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('6220','0','Re: Jedi Belt and Pouches','74','45','1128730464','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('6221','0','Oxford Alabama  !!','101','37','1128732699','98a364c8','1','1','1','1');
INSERT INTO so_phpbb_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('16051','0','friends and lovers','56','70','1141939093','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16875','2','look what i just reserved!','87','5','1142576713','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('6240','0','Re: Armor','49','148','1128948575','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('7908','4','toys r us mishap','19','7','1131003637','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('14472','0','Re: I've got to know..','19','93','1140564063','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('13742','2','Re: Don't','160','26','1140053138','441195aa','1','1','1','1');
INSERT INTO so_phpbb_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('18263','0','Re: Arkansas..','2','26','1143871421','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('6259','0','Re: Armor','34','148','1128957411','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('6263','2','tk#','142','5','1128903325','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('6268','3','Re: conduct of trooper/ horror fest','7','19','1128980099','cfbf0571','1','1','1','1');
INSERT INTO so_phpbb_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('6274','3','Re: conduct of trooper/ horror fest','7','19','1128992261','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('6286','0','Re: Armor','34','148','1128994816','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('6289','0','Book info','2','164','1128994982','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16206','0','!!!!!!!!!!!!!!!!','49','93','1142043102','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('6298','2','Re: Book info','164','2','1128996664','438da046','1','1','1','1');
INSERT INTO so_phpbb_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('6299','0','Re: Book info','2','164','1128997662','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('6327','2','Boo at the Zoo','164','3','1128997804','438da046','1','1','1','1');
INSERT INTO so_phpbb_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('6328','0','Re: Boo at the Zoo','3','164','1129044136','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17342','2','MidSouthCon room','88','26','1143056966','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('6335','0','Re: Figures','5','88','1129050860','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('6345','2','Re: snaps','142','171','1129056508','40865aa3','1','1','1','1');
INSERT INTO so_phpbb_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('6352','0','horror fest','19','58','1129057748','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('6358','0','new member','19','57','1129058382','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('6360','0','head set','19','58','1129059543','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('6545','0','Re: Halloween Trooping','134','60','1129236157','8b372124','1','1','1','0');
INSERT INTO so_phpbb_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('18255','2','Re: O.J.N.!','153','43','1143868835','45130e21','1','0','1','1');
INSERT INTO so_phpbb_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('18257','0','Arkansas..','26','3','1143869151','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('9657','0','Re: swag','92','53','1134511900','44baa128','1','1','1','0');
INSERT INTO so_phpbb_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('6380','2','Re: Welcome to the 501st Southern Outpost communications board','176','7','1129056485','cdbc74c5','1','1','1','0');
INSERT INTO so_phpbb_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('15949','0','Re: Don't Con the Mid South come come','70','153','1141871005','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('15766','2','Re: Custom Shirt order','92','60','1141785211','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('9149','0','Re: Possible T-Shirt Run','92','53','1133284793','44baa4dd','1','1','1','0');
INSERT INTO so_phpbb_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('16185','2','Re: rocket','92','5','1142023585','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('16886','2','Room Captain','60','5','1142617867','423fceb0','1','0','1','1');
INSERT INTO so_phpbb_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('15745','2','Re: rocket','92','5','1141785282','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('6404','0','lightsaber','19','45','1129097116','44ba8826','1','1','1','1');
INSERT INTO so_phpbb_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('15763','2','Re: rocket','92','5','1141789019','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('12672','0','Re: Quick Question','3','93','1138896137','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('13553','0','Re: Quick Question','3','93','1139805660','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('13560','0','Re: Hey Chuck!','75','93','1139809176','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('14480','0','Re: I've got to know..','19','93','1140567076','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('15166','0','Re: Right, so I'm an idiot.','61','38','1141176987','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14920','0','Re: Hey Skip','4','93','1141015497','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15108','0','Re: underarmor','49','93','1141134256','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15241','0','Re: Hey Skip','4','93','1141267048','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15273','0','Re: Payment Sent','4','93','1141315177','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15442','0','CALL ME TODAY!!!','61','38','1141470465','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15366','0','Re: Parade Favor','26','93','1141359558','469c1372','1','0','1','1');
INSERT INTO so_phpbb_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('15505','0','Re: Mr. Z!  Mr. Z!','49','93','1141565045','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('6521','2','Re: snaps','142','171','1129173790','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('15640','2','Re: Wassup','153','26','1141707490','4035733f','1','0','1','1');
INSERT INTO so_phpbb_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('16674','0','Re: midsouth','56','70','1142454124','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('6549','0','CLone helm','3','45','1129240946','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('6551','0','A ride to Cincinnati','134','130','1129245295','8b370e1c','1','1','1','0');
INSERT INTO so_phpbb_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('6560','0','EPIII Release..','131','124','1129252243','944ef50d','1','1','1','1');
INSERT INTO so_phpbb_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('15509','0','Re: Mr. Z!  Mr. Z!','49','93','1141574274','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18291','2','Re: photos','153','5','1143871805','45130e21','1','0','1','1');
INSERT INTO so_phpbb_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('15777','0','Re: Hey, Joe's having trouble with the board so this is from','61','38','1141818544','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('6580','0','Re: idea?','153','45','1129264527','40357311','1','1','1','1');
INSERT INTO so_phpbb_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('15334','2','Re: kids party','153','19','1141334348','4035736c','1','0','1','1');
INSERT INTO so_phpbb_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('6585','2','EPIII Release..','131','124','1129252243','944ef50d','1','1','1','1');
INSERT INTO so_phpbb_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('15518','0','Re: Mr. Z!  Mr. Z!','49','93','1141599093','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('6592','0','Halloween Trooping','60','130','1129297345','423fc924','1','1','1','1');
INSERT INTO so_phpbb_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('14308','2','Contact Info for Kid','60','61','1140412156','41500147','1','0','1','1');
INSERT INTO so_phpbb_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('6595','0','Re: Halloween Trooping','130','60','1129298060','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('6598','0','Mando Helmet','5','74','1129300217','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('16160','0','CO and XO','209','231','1142011059','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('11111','0','Re: Mando Helmet','38','43','1137107498','45f13255','1','1','1','1');
INSERT INTO so_phpbb_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('14640','2','Re: Terminally ill ky kid','60','61','1140646245','423fc9af','1','0','1','1');
INSERT INTO so_phpbb_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('6617','0','Re: Mando Helmet','5','74','1129313876','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('15494','2','E11 Stock','60','5','1141528198','48930071','1','0','1','1');
INSERT INTO so_phpbb_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('15890','2','Re: Up for air. . . .','58','49','1141841653','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('6627','0','Re: head set','19','58','1129320857','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('17190','2','MidSouth Beeyatch!','58','26','1142966278','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('6638','0','Re: Follow-up. . .','5','58','1129322412','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('17035','2','Re: MidSouthCon','58','88','1142876030','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('6640','0','Re: What's up bro?','49','58','1129324242','4411ab1c','1','1','1','1');
INSERT INTO so_phpbb_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('15628','0','Re: Hey!','35','93','1141703036','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('15958','0','Re: tattoooo','35','93','1141874602','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('16090','0','Re: Hey','4','93','1141956214','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15742','2','Custom Shirt order','60','92','1141783408','44d9a695','1','0','1','1');
INSERT INTO so_phpbb_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('16926','2','Re: sabre','87','188','1142785734','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('6674','0','Re: Halloween Trooping','134','60','1129404179','8b371809','1','1','1','0');
INSERT INTO so_phpbb_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('17232','2','YEA LOKI!','87','26','1142993836','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('16560','2','Re: TK Suit','60','4','1142400039','423fd064','1','0','1','1');
INSERT INTO so_phpbb_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('6691','0','Re: Halloween Trooping','134','60','1129467348','8b371783','1','1','1','0');
INSERT INTO so_phpbb_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('16537','0','Re: Friday','7','8','1142397669','aca3f9d9','1','0','1','1');
INSERT INTO so_phpbb_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('6701','2','Re: Avatar','176','7','1129484243','cdbc74c5','1','1','1','0');
INSERT INTO so_phpbb_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('16249','0','Re: !!!!!!!!!!!!!!!!','49','93','1142169223','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17700','0','Re: conversations','2','93','1143486177','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16502','0','armor','4','93','1142387315','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17201','0','Re: bham','49','93','1142977884','44dcc140','1','0','1','1');
INSERT INTO so_phpbb_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('17362','0','Re: bham','49','93','1143066326','4411b75b','1','0','1','1');
INSERT INTO so_phpbb_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('16679','0','Re: John...and weathering weapons...','56','70','1142454291','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16736','0','Re: today','61','70','1142506560','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17629','0','Re: hey','35','93','1143433214','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('17681','0','Re: conversations','2','93','1143481308','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17703','0','Re: hey','3','93','1143486293','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16392','0','Re: I'm blind!','56','70','1142358956','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17715','0','Re: conversations','2','93','1143487712','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18142','2','hey skip','92','4','1143739944','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('16363','0','Re: duuuuuude','61','70','1142348082','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17450','2','Star Wars extras on sale cheap','193','61','1143122827','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('6811','0','boba cape','70','36','1129564701','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('6848','0','Re: Lexinton, KY','22','60','1129607906','44d2bd7f','1','1','1','1');
INSERT INTO so_phpbb_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('17773','0','Re: hey','35','93','1143503835','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('15633','2','Re: hey there','153','4','1141703098','4035733f','1','0','1','1');
INSERT INTO so_phpbb_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('8187','2','Weapon stocks','169','5','1131343064','443f304b','1','1','1','0');
INSERT INTO so_phpbb_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('7236','2','Another 501st-er here in Louisville','145','22','1130079944','d1d7272a','1','1','1','1');
INSERT INTO so_phpbb_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('6891','2','Re: Avatar','176','7','1129608940','cdbc74c4','1','1','1','0');
INSERT INTO so_phpbb_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('7058','2','meaning','142','152','1129918093','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('6894','2','meeting','142','7','1129651332','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('6902','2','no access?','176','5','1129654979','400c74c8','1','1','1','0');
INSERT INTO so_phpbb_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('17781','0','Re: hey','35','93','1143504604','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('17839','2','Re: Meant to speak to you.','87','2','1143516531','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('7308','0','Payment and stuff','52','101','1130124263','438c7b4d','1','1','1','1');
INSERT INTO so_phpbb_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('7981','0','Armor suppliers (TK mainly)','169','183','1131051611','04995c25','1','1','1','0');
INSERT INTO so_phpbb_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('17799','0','Re: Event Review','3','93','1143512374','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('6926','2','no access','176','7','1129655026','400c74c8','1','1','1','0');
INSERT INTO so_phpbb_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('15077','0','welcome','26','235','1141090586','469d20ce','1','0','1','1');
INSERT INTO so_phpbb_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('6931','2','no access','176','26','1129655066','400c74c8','1','1','1','0');
INSERT INTO so_phpbb_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('7083','2','Re: cool event','142','183','1129953427','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('6963','2','Toy r us event','142','153','1129650809','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7979','2','Re: link','45','19','1131050454','d8d49ed3','1','1','1','1');
INSERT INTO so_phpbb_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('7980','0','Re: link','19','45','1131051442','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('7248','0','not exactly mad yet','34','65','1130101828','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('7450','2','Re: Event in Gulfprt Mississippi Dec 17th','183','6','1130265114','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('12685','0','heya','34','160','1138902183','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('7267','0','Novacon Roster','64','74','1130114765','45496868','1','1','1','0');
INSERT INTO so_phpbb_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('7008','2','Re: no access','176','7','1129738011','cdbc74c5','1','1','1','0');
INSERT INTO so_phpbb_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('6988','2','banner','142','19','1129735183','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7011','0','Lexington, KY Event','60','18','1129780479','423fcace','1','1','1','1');
INSERT INTO so_phpbb_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('17803','0','anime in cool springs','251','93','1143512782','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17136','0','Re: AFT comment','174','70','1142913055','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('15946','2','Re: MidsouthCon','172','26','1141860842','d8b76a1b','1','0','1','0');
INSERT INTO so_phpbb_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('17214','2','MidSouth Beeyatch!','58','70','1142966695','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('7039','0','Re: How's It?','49','58','1129901619','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('17813','0','Re: HOLLIE!','261','93','1143513974','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('7043','0','saber','19','18','1129907143','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('11657','2','Re: Photos','6','88','1137771965','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('7065','0','NovaCon','160','37','1129938447','449fabf1','1','1','1','0');
INSERT INTO so_phpbb_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('16597','2','Sorry','183','174','1142436574','48181006','1','0','1','0');
INSERT INTO so_phpbb_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('8133','2','Re: Armor suppliers (TK mainly)','183','169','1131145536','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('17968','0','Re: Wish we could have talked more','4','209','1143595350','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('9593','2','Mississippi  Toy Drive','183','183','1134441227','481815dd','1','1','1','0');
INSERT INTO so_phpbb_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('7079','2','cool event','142','183','1129951986','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7331','2','I'm in Gulfport Ms','183','96','1130128137','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('16738','2','Re: Names','183','2','1142498625','48181006','1','0','1','0');
INSERT INTO so_phpbb_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('17860','0','Library day','61','93','1143540907','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('7085','0','Novacon','74','37','1129954204','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('7555','0','Re: metal ring','93','53','1130389744','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('7088','2','sandtrooper','142','26','1129952233','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7192','2','Re: cool event','142','183','1129999847','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7354','2','Possible event','183','5','1130175607','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('7360','2','Re: Possible event','183','5','1130176544','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('7368','2','Re: I'm in Gulfport Ms','183','96','1130170786','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('7445','2','Re: Event in Gulfprt Mississippi Dec 17th','183','6','1130259610','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('16602','2','Names','183','2','1142437617','48181006','1','0','1','0');
INSERT INTO so_phpbb_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('7318','2','Hey','183','33','1130127130','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('14779','2','Re: DC rooms','8','7','1140751151','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('7459','2','Re: Possible event','183','5','1130267595','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('7463','2','Event in Gulfprt Mississippi Dec 17th/ Toys for Tots Drive','183','3','1130265045','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('7480','2','Toys for Tots  Drive, Dec 17','183','6','1130282576','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('7553','0','Re: mini-Fett','53','36','1130388537','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('17648','2','Re: Hey!','87','219','1143436295','458969f5','1','0','1','1');
INSERT INTO so_phpbb_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('7639','2','Re: sci fi guns','183','19','1130565258','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('17795','2','Re: Meant to speak to you.','87','2','1143507026','458969f5','1','0','1','1');
INSERT INTO so_phpbb_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('7428','2','Event in Gulfprt Mississippi Dec 17th','183','6','1130219751','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('7671','2','Re: ebay','183','19','1130602167','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('7550','2','Re: mini-Fett','36','53','1130247651','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7229','0','Re: Armor','34','148','1130078048','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('17825','0','Re: HOLLIE!','261','93','1143516842','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('7762','0','Fett','52','53','1130798552','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('7240','2','Re: phone number','142','19','1130094988','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7255','2','"Prop" party','164','8','1130110109','438c7b4d','1','1','1','1');
INSERT INTO so_phpbb_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('7256','0','Re: "Prop" party','8','164','1130110532','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('17880','0','V for Vendetta costume','43','93','1143561771','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('7259','2','Re: "Prop" party','164','8','1130111600','438c7b4d','1','1','1','1');
INSERT INTO so_phpbb_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('7260','0','Re: "Prop" party','8','164','1130112158','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('13429','2','Re: mission report...','28','3','1139613351','d8b40404','1','1','1','1');
INSERT INTO so_phpbb_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('7276','0','hey','183','74','1130117069','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('9596','2','Mississippi','183','33','1134444692','481815dd','1','1','1','0');
INSERT INTO so_phpbb_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('7283','0','Re: hey','183','74','1130118545','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('7288','0','Re: hey','183','74','1130119489','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('7290','2','Re: Clone Armour','118','7','1130015012','442fa257','1','1','1','0');
INSERT INTO so_phpbb_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('7295','0','Re: I'm having a problem.','4','74','1130121352','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('13672','0','Dooku','88','219','1140032250','a081cb13','1','1','1','1');
INSERT INTO so_phpbb_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('7321','0','Re: I'm having a problem.','4','74','1130157783','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('18211','0','Update on V','43','93','1143845800','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('7329','5','Re: I wasn't fully aware.','64','74','1130162538','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('7333','0','Re: I'm having a problem.','3','74','1130167650','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('7334','2','Re: I'm in Gulfport Ms','96','183','1130164464','403103c1','1','1','1','1');
INSERT INTO so_phpbb_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('7335','0','Re: I'm in Gulfport Ms','183','96','1130170786','481811e2','1','1','1','0');
INSERT INTO so_phpbb_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('7388','2','mini-Fett','36','53','1130179724','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7344','0','dvd release','19','33','1130174387','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('15607','2','Re: wedding','8','55','1141693250','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('7349','0','Re: Payment and stuff','52','101','1130174957','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('18026','2','Re: Delete a thread for me please?','2','26','1143610150','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('7365','2','Re: boba cape','36','70','1130177303','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7366','0','Re: boba cape','70','36','1130177624','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('7370','2','Re: boba cape','36','70','1130178454','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7371','0','Re: boba cape','70','36','1130178559','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('7374','0','Best Buy','64','37','1130180028','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('7391','0','Re: mini-Fett','53','36','1130198467','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('18213','0','V Mask','43','93','1143849436','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('7397','0','Hey jordan','179','57','1130200881','466297ae','1','1','1','1');
INSERT INTO so_phpbb_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('7415','0','Re: Lexinton, KY','22','60','1130216685','d84edc43','1','1','1','1');
INSERT INTO so_phpbb_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('7411','0','Re: Christmas Parades','4','155','1130214199','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('17779','2','Re: Wish we could have talked more','209','4','1143502601','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('7424','2','Re: Best Buy','37','64','1130242725','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('7425','0','The RL is seeking you out!','43','33','1130246752','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('8511','0','Re: Neck seal','7','163','1131594241','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('12061','2','Re: Armor and Costume','6','60','1138287482','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('7491','2','Re: The RL is seeking you out!','33','43','1130304765','4101678f','1','1','1','1');
INSERT INTO so_phpbb_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('17343','2','MidSouthCon and Dooku','88','188','1143059935','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('7495','2','novacon','37','3','1130329937','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('17694','2','Re: Address','6','5','1143483443','cfcbfe6e','1','0','1','1');
INSERT INTO so_phpbb_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('7503','0','ZOO CREW','101','37','1130349142','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('7509','2','Re: dvd release','33','19','1130304792','4101678f','1','1','1','1');
INSERT INTO so_phpbb_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('7732','2','Necro-PHILE CONVERTED!','58','5','1130771703','a553c429','1','1','1','1');
INSERT INTO so_phpbb_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('7841','2','NovaCon','37','49','1130962617','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('7517','0','The Boushh Builders Group','101','28','1130352492','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('10679','0','Re: mando party','61','187','1136509082','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('15945','0','Gamorrean Guard','6','18','1141867950','4549723b','1','0','1','1');
INSERT INTO so_phpbb_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('9998','2','Address','171','61','1135265490','c6925b1a','1','1','1','1');
INSERT INTO so_phpbb_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('7538','2','Re: Christmas Parades','155','4','1130370535','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('7539','0','Re: Christmas Parades','4','155','1130371950','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('7588','0','Avatar pic','6','63','1130439215','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('17954','0','banner','19','172','1143591764','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('12130','0','Re: a couple of questions about your armor','160','209','1138381931','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('7975','0','midsouth','12','65','1131049451','c6a06019','1','1','1','1');
INSERT INTO so_phpbb_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('7560','2','Re: saber','18','19','1130383187','422606cf','1','1','1','0');
INSERT INTO so_phpbb_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('7561','0','Re: saber','19','18','1130419946','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('15432','2','I forgot to ask...','209','26','1141444570','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('7574','2','Re: ZOO CREW','37','101','1130358198','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('14267','2','access','160','2','1140401057','44d4d170','1','0','1','1');
INSERT INTO so_phpbb_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('7970','0','Re: link','19','45','1131047697','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('13422','2','Re: EP III pauldron','163','5','1139614871','40d568ea','1','1','1','1');
INSERT INTO so_phpbb_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('14271','2','Re: access','160','2','1140401251','44d4d170','1','0','1','1');
INSERT INTO so_phpbb_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('7592','2','Re: mini-Fett','36','53','1130420506','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7593','2','Re: mini-Fett','36','53','1130421000','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7607','0','Re: Mando Party 11-05','49','53','1130503118','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('7842','0','Re: NovaCon','49','37','1130968069','48934502','1','1','1','1');
INSERT INTO so_phpbb_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('18030','2','Yo-yo-yo-Yoda','209','61','1143604372','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('7790','0','pumpking fest','19','45','1130873541','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('12133','0','Re: a couple of questions about your armor','209','160','1138385439','a666f1e9','1','1','1','1');
INSERT INTO so_phpbb_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('7621','0','(PMing because email bounces)','65','74','1130543884','454958df','1','1','1','0');
INSERT INTO so_phpbb_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('7623','0','Re: mini-Fett','53','36','1130553990','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7628','2','(PMing because email bounces)','65','74','1130543884','454958df','1','1','1','0');
INSERT INTO so_phpbb_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('15875','0','Re: hey','70','38','1141848274','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('15954','0','MSC','26','38','1141872191','4101c878','1','0','1','1');
INSERT INTO so_phpbb_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('16015','0','hey you','56','38','1141923931','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('7650','0','Re: Boo Zoo','49','93','1130599176','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('7654','2','Monty Python','164','3','1130555648','438da501','1','1','1','1');
INSERT INTO so_phpbb_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('17841','2','dude','2','7','1143513221','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('12430','2','Re: a couple of questions about your armor','160','209','1138654096','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('17822','2','Re: howdy','87','251','1143516370','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('7675','0','Re: Halloween Trooping','134','60','1130686180','8b3720bb','1','1','1','0');
INSERT INTO so_phpbb_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('7678','0','contact us','4','39','1130689190','44354604','1','1','1','1');
INSERT INTO so_phpbb_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('7680','0','Re: Halloween Trooping','60','134','1130695728','423fcda6','1','1','1','1');
INSERT INTO so_phpbb_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('7685','3','Re: Etiquette of troopers','7','19','1130707647','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('7689','0','Halloween trooping!','134','130','1130715726','8b370d7d','1','1','1','0');
INSERT INTO so_phpbb_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('14211','2','501st trooper','224','171','1140220691','cdf1ef59','1','1','1','0');
INSERT INTO so_phpbb_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('7696','0','Re: Halloween trooping!','130','134','1130725565','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('7697','2','Re: Avatar pic','63','6','1130717145','cf90ed87','1','1','1','1');
INSERT INTO so_phpbb_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('7698','0','Re: Avatar pic','6','63','1130726680','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('10699','0','Re: Rank / TS Greeble','5','194','1136517421','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('10728','2','Re: Rank / TS Greeble','194','5','1136561084','44ddab6b','1','1','1','0');
INSERT INTO so_phpbb_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('7705','2','Re: Halloween trooping!','130','134','1130725565','9d5947ec','1','1','1','1');
INSERT INTO so_phpbb_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('7706','0','Re: Halloween trooping!','134','130','1130729073','8b370d7d','1','1','1','0');
INSERT INTO so_phpbb_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('8206','0','Re: Weapon stocks','5','169','1131375614','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('18120','2','Re: dinner','45','251','1143751934','46c52d8c','1','0','1','1');
INSERT INTO so_phpbb_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('7715','0','Re: pumpkinfest','19','45','1130742991','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('7717','2','loggin in','176','4','1130736139','cdbc74c5','1','1','1','0');
INSERT INTO so_phpbb_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('7723','2','Necro-PHILE CONVERTED!','58','26','1130771557','a553c429','1','1','1','1');
INSERT INTO so_phpbb_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('7724','0','Re: Necro-PHILE CONVERTED!','26','58','1130772055','46928ba1','1','1','1','1');
INSERT INTO so_phpbb_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('7727','2','Necro-PHILE CONVERTED!','58','49','1130772123','a553c429','1','1','1','1');
INSERT INTO so_phpbb_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('7728','0','Re: Necro-PHILE CONVERTED!','49','58','1130774770','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('7733','0','comics','19','45','1130777662','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('7735','0','Re: Necro-PHILE CONVERTED!','5','58','1130777800','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('7750','0','Re: blaster','19','183','1130792793','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('7765','0','Re: Halloween Trooping','134','60','1130799225','80a3cb3e','1','1','1','0');
INSERT INTO so_phpbb_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('7745','0','tholme','19','45','1130790992','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('7754','0','Re: Halloween Trooping','134','60','1130796424','80a3cb3e','1','1','1','0');
INSERT INTO so_phpbb_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('7756','0','Re: blaster','19','183','1130796881','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('7757','2','Re: tholme','45','19','1130795574','d8d49ed3','1','1','1','1');
INSERT INTO so_phpbb_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('7760','0','Re: tholme','19','45','1130797014','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('7768','2','be there','142','142','1130810226','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('15944','2','wheelchair','193','153','1141864992','cdf1ef59','1','0','1','0');
INSERT INTO so_phpbb_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('7770','2','be there','142','153','1130810304','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('7772','0','Re: Fett','53','52','1130849955','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('15382','2','Re: Extra stuff for sale','10','193','1141317386','443444b6','1','0','1','1');
INSERT INTO so_phpbb_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('7780','0','Re: Fett','52','53','1130853984','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('7782','0','Re: Mando Party 11-05','49','53','1130856178','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('8503','0','Re: NovaCon Prep rant:','34','65','1131580503','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('16244','0','Re: st pats day','134','4','1142122931','8b370972','1','0','1','0');
INSERT INTO so_phpbb_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('7815','0','5outhern 0utpost 1ncident','49','58','1130949590','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('7822','3','Re: DVD event evenings','5','22','1130955980','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('7826','2','Re: 5outhern 0utpost 1ncident','58','49','1130957295','a553c429','1','1','1','1');
INSERT INTO so_phpbb_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('7827','0','Re: 5outhern 0utpost 1ncident','49','58','1130960334','48934502','1','1','1','1');
INSERT INTO so_phpbb_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('7828','0','Re: mini-Fett','36','53','1130961650','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7863','2','room for novacon','12','7','1130965394','c6a06019','1','1','1','1');
INSERT INTO so_phpbb_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('7864','0','Re: room for novacon','7','12','1130971655','cfbf0571','1','1','1','1');
INSERT INTO so_phpbb_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('12622','2','trash compactor','160','7','1138812564','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('13956','2','Re: Election posts','160','20','1140141071','449fb530','1','1','1','1');
INSERT INTO so_phpbb_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('16506','2','Not looking for a solution,merely a tiny vent.','27','3','1142388345','d8b404ec','1','0','1','0');
INSERT INTO so_phpbb_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('7898','2','Re: mini-Fett','36','53','1130961650','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('7899','0','Re: mini-Fett','53','36','1130998751','18d6804b','1','1','1','1');
INSERT INTO so_phpbb_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('7900','2','Mailing Address','58','19','1130962735','a553c429','1','1','1','1');
INSERT INTO so_phpbb_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('7905','0','pattern','19','45','1131006512','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('10682','0','belt','19','20','1136510746','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('7968','2','Re: link','45','19','1131046958','d8d49ed3','1','1','1','1');
INSERT INTO so_phpbb_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('7934','2','Re: pattern','45','19','1131023486','4434b63c','1','1','1','1');
INSERT INTO so_phpbb_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('7935','0','Re: pattern','19','45','1131035524','189f3640','1','1','1','1');
INSERT INTO so_phpbb_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('14800','2','Re: hey baby','160','62','1140576780','449fabe8','1','0','1','1');
INSERT INTO so_phpbb_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('14281','2','access','160','5','1140400999','44d4d170','1','0','1','1');
INSERT INTO so_phpbb_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('7964','2','Re: link','45','19','1131044308','d8d49ed3','1','1','1','1');
INSERT INTO so_phpbb_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('17152','2','Re: If you still want to','4','2','1142948343','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('8036','2','Armor suppliers (TK mainly)','169','183','1131051611','04995c25','1','1','1','0');
INSERT INTO so_phpbb_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('8039','0','Re: Armor suppliers (TK mainly)','183','169','1131072242','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('8042','0','Re: room for novacon','7','12','1131073964','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('14287','2','member access','160','3','1140400941','44d4d170','1','0','1','1');
INSERT INTO so_phpbb_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('11825','0','Dragon Con rates','49','160','1138051022','449fb8d9','1','1','1','1');
INSERT INTO so_phpbb_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('18210','2','Re: hey skip','4','92','1143833051','41d6646e','1','0','1','0');
INSERT INTO so_phpbb_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('12690','2','Re: heya','160','34','1138904878','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('8053','0','Re: The Boushh Builders Group','28','101','1131077455','d8b4046a','1','1','1','1');
INSERT INTO so_phpbb_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('16445','0','Re: I'm blind!','56','70','1142369364','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('13051','0','Re: helmet','5','187','1139252049','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('15044','2','hey buddy','160','2','1141073905','d0ffd002','1','0','1','1');
INSERT INTO so_phpbb_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('8069','0','Re: Armor suppliers (TK mainly)','169','183','1131084098','443f304b','1','1','1','0');
INSERT INTO so_phpbb_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('8070','2','Re: Armor suppliers (TK mainly)','169','183','1131084098','443f304b','1','1','1','0');
INSERT INTO so_phpbb_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('8071','0','Re: Armor suppliers (TK mainly)','183','169','1131084611','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('12434','2','Re: a couple of questions about your armor','160','209','1138654555','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('8651','0','Clonetrooper armor','171','13','1131981849','c6925bcb','1','1','1','1');
INSERT INTO so_phpbb_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('8079','0','Re: 21 at last','49','148','1131112709','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('8082','0','Re: boba cape','70','36','1131115351','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('13498','0','Rebel Legion and Pen Info','193','174','1139678688','a12dcda1','1','1','1','0');
INSERT INTO so_phpbb_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('8154','2','Re: midsouth','65','12','1131184121','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('16450','0','Re: hey you homo!','49','70','1142369689','4104295e','1','0','1','1');
INSERT INTO so_phpbb_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('8107','0','Novacon Attendance','65','37','1131131293','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8108','0','Re: midsouth','65','12','1131132154','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8552','0','YO YO!','49','58','1131659900','4411afca','1','1','1','1');
INSERT INTO so_phpbb_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('8139','0','Re: midsouth','12','65','1131154176','46ad65a3','1','1','1','1');
INSERT INTO so_phpbb_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('12595','2','Re: Saturday afternoon','160','3','1138827046','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('17641','0','Meant to speak to you.','2','87','1143442998','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('8113','2','Re: Novacon Attendance','37','65','1131133195','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('8114','0','Re: Novacon Attendance','65','37','1131133752','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8118','0','NovaCon organization Situation Normal: All....','65','28','1131138115','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8120','0','Re: Novacon Attendance','65','37','1131138278','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('14539','2','Re: Is your email down?','28','74','1140577350','d8b40440','1','0','1','1');
INSERT INTO so_phpbb_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('8124','0','Re: The Boushh Builders Group','101','28','1131142901','98a364c8','1','1','1','1');
INSERT INTO so_phpbb_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('8130','0','Re: Armor suppliers (TK mainly)','169','183','1131144765','0499588c','1','1','1','0');
INSERT INTO so_phpbb_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('8131','2','Re: Armor suppliers (TK mainly)','169','183','1131144765','0499588c','1','1','1','0');
INSERT INTO so_phpbb_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('8132','0','Re: Armor suppliers (TK mainly)','183','169','1131145536','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('8134','0','Re: Armor suppliers (TK mainly)','169','183','1131146728','443f304b','1','1','1','0');
INSERT INTO so_phpbb_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('8136','2','Re: Armor suppliers (TK mainly)','169','183','1131146728','443f304b','1','1','1','0');
INSERT INTO so_phpbb_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('8137','0','Re: Armor suppliers (TK mainly)','183','169','1131148225','481814c0','1','1','1','0');
INSERT INTO so_phpbb_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('8142','0','wanted to say thanks','2','12','1131155455','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('8146','0','Re: midsouth','65','12','1131184121','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8198','0','tickets','160','37','1131373754','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('17523','2','Re: MSC','4','55','1143169702','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18134','2','The vultures are a callin'','206','92','1143755830','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('8164','2','inn luck','142','26','1131309605','4434ddc2','1','1','1','1');
INSERT INTO so_phpbb_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('8165','0','Re: inn luck','26','142','1131311812','469d3bc6','1','1','1','1');
INSERT INTO so_phpbb_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('8170','0','Re: 501','5','142','1131321164','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('8173','0','Re: The Boushh Builders Group','28','101','1131334020','d8b404a8','1','1','1','1');
INSERT INTO so_phpbb_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('8174','0','Re: Mando Party 11-05','3','53','1131335079','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16059','0','Re: MSC','26','38','1141942222','4101761d','1','0','1','1');
INSERT INTO so_phpbb_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('14964','2','Re: material question','28','2','1141055066','d8b404ea','1','0','1','1');
INSERT INTO so_phpbb_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('8298','0','NovaCon room situation','7','12','1131418290','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('17873','2','Re: howdy','87','251','1143523359','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('15942','0','wheelchair','193','153','1141864992','cdf1ef59','1','0','1','0');
INSERT INTO so_phpbb_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('8308','0','Best Buy photos?','74','37','1131421005','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('14999','2','Re: material question','28','2','1141062534','d8b404ea','1','0','1','1');
INSERT INTO so_phpbb_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('16086','0','you da man','19','38','1141954497','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('8319','0','Re: NovaCon room situation','7','12','1131455123','cfbf0571','1','1','1','1');
INSERT INTO so_phpbb_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('8321','0','Re: Best Buy photos?','37','74','1131455336','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('8322','0','NovaCon roster','37','65','1131456694','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('15641','2','Re: hey there','153','4','1141707957','4035733f','1','0','1','1');
INSERT INTO so_phpbb_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('8723','0','Re: DC-15 maker contact info?','28','74','1132025916','d8b40456','1','1','1','1');
INSERT INTO so_phpbb_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('8336','2','Hey you!','164','52','1131468975','438da501','1','1','1','1');
INSERT INTO so_phpbb_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('17538','2','Halo','188','54','1143210246','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('8411','0','Re: NovaCon roster','65','37','1131492616','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8414','2','OMG ticket price$','65','4','1131490414','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('18083','2','Re: speaking of Outpost shirts','2','7','1143606131','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('18160','0','Re: April 7th','61','70','1143774786','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16099','0','Re: you da man','19','38','1141956751','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('8438','2','Hello, I'm Mrs. Nobody...','65','26','1131510327','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8439','0','Re: Hello, I'm Mrs. Nobody...','26','65','1131513848','4413e0a7','1','1','1','1');
INSERT INTO so_phpbb_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('8446','2','Re: NovaCon roster','65','37','1131492616','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('10733','0','Re: picture thingy for my signature','34','160','1136565711','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('18165','0','Re: random stuff','5','70','1143778996','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('8456','0','Re: rank plate','5','124','1131545333','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('8457','0','Re: NovaCon roster','37','65','1131545654','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('8458','0','light saber','171','45','1131547812','c6925bcb','1','1','1','1');
INSERT INTO so_phpbb_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('8464','2','Re: light saber','45','171','1131548455','d8d49ed3','1','1','1','1');
INSERT INTO so_phpbb_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('8465','0','Re: light saber','171','45','1131549354','c6925bcb','1','1','1','1');
INSERT INTO so_phpbb_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('9881','2','Re: coin','171','61','1134828291','c6925b1a','1','1','1','1');
INSERT INTO so_phpbb_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('12733','2','Re: Dooku','219','88','1138915645','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('8469','0','Re: NovaCon Prep rant:','34','65','1131550457','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('8471','2','Re: light saber','45','171','1131550025','d8d49ed3','1','1','1','1');
INSERT INTO so_phpbb_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('18172','0','question about your deece','74','70','1143781295','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('8477','0','Blade Runner Pistol','64','93','1131563746','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('13372','2','EP III pauldron','163','5','1139592115','435df202','1','1','1','1');
INSERT INTO so_phpbb_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('8480','0','Re: E-11 kits','5','163','1131566420','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('8483','0','Re: NovaCon roster','65','37','1131569136','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8486','2','Re: NovaCon roster','65','37','1131569136','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8487','2','Re: Hello, I'm Mrs. Nobody...','65','26','1131514726','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('8488','0','Re: Hello, I'm Mrs. Nobody...','26','65','1131571533','469d20bd','1','1','1','1');
INSERT INTO so_phpbb_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('14349','2','E-11 kit thread','163','5','1140457048','435df202','1','0','1','1');
INSERT INTO so_phpbb_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('17840','2','Re: howdy','87','251','1143519665','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('15250','2','You a daddy yet?','163','5','1141266959','46983c3f','1','0','1','1');
INSERT INTO so_phpbb_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('8527','0','Re: Blaster kits','5','163','1131628870','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('14380','2','Neck seal thread','163','7','1140457223','435df202','1','0','1','1');
INSERT INTO so_phpbb_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('8598','2','RE:banner','27','3','1131738536','d8b404a5','1','1','1','0');
INSERT INTO so_phpbb_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('8534','0','Re: NovaCon Prep rant:','34','65','1131641786','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('15447','2','Imperial ranks','163','5','1141480006','44dc8973','1','0','1','1');
INSERT INTO so_phpbb_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('8596','2','Re: Con news','27','3','1131737671','d8b404a5','1','1','1','0');
INSERT INTO so_phpbb_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('8597','0','Re: Con news','3','27','1131763277','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16638','0','FX sabers for 49.95','174','4','1142447764','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18392','1','Re: random stuff','5','70','1144003221','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17544','0','FYI','62','8','1143216902','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('18039','2','Drax, need your 2 cents','2','6','1143648094','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15845','0','No MidSouth. . . .WTF?!?!?','58','70','1141841257','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('8573','2','Con news','27','3','1131733117','d8b4048a','1','1','1','0');
INSERT INTO so_phpbb_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('8574','0','Re: Con news','3','27','1131733762','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('8578','2','Re: Con news','27','3','1131734625','d8b4048a','1','1','1','0');
INSERT INTO so_phpbb_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('8579','0','Re: Con news','3','27','1131735614','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('8581','0','Still trooping?','3','59','1131736374','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('8793','0','biker scout armor','74','13','1132184878','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('10884','2','Re: clone armor order','13','3','1136841976','d8fd9a63','1','1','1','0');
INSERT INTO so_phpbb_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('8613','0','Clone armor','87','13','1131839905','4435a26a','1','1','1','1');
INSERT INTO so_phpbb_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('17872','2','Re: howdy','87','251','1143523071','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('9962','2','helmet kit','171','3','1135111369','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('9972','2','Re: helmet kit','171','3','1135116251','c6925b1a','1','1','1','1');
INSERT INTO so_phpbb_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('14583','2','access','171','2','1140628699','422bbc48','1','0','1','0');
INSERT INTO so_phpbb_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('8622','0','Re: also...','3','74','1131904305','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('8623','2','Re: YO YO!','58','49','1131816928','9440aa52','1','1','1','1');
INSERT INTO so_phpbb_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('8624','0','Re: YO YO!','49','58','1131907482','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('8625','0','Re: YO YO!','49','58','1131907576','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('8637','0','novacon pics','74','28','1131940231','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('8641','0','Re: novacon pics','28','74','1131943321','d8b40444','1','1','1','1');
INSERT INTO so_phpbb_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('14990','2','Re: material question','28','2','1141056488','d8b404ea','1','0','1','1');
INSERT INTO so_phpbb_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('8674','0','Re: The Boushh Builders Group','101','28','1131994508','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('8712','2','Re: Clone armor','13','87','1131981454','d8fd9a63','1','1','1','0');
INSERT INTO so_phpbb_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('8715','0','Re: Clone armor','87','13','1132014826','4435a26a','1','1','1','1');
INSERT INTO so_phpbb_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('18166','2','here you go stud','87','5','1143777775','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('10188','2','Joey','171','7','1135722410','4320dd5f','1','1','1','1');
INSERT INTO so_phpbb_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('8731','0','pics','28','104','1132036626','d8b40456','1','1','1','1');
INSERT INTO so_phpbb_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('12078','2','got a pattern?','163','4','1138298666','435df202','1','1','1','1');
INSERT INTO so_phpbb_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('8735','2','Armor kits (from an old post by Cerrnunnos)','189','4','1132005664','4010b0be','1','1','1','0');
INSERT INTO so_phpbb_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('15707','2','Re: April Walk for wishes','28','3','1141768591','d8b4046c','1','0','1','1');
INSERT INTO so_phpbb_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('15350','2','Re: photobucket pics','87','26','1141348479','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('10338','2','Re: helmet kit','171','3','1135915486','4101d409','1','1','1','1');
INSERT INTO so_phpbb_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('8799','2','Clone Helmet','118','26','1131742679','46581199','1','1','1','0');
INSERT INTO so_phpbb_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('14690','0','Re: YOUR BACK','56','68','1140671774','18606920','1','0','1','1');
INSERT INTO so_phpbb_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('16983','0','Re: cosi','5','4','1142866264','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('17557','2','Re: bitchin in PM's','3','172','1143218646','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('8819','0','ATAT helmet','70','135','1132238985','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('8822','2','Re: ATAT helmet','135','70','1132240429','cf010f6b','1','1','1','1');
INSERT INTO so_phpbb_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('17305','2','Re: Saturday night!','3','49','1143037527','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18344','2','hey rob','92','253','1143957734','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('16360','0','Re: Mando question','2','5','1142347718','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16678','0','Thanks Skip','253','4','1142454244','44baa154','1','0','1','0');
INSERT INTO so_phpbb_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('18386','2','Re: hey skip','92','4','1143958106','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('11817','0','avatar','19','45','1138046396','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('10342','2','preds','171','61','1136005706','4101d409','1','1','1','1');
INSERT INTO so_phpbb_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('11650','0','Re: Photos','6','88','1137771965','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('18025','0','Re: Delete a thread for me please?','2','26','1143610150','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('8918','0','thanks','19','45','1132439959','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('11087','2','Got it','163','5','1137088283','435df202','1','1','1','1');
INSERT INTO so_phpbb_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('8927','2','Shoguns','45','19','1132440642','4434b63c','1','1','1','1');
INSERT INTO so_phpbb_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('8928','0','Re: Shoguns','19','45','1132518677','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('8933','0','The Boushh Builders Group','101','28','1132524956','98a364c8','1','1','1','1');
INSERT INTO so_phpbb_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('8937','0','Re: The Boushh Builders Group','28','101','1132528642','d8b4046e','1','1','1','1');
INSERT INTO so_phpbb_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('8939','0','Re: picture thingy for my signature','160','34','1132533711','449fa74e','1','1','1','1');
INSERT INTO so_phpbb_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('16428','2','Re: stop posting in my thread, please','28','61','1142363333','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('16280','2','Re: more Fett questions','28','2','1142231622','d8b40446','1','0','1','1');
INSERT INTO so_phpbb_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('8967','0','Garrisons','148','34','1132606245','d84ce886','1','1','1','1');
INSERT INTO so_phpbb_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('10458','2','cast question','171','5','1136320908','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('12168','2','Re: Bust ups','54','23','1138387223','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('8976','0','Re: Garrisons','34','148','1132609504','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('8977','0','Re: Garrisons','34','148','1132609717','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('8979','0','Re: 21 at last','49','148','1132610846','449fa11a','1','1','1','1');
INSERT INTO so_phpbb_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('8985','0','Personality pic','163','163','1132615833','40d568ea','1','1','1','1');
INSERT INTO so_phpbb_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('15450','2','flight suit and acc.','163','145','1141479800','44dc8973','1','0','1','1');
INSERT INTO so_phpbb_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('15457','2','Re: Imperial ranks','163','5','1141485585','44dc8973','1','0','1','1');
INSERT INTO so_phpbb_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('16025','0','Re: hello','56','70','1141925737','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('10469','2','Re: cast question','171','5','1136324310','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('8996','0','Re: armor','54','171','1132675738','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('10465','2','Re: helmet kit','171','3','1136320794','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('9000','0','Re: Mike G','3','171','1132679179','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10539','2','Re: helmet kit','171','3','1136385112','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('9008','0','Re: Mailing Address','19','58','1132693242','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('10651','2','Re: Snowtrooper','171','5','1136494227','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('9013','0','a ha','19','45','1132694458','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('9016','2','Re: a ha','45','19','1132694603','d8d40445','1','1','1','1');
INSERT INTO so_phpbb_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('9024','0','HEEEEEEEEEEEEEEEEEEEEEEEEEEEY','23','63','1132763459','ac8da0f0','1','1','1','1');
INSERT INTO so_phpbb_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('9026','2','Huntsville','164','52','1132764248','438da692','1','1','1','1');
INSERT INTO so_phpbb_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('18357','2','Re: ????','206','253','1143970202','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('9029','0','Dec 3rd','5','33','1132777217','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9147','0','hey drax','92','6','1133284630','44baa4dd','1','1','1','0');
INSERT INTO so_phpbb_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('9032','2','Re: Dec 3rd','33','5','1132777322','4320ca4b','1','1','1','1');
INSERT INTO so_phpbb_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('9033','0','Re: Dec 3rd','5','33','1132779907','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('16020','0','Re: MidSouth','172','70','1141925212','443491fa','1','0','1','0');
INSERT INTO so_phpbb_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('9040','2','Re: HEEEEEEEEEEEEEEEEEEEEEEEEEEEY','63','23','1132806030','cc742650','1','1','1','1');
INSERT INTO so_phpbb_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('9041','0','Re: HEEEEEEEEEEEEEEEEEEEEEEEEEEEY','23','63','1132806282','18f1db29','1','1','1','1');
INSERT INTO so_phpbb_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('9044','0','Commando Armor?','60','130','1132842947','423fcfd0','1','1','1','1');
INSERT INTO so_phpbb_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('9046','0','Re: Commando Armor?','130','60','1132843357','411a9a5b','1','1','1','1');
INSERT INTO so_phpbb_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('9047','2','Re: Commando Armor?','130','60','1132843357','411a9a5b','1','1','1','1');
INSERT INTO so_phpbb_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('9048','0','Re: Commando Armor?','60','130','1132848684','423fcd3b','1','1','1','1');
INSERT INTO so_phpbb_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('9050','0','Re: Commando Armor?','130','60','1132852832','411a9a5b','1','1','1','1');
INSERT INTO so_phpbb_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('9051','0','leather work?','3','45','1132868843','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('9055','2','Re: Commando Armor?','130','60','1132852832','411a9a5b','1','1','1','1');
INSERT INTO so_phpbb_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('9058','2','Re: leather work?','45','3','1132905832','4434b63c','1','1','1','1');
INSERT INTO so_phpbb_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('9062','0','stickers','19','45','1132946833','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17967','2','Re: Pulse website','4','174','1143595286','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('9066','2','Re: stickers','45','19','1132947143','4434b63c','1','1','1','1');
INSERT INTO so_phpbb_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('9146','0','Re: Saturday','33','28','1133284305','d10cb552','1','1','1','1');
INSERT INTO so_phpbb_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('16286','2','Re: April Walk for wishes','28','3','1142035641','d8b40402','1','0','1','1');
INSERT INTO so_phpbb_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('9073','2','Re: Dec 3rd','33','5','1132988611','4320ca4b','1','1','1','1');
INSERT INTO so_phpbb_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('9074','0','Re: Dec 3rd','5','33','1132989089','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('9087','0','Re: Garrisons','148','34','1133121487','d84ce862','1','1','1','1');
INSERT INTO so_phpbb_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('9089','2','Lucas in Carbonite','45','10','1133047104','4434b63c','1','1','1','1');
INSERT INTO so_phpbb_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('9091','0','Re: Lucas in Carbonite','10','45','1133124224','44344491','1','1','1','1');
INSERT INTO so_phpbb_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('9095','0','Re: Flight Info. . .','5','58','1133125088','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('11993','2','hey loki','92','26','1138167100','471f0521','1','1','1','0');
INSERT INTO so_phpbb_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('9117','0','Re: hey ...its me!','5','108','1133212261','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9121','0','Re: neck seal','7','34','1133231349','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('10652','2','costume question','171','5','1136493723','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('9138','0','Saturday','28','33','1133281698','d8b4046c','1','1','1','1');
INSERT INTO so_phpbb_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('9141','0','Re: not so miniature AT-AT','5','88','1133282589','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('17966','0','Re: Pulse website','4','174','1143595286','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18391','2','Re: swag','92','93','1143980711','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('9161','0','Re: Snowy Armor','3','60','1133296172','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('9162','0','toys r us','19','45','1133296425','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('9167','0','directions','3','53','1133297529','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('9170','0','this weekend','5','45','1133299806','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9174','2','Re: this weekend','45','5','1133300233','d8d40445','1','1','1','1');
INSERT INTO so_phpbb_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('9175','0','Re: this weekend','5','45','1133300378','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('12318','0','Just wanted to drop you a line','2','6','1138556586','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('9178','2','Re: Saturday','33','28','1133284305','d10cb552','1','1','1','1');
INSERT INTO so_phpbb_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('9183','2','Re: this weekend','45','5','1133300619','d8d40445','1','1','1','1');
INSERT INTO so_phpbb_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('12598','0','dewback pauldron','55','101','1138830025','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('9190','0','Re: Not a clotheshorse, really!','3','65','1133362948','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('9196','0','Re: Flight Info. . .','5','58','1133377919','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9208','2','Re: toys r us','45','19','1133298326','d8d40445','1','1','1','1');
INSERT INTO so_phpbb_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('9212','2','Rank Badges','194','5','1133446476','41009eee','1','1','1','0');
INSERT INTO so_phpbb_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('9213','0','Re: Rank Badges','5','194','1133456994','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9216','2','Re: Rank Badges','194','5','1133464358','41009eee','1','1','1','0');
INSERT INTO so_phpbb_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('9217','0','Re: Rank Badges','5','194','1133472110','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9221','2','Re: Rank Badges','194','5','1133473340','41009eee','1','1','1','0');
INSERT INTO so_phpbb_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('16746','0','Meeting in M'boro for the Parade and other stuff','193','4','1142518197','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('13644','2','25th armor bash','22','5','1139965805','4150284d','1','1','1','1');
INSERT INTO so_phpbb_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('9232','0','heh','23','23','1133516567','ac9324f6','1','1','1','1');
INSERT INTO so_phpbb_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('9237','2','helmet kit','36','171','1133534063','41d5b602','1','1','1','0');
INSERT INTO so_phpbb_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('9238','0','Re: helmet kit','171','36','1133538252','c6925b92','1','1','1','1');
INSERT INTO so_phpbb_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('10731','2','DC-15 Long Rifle','171','3','1136564892','c6925b1a','1','1','1','0');
INSERT INTO so_phpbb_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('9240','2','Snowtrooper (again)','194','5','1133537685','41009eee','1','1','1','0');
INSERT INTO so_phpbb_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('9241','0','Re: Snowtrooper (again)','5','194','1133539708','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('14214','2','Re: 501st Clone Trooper Figure','171','193','1140307292','46929c48','1','1','1','0');
INSERT INTO so_phpbb_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('9254','0','Re: helmet','3','171','1133554832','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('9250','0','helmet','3','171','1133552073','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14358','2','Re: 501st trooper','171','224','1140307261','46929c48','1','1','1','0');
INSERT INTO so_phpbb_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('9271','0','HMV board','26','187','1133592674','4413f212','1','1','1','1');
INSERT INTO so_phpbb_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('9272','2','Snowtrooper question','194','3','1133573021','0cd6f72f','1','1','1','0');
INSERT INTO so_phpbb_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('9273','2','Phone number','139','3','1133591288','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('11106','2','Re: Welcome to the SO!','215','3','1137096353','47f6062a','1','1','1','1');
INSERT INTO so_phpbb_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('17892','0','Ghost Hunting...','152','172','1143568843','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('9280','0','Re: fellow pilot','31','108','1133649359','cdae3006','1','1','1','0');
INSERT INTO so_phpbb_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('14718','2','Re: 501st trooper','171','224','1140662131','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('10494','0','Re: your nomination','3','163','1136342257','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16642','2','Re: FX sabers for 49.95','54','174','1142448075','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('15404','2','Re: 501st trooper','171','224','1141264022','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('9963','0','Re: helmet kit','3','171','1135113780','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15535','2','need your input please','163','4','1141607057','d84ea49c','1','0','1','1');
INSERT INTO so_phpbb_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('11686','0','Re: Toby','93','34','1137820337','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('17952','0','Re: Armor question','26','261','1143591476','449abb6c','1','0','1','1');
INSERT INTO so_phpbb_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('9320','0','fig','188','171','1133800949','4434a7ad','1','1','1','1');
INSERT INTO so_phpbb_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('11658','0','hey','19','45','1137784365','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17732','2','I have a big mouth','188','26','1143486722','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('9330','0','email','4','155','1133806784','45b4c749','1','1','1','1');
INSERT INTO so_phpbb_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('9332','0','Re: E Mail For shirts hats an so on !','52','101','1133807319','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('17272','0','Saturday Night!','49','160','1143001220','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17382','2','Re: Ryan Saturday','49','88','1143066198','4411b75b','1','0','1','1');
INSERT INTO so_phpbb_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('17508','2','Jesse & Thad!!','49','3','1143153997','4411b3a2','1','0','1','1');
INSERT INTO so_phpbb_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('17358','2','Re: yo dude!','49','61','1143065882','4411b75b','1','0','1','1');
INSERT INTO so_phpbb_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('17292','0','Re: Saturday night!','3','49','1143007689','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16831','2','Re: Beehive bucket?','171','74','1142546835','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('17950','2','Armor question','261','26','1143588708','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('9403','0','Your bin','33','28','1133874171','4320ca4b','1','1','1','1');
INSERT INTO so_phpbb_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('14998','0','Re: Mando vests','19','209','1141062542','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('17279','0','Re: Expansion screw','5','52','1143002144','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17576','2','YO!','49','7','1143239231','44dcc98b','1','0','1','1');
INSERT INTO so_phpbb_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('18209','2','Sorry!','49','101','1143835636','44dcc96b','1','0','1','1');
INSERT INTO so_phpbb_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('9411','2','Your bin','33','28','1133874171','4320ca4b','1','1','1','1');
INSERT INTO so_phpbb_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('9413','0','Re: Galactic Marines - my belt pouches so far','3','74','1133885060','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('9415','0','Re: Your bin','28','33','1133885675','d8b404d8','1','1','1','1');
INSERT INTO so_phpbb_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('16296','2','Re: April Walk for wishes','28','3','1142262460','d8b404c2','1','0','1','1');
INSERT INTO so_phpbb_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('9417','0','Re: Your bin','33','28','1133887468','4320ca4b','1','1','1','1');
INSERT INTO so_phpbb_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('9418','2','Re: Your bin','33','28','1133887468','4320ca4b','1','1','1','1');
INSERT INTO so_phpbb_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('17334','2','oops','49','44','1143035030','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17817','2','Oh Hecks yes!','49','26','1143498805','4893452c','1','0','1','1');
INSERT INTO so_phpbb_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('12891','0','phone call','8','101','1139075805','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('9425','0','Re: group pics from this weekend','49','34','1133903232','44dccc69','1','1','1','1');
INSERT INTO so_phpbb_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('9426','0','Poo Doo','34','28','1133903539','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('18345','2','Re: editing posts','49','7','1143923446','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('12908','0','Knight-Star','209','160','1139107538','1897dbbe','1','1','1','1');
INSERT INTO so_phpbb_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('9432','0','Re: group pics from this weekend','49','34','1133904306','44dccc69','1','1','1','1');
INSERT INTO so_phpbb_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('15934','2','Re: MidsouthCon','172','26','1141860612','d8b76a1b','1','0','1','0');
INSERT INTO so_phpbb_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('10856','2','Re: e web- website','187','61','1136771522','41017bac','1','1','1','0');
INSERT INTO so_phpbb_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('11678','2','Re: idea?','22','19','1137808504','41505040','1','1','1','1');
INSERT INTO so_phpbb_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('9455','0','Re: Poo Doo','28','34','1133976797','d8b404e1','1','1','1','1');
INSERT INTO so_phpbb_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('16298','2','Re: more Fett questions','28','2','1142262602','d8b404c2','1','0','1','1');
INSERT INTO so_phpbb_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('9459','0','Re: Galactic Marines - my belt pouches so far','3','74','1133982630','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('9525','0','Parades','5','187','1134111319','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('9463','0','pics','3','101','1133988475','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18013','0','Re: Armor question','261','26','1143603109','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('10205','0','Re: Master Replicas Princess Leia blaster','88','35','1135750943','449ab060','1','1','1','1');
INSERT INTO so_phpbb_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('14684','2','Re: .','68','23','1140671232','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('14688','2','YOUR BACK','68','56','1140671280','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('14689','2','Re: .','68','23','1140671545','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16851','2','Re: Beehive bucket?','171','74','1142557650','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('9492','0','Re: Parade','4','171','1134055061','45b4c749','1','1','1','1');
INSERT INTO so_phpbb_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('9499','0','sabers','19','45','1134070664','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('9502','2','Re: fellow pilot','31','108','1133649359','cdae3006','1','1','1','0');
INSERT INTO so_phpbb_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('18324','2','Re: editing posts','49','4','1143923148','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18312','2','Re: editing posts','49','4','1143904480','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18293','0','saturday','188','26','1143902096','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('9543','0','shirt','92','60','1134326810','438d20b8','1','1','1','0');
INSERT INTO so_phpbb_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('17274','2','Re: Saturday Night!','49','52','1143000968','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17567','2','Re: Saturdaynight!!!!!!!!!!!!!','49','101','1143229817','44dcc98b','1','0','1','1');
INSERT INTO so_phpbb_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('9548','0','Re: TK neckseal question','7','74','1134354760','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('10661','2','Re: hey man','92','26','1136432537','438ca1a8','1','1','1','0');
INSERT INTO so_phpbb_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('10576','2','hey man','92','26','1136390465','189f00b6','1','1','1','0');
INSERT INTO so_phpbb_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('9558','0','Re: also...............','92','60','1134362158','438d20b8','1','1','1','0');
INSERT INTO so_phpbb_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('10704','2','Re: hey man','92','26','1136516308','471f07b5','1','1','1','0');
INSERT INTO so_phpbb_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('9566','0','Boushh','171','28','1134409350','c6925b1a','1','1','1','1');
INSERT INTO so_phpbb_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('16852','2','Re: Beehive bucket?','171','74','1142557774','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('9569','0','Re: Boushh','28','171','1134414072','d8b404b8','1','1','1','1');
INSERT INTO so_phpbb_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('16308','2','stop posting in my thread, please','28','61','1142276969','d8b404c2','1','0','1','1');
INSERT INTO so_phpbb_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('9572','0','Re: Boushh','171','28','1134416010','c6925b1a','1','1','1','1');
INSERT INTO so_phpbb_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('17595','2','Guard','171','101','1143325710','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('9576','0','Re: Boushh','28','171','1134417891','d8b404b8','1','1','1','1');
INSERT INTO so_phpbb_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('16318','2','Re: April Walk for wishes','28','3','1142277152','d8b404c2','1','0','1','1');
INSERT INTO so_phpbb_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('12977','0','Guard help','43','174','1139193921','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('9579','0','reduction in size','19','45','1134426797','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('9930','0','Re: Yo back-atcha','22','60','1135039011','44d2b5bf','1','1','1','1');
INSERT INTO so_phpbb_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('9584','2','shirts','13','7','1134417883','d8fd9a63','1','1','1','0');
INSERT INTO so_phpbb_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('9585','0','Re: shirts','7','13','1134435311','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('9588','0','Mississippi  Toy Drive','183','183','1134441227','481815dd','1','1','1','0');
INSERT INTO so_phpbb_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('9589','0','swag','92','53','1134443122','438d20b8','1','1','1','0');
INSERT INTO so_phpbb_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('16718','0','Mando knee darts','55','5','1142472754','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('11152','2','Re: rocket','92','5','1137186247','438ca14b','1','1','1','0');
INSERT INTO so_phpbb_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('9594','0','Mississippi','183','33','1134444692','481815dd','1','1','1','0');
INSERT INTO so_phpbb_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('18399','2','Re: photoshop','188','174','1144005973','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17725','2','pics','188','35','1143481485','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('9609','0','Award','5','74','1134485872','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('9615','0','Re: Award','5','74','1134487111','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('11184','2','Re: rocket','92','5','1137200208','438ca14b','1','1','1','0');
INSERT INTO so_phpbb_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('9700','0','shirts','92','34','1134532227','438d20b8','1','1','1','0');
INSERT INTO so_phpbb_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('17561','2','Re: Stormtroopers','188','101','1143149144','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10835','2','hey loki','92','26','1136766788','471f06dc','1','1','1','0');
INSERT INTO so_phpbb_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('15648','2','Jeff','87','5','1141711137','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('11683','2','Naval trooper helmet!','57','145','1137807845','4662900c','1','1','1','0');
INSERT INTO so_phpbb_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('18314','2','Re: disk','174','188','1143904974','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16431','2','Re: Corey','28','2','1142362050','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('9691','0','Re: shirt','7','28','1134527627','ac839688','1','1','1','1');
INSERT INTO so_phpbb_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('13010','2','Re: hey','92','206','1139197252','471f0456','1','1','1','0');
INSERT INTO so_phpbb_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('9714','2','Rank / TS Greeble','194','5','1134523440','0cd6f72f','1','1','1','0');
INSERT INTO so_phpbb_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('9717','0','Re: Rank / TS Greeble','5','194','1134533677','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('9719','0','Re: shirts','92','34','1134534197','438d20b8','1','1','1','0');
INSERT INTO so_phpbb_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('9731','0','Re: swag','92','53','1134565114','438d20b8','1','1','1','0');
INSERT INTO so_phpbb_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('18029','2','Re: A*SHOLE!!!','188','61','1143605305','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17289','2','Saturday night!','49','3','1143001158','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('10260','0','Re: luke bust up','54','88','1135861699','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('10870','2','chatttaaaacccooonnnn','208','26','1136831356','cf2d830b','1','1','1','0');
INSERT INTO so_phpbb_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('18131','2','Re: busted!!!!!!!','188','251','1143756402','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18068','2','banner','188','35','1143674202','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10451','0','Re: hey there','5','163','1136315487','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('17644','2','parade','8','61','1143234288','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('18295','2','disk','188','174','1143896492','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('15802','2','neck seal','163','7','1141781932','46983d74','1','0','1','1');
INSERT INTO so_phpbb_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('18280','0','Re: tomorrow','19','26','1143873967','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('10190','0','Re: Joey','7','171','1135740198','cdbc7448','1','1','1','1');
INSERT INTO so_phpbb_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('13431','0','Re: bug','19','35','1139620803','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('18309','2','ok, I gotta bitch and wanna know your thoughts........','49','70','1143905224','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('11792','0','Re: hey','19','45','1138036695','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('12153','2','E-web','216','61','1138389430','184bbfae','1','1','1','1');
INSERT INTO so_phpbb_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('9832','0','Re: Miniatures','5','88','1134783664','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('9874','2','coin','171','61','1134787651','4320dd5f','1','1','1','1');
INSERT INTO so_phpbb_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('9877','0','Re: coin','61','171','1134812051','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('9878','0','challenge coin','61','6','1134813748','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('15564','2','need your input please','163','3','1141607118','d84ea49c','1','0','1','1');
INSERT INTO so_phpbb_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('18084','2','Re: Suzanne...','62','7','1143667110','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17961','0','Hi Chuck!','261','75','1143593336','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('17962','2','Re: howdy','251','87','1143558476','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('9915','0','Question','54','88','1134997625','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('9920','0','Force Pike','174','6','1135000119','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('10186','2','Re: Thermal Detonators','48','5','1135730164','cf45892b','1','1','1','1');
INSERT INTO so_phpbb_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('10189','2','Joey','171','7','1135722410','4320dd5f','1','1','1','1');
INSERT INTO so_phpbb_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('18298','2','saturday','188','26','1143902096','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17958','0','decatur event','19','172','1143592704','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('9968','0','Re: Jawa Costumes...','26','152','1135131670','4413c33b','1','1','1','1');
INSERT INTO so_phpbb_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('9977','2','Tootsie's','45','19','1135186989','d8d40445','1','1','1','1');
INSERT INTO so_phpbb_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('16435','2','Re: Fett helmet','28','2','1142362309','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('9979','0','Re: inappropriate avatars and signature lines','2','28','1135193477','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('9980','0','Re: helmet kit','3','171','1135194065','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17957','0','decatur event','19','153','1143592538','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('10356','0','Re: Aura Sing','55','54','1136167774','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('15556','2','Re: need your input please','163','4','1141648527','435df202','1','0','1','1');
INSERT INTO so_phpbb_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('9994','0','Re: Neck seal','7','163','1135220859','cdbc74c5','1','1','1','1');
INSERT INTO so_phpbb_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('10011','0','Re: possible costume idea','34','20','1135272675','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('16899','2','Boba fett templates','55','60','1142640215','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('10014','0','Re: Address','61','171','1135276516','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('10023','0','Re: Challenge Coins','61','88','1135291820','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('10026','0','Thermal Detonators','5','48','1135308124','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('10030','0','Re: possible costume idea','20','34','1135309175','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('10032','0','Re: possible costume idea','34','20','1135310797','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('10035','0','Re: possible costume idea','20','34','1135311688','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('10036','2','Re: Thermal Detonators','48','5','1135308764','cf458b0d','1','1','1','1');
INSERT INTO so_phpbb_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('10037','0','Re: Thermal Detonators','5','48','1135313371','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17061','2','Re: Costumes','172','19','1142895378','d8b76a1b','1','0','1','0');
INSERT INTO so_phpbb_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('10045','0','Re: possible costume idea','34','20','1135323704','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('10047','0','Re: possible costume idea','20','34','1135356165','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('10196','0','Re: Master Replicas Princess Leia blaster','35','88','1135745306','4382fc2a','1','1','1','1');
INSERT INTO so_phpbb_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('16666','0','Hey Loki','253','26','1142453671','44baa154','1','0','1','0');
INSERT INTO so_phpbb_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('17883','0','speaking of Outpost shirts','2','7','1143562574','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18387','2','Re: editing posts','49','7','1143978846','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15655','2','Jeff','87','4','1141711116','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('10072','0','Re: possible costume idea','34','20','1135380775','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('10075','2','Adventurecon idea','132','70','1135298059','1897fe78','1','1','1','0');
INSERT INTO so_phpbb_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('11791','2','Re: hey','45','19','1138036008','46db34d8','1','1','1','1');
INSERT INTO so_phpbb_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('16784','0','Re: Stickers','56','193','1142534038','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17315','2','Re: Saturday night!','49','3','1143042381','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('10093','2','Geez I know its the "Anything Goes" thread BUT','27','2','1135442670','d8b404da','1','1','1','0');
INSERT INTO so_phpbb_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('10095','0','Re: Geez I know its the "Anything Goes" thread BUT','2','27','1135450400','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('11092','0','Re: Hey!','28','211','1137095557','d8b4042a','1','1','1','1');
INSERT INTO so_phpbb_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('10102','2','Re: Geez I know its the "Anything Goes" thread BUT','27','2','1135453708','d8b404da','1','1','1','0');
INSERT INTO so_phpbb_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('10103','0','ack','28','65','1135535633','d8b40488','1','1','1','1');
INSERT INTO so_phpbb_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('16034','2','Disney SWW','163','74','1141926501','435df202','1','0','1','1');
INSERT INTO so_phpbb_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('17291','2','Re: Address','6','5','1143003021','4549723b','1','0','1','1');
INSERT INTO so_phpbb_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('16442','2','Re: drama, help me out...','28','3','1142366975','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('10113','0','Re: ack','65','28','1135623671','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('10118','2','Re: Hello BABAY','204','23','1135632466','18f1db29','1','1','1','1');
INSERT INTO so_phpbb_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('17303','2','Re: Saturday night!','49','3','1143036853','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('10337','0','edit','19','43','1136000793','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17297','2','Re: Saturday night!','49','3','1143034754','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18393','2','photoshop','188','174','1143997996','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10136','2','Re: Rank / TS Greeble','194','5','1135639882','0cd6f72f','1','1','1','0');
INSERT INTO so_phpbb_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('10137','2','Re: ack','65','28','1135623671','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('10138','0','Re: ack','28','65','1135659797','d8b40421','1','1','1','1');
INSERT INTO so_phpbb_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('17900','2','Re: Ghost Hunting...','172','152','1143570345','443491fa','1','0','1','1');
INSERT INTO so_phpbb_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('15234','0','Re: 501st trooper','171','224','1141264022','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('17319','2','yo dude!','49','61','1143042009','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('10156','0','GM parts','74','194','1135700426','443f0725','1','1','1','1');
INSERT INTO so_phpbb_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('11782','2','Re: hey','45','19','1137977785','46d2a251','1','1','1','1');
INSERT INTO so_phpbb_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('10168','2','clone armor order','13','3','1135463515','cf410c6c','1','1','1','0');
INSERT INTO so_phpbb_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('10169','0','Master Replicas Princess Leia blaster','88','35','1135720174','a081cb25','1','1','1','1');
INSERT INTO so_phpbb_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('10490','0','Re: your nomination','3','163','1136341553','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15947','2','Re: Need your input please','163','5','1141864509','44dc8a8d','1','0','1','1');
INSERT INTO so_phpbb_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('16444','2','Re: drama, help me out...','28','3','1142367194','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('16920','2','sabre','188','87','1142782815','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17097','2','Re: Did someone say dinner????','188','61','1142900308','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10208','0','colletion','187','51','1135775929','8f4f0d06','1','1','1','0');
INSERT INTO so_phpbb_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('10210','2','colletion','187','51','1135775929','8f4f0d06','1','1','1','0');
INSERT INTO so_phpbb_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('12147','0','trooping opportunity','3','101','1138392229','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18343','2','Re: howdy!','49','7','1143905069','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('10228','0','Re: Master Replicas Princess Leia blaster','88','35','1135797771','a081cb25','1','1','1','1');
INSERT INTO so_phpbb_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('10230','0','luke bust up','54','88','1135802881','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('12154','2','archive forum','216','61','1138389566','184bbfae','1','1','1','1');
INSERT INTO so_phpbb_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('18340','0','Re: hey skip','92','4','1143958106','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('10246','0','Re: Delivery help','188','88','1135825997','4434a7ad','1','1','1','1');
INSERT INTO so_phpbb_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('16600','0','mg34','92','5','1142438232','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('17110','2','Re: Dude Im sorry','188','61','1142906504','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('13350','0','.......','45','172','1139550488','41c53fba','1','1','1','1');
INSERT INTO so_phpbb_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('15565','2','need your input please','163','55','1141648494','435df202','1','0','1','1');
INSERT INTO so_phpbb_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('10869','2','Re: Gauntlets','180','26','1136808556','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('11186','0','Re: cleverlilminx','26','43','1137209118','41016764','1','1','1','1');
INSERT INTO so_phpbb_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('15711','2','Re: need your input please','163','55','1141735215','435df202','1','0','1','1');
INSERT INTO so_phpbb_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('10314','0','Re: Master Replicas Princess Leia blaster','35','88','1135960314','cc637609','1','1','1','1');
INSERT INTO so_phpbb_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('18161','0','here you go stud','87','5','1143777775','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('17810','2','Re: Just confirming','2','238','1143511958','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('10330','0','A Series of Unfortnate Events','148','34','1135989691','d84ce8d0','1','1','1','1');
INSERT INTO so_phpbb_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('10333','0','Hello','8','160','1135998654','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('10353','0','mando armor/helmet','23','20','1136144234','18f1db29','1','1','1','1');
INSERT INTO so_phpbb_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('16923','2','sabres','188','174','1142782565','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10355','0','Fett Pic','64','52','1136164835','45496868','1','1','1','1');
INSERT INTO so_phpbb_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('10360','0','Re: Vac forming mold? - flower pot foam?','4','74','1136227430','45b4c749','1','1','1','1');
INSERT INTO so_phpbb_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('10866','0','Re: fett parts','19','180','1136830316','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('10383','0','Cowboy and Cavalry Links','7','101','1136249489','400c74c8','1','1','1','1');
INSERT INTO so_phpbb_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('13349','0','Re: Wicca','26','164','1139549034','4101c8bd','1','1','1','1');
INSERT INTO so_phpbb_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('10407','3','Atins Address','61','22','1136267706','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('10436','0','Re: colletion','51','187','1136305135','48959924','1','1','1','1');
INSERT INTO so_phpbb_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('10881','0','Re: Hey, new guy from Ohio','3','130','1136841586','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10459','0','Re: cast question','5','171','1136322864','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('14754','2','Re: Hey!','206','152','1140726569','189f9147','1','0','1','1');
INSERT INTO so_phpbb_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('10466','0','Re: helmet kit','3','171','1136324813','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10470','0','Re: cast question','5','171','1136325346','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('13348','2','Wicca','164','26','1139506531','438da85c','1','1','1','1');
INSERT INTO so_phpbb_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('10502','2','Re: colletion','51','187','1136305135','48959924','1','1','1','1');
INSERT INTO so_phpbb_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('17161','2','Re: Dude Im sorry','188','61','1142950576','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('11603','0','Re: Yo Mr. Z','49','93','1137699469','449fa1d7','1','1','1','1');
INSERT INTO so_phpbb_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('10531','2','mando party','187','61','1136348400','0cdd2c2f','1','1','1','0');
INSERT INTO so_phpbb_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('10532','0','Re: mando party','61','187','1136370018','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('10879','0','Re: clone armor order','3','13','1136841094','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10540','0','Re: helmet kit','3','171','1136386508','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10548','0','entrance','188','35','1136403693','4434a7ad','1','1','1','1');
INSERT INTO so_phpbb_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('17203','2','be there','188','153','1142975762','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10552','0','Re: entrance','188','35','1136404702','4434a7ad','1','1','1','1');
INSERT INTO so_phpbb_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('17348','2','Re: MidSouthCon and Dooku','188','88','1143062777','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10554','0','Re: Master Replicas Princess Leia blaster','88','35','1136406565','a081cb25','1','1','1','1');
INSERT INTO so_phpbb_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('16175','0','Access upgrade','2','215','1142022903','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17287','0','Re: Backpack pics','7','52','1143003001','98a36408','1','0','1','1');
INSERT INTO so_phpbb_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('14635','2','Re: access','208','2','1140638574','cf2d830a','1','0','1','1');
INSERT INTO so_phpbb_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('10563','0','Re: A Series of Unfortante Events','49','148','1136410205','44dccc12','1','1','1','1');
INSERT INTO so_phpbb_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('10564','0','HAAALLLLLOOOOOOOOOOOOOOOOOOOOOO.................','49','20','1136410554','44dccc12','1','1','1','1');
INSERT INTO so_phpbb_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('18256','2','howdy!','49','7','1143864721','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17371','2','Saturday Night!','49','160','1143001220','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('14611','0','Re: access','2','208','1140636736','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('10571','0','Re: HAAALLLLLOOOOOOOOOOOOOOOOOOOOOO.................','49','20','1136414263','44dccc12','1','1','1','1');
INSERT INTO so_phpbb_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('10829','0','Re: Gauntlets','26','180','1136765036','41016764','1','1','1','1');
INSERT INTO so_phpbb_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('17443','2','dinner','188','26','1143085123','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17350','2','Stormtrooper','188','61','1143064215','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('13663','0','Re: C O Elect','3','101','1140024981','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10590','0','Re: entrance','188','35','1136430862','4434a7ad','1','1','1','1');
INSERT INTO so_phpbb_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('16931','0','stuff','19','4','1142801379','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17485','2','Re: Stormtroopers','188','101','1143144178','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17462','2','msc','188','56','1143130091','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('10604','0','Re: HAAALLLLLOOOOOOOOOOOOOOOOOOOOOO.................','49','20','1136468061','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('10828','2','Gauntlets','180','26','1136761393','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('14608','2','access','208','2','1140634068','cf2d830b','1','0','1','1');
INSERT INTO so_phpbb_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('14677','0','I love you!!!','164','160','1140669078','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('17877','2','Badges','206','75','1143557072','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('10644','0','Snowtrooper','5','171','1136493920','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('14685','0','Re: .','23','68','1140671341','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('10650','0','Re: TS 12"','5','43','1136498653','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('10653','0','Re: costume question','5','171','1136498792','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('10678','2','Re: mando party','187','61','1136508662','469c1402','1','1','1','0');
INSERT INTO so_phpbb_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('10817','2','e web- website','187','61','1136753464','41017bac','1','1','1','0');
INSERT INTO so_phpbb_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('10716','0','belt','61','20','1136554114','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('17960','0','Re: Avatar','238','7','1143593027','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('10722','0','Re: picture thingy for my signature','160','34','1136558537','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('10734','0','Re: DC-15 Long Rifle','3','171','1136565740','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('10740','2','Re: mando party','187','61','1136568740','41017bac','1','1','1','0');
INSERT INTO so_phpbb_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('10745','0','"If you can read this . . ."','38','6','1136576964','45f13255','1','1','1','1');
INSERT INTO so_phpbb_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('10748','0','Re: dst','5','108','1136579993','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('10752','0','Re: dst','5','108','1136580828','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('10770','2','Re: hey there','163','5','1136602565','46983caa','1','1','1','1');
INSERT INTO so_phpbb_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('14607','0','Re: Access','2','104','1140636401','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('10771','0','Re: hey there','5','163','1136608675','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('14924','0','Vest','174','209','1141017205','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16483','0','Re: bitch thread','7','49','1142383050','ac860159','1','0','1','1');
INSERT INTO so_phpbb_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('14606','2','Access','104','2','1140632462','92e58be4','1','0','1','0');
INSERT INTO so_phpbb_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('10795','0','Re: What's shakin' bro'?','49','58','1136647331','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('16375','2','Please Stay!!','193','61','1142350073','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('10812','2','Re: hey there','163','5','1136648019','46983d62','1','1','1','1');
INSERT INTO so_phpbb_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('11759','2','Re: Dooku','219','88','1137989208','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('18270','2','Re: Arkansas..','2','26','1143871421','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('11085','2','Re: Hey!','211','28','1137086048','443ee898','1','1','1','1');
INSERT INTO so_phpbb_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('15600','2','wedding','8','55','1141687505','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14849','2','Info to pass to the local rebels','193','33','1140885057','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('10907','2','Re: Hey, new guy from Ohio','130','3','1136852453','411a9a5b','1','1','1','1');
INSERT INTO so_phpbb_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('16529','2','Re: Friday','8','7','1142397193','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('10914','0','Witch prop','174','35','1136860410','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('15527','2','Re: The trip','8','7','1141601668','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('10923','0','Re: chatttaaaacccooonnnn','26','208','1136869091','41016764','1','1','1','1');
INSERT INTO so_phpbb_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('11684','0','Toby','34','93','1137819808','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('10928','2','Re: chatttaaaacccooonnnn','208','26','1136869291','4434d7e6','1','1','1','0');
INSERT INTO so_phpbb_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('16535','2','Re: Friday','8','7','1142397378','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17786','2','Meant to speak to you.','2','87','1143442998','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('10950','0','thank you!!','19','187','1136922413','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('15656','2','Jeff','87','3','1141711085','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('10948','2','Re: fett parts','180','19','1136892856','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('10949','0','Re: fett parts','19','180','1136916911','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17360','0','Re: Ryan Saturday','49','88','1143066198','4411b75b','1','0','1','1');
INSERT INTO so_phpbb_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('16554','2','Re: Fett gauntlet','28','2','1142402218','d8b404ec','1','0','1','1');
INSERT INTO so_phpbb_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('14914','2','corey','8','7','1141009342','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16565','2','Re: Friday','8','7','1142429328','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17912','2','Re: Ghost Hunting...','152','172','1143570989','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('17911','0','Re: Ghost Hunting...','152','172','1143570989','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('11007','2','Re: thank you!!','187','19','1136950613','469d2c92','1','1','1','0');
INSERT INTO so_phpbb_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('16684','2','Re: Dude!!!','206','253','1142454846','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('17724','2','Re: ahhhhh, shucks!!!!!!!!','56','251','1143489293','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('11026','2','c','208','5','1136988807','4434d7e6','1','1','1','0');
INSERT INTO so_phpbb_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('11027','0','Re: c','5','208','1136991638','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('11030','2','Re: c','208','5','1136993343','cf2d830b','1','1','1','0');
INSERT INTO so_phpbb_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('11031','0','Re: c','5','208','1136993499','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('11034','2','Re: c','208','5','1136993713','cf2d830b','1','1','1','0');
INSERT INTO so_phpbb_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('17183','2','Re: CALL ME ASAP PLEASE','206','61','1142964281','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('11049','0','Re: Campaign Platform idea','3','43','1137014762','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('11050','0','Re: Directions to Party Saturday','61','88','1137014870','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('11051','0','welcome to the SO','160','211','1137015872','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('13865','2','Re: Dooku','219','88','1140075127','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11084','0','Re: Snowy Armor','3','60','1137088677','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('11062','0','Re: Message From Atin's father','4','88','1137028145','45b4c749','1','1','1','1');
INSERT INTO so_phpbb_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('17026','2','Re: Pics of Sunday','8','7','1142871192','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11071','0','Hey!','28','211','1137074458','d8b40426','1','1','1','1');
INSERT INTO so_phpbb_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('11072','2','Re: welcome to the SO','211','160','1137022114','443ee898','1','1','1','1');
INSERT INTO so_phpbb_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('16919','2',':)','8','49','1142686897','443bbe17','1','0','1','1');
INSERT INTO so_phpbb_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('11076','0','Re: Somerset trooper?','206','134','1137080560','189f9147','1','1','1','1');
INSERT INTO so_phpbb_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('11077','2','Hey!','28','211','1137074458','d8b40426','1','1','1','1');
INSERT INTO so_phpbb_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('11078','0','Re: Hey!','211','28','1137086048','443ee898','1','1','1','1');
INSERT INTO so_phpbb_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('11081','2','Re: fett parts','180','19','1136981388','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('11093','0','Welcome to the SO!','3','215','1137095827','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18149','0','Re: WHen you are gone','61','174','1143770221','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('11097','2','Re: Welcome to the SO!','215','3','1137095993','47f6062a','1','1','1','1');
INSERT INTO so_phpbb_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('11098','0','Re: Welcome to the SO!','3','215','1137096194','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18402','2','Re: Gauntlets Pull?','206','3','1143983517','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('17500','2','Re: contact me','206','26','1143120210','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('11115','0','Re: its mine ,its mine','20','108','1137109619','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('11116','2','Re: Hey!','28','211','1137095557','d8b4042a','1','1','1','1');
INSERT INTO so_phpbb_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('11117','0','Re: Hey!','211','28','1137111938','443ee898','1','1','1','1');
INSERT INTO so_phpbb_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('11118','2','Re: Hey!','211','28','1137111938','443ee898','1','1','1','1');
INSERT INTO so_phpbb_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('11119','0','Clone armor','6','108','1137115148','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('16804','2','Re: this weekend','172','19','1142534959','443491fa','1','0','1','0');
INSERT INTO so_phpbb_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('11136','0','clone duster','70','6','1137176515','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('11138','0','Re: its mine ,its mine','108','20','1137178328','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('11140','0','Re: Clone armor','108','6','1137178740','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('18241','0','Re: profile missing','55','27','1143857987','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('11150','2','Hello sexy','215','43','1137189230','47f6062a','1','1','1','1');
INSERT INTO so_phpbb_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('11153','0','Re: Hello sexy','43','215','1137189519','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('11160','2','Re: Hello sexy','215','43','1137189658','47f6062a','1','1','1','1');
INSERT INTO so_phpbb_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('11161','0','Re: Hello sexy','43','215','1137190976','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('17115','2','Re: AFT','8','7','1142908956','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11166','2','Re: Hello sexy','215','43','1137192756','47f6062a','1','1','1','1');
INSERT INTO so_phpbb_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('11169','0','Re: Hello sexy','43','215','1137192988','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('18239','2','Re: profile missing','27','55','1143849677','d8b404c8','1','0','1','0');
INSERT INTO so_phpbb_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('11173','2','Re: Hello sexy','215','43','1137193188','47f6062a','1','1','1','1');
INSERT INTO so_phpbb_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('11174','0','Re: Hello sexy','43','215','1137193752','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('16208','0','Re: !!!!!!!!!!!!!!!!','93','49','1142043812','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('11177','2','Re: Hello sexy','215','43','1137194572','47f6062a','1','1','1','1');
INSERT INTO so_phpbb_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('11191','2','money in the mail','187','26','1137213617','469296a0','1','1','1','0');
INSERT INTO so_phpbb_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('17290','0','Re: Regarding Jenn','7','8','1143003943','98a3640d','1','0','1','1');
INSERT INTO so_phpbb_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('11194','0','Re: money in the mail','26','187','1137215711','41016764','1','1','1','1');
INSERT INTO so_phpbb_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('11215','0','Hey','38','6','1137219394','45f13255','1','1','1','1');
INSERT INTO so_phpbb_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('17946','0','MTAC','61','209','1143588961','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17910','2','Re: Ghost Hunting...','172','152','1143570774','443491fa','1','0','1','1');
INSERT INTO so_phpbb_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('13004','0','Re: Wish we could have talked more','4','209','1139202534','4435463c','1','1','1','1');
INSERT INTO so_phpbb_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('17410','2','Ah yes.....Steiny....','172','74','1143083210','45f53d63','1','0','1','0');
INSERT INTO so_phpbb_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('13333','0','Re: COSI room question','56','43','1139539353','186069aa','1','1','1','1');
INSERT INTO so_phpbb_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('17441','2','Re: Loki's mighty cell number','172','26','1143080572','45f53d63','1','0','1','0');
INSERT INTO so_phpbb_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('17424','2','Re: Ah yes.....Steiny....','172','74','1143088298','45f53d63','1','0','1','0');
INSERT INTO so_phpbb_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('13000','0','Re: trooper armor','4','87','1139202019','4435463c','1','1','1','1');
INSERT INTO so_phpbb_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('17554','2','Re: bitchin in PM's','172','3','1143218128','d8b76a1b','1','0','1','0');
INSERT INTO so_phpbb_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('17896','2','Re: Ghost Hunting...','172','152','1143569381','443491fa','1','0','1','1');
INSERT INTO so_phpbb_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('11266','0','Re: Somerset trooper?','206','134','1137250810','189f9147','1','1','1','1');
INSERT INTO so_phpbb_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('17646','2','I can't quit you!!!','206','61','1143428423','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('17671','2','Access?','206','2','1143476184','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('13013','0','mission report...','3','28','1139230222','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('11297','2','Re: Gauntlets','180','26','1137324881','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('11298','0','Re: Gauntlets','26','180','1137332563','41016764','1','1','1','1');
INSERT INTO so_phpbb_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('18141','2','Re: The vultures are a callin'','206','92','1143759305','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('11304','2','Re: Gauntlets','180','26','1137337505','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('11305','0','Re: Gauntlets','26','180','1137338031','41016764','1','1','1','1');
INSERT INTO so_phpbb_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('11308','2','Re: Gauntlets','180','26','1137340175','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('11326','0','Re: You have got to see this guys work !','22','101','1137397560','41505040','1','1','1','1');
INSERT INTO so_phpbb_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('11335','2','star detroyer model','187','61','1137422041','469d2b2e','1','1','1','0');
INSERT INTO so_phpbb_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('13634','2','25th armor-assault','22','61','1139965906','4150284d','1','1','1','1');
INSERT INTO so_phpbb_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('12077','0','pauldron','55','101','1138325798','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('11352','0','fett','19','134','1137455942','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('11379','2','Clone Wars Avatar','210','26','1137463663','d84efd28','1','1','1','0');
INSERT INTO so_phpbb_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('17221','2','yo','174','19','1142988064','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('17906','2','Re: Ghost Hunting...','172','152','1143570603','443491fa','1','0','1','1');
INSERT INTO so_phpbb_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('12996','0','Re: A very serious question','5','87','1139198853','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17313','2','Re: Regarding Jenn','8','7','1143036417','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11437','0','Random Sabers','64','74','1137534554','d8b403fd','1','1','1','1');
INSERT INTO so_phpbb_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('17323','2','Re: Regarding Jenn','8','7','1143045490','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11440','2','Re: Clone Wars Avatar','210','26','1137502808','4455c853','1','1','1','0');
INSERT INTO so_phpbb_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('11441','2','Avatar','210','26','1137505466','4455c853','1','1','1','0');
INSERT INTO so_phpbb_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('11442','0','Re: Avatar','26','210','1137543232','4692900a','1','1','1','1');
INSERT INTO so_phpbb_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('17473','2','Re: Zam','8','19','1143134955','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17693','2','Re: Starlas Mando','188','5','1143481889','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('12074','0','Re: ARMOR, what else?','26','209','1138316422','4413ec91','1','1','1','1');
INSERT INTO so_phpbb_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('12710','0','Re: Yo!!','49','43','1138907413','48937622','1','1','1','1');
INSERT INTO so_phpbb_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('11480','0','Re: Yo Mr. Z','49','93','1137591453','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('11484','0','Welcome','210','218','1137600654','44d8483d','1','1','1','0');
INSERT INTO so_phpbb_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('17933','2','Re: Library day','209','61','1143573356','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('12056','0','COSI EVENT','5','206','1138288264','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('17189','2','Re: MSC and Dallas','209','26','1142922737','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('17470','2','Stormtroopers','188','101','1143129403','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('11505','2','Re: Avatar','210','26','1137548834','d84ef85d','1','1','1','0');
INSERT INTO so_phpbb_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('11506','2','Re: Clone Wars Avatar','210','26','1137600203','44d8483d','1','1','1','0');
INSERT INTO so_phpbb_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('15706','2','Re: Jeff','87','3','1141768322','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('16916','2','Re: Armor/Prop Party','209','231','1142779474','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('11522','0','Re: Clone Armor','3','93','1137640719','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11523','0','Necro Brother','5','58','1137640865','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('11532','2','Welcome','210','218','1137600654','44d8483d','1','1','1','0');
INSERT INTO so_phpbb_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('11533','0','Re: Welcome','218','210','1137651930','45f68c60','1','1','1','0');
INSERT INTO so_phpbb_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('17047','2','Costumes','172','19','1142894098','d8b76a1b','1','0','1','0');
INSERT INTO so_phpbb_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('12991','0','Re: A very serious question','5','87','1139198527','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17692','0','hey','93','3','1143484101','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('12707','0','Re: Yo!!!!','49','75','1138906964','48937622','1','1','1','1');
INSERT INTO so_phpbb_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('11564','2','Re: Welcome','218','210','1137651930','45f68c60','1','1','1','0');
INSERT INTO so_phpbb_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('12054','0','Re: Armor and Costume','6','60','1138287482','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('11569','0','Re: Clone Armor','3','93','1137681752','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('11581','0','Re: Clone Armor','3','93','1137683607','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17563','2','Re: The FYI's','8','62','1143221234','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11663','0','Re: hey','19','45','1137786717','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17385','2','Re: Regarding Jenn','8','7','1143059213','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11705','2','Dooku','219','88','1137907494','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11666','0','vest remember...','108','20','1137790238','4204d1c2','1','1','1','1');
INSERT INTO so_phpbb_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('17586','2','Re: Jenn's PM to me','8','7','1143246748','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17574','2','Re: Jenn's PM to me','8','7','1143244852','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('11628','0','Chattacon','26','6','1137727392','41016b51','1','1','1','1');
INSERT INTO so_phpbb_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('11632','0','Re: Chattacon','26','6','1137727611','41016b51','1','1','1','1');
INSERT INTO so_phpbb_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('11634','2','star destroyer','187','61','1137704526','8f4f0d06','1','1','1','0');
INSERT INTO so_phpbb_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('11636','0','Welcome to the SO!','88','219','1137737381','449ab060','1','1','1','1');
INSERT INTO so_phpbb_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('11639','0','SW Figures','61','57','1137755547','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('11662','2','Re: hey','45','19','1137785911','46c3e02e','1','1','1','1');
INSERT INTO so_phpbb_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('11687','3','Re: Welcome to the SO!','219','88','1137820989','45aaca89','1','1','1','0');
INSERT INTO so_phpbb_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('11688','2','Re: Welcome to the SO!','219','88','1137820989','45aaca89','1','1','1','0');
INSERT INTO so_phpbb_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('11689','0','Re: Welcome to the SO!','88','219','1137823364','449ab060','1','1','1','1');
INSERT INTO so_phpbb_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('11691','3','Re: Welcome to the SO!','219','88','1137824777','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11692','2','Re: Welcome to the SO!','219','88','1137824777','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11693','0','Re: Welcome to the SO!','88','219','1137829120','449ab060','1','1','1','1');
INSERT INTO so_phpbb_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('11694','2','Re: idea?','22','19','1137811318','41505040','1','1','1','1');
INSERT INTO so_phpbb_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('11697','3','Dooku','219','88','1137851457','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11704','2','Dooku','219','88','1137851457','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11702','3','Dooku','219','88','1137907494','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11708','0','Re: regarding member photos','5','74','1137918924','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('11709','0','Re: Dooku','88','219','1137921981','449ab060','1','1','1','1');
INSERT INTO so_phpbb_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('11711','3','Re: Dooku','219','88','1137941088','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11712','3','Re: Dooku','219','88','1137941709','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11722','0','COSI event','5','101','1137975994','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('18368','2','Re: What kind of swag is Mark selling??','206','253','1143971363','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('11725','3','chattooine','26','61','1137977842','469c1217','1','1','1','1');
INSERT INTO so_phpbb_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('11726','3','wikipedia','26','61','1137978191','469c1217','1','1','1','1');
INSERT INTO so_phpbb_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('17949','0','Re: hiya','34','26','1143590837','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('11729','2','Re: Dooku','219','88','1137941088','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11730','2','Re: Dooku','219','88','1137941709','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11736','3','Re: Dooku','219','88','1137987066','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11739','2','Re: Dooku','219','88','1137987066','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11741','0','Re: Dooku','88','219','1137987271','45f538fb','1','1','1','1');
INSERT INTO so_phpbb_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('11752','3','Re: Dooku','219','88','1137989208','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11895','0','Re: Girl in Pic','43','219','1138142388','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('11785','0','Re: hey','19','45','1138035914','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('16655','0','COSI rooms','43','101','1142451255','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('11892','0','Girl in Pic','219','43','1138138644','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11866','0','you'll get a kick out of this......','49','160','1138114464','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('11871','0','Re: you'll get a kick out of this......','49','160','1138115126','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('17997','0','Re: Look what I found...','4','252','1143600207','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('11880','0','Try again','174','218','1138126570','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('11883','2','Hi.','218','5','1138127463','45f68c60','1','1','1','0');
INSERT INTO so_phpbb_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('11884','0','Re: Hi.','5','218','1138128057','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('11899','0','Re: Girl in Pic','219','43','1138144161','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11900','2','Re: Girl in Pic','219','43','1138144161','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('11901','0','Re: Girl in Pic','43','219','1138145834','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('16747','2','Meeting in M'boro for the Parade and other stuff','193','4','1142518197','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('16748','0','Re: Meeting in M'boro for the Parade and other stuff','4','193','1142519249','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16759','2','Re: Meeting in M'boro for the Parade and other stuff','193','4','1142521358','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('16760','0','COSI and stuff','5','26','1142522311','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('16779','2','Stickers','193','56','1142517245','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('16814','2','Re: Stickers','193','56','1142544274','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('13050','0','codes','49','160','1139251574','44dcf844','1','1','1','1');
INSERT INTO so_phpbb_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('17619','2','Re: Wish we could have talked more','209','4','1143411391','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('17266','0','Re: OH SHOOT!','7','49','1143000764','98a364ca','1','0','1','1');
INSERT INTO so_phpbb_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('11937','0','fun','19','45','1138154355','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('14322','0','Re: What part of East Ridge?','210','64','1140448048','45fe5dd6','1','0','1','0');
INSERT INTO so_phpbb_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('14468','2','Mando Movie','33','19','1140544545','d10cb552','1','0','1','1');
INSERT INTO so_phpbb_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('11950','2','New E-Mail Addresses','164','5','1138160422','438da85c','1','1','1','1');
INSERT INTO so_phpbb_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('11961','2','Re: Hi.','218','5','1138167171','45f68c60','1','1','1','0');
INSERT INTO so_phpbb_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('18353','2','Re: ????','206','253','1143970069','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('11967','0','Re: The Trash Compactor','2','37','1138193790','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('13049','2','helmet','187','5','1139250649','8f4f0d06','1','1','1','0');
INSERT INTO so_phpbb_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('11972','2','read the badge thread','218','5','1138169614','45f68c60','1','1','1','0');
INSERT INTO so_phpbb_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('13675','0','Re: Airbrushing','26','174','1140035212','46929241','1','1','1','1');
INSERT INTO so_phpbb_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('11977','2','Your Indian Name','164','49','1138161803','438da85c','1','1','1','1');
INSERT INTO so_phpbb_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('11978','0','Re: Your Indian Name','49','164','1138199183','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('11990','0','Re: Chewie Costume','6','60','1138228736','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('11994','0','Re: hey loki','26','92','1138230254','469d3f4e','1','1','1','1');
INSERT INTO so_phpbb_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('16910','2','Money for Snowtrooper parts','193','5','1142694719','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('12002','0','which?','26','160','1138231411','469d3f4e','1','1','1','1');
INSERT INTO so_phpbb_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('12012','0','Re: Photos','6','88','1138239673','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('17605','2','Re: Stormtroopers','188','101','1143385203','c748d0c3','1','0','1','1');
INSERT INTO so_phpbb_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('12019','0','Re: Trash compactor','5','60','1138246668','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('12023','0','Congrats!','23','35','1138249269','ac996166','1','1','1','1');
INSERT INTO so_phpbb_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('12108','0','Re: Trashcompactor ?','49','148','1138368902','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('17121','2','Re: Rebel Legion','4','174','1142909714','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16255','0','Re: st pats day','4','134','1142178916','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('12641','0','Re: ChattaCon','7','218','1138863236','98a3650b','1','1','1','1');
INSERT INTO so_phpbb_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('17759','2','Re: leftover snow helmet?','8','65','1143498133','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('13321','2','Hey!','164','52','1139518001','438da85c','1','1','1','1');
INSERT INTO so_phpbb_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('17222','0','Re: yo','19','174','1142989647','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('12278','2','Hey Skip....','57','4','1138436956','466284f0','1','1','1','0');
INSERT INTO so_phpbb_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('12280','0','Re: Thanks','4','93','1138466280','4435463c','1','1','1','1');
INSERT INTO so_phpbb_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('12282','0','Re: Hey Skip....','4','57','1138466702','4435463c','1','1','1','1');
INSERT INTO so_phpbb_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('18012','2','Re: Wish we could have talked more','4','209','1143595350','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('12317','0','thanks','4','6','1138721325','4435463c','1','1','1','1');
INSERT INTO so_phpbb_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('14388','0','Re: Dragon con reserved','70','68','1140494602','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('12310','2','Re: Hey Skip....','57','4','1138518822','466284f0','1','1','1','0');
INSERT INTO so_phpbb_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('12311','0','E-11 stocks','5','75','1138522133','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('12314','0','Re: Trashcompactor ?','49','148','1138549405','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('18097','2','Re: Forum Stuff','2','61','1143724448','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('12644','0','Re: Neck Seal','7','75','1138863388','98a36446','1','1','1','1');
INSERT INTO so_phpbb_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('17854','2','Re: dude','2','7','1143524641','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('12332','2','Re: Just wanted to drop you a line','6','2','1138562929','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('12333','0','Re: Just wanted to drop you a line','2','6','1138567836','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17767','2','Just confirming','2','238','1143441700','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('12639','2','Re: ChattaCon','218','7','1138862681','45f68c60','1','1','1','0');
INSERT INTO so_phpbb_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('17696','2','Fast, quality, QUICK costume help!','2','3','1143440562','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('18007','2','Re: TK armor','4','52','1143595389','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17677','2','Re: Access?','2','206','1143476469','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15132','2','Just checking in','62','61','1141151889','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('14542','2','DC','8','7','1140569888','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14997','0','Re: material question','28','2','1141062534','d8b404ea','1','0','1','1');
INSERT INTO so_phpbb_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('13668','0','Re: Parade Idea','61','174','1140028808','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('17992','2','Re: Look what I found...','252','4','1143599039','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('12457','2','Blizzard Force Link','54','7','1137763562','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('17717','2','Re: conversations','2','93','1143487712','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15341','0','Re: photobucket pics','26','87','1141347737','46959583','1','0','1','1');
INSERT INTO so_phpbb_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('15555','2','Re: atlanta parade','209','4','1141640352','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('12386','0','Re: TC armor or TK?','3','209','1138624886','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15567','2','my contact info','209','61','1141658064','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('12395','0','Re: Trashcompactor ?','49','148','1138628413','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('12396','0','Re: TC armor or TK?','3','209','1138628631','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17684','2','Re: conversations','2','93','1143481308','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17711','2','Re: conversations','2','93','1143486177','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18132','2','Re: Update','4','62','1143676332','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18206','2','Re: Payment','4','60','1143833183','41d6646e','1','0','1','0');
INSERT INTO so_phpbb_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('12437','0','Re: a couple of questions about your armor','209','160','1138655001','1897dbbe','1','1','1','1');
INSERT INTO so_phpbb_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('18330','0','greetings','19','4','1143927203','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('12419','0','Re: a couple of questions about your armor','160','209','1138649991','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('13757','0','Hey, buddy','7','160','1140057839','cdbc750c','1','1','1','1');
INSERT INTO so_phpbb_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('15580','2','sorry... gauntlets, again','209','3','1141673067','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('12424','0','Re: a couple of questions about your armor','160','209','1138653711','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('15803','2','Re: TC armor or TK?','209','3','1141830548','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('12429','0','Re: a couple of questions about your armor','160','209','1138654096','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('12431','0','Re: a couple of questions about your armor','209','160','1138654239','1897dbbe','1','1','1','1');
INSERT INTO so_phpbb_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('15899','2','Congrats!','209','61','1141841513','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('12433','0','Re: a couple of questions about your armor','160','209','1138654555','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('16060','2','t-visor lens','209','26','1141928890','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('13060','0','Re: hey buddy','26','160','1139257668','46958ce2','1','1','1','1');
INSERT INTO so_phpbb_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('12449','2','E-11 orders','163','5','1138666258','46983d5d','1','1','1','1');
INSERT INTO so_phpbb_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('12450','0','Re: E-11 orders','5','163','1138667352','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('18098','2','Re: TK Suit','4','60','1143691686','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('12462','0','Re: To protect the innocent... like innocent little me  :)','2','147','1138681101','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('18301','2','editing posts','4','49','1143867023','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18322','2','Re: editing posts','4','49','1143910438','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15630','0','Re: hey there','153','4','1141703098','4035733f','1','0','1','1');
INSERT INTO so_phpbb_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('12477','2','Re: E-11 orders','163','5','1138728623','435df202','1','1','1','1');
INSERT INTO so_phpbb_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('17741','2','Board adjustments','2','55','1143467085','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('13341','0','........','45','87','1139547610','41c53fba','1','1','1','1');
INSERT INTO so_phpbb_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('17321','0','Re: yo dude!','61','49','1143049639','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18103','2','Re: Drax, need your 2 cents','2','6','1143722538','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17705','2','Re: Fast, quality, QUICK costume help!','2','3','1143486248','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17580','2','Re: Jenn's PM to me','8','7','1143246042','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14647','2','Re: DC','8','7','1140651251','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('12635','0','ChattaCon','7','218','1138862590','98a36447','1','1','1','1');
INSERT INTO so_phpbb_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('17656','2','Re: Laser Keyboard','2','61','1143468358','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15622','0','Hey!','93','35','1141700883','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17797','2','testing','2','3','1143497782','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('12633','0','Re: Neck Seal','7','75','1138862478','98a3648a','1','1','1','1');
INSERT INTO so_phpbb_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('15619','0','get on im','174','45','1141699982','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('18327','2','Re: Arkansas..','4','26','1143910016','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16235','0','st pats day','4','134','1142095400','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15649','2','Yikes! I hope nothing's wrong here.','209','61','1141696425','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('12585','0','Re: Saturday afternoon','3','160','1138824466','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('12587','2','Re: February's Plan B','65','8','1138824995','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('12588','0','Re: February's Plan B','8','65','1138825141','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('13316','0','what's up','19','45','1139515170','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('14991','0','Re: material question','2','28','1141061320','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('12937','0','dewback pauldron','55','101','1139176821','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('16362','0','Re: huh?','61','2','1142348010','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('12614','0','Re: project','8','34','1138846915','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('12866','0','Re: Glenny','7','33','1139065548','98a3648a','1','1','1','1');
INSERT INTO so_phpbb_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('12658','0','Re: Yo!!!!','49','75','1138888571','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('16161','2','CO and XO','209','231','1142011059','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('12663','0','Yo!!','49','43','1138890721','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('14381','0','Re: Neck seal thread','7','163','1140488891','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('16133','2','Re: Event people needed ASAP','209','61','1141986029','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('12670','0','Re: more about getting armor','3','209','1138895729','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('12717','0','congrats','160','51','1138912432','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('12720','0','Re: Dooku','88','219','1138913315','a081cb13','1','1','1','1');
INSERT INTO so_phpbb_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('12865','2','Glenny','33','7','1139040264','469c1223','1','1','1','1');
INSERT INTO so_phpbb_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('13325','0','badger badger badger heh','34','75','1139531668','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('12735','0','Re: Dooku','88','219','1138923512','a081cb13','1','1','1','1');
INSERT INTO so_phpbb_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('12738','2','Re: Dooku','219','88','1138923808','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('12743','2','Re: ChattaCon','218','7','1138902018','45f68c60','1','1','1','0');
INSERT INTO so_phpbb_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('12745','0','Re: ChattaCon','7','218','1138927014','cdbc750d','1','1','1','1');
INSERT INTO so_phpbb_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('12749','0','Re: I salute you, sir!','7','65','1138927271','cdbc740c','1','1','1','1');
INSERT INTO so_phpbb_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('13671','2','your nomination','54','88','1140029199','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('14693','0','Re: NC-17','2','88','1140673868','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('12769','0','Re: HELMET','5','101','1138933276','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17850','2','Re: dude','2','7','1143523587','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17970','2','speaking of Outpost shirts','2','7','1143562574','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('12795','2','Re: thanks','6','4','1138939793','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('12796','2','Re: thanks','6','4','1138940783','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('12797','2','pike pics/description','6','4','1138941777','4549723b','1','1','1','1');
INSERT INTO so_phpbb_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('12798','0','Re: pike pics/description','4','6','1138973059','4435463c','1','1','1','1');
INSERT INTO so_phpbb_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('13669','0','your nomination','54','88','1140029199','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('12809','2','Re: pike pics/description','6','4','1138983697','cfcbfe6e','1','1','1','1');
INSERT INTO so_phpbb_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('12826','0','Re: Thermal Detonators','5','43','1139000301','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('12830','0','Re: Dooku','88','219','1139002729','a081cb13','1','1','1','1');
INSERT INTO so_phpbb_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('12833','0','saturday','8','101','1139003608','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('12841','2','Re: Dooku','219','88','1139003168','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('15613','0','apology','62','68','1141697742','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('15615','2','Re: ???????????????','62','55','1141697375','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('16479','2','contact me','206','26','1142381751','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('12931','0','Re: Armor','7','101','1139169053','cdbc750d','1','1','1','1');
INSERT INTO so_phpbb_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('13008','2','[NC-17] TROPHY-CASE','147','61','1139197802','18d664dd','1','1','1','0');
INSERT INTO so_phpbb_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('13022','0','Re: NC-17 thread','2','37','1139234747','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16377','2','under armor','209','231','1142350542','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('13046','0','?','8','87','1139246214','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('18372','2','Re: Wife workin??','206','253','1143971476','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('13064','0','Re: hey buddy','26','160','1139259177','46958ce2','1','1','1','1');
INSERT INTO so_phpbb_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('13069','0','Heres to ya','101','160','1139263820','98a3648a','1','1','1','1');
INSERT INTO so_phpbb_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('13081','2','Re: helmet','187','5','1139268361','8f4f0d06','1','1','1','0');
INSERT INTO so_phpbb_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('18148','2','Re: I am loopy.','65','238','1143748676','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('13086','0','Re: ?','8','87','1139278175','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('13088','0','Re: swag','92','53','1139278232','471f0456','1','1','1','0');
INSERT INTO so_phpbb_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('13089','0','Re: Clone armor','70','53','1139278260','1897b8d1','1','1','1','1');
INSERT INTO so_phpbb_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('17144','2','hey man','4','19','1142909926','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('13125','0','Registering with the 501st site.','71','57','1139339596','46628e7c','1','1','1','1');
INSERT INTO so_phpbb_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('17931','2','Sig','172','4','1143569309','443491fa','1','0','1','1');
INSERT INTO so_phpbb_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('13103','0','Picture','174','160','1139289016','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('13115','0','Re: ?','8','87','1139324528','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('13126','2','Registering with the 501st site.','71','57','1139339596','46628e7c','1','1','1','1');
INSERT INTO so_phpbb_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('13130','0','Fettu! ARMOR-U!!!','74','28','1139351555','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('13132','0','Re: ANH Helmet','26','87','1139352672','469293db','1','1','1','1');
INSERT INTO so_phpbb_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('17193','2','Spiders','193','26','1142968539','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('13744','0','Re: .... dude....','2','160','1140053271','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('13682','0','Re: birthday party cool springs friday','172','13','1140038479','45f53d63','1','1','1','0');
INSERT INTO so_phpbb_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('16623','2','Re: Prop Party','209','231','1142442889','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('13163','2','Re: Fettu! ARMOR-U!!!','28','74','1139366915','d8b4049e','1','1','1','1');
INSERT INTO so_phpbb_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('13164','0','Re: Fettu! ARMOR-U!!!','74','28','1139367793','443ebf60','1','1','1','1');
INSERT INTO so_phpbb_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('13169','2','Re: Fettu! ARMOR-U!!!','28','74','1139372290','d8b4049e','1','1','1','1');
INSERT INTO so_phpbb_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('13312','0','Re: con badges.','75','37','1139511226','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('17944','2','Re: Suzanne...','62','56','1143582544','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('16463','2','applesauce','209','61','1142375608','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('13311','0','Re: Con badges','160','75','1139511071','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('16384','2','Re: under armor','209','231','1142353057','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('13191','0','Re: Atin Party 2/25','61','209','1139410932','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('17943','0','A*SHOLE!!!','61','188','1143585965','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('13193','0','Feb 25, Armor Party','61','218','1139411133','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('16359','0','Re: coreys issue','3','4','1142347559','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('13681','2','birthday party cool springs friday','13','172','1140019767','d8fd9a63','1','1','1','1');
INSERT INTO so_phpbb_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('13241','0','Yo!','49','75','1139437903','4411bdb9','1','1','1','1');
INSERT INTO so_phpbb_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('17942','0','Re: hiya','26','34','1143584411','4413eca0','1','0','1','1');
INSERT INTO so_phpbb_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('17940','0','12 Figures','101','11','1143584090','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('16980','0','cosi','4','5','1142866208','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('13275','0','Feb 25 Armor Party','61','48','1139481408','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('13279','2','Neck seals','163','7','1139483360','44d67adc','1','1','1','1');
INSERT INTO so_phpbb_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('13280','0','Re: Neck seals','7','163','1139490507','cfbf0571','1','1','1','1');
INSERT INTO so_phpbb_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('13281','0','con badges.','37','75','1139490746','0c0da104','1','1','1','1');
INSERT INTO so_phpbb_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('13283','0','Re: Yo!','49','75','1139492288','44717191','1','1','1','1');
INSERT INTO so_phpbb_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('13287','0','officer uniform','70','107','1139494430','d1026652','1','1','1','1');
INSERT INTO so_phpbb_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('13288','0','Con badges','160','75','1139496553','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('13301','0','Song from the 501st Video','64','164','1139508152','c6b1e8fd','1','1','1','1');
INSERT INTO so_phpbb_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('17939','2','Re: The nightmares of moving house','65','3','1143583099','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('13367','0','Re: what's up','19','45','1139579897','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('13371','2','rank bars','163','5','1139591125','435df202','1','1','1','1');
INSERT INTO so_phpbb_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('13373','0','Re: EP III pauldron','5','163','1139595704','4434c822','1','1','1','1');
INSERT INTO so_phpbb_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('13384','0','Re: What's the good word?!?!?','49','58','1139599481','410421e5','1','1','1','1');
INSERT INTO so_phpbb_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('17691','2','ahhhhh, shucks!!!!!!!!','251','56','1143483457','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18385','2','Hey','174','56','1143969510','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('17079','2','Re: Pizza the size of your head','174','19','1142898797','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('13428','2','unauthorized commercial?','28','3','1139613611','d8b40404','1','1','1','1');
INSERT INTO so_phpbb_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('13944','0','Re: about what you posted on the split board','43','34','1140137152','44eef45d','1','1','1','1');
INSERT INTO so_phpbb_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('13411','0','Re: What's the good word?!?!?','5','58','1139613223','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('13942','0','Re: custom Mando','7','209','1140136188','cdbc750d','1','1','1','1');
INSERT INTO so_phpbb_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('13425','0','bug','19','35','1139618841','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17259','0','Re: OH SHOOT!','7','49','1143000408','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('13434','0','Re: mission report...','3','28','1139621021','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('13435','0','Re: unauthorized commercial?','3','28','1139621129','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('13442','0','Re: Feb 18 th','7','101','1139631473','400c748a','1','1','1','1');
INSERT INTO so_phpbb_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('13497','0','Belt for Corey','174','45','1139677573','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('17938','0','Re: The nightmares of moving house','65','3','1143583099','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('13468','0','Terminally ill ky kid','61','60','1139655960','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('13478','0','Blaster','174','187','1139667104','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('13502','0','Re: Dooku','88','219','1139680426','48966e6b','1','1','1','1');
INSERT INTO so_phpbb_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('16627','2','Re: Links and Roster request','252','61','1142443113','44346079','1','0','1','0');
INSERT INTO so_phpbb_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('17461','2','Re: Star Wars extras on sale cheap','193','61','1143127370','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('13516','2','Re: Blaster','187','174','1139681156','41016c93','1','1','1','0');
INSERT INTO so_phpbb_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('13517','0','Re: Blaster','174','187','1139696001','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('13519','0','con badge','62','75','1139696794','98a3648a','1','1','1','1');
INSERT INTO so_phpbb_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('13520','1','neck seal','62','107','1139697121','98a3648a','1','1','1','1');
INSERT INTO so_phpbb_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('18034','2','Hey','193','26','1143645607','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('13523','0','Re: Belt','61','174','1139704166','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('13525','0','I hope you will read this','61','87','1139704744','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('18336','2','Re: Hi Chuck!','261','75','1143901073','4104f54c','1','0','1','1');
INSERT INTO so_phpbb_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('13547','1','neck seal','7','107','1139792173','cdbc74c8','1','1','1','1');
INSERT INTO so_phpbb_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('13549','0','Hey Chuck!','93','75','1139803261','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('16561','2','Re: under armor','209','231','1142428323','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('13557','0','Birthday party','172','33','1139808092','45f53d63','1','1','1','0');
INSERT INTO so_phpbb_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('13563','2','Re: Birthday party','33','172','1139809976','469c1223','1','1','1','1');
INSERT INTO so_phpbb_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('13568','0','Greedo Help please','61','147','1139837296','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('13937','0','Re: Garrison Split','7','64','1140135391','cdbc750d','1','1','1','1');
INSERT INTO so_phpbb_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('13571','0','Snowtrooper Armor','204','204','1139847685','189f080c','1','1','1','1');
INSERT INTO so_phpbb_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('17937','2','Re: The nightmares of moving house','3','65','1143580386','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('13931','0','Election posts','20','160','1140129077','ce17d9af','1','1','1','1');
INSERT INTO so_phpbb_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('13581','0','Airbrushing','26','174','1139881911','469293ad','1','1','1','1');
INSERT INTO so_phpbb_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('18051','2','Re: decatur event','172','19','1143647441','d8b76a1b','1','0','1','1');
INSERT INTO so_phpbb_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('17528','2','Re: Rebel Legion','174','4','1143175211','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16577','2','Re: Prop Party','209','231','1142430897','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('13593','0','Re: Boba Fett Don Post helmet?','188','209','1139892025','d859e1b4','1','1','1','1');
INSERT INTO so_phpbb_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('13597','0','supresor','188','18','1139893138','d859e1b4','1','1','1','1');
INSERT INTO so_phpbb_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('17915','2','Re: Ghost Hunting...','172','152','1143571161','443491fa','1','0','1','1');
INSERT INTO so_phpbb_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('17936','0','Re: Suzanne...','62','7','1143582614','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('13605','0','RL Voting','174','35','1139937601','45f5386d','1','1','1','1');
INSERT INTO so_phpbb_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('13608','0','Pens for food capsules','193','174','1139946091','a12dcda1','1','1','1','0');
INSERT INTO so_phpbb_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('18035','2','Don Post Helment','193','26','1143564125','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('16791','2','scorches','187','61','1142533679','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('13612','0','Re: RL Voting','35','174','1139955007','185c4c1c','1','1','1','1');
INSERT INTO so_phpbb_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('16988','0','Re: cosi','5','4','1142866709','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('13625','0','Re: Airbrushing','26','174','1139964357','46958d3f','1','1','1','1');
INSERT INTO so_phpbb_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('14584','0','Re: access','2','171','1140629392','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('13852','0','Re: Dooku','219','88','1140075127','45aaca89','1','1','1','1');
INSERT INTO so_phpbb_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('13712','0','Re: con badge','62','75','1140046190','a7b50cc9','1','1','1','1');
INSERT INTO so_phpbb_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('13886','0','Hey Cray','5','160','1140108201','41068ca1','1','1','1','1');
INSERT INTO so_phpbb_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('17964','2','Pulse website','174','4','1143595035','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('13885','0','women are evil?','34','160','1140106751','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('13734','0','Events on 18th','93','101','1140052450','ccfa9479','1','1','1','1');
INSERT INTO so_phpbb_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('13735','0','.... dude....','2','160','1140052722','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('13738','0','Don't','26','160','1140052984','46929064','1','1','1','1');
INSERT INTO so_phpbb_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('13743','0','Re: Don't','26','160','1140053251','46929064','1','1','1','1');
INSERT INTO so_phpbb_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('13763','0','Re: .... dude....','2','160','1140058952','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16213','2','Re: MidsouthCon','172','26','1142007633','d8b76a1b','1','0','1','0');
INSERT INTO so_phpbb_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('17923','2','Re: Ghost Hunting...','172','152','1143573444','443491fa','1','0','1','1');
INSERT INTO so_phpbb_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('13792','0','fett gloves','19','180','1140063667','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('15618','2','armor party','187','5','1141690310','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('16247','0','Re: hey man,','71','4','1142138461','466295dd','1','0','1','1');
INSERT INTO so_phpbb_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('13864','0','pms','8','160','1140096256','44d15415','1','1','1','1');
INSERT INTO so_phpbb_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('13802','0','a mean PM','2','34','1140063998','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14871','0','Didn't go as planned....','7','34','1140971239','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('15291','0','Re: Names for Roster','231','88','1141324997','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('13815','2','Re: 25th armor bash','22','5','1140064464','4150284d','1','1','1','1');
INSERT INTO so_phpbb_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('13817','0','Sorry, no mean PMs for you.','7','34','1140064582','cdbc74cb','1','1','1','1');
INSERT INTO so_phpbb_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('13819','0','Re: a mean PM','2','34','1140064607','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('13861','0','Re: thinking about taking a break','3','34','1140094681','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('13826','0','Re: a mean PM','2','34','1140064898','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('15602','0','Re: wedding','55','8','1141690235','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('13829','0','hey','34','43','1140064925','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('13831','0','Re: Sorry, no mean PMs for you.','7','34','1140064969','cdbc7407','1','1','1','1');
INSERT INTO so_phpbb_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('13835','0','Re: a mean PM','2','34','1140065233','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('13838','0','Re: hey','43','34','1140065567','44eef45d','1','1','1','1');
INSERT INTO so_phpbb_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('13860','0','dude, saw your post','2','160','1140094540','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('13842','0','Re: a mean PM','2','34','1140065770','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('13846','0','not a mean post :D','34','160','1140066650','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('13847','0','bad day','65','160','1140067240','454958df','1','1','0','1');
INSERT INTO so_phpbb_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('13854','2','Re: 25th armor-assault','22','61','1140064626','4150284d','1','1','1','1');
INSERT INTO so_phpbb_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('13856','2','bad day','65','160','1140067240','454958df','1','1','0','1');
INSERT INTO so_phpbb_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('13900','0','Re: women are evil?','160','34','1140115490','d0ffd002','1','1','1','1');
INSERT INTO so_phpbb_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('13901','0','Hey','52','101','1140115510','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('13905','0','ALL OF THIS IS YOU AND ME ONLY','101','160','1140116010','400c7484','1','1','1','1');
INSERT INTO so_phpbb_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('17284','0','Address','5','6','1143002757','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('13909','0','Re: women are evil?','34','160','1140116864','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('16824','2','Re: sorry... gauntlets, again','209','3','1142526148','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('13912','0','Re: armor party question','61','209','1140117331','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('13915','0','about what you posted on the split board','34','43','1140119841','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('13916','0','Re: Hey','52','101','1140120016','18b1b942','1','1','1','1');
INSERT INTO so_phpbb_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('14387','2','Dragon con reserved','68','70','1140492603','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('13920','2','spiliting the outpost','54','3','1140121927','aa8d6d21','1','1','1','1');
INSERT INTO so_phpbb_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('13953','0','hey you doin ok??','2','160','1140141071','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('13954','0','Re: Election posts','160','20','1140141071','449fb530','1','1','1','1');
INSERT INTO so_phpbb_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('13958','0','Re: Election posts','20','160','1140141241','4750189c','1','1','1','1');
INSERT INTO so_phpbb_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('13960','0','Re: hey you doin ok??','2','160','1140141437','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('13962','0','Re: about what you posted on the split board','34','43','1140141533','186096f2','1','1','1','1');
INSERT INTO so_phpbb_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('13966','0','argument','26','65','1140142294','4320c1e6','1','1','1','1');
INSERT INTO so_phpbb_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('17170','0','Re: msc rooms','56','4','1142962230','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('13971','2','Re: argument','65','26','1140142948','454958df','1','1','1','1');
INSERT INTO so_phpbb_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('13973','0','Coming to Memphis','75','88','1140143194','185c56da','1','1','1','1');
INSERT INTO so_phpbb_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('17540','0','Adventure con','61','20','1143216158','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16723','2','Re: the asshole','38','26','1142472733','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('13976','0','Re: We need to talk.','55','38','1140143789','4623bfed','1','1','1','1');
INSERT INTO so_phpbb_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('17216','0','command staff expansion/other rumors','55','4','1142983018','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('13981','0','Hi','2','34','1140144013','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17219','0','Re: hey man','19','4','1142987057','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('13989','0','Monkeys','164','160','1140144969','438da85c','1','1','1','1');
INSERT INTO so_phpbb_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('14008','0','Re: Coming to Memphis','88','75','1140147068','48966e6b','1','1','1','1');
INSERT INTO so_phpbb_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('18329','0','Re: Hook','251','26','1143927185','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17986','2','Re: Look what I found...','4','252','1143598491','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16495','2','Re: contact me','206','26','1142384108','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('16476','2','Re: coreys issue','3','4','1142347559','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18315','0','directions','5','26','1143915626','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('18311','0','Re: Arkansas..','4','26','1143910016','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15230','0','???????????','55','238','1141253532','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16493','2','Re: contact me','206','26','1142384075','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('16955','0','Re: HLEP ME OUT','3','101','1142824871','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16905','2','Re: under armor','209','231','1142430423','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('15594','0','Re: ???????????????','55','62','1141685657','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('14646','0','Down in the dumps','8','160','1140651887','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15792','0','Re: Need your input please','5','163','1141829843','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('17268','0','Re: Saturday Night!','49','52','1143000968','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15593','0','Re: need your input please','55','163','1141685038','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17346','0','Re: you kewl?','61','153','1143063879','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14174','0','501st trooper','224','171','1140220691','cdf1ef59','1','1','1','0');
INSERT INTO so_phpbb_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('17994','2','Re: Look what I found...','4','252','1143599708','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('14104','2','Monkeys','164','160','1140144969','438da85c','1','1','1','1');
INSERT INTO so_phpbb_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('17688','0','Re: Thought you may like this !','6','101','1143483325','cfcbfe6e','1','0','1','1');
INSERT INTO so_phpbb_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('17990','2','Re: Look what I found...','4','252','1143598712','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17998','2','Re: Look what I found...','4','252','1143600207','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('14129','2','Re: fett gloves','180','19','1140176754','443993bf','1','1','1','1');
INSERT INTO so_phpbb_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('14133','0','Tonight???','61','174','1140193067','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('14134','0','501st Clone Trooper Figure','193','171','1140193074','a12dcda1','1','1','1','0');
INSERT INTO so_phpbb_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('18052','2','Re: Hey','193','26','1143649459','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('14141','0','Re: There's a rumor?','62','65','1140195856','a7b50cc9','1','1','1','1');
INSERT INTO so_phpbb_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('14564','0','Re: you never call , you never write','2','3','1140617324','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18396','2','Re: photoshop','174','188','1144003545','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('14158','0','Re: Tonight???','61','174','1140206244','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('16256','2','Re: hey man,','71','4','1142138461','466295dd','1','0','1','1');
INSERT INTO so_phpbb_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('17264','0','Re: Saturday Night!','52','49','1143000706','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('14212','3','Re: 501st trooper','171','224','1140307261','46929c48','1','1','1','0');
INSERT INTO so_phpbb_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('14213','0','Re: 501st Clone Trooper Figure','171','193','1140307292','46929c48','1','1','1','0');
INSERT INTO so_phpbb_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('14215','2','hey','187','5','1140300740','8f4f0d06','1','1','1','0');
INSERT INTO so_phpbb_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('18405','2','signature','174','26','1144006515','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('14221','0','Re: hacked','19','174','1140337239','189f3504','1','1','1','1');
INSERT INTO so_phpbb_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('17116','2','Rebel Legion','174','4','1142908936','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('14225','0','Re: Huh?','61','174','1140359220','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('17126','2','Re: Rebel Legion','174','4','1142909914','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('14229','0','Re: Huh?','61','174','1140361351','189f39c0','1','1','1','1');
INSERT INTO so_phpbb_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('17080','2','AIM','174','19','1142898864','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('17133','2','AFT comment','174','70','1142912852','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('14327','2','Re: What part of East Ridge?','210','64','1140448397','45fe5dd6','1','0','1','0');
INSERT INTO so_phpbb_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('17137','2','Re: AFT comment','174','70','1142913055','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('14256','0','What part of East Ridge?','64','210','1140399828','45496868','1','0','1','1');
INSERT INTO so_phpbb_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('14263','0','Re: Hi','2','34','1140400996','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14326','0','Re: What part of East Ridge?','210','64','1140448397','45fe5dd6','1','0','1','0');
INSERT INTO so_phpbb_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('14268','0','Re: access','2','160','1140401156','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14272','0','Re: access','2','160','1140401301','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14276','0','Re: Hi','2','34','1140401444','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14320','0','Re: What part of East Ridge?','64','210','1140447823','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('17226','2','Re: yo','174','19','1142989767','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('14284','0','Calendar','174','160','1140407790','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('14292','2','"Yes, I am a pirate..."','164','2','1140411072','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('14293','0','Re: "Yes, I am a pirate..."','2','164','1140411278','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14324','0','Re: What part of East Ridge?','64','210','1140448100','c6b1e8fd','1','0','1','1');
INSERT INTO so_phpbb_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('18050','2','Re: Ghost Hunting...','172','152','1143657356','d8b76a1b','1','0','1','1');
INSERT INTO so_phpbb_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('17228','2','got a few','174','19','1142991826','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('14323','2','Re: What part of East Ridge?','210','64','1140448048','45fe5dd6','1','0','1','0');
INSERT INTO so_phpbb_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('14301','0','Re: Hi','2','34','1140412628','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14302','2','Re: "Yes, I am a pirate..."','164','2','1140412589','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('15232','2','snowtrooper armor','224','61','1141249107','a12df6dd','1','0','1','0');
INSERT INTO so_phpbb_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('14304','0','Re: "Yes, I am a pirate..."','2','164','1140412747','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14309','0','Re: Contact Info for Kid','61','60','1140437603','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14311','0','Re: What part of East Ridge?','210','64','1140439923','45fe5dd6','1','0','1','0');
INSERT INTO so_phpbb_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('14463','2','Avatar','164','62','1140477809','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('14318','2','Re: What part of East Ridge?','210','64','1140439923','45fe5dd6','1','0','1','0');
INSERT INTO so_phpbb_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('14674','3','Re: 501st trooper','171','224','1140662131','c6925648','1','0','1','0');
INSERT INTO so_phpbb_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('14546','0','Re: Is your email down?','74','28','1140586215','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('18059','2','Re: Hey','193','26','1143663186','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('14454','0','Message for you sir!','2','6','1140554311','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18006','0','Re: sig','174','4','1143601566','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18384','2','Re: One last thing...','206','253','1143972091','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('14673','2','Re: 501st trooper','224','171','1140659974','cdf1ef59','1','0','1','0');
INSERT INTO so_phpbb_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('14398','0','Havoc report','3','28','1140526584','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15233','0','Re: snowtrooper armor','61','224','1141255659','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14462','0','Is your email down?','74','28','1140558923','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('14469','0','Re: Mando Movie','19','33','1140562421','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('14412','0','Drax need a comment in COC','2','6','1140530423','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('14572','0','Re: you never call , you never write','2','3','1140623307','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('14417','0','Birthdaycon (novacon)','34','37','1140532983','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('14423','0','Re: Trash Compactor','2','43','1140533872','d110f232','1','0','1','0');
INSERT INTO so_phpbb_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('14426','0','Re: Birthdaycon (novacon)','37','34','1140534920','0c0da104','1','0','1','1');
INSERT INTO so_phpbb_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('14490','0','Re: Whats it worth ! ??','5','101','1140569646','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('14493','0','Cake','231','231','1140570427','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('14499','2','Cake','231','231','1140570427','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('14660','0','Re: 501st trooper','224','171','1140659974','cdf1ef59','1','0','1','0');
INSERT INTO so_phpbb_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('15592','0','look what is my fault.','62','8','1141683974','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('14519','0','hey baby','62','160','1140575610','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17475','2','Re: !!!!!!','3','62','1143083316','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14598','0','Re: Terminally ill ky kid','61','60','1140632483','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14552','2','Cake','231','61','1140572885','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('14696','2','Re: 25th armor-assault shuttle','22','61','1140670243','4150284d','1','0','1','1');
INSERT INTO so_phpbb_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('14700','2','Extra stuff for sale','193','10','1140635030','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('14701','0','Re: Extra stuff for sale','10','193','1140694788','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('14704','0','RL members','2','33','1140698525','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15124','0','Re: Gunners Helmet','61','210','1141146717','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17614','2','Sorry','174','26','1143405031','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('14710','0','Re: Suggestion','5','174','1140706052','4434c822','1','0','1','1');
INSERT INTO so_phpbb_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('14714','2','I love you!!!','164','160','1140669078','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('14736','2','Re: Extra stuff for sale','193','10','1140702017','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('14739','0','Re: Extra stuff for sale','10','193','1140724037','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('14740','2','Re: ???','172','19','1140724001','443491fa','1','0','1','0');
INSERT INTO so_phpbb_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('17907','0','Re: Ghost Hunting...','152','172','1143570696','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('17932','0','Re: The nightmares of moving house','3','65','1143580386','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('14744','2','Re: ???','172','19','1140726479','443491fa','1','0','1','0');
INSERT INTO so_phpbb_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('17976','2','sig','174','4','1143597546','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16179','0','Re: Access upgrade','2','215','1142023031','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18009','2','Re: sig','174','4','1143601566','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('17623','2','Any word?','174','5','1143431842','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16178','2','Re: Access upgrade','215','2','1142022977','44eef45d','1','0','1','1');
INSERT INTO so_phpbb_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('17386','0','Re: Regarding Jenn','7','8','1143075177','98a364c4','1','0','1','1');
INSERT INTO so_phpbb_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('16540','2','Re: Not looking for a solution,merely a tiny vent.','3','27','1142397740','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15134','2','Pre-Event Submitted for Command Staff Approval','193','3','1141149365','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('14787','0','Re: about Crayfish','49','34','1140788396','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17930','2','The nightmares of moving house','65','3','1143579941','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('16618','0','Re: It's "ner vod" not "ver nod"','61','64','1142442538','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14867','5','Coruscant Fire Brigade','10','3','1140959812','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('14808','0','We missed ya, man!','209','160','1140809376','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('16696','2','Re: ginger!','3','26','1142399786','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('14825','0','Re: Girl in Pic','219','43','1140824895','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('14826','2','Re: Girl in Pic','219','43','1140824895','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('14827','0','Re: Girl in Pic','43','219','1140827544','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('17118','2','MSC and Dallas','209','26','1142899601','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('14830','0','hey','19','187','1140830252','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('17660','2','Pics','234','61','1143469923','185f7ee9','1','0','1','0');
INSERT INTO so_phpbb_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('18044','0','Re: WHen you are gone','61','174','1143650069','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14848','0','Info to pass to the local rebels','193','33','1140885057','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('14841','0','New subject line!','219','43','1140843787','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('14842','2','New subject line!','219','43','1140843787','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('14843','2','Re: hey','187','19','1140836767','4413ed20','1','0','1','0');
INSERT INTO so_phpbb_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('14844','2','phone numbers','187','19','1140837538','4413ed20','1','0','1','0');
INSERT INTO so_phpbb_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('14845','0','Re: hey','19','187','1140846688','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('17659','0','Starlas Mando','5','188','1143470094','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('14851','2','The hunt','164','2','1140899347','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('14852','0','Re: The hunt','2','164','1140899734','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('18214','2','profile missing','55','27','1143846969','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17002','0','TK armor','52','4','1142872122','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('14861','2','Re: The hunt','164','2','1140916988','438da85c','1','0','1','1');
INSERT INTO so_phpbb_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('14863','0','Re: Heeeeellllpppp!','2','164','1140936840','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14864','0','Re: The hunt','2','164','1140936921','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14865','2','Re: Extra stuff for sale','193','10','1140809190','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('14866','0','Re: Extra stuff for sale','10','193','1140957559','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('17283','0','Re: Expansion screw','5','52','1143002476','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('14874','0','your login','2','180','1140976349','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('14875','0','Death Star Officer Costume','231','145','1140981445','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16845','0','rank badge page','56','5','1142569057','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('14879','2','Re: your login','180','2','1140983452','443993bf','1','0','1','1');
INSERT INTO so_phpbb_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('14881','0','Re: rank plate','5','124','1140987312','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('14883','2','Death Star Officer Costume','231','145','1140981445','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('14884','0','Re: Death Star Officer Costume','145','231','1140995230','44125bc3','1','0','1','0');
INSERT INTO so_phpbb_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('14885','0','Re: Death Star Officer Costume','145','231','1140995546','44125bc3','1','0','1','0');
INSERT INTO so_phpbb_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('14887','2','figures','187','26','1140992716','4413ed20','1','0','1','0');
INSERT INTO so_phpbb_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('14889','0','Re: figures','26','187','1140996844','46928fe1','1','0','1','1');
INSERT INTO so_phpbb_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('14890','2','Re: Death Star Officer Costume','145','231','1140995230','44125bc3','1','0','1','0');
INSERT INTO so_phpbb_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('14891','2','Re: Death Star Officer Costume','145','231','1140995546','44125bc3','1','0','1','0');
INSERT INTO so_phpbb_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('15126','2','Re: Extra stuff for sale','193','10','1141133188','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('15195','2','Bamatrooper???','210','61','1141219013','45fe5dd6','1','0','1','0');
INSERT INTO so_phpbb_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('14899','0','Re: Didn't go as planned....','7','34','1140999668','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('15123','2','Gunners Helmet','210','61','1141145637','cd90de02','1','0','1','0');
INSERT INTO so_phpbb_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('15192','2','501st SO logo...','112','3','1141191977','04995926','1','0','1','1');
INSERT INTO so_phpbb_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('15119','2','March 11th','231','61','1141142038','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16766','0','Re: COSI and stuff','61','5','1142522891','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17785','2','board','174','19','1143428798','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('14937','0','morning','4','3','1141048844','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('14938','2','Coveralls','18','145','1141021321','42260442','1','0','1','0');
INSERT INTO so_phpbb_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('14974','0','Re: material question','28','2','1141056488','d8b404ea','1','0','1','1');
INSERT INTO so_phpbb_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('14940','0','hey bro!','70','87','1141051177','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('14941','0','Re: hey buddy,','4','75','1141051252','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16850','0','look what i just reserved!','87','5','1142576713','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('17327','0','MidSouthCon room','88','26','1143056966','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('14948','0','Re: Source for Sintra','5','2','1141053053','4434c822','1','0','1','1');
INSERT INTO so_phpbb_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('16908','0','Money for Snowtrooper parts','193','5','1142694719','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('16924','0','Mando Templates','68','5','1142788691','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('14954','2','Thermal Detonators','231','5','1141053571','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('14955','0','Re: Thermal Detonators','5','231','1141054562','4434c822','1','0','1','1');
INSERT INTO so_phpbb_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('14957','0','material question','2','28','1141054619','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('14959','0','Re: Source for Sintra','5','2','1141054740','4434c822','1','0','1','1');
INSERT INTO so_phpbb_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('14962','0','Re: material question','28','2','1141055066','d8b404ea','1','0','1','1');
INSERT INTO so_phpbb_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('16930','0','armor weekend','187','5','1142801041','469c1481','1','0','1','1');
INSERT INTO so_phpbb_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('14965','0','Re: material question','2','28','1141055579','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16947','0','Ready for some diving?','10','5','1142817378','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('16364','0','Re: ????','61','49','1142348100','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('14970','0','Re: Mando vests','19','209','1141056241','189f3504','1','0','1','1');
INSERT INTO so_phpbb_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('16964','0','cosi and other junk','4','5','1142830829','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15308','2','Re: Names for Roster','231','88','1141324997','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('15289','0','Names for Roster','88','231','1141324540','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('15003','2','Re: figures','187','26','1141042531','8f4f0d06','1','0','1','0');
INSERT INTO so_phpbb_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('15014','0','Re: material','7','2','1141069738','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('15015','0','Re: conference time','7','2','1141069809','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('17241','2','Re: suzanne and other shit','3','4','1142996199','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15926','0','Re: Hey','7','49','1141857471','cdbc7447','1','0','1','1');
INSERT INTO so_phpbb_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('17206','0','Re: omg','153','215','1142978892','4035737d','1','0','1','1');
INSERT INTO so_phpbb_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('15031','0','Re: This weekend','26','209','1141074169','4320c1f0','1','0','1','1');
INSERT INTO so_phpbb_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('15287','2','Stuff','33','19','1141319205','d10cb552','1','0','1','1');
INSERT INTO so_phpbb_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('15338','0','Re: Events','188','88','1141346077','44356a2f','1','0','1','1');
INSERT INTO so_phpbb_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('15045','0','Re: hey buddy','2','160','1141078433','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15111','0','YO!','49','75','1141137272','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15301','0','next shing ding','19','22','1141327823','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('15049','0','Re: Hey Skip','93','4','1141078924','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17288','0','Re: Address','6','5','1143003021','4549723b','1','0','1','1');
INSERT INTO so_phpbb_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('15054','2','armor','187','5','1141078367','469d2b6f','1','0','1','0');
INSERT INTO so_phpbb_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('15055','0','Re: armor','5','187','1141082707','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('15065','0','Re: the tounge','26','4','1141085917','4101768a','1','0','1','1');
INSERT INTO so_phpbb_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('15071','0','Re: hey buddy,','4','75','1141087486','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17338','0','Re: Imperial 40K','61','2','1143061205','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17879','0','V for Vendetta','43','34','1143561337','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('15084','2','Re: armor','187','5','1141098432','469d2b6f','1','0','1','0');
INSERT INTO so_phpbb_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('17302','0','Re: Saturday night!','49','3','1143036853','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15923','0','Re: Mid South Con','70','153','1141855667','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('15096','0','Hey Strick!','134','145','1141130564','8b3704fd','1','0','1','0');
INSERT INTO so_phpbb_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('16952','0','Re: Ready for some diving?','5','10','1142823520','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('15107','0','Re: vac form material','3','2','1141133363','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15142','0','photobucket pics','26','87','1141161533','4320ca73','1','0','1','1');
INSERT INTO so_phpbb_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('17324','0','Re: Regarding Jenn','7','8','1143055756','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('15147','2','Trash Compactor','68','2','1141155946','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15148','0','Re: Trash Compactor','2','68','1141163486','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15212','0','Re: KY Lions' Children's Events','61','134','1141239596','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17632','2','Re: Any word?','174','5','1143432095','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('17277','0','Expansion screw','52','5','1143001947','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('15840','0','Re: MidSouthCon','70','88','1141840342','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('17281','0','Re: Expansion screw','52','5','1143002272','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('15167','2','Re: Hey Strick!','145','134','1141163868','44125bc3','1','0','1','0');
INSERT INTO so_phpbb_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('17231','2','Snowtrooper Armor','204','204','1139847685','189f080c','1','1','1','1');
INSERT INTO so_phpbb_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('15474','0','Re: member access','2','96','1141499831','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('15176','0','flight suit','233','145','1141196664','0459b8ec','1','0','1','0');
INSERT INTO so_phpbb_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('15213','2','Re: flight suit','145','233','1141228659','44d29b30','1','0','1','0');
INSERT INTO so_phpbb_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('15199','2','flight suit','233','145','1141196664','0459b8ec','1','0','1','0');
INSERT INTO so_phpbb_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('15200','0','Re: flight suit','145','233','1141228659','44d29b30','1','0','1','0');
INSERT INTO so_phpbb_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('17312','0','Re: Saturday night!','49','3','1143042381','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15206','2','Imperial Gunners Helmet','210','3','1141235292','cd90de02','1','0','1','0');
INSERT INTO so_phpbb_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('15207','0','Re: Imperial Gunners Helmet','3','210','1141235769','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17344','2','RL patches and your gracious help','54','35','1143058522','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('15211','0','Re: Just checking in','61','62','1141238986','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15229','0','???????????????','55','62','1141253272','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15473','2','member access','96','2','1141453520','403103df','1','0','1','1');
INSERT INTO so_phpbb_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('15246','2','Pre-Event Submitted for Command Staff Approval','193','4','1141149972','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('15522','0','Re: Clone armor','70','53','1141606971','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('15422','2','Re: Extra stuff for sale','193','10','1141413396','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('15836','0','Re: COSI Room Commander','5','6','1141839560','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('17790','2','Re: do you know when is the next prop party?','174','252','1143504127','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('15255','2','Re: thank you','22','19','1141275014','41502824','1','0','1','1');
INSERT INTO so_phpbb_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('16647','0','St Pats Parade','61','101','1142449253','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15259','0','email','19','187','1141292661','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('15260','2','Re: ???????????','238','55','1141270680','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('15282','0','Re: Extra stuff for sale','10','193','1141317386','443444b6','1','0','1','1');
INSERT INTO so_phpbb_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('17341','0','Re: hiya','61','34','1143061401','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15277','2','Re: email','187','19','1141298556','4413edd6','1','0','1','1');
INSERT INTO so_phpbb_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('18043','2','WHen you are gone','174','61','1143648481','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('15300','2','The Axe-Mando','22','19','1141327454','41502824','1','0','1','1');
INSERT INTO so_phpbb_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('15333','0','Re: ???????????','55','238','1141334509','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15310','2','Re: next shing ding','22','19','1141329517','41502824','1','0','1','1');
INSERT INTO so_phpbb_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('15312','0','Re: Names for Roster','88','231','1141330550','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('15314','0','Re: Names for Roster','231','88','1141331214','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('15318','2','Re: Names for Roster','231','88','1141331214','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16617','2','Re: Prop Party','231','209','1142436639','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('17929','0','The nightmares of moving house','65','3','1143579941','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('16550','0','Re: Fett gauntlet','28','2','1142402218','d8b404ec','1','0','1','1');
INSERT INTO so_phpbb_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('15351','0','Re: photobucket pics','26','87','1141348630','46959583','1','0','1','1');
INSERT INTO so_phpbb_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('15521','0','Re: The trip','8','7','1141601668','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15354','2','Re: ???????????','238','55','1141349198','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('17230','0','suzanne and other shit','4','3','1142993837','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16643','0','FX sabers for 49.95','174','43','1142448285','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18273','2','tomorrow','174','19','1143871784','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18027','2','Hi Chuck!','261','75','1143593336','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('15663','0','Re: Jeff','3','87','1141741945','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15405','0','Re: 501st trooper','224','171','1141405074','a12dcb21','1','0','1','0');
INSERT INTO so_phpbb_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('16903','2','Re: Boba fett templates','55','60','1142654244','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15472','0','Re: Heeeeellllpppp!','2','164','1141499763','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('15418','2','Re: ???????????????','62','55','1141407854','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('15419','2','Re: 501st trooper','224','171','1141405074','a12dcb21','1','0','1','0');
INSERT INTO so_phpbb_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('15420','0','Re: ???????????????','55','62','1141429107','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15425','0','Re: Trash compactor','2','37','1141434079','454968b2','1','0','1','0');
INSERT INTO so_phpbb_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('16284','2','Gauntlets Pull?','206','3','1142014880','189f9167','1','0','1','1');
INSERT INTO so_phpbb_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('17238','2','suzanne and other shit','4','3','1142993837','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15433','0','Re: I forgot to ask...','26','209','1141445413','4320c561','1','0','1','1');
INSERT INTO so_phpbb_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('15668','0','vest','188','7','1141745499','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17309','2','Re: Saturday night!','3','49','1143039180','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15445','0','flight suit and acc.','163','145','1141479800','44dc8973','1','0','1','1');
INSERT INTO so_phpbb_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('15448','0','Re: Imperial ranks','5','163','1141480336','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('15451','0','Re: flight suit and acc.','145','163','1141484051','415033ed','1','0','1','0');
INSERT INTO so_phpbb_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('15835','2','COSI Room Commander','6','5','1141839527','cfcbfe6e','1','0','1','1');
INSERT INTO so_phpbb_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('15455','2','Re: flight suit and acc.','145','163','1141484051','415033ed','1','0','1','0');
INSERT INTO so_phpbb_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('18028','0','Re: Hi Chuck!','75','261','1143614219','185c56da','1','0','1','1');
INSERT INTO so_phpbb_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('16541','0','ginger!','26','3','1142398424','469c134d','1','0','1','1');
INSERT INTO so_phpbb_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('15481','2','gauntlets','206','5','1141506589','18f1df20','1','0','1','1');
INSERT INTO so_phpbb_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('15482','2','March 11th Prop Party','206','61','1141507338','18f1df20','1','0','1','1');
INSERT INTO so_phpbb_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('15495','2','Re: ???????????????','62','55','1141517590','cdbc740a','1','0','1','1');
INSERT INTO so_phpbb_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('15496','0','Re: ???????????????','55','62','1141534118','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('15499','2','Got Gauntlets?','206','26','1141517208','18f1df20','1','0','1','1');
INSERT INTO so_phpbb_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('15511','0','yo!!','49','75','1141574548','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15510','2','Re: member access','96','2','1141552191','4031035a','1','0','1','0');
INSERT INTO so_phpbb_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('17308','0','Re: Saturday night!','3','49','1143039180','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15530','2','AdCon questions.','18','70','1141612102','0cdcec3f','1','0','1','0');
INSERT INTO so_phpbb_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('17229','0','YEA LOKI!','87','26','1142993836','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('15536','0','Re: need your input please','4','163','1141619992','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15537','0','atlanta parade','4','209','1141621455','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15538','2','Re: ???????????????','62','55','1141615061','400c744a','1','0','1','1');
INSERT INTO so_phpbb_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('15595','2','look what is my fault.','62','8','1141683974','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('15552','0','Re: Heeeeellllpppp!','2','164','1141649358','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('15553','0','Re: Heeeeellllpppp!','2','164','1141649415','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17004','0','Getting a guy added','60','5','1142872374','423fd06e','1','0','1','1');
INSERT INTO so_phpbb_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('17329','0','RL patches and your gracious help','54','35','1143058522','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('15578','0','Re: You S.O.B.!!!','26','58','1141678101','4413c58a','1','0','1','1');
INSERT INTO so_phpbb_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('15581','0','Re: sorry... gauntlets, again','3','209','1141679000','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17878','0','Re: howdy','251','87','1143558476','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17460','0','msc','188','56','1143130091','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('15587','0','April Walk for wishes','3','28','1141680687','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15639','0','Re: hey there','153','4','1141707957','4035733f','1','0','1','1');
INSERT INTO so_phpbb_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('15643','2','apology','62','68','1141697742','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('15645','0','Jeff','87','3','1141711085','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('15646','0','Jeff','87','4','1141711116','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('15650','0','Re: Yikes! I hope nothing's wrong here.','61','209','1141729958','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15651','0','Houston, We do not have a problem','61','3','1141733659','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18403','2','Re: Arkansas..','3','26','1144006406','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15659','0','Re: Up for air. . . .','49','58','1141739412','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('15672','0','Church in Chattanooga','193','224','1141751164','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('16520','0','Re: Mando Price list','5','64','1142395692','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('15674','2','Church in Chattanooga','193','61','1141751008','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('15677','2','Church in Chattanooga','193','224','1141751164','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('15678','0','Re: apology','68','62','1141756595','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15682','2','hey!','224','193','1141761929','a12dcb21','1','0','1','0');
INSERT INTO so_phpbb_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('18129','2','busted!!!!!!!','251','188','1143756129','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('16372','3','Re: huh?','2','61','1142349710','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17326','0','Ryan Saturday','88','49','1143056722','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('15689','0','Re: Star Trek summit','3','88','1141765726','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15690','2','Re: party','172','19','1141764544','443491fa','1','0','1','0');
INSERT INTO so_phpbb_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('18198','2','Re: a question for the CO','3','34','1143826463','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('15693','0','Re: Star Trek summit','88','3','1141766395','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('18156','2','Re: AdCon question','3','20','1143773089','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15695','0','Re: Jeff','87','3','1141768322','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('15697','2','samurai stormtrooper','224','26','1141751082','a12dcb2a','1','0','1','0');
INSERT INTO so_phpbb_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('15698','2','Church in Chattanooga','193','26','1141751088','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('15699','2','Mando Costume','210','26','1141751357','4435c5bc','1','0','1','0');
INSERT INTO so_phpbb_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('15700','2','Re: apology','68','62','1141756595','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15996','0','msc rooms','4','153','1141913069','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('15708','0','Re: April Walk for wishes','3','28','1141772196','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15709','0','Re: Jeff','3','87','1141772275','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15710','0','Re: Star Trek summit','3','88','1141772457','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15712','0','Re: need your input please','55','163','1141772956','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15716','0','jumpsuit','19','87','1141775803','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18404','0','signature','174','26','1144006515','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('16245','2','Re: Mid-south','55','56','1142112358','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('18207','2','Boosh...','3','101','1143778190','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('15726','0','Re: Jeff','87','3','1141779743','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('15732','0','Re: jumpsuit','19','87','1141780770','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('15743','0','Re: Custom Shirt order','92','60','1141785211','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('15762','2','hallo','68','23','1141783133','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17885','0','Don Post Helment','193','26','1143564125','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('15993','0','Midsouth','61','153','1141912492','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17945','0','Armor question','261','26','1143588708','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('18275','0','Re: tomorrow','19','26','1143873701','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18036','0','Re: Hey','26','193','1143645856','46928dbc','1','0','1','1');
INSERT INTO so_phpbb_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('15846','3','Congrats!','209','61','1141841513','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('16458','2','Re: Dooku','219','88','1142370960','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('18021','2','dune pics','19','56','1143595113','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('15872','0','jar jar','153','18','1141847905','cf908049','1','0','1','1');
INSERT INTO so_phpbb_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('15893','0','Hey','7','49','1141850868','cdbc7485','1','0','1','1');
INSERT INTO so_phpbb_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('15894','0','Re: Up for air. . . .','49','58','1141850993','44dccc64','1','0','1','1');
INSERT INTO so_phpbb_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('18019','0','Re: speaking of Outpost shirts','2','7','1143606131','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16546','0','Re: TK Suit','60','4','1142400039','423fd064','1','0','1','1');
INSERT INTO so_phpbb_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('17217','2','command staff expansion/other rumors','55','4','1142983018','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('15907','0','Re: Hey','7','49','1141851829','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('15974','0','Re: subjects and stuff like them','61','153','1141896025','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15978','5','Re: subjects and stuff like them','61','153','1141905947','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('15979','0','Re: Yo!','61','49','1141906484','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16019','0','hey joe','56','153','1141924738','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16021','2','Re: MidSouth','172','70','1141925212','443491fa','1','0','1','0');
INSERT INTO so_phpbb_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('18042','0','Re: Hey','193','26','1143649459','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('16047','2','Re: party','172','19','1141794771','45f53d63','1','0','1','0');
INSERT INTO so_phpbb_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('16061','0','Re: t-visor lens','26','209','1141942349','4101761d','1','0','1','1');
INSERT INTO so_phpbb_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('16062','0','Hey','93','4','1141942358','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('18058','0','Re: Hey','193','26','1143663186','a12dcda1','1','0','1','1');
INSERT INTO so_phpbb_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('16068','0','Re: Mid South','70','153','1141944436','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('16344','2','Re: Command staff','55','3','1142285378','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16519','0','Re: stuff','5','171','1142395495','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('16518','0','TK Suit','60','4','1142395427','423fd064','1','0','1','1');
INSERT INTO so_phpbb_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('16343','0','FantasciCon','7','6','1142341607','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('16088','0','"scalper"','188','2','1141956133','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('16092','0','Re: Hey','93','4','1141956310','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17535','0','Halo','188','54','1143210246','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('16513','0','Fett gauntlet','2','28','1142392065','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16512','3','Re: huh?','2','61','1142390851','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16109','0','Re: Hey','7','49','1141960891','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('16111','0','Re: Just checkin in','7','2','1141961036','cdbc7485','1','0','1','1');
INSERT INTO so_phpbb_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('16357','0','Re: Mando question','5','2','1142347457','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('16116','0','Chattanooga - March 5th','7','3','1141963839','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('18145','0','Re: ??','176','26','1143767770','400c7405','1','0','1','1');
INSERT INTO so_phpbb_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('16125','0','Event people needed ASAP','61','209','1141982694','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16342','0','Re: Boards','2','123','1142341479','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16341','2','Boards','123','2','1142300770','4413849b','1','0','1','1');
INSERT INTO so_phpbb_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('16134','0','Re: Event people needed ASAP','61','209','1141992556','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16141','0','Re: Just checkin in','7','2','1141995767','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('16142','0','you're in','7','49','1141996178','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('18152','0','random stuff','70','5','1143772415','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('16539','0','Re: Not looking for a solution,merely a tiny vent.','3','27','1142397740','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16188','2','Re: CC response about COSI','225','43','1142023904','413c9251','1','0','1','1');
INSERT INTO so_phpbb_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('16189','0','Re: CC response about COSI','43','225','1142024131','aa8d6d26','1','0','1','1');
INSERT INTO so_phpbb_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('16212','0','Re: YO JESTER!!!!!!!!!!!!!!!!','7','49','1142047323','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('17924','0','Re: Ghost Hunting...','152','172','1143574499','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('16504','0','Re: armor for Rob','4','206','1142387915','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16281','0','Re: more Fett questions','2','28','1142254319','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16229','2','IKEA and Prop Party','88','61','1142020605','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('16232','0','Re: YO Z-MAN!!!!!!!!!!!!!!!!','7','49','1142092107','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('16233','0','hey man,','4','71','1142094891','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16530','0','Re: Friday','7','8','1142397296','aca3f9d9','1','0','1','1');
INSERT INTO so_phpbb_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('16257','0','Re: hey man,','4','71','1142179290','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17187','2','Re: msc rooms','4','56','1142969853','41d6646e','1','0','1','0');
INSERT INTO so_phpbb_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('16261','0','Re: YO JESTER!!!!!!!!!!!!!!!!','7','49','1142189974','400c7442','1','0','1','1');
INSERT INTO so_phpbb_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('16263','0','Re: YO Z-MAN!!!!!!!!!!!!!!!!','7','49','1142190100','400c7444','1','0','1','1');
INSERT INTO so_phpbb_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('17156','2','Re: If you still want to','4','2','1142949637','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('16265','0','Re: YO Z-MAN!!!!!!!!!!!!!!!!','7','49','1142191356','400c7508','1','0','1','1');
INSERT INTO so_phpbb_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('16796','0','Re: thursday nite','19','5','1142534339','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('16527','0','Re: Mando Price list','64','5','1142397173','45496868','1','0','1','1');
INSERT INTO so_phpbb_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('16273','0','Re: Rank badge rectangles','5','52','1142205496','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('16274','2','Links and Roster request','252','61','1142196096','45f50f4f','1','0','1','0');
INSERT INTO so_phpbb_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('16275','0','more Fett questions','2','28','1142226557','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16278','0','Re: more Fett questions','28','2','1142231622','d8b40446','1','0','1','1');
INSERT INTO so_phpbb_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('16285','0','Re: Gauntlets Pull?','3','206','1142256322','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16287','0','Re: April Walk for wishes','3','28','1142256381','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16291','2','Re: Gauntlets Pull?','3','206','1142256322','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16295','0','Re: more Fett questions','28','2','1142262602','d8b404c2','1','0','1','1');
INSERT INTO so_phpbb_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('18339','0','Re: rocket','92','5','1143958009','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('16304','3','stop posting in my thread, please','28','61','1142276969','d8b404c2','1','0','1','1');
INSERT INTO so_phpbb_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('18268','0','Re: Arkansas..','7','26','1143872021','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('17306','0','Re: Saturday night!','49','3','1143038321','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('16316','0','Re: stop posting in my thread, please','61','28','1142280703','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16324','0','Re: April Walk for wishes','3','28','1142283659','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17347','0','Re: bham','93','49','1143063952','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('16327','2','Re: Command staff','3','55','1142256641','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17304','0','Re: Saturday night!','3','49','1143037527','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16329','2','Stuff','206','26','1142277747','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('18048','2','Ghost Hunting...','152','172','1143656991','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('16376','0','under armor','209','231','1142350542','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('16378','0','Re: under armor','231','209','1142351550','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16633','5','FX sabers for 49.95','174','26','1142447548','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('16382','2','Re: under armor','231','209','1142351550','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16383','0','Re: under armor','209','231','1142353057','a666f1e9','1','0','1','1');
INSERT INTO so_phpbb_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('16387','2','Re: Everything ok???','172','61','1142351843','443491fa','1','0','1','0');
INSERT INTO so_phpbb_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('16389','0','armor for Rob','206','4','1142358206','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('16394','2','armor for Rob','206','4','1142358206','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('16398','0','Fett helmet','2','28','1142360795','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16400','0','Corey','2','28','1142360945','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16414','0','Re: Fett helmet','28','2','1142362309','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('16524','0','Friday','7','8','1142397024','aca3f9d9','1','0','1','1');
INSERT INTO so_phpbb_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('16417','0','Re: Dooku','88','219','1142363081','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('16418','3','Re: stop posting in my thread, please','28','61','1142363333','d8b40448','1','0','1','1');
INSERT INTO so_phpbb_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('17316','0','Re: Saturday night!','3','49','1143044362','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16421','0','drama, help me out...','3','28','1142364307','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16423','2','Re: FantasciCon','6','7','1142353502','cfcbfe6e','1','0','1','1');
INSERT INTO so_phpbb_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('16424','0','Re: April Walk for wishes','3','28','1142364679','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16425','2','drama, help me out...','3','28','1142364307','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17001','0','Room Captain','60','5','1142872033','423fd06e','1','0','1','1');
INSERT INTO so_phpbb_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('16429','2','Don't You Leave Us','88','61','1142364125','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('16771','0','Weekend','101','49','1142531909','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17314','0','Re: Regarding Jenn','7','8','1143044150','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('16437','3','Re: wrong side of the bed','5','61','1142367644','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('16438','0','Re: Fett helmet','2','28','1142368313','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16441','0','hey you homo!','70','49','1142369013','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('16451','0','Re: drama, help me out...','3','28','1142370047','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16453','2','Re: drama, help me out...','3','28','1142370047','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('16454','2','Re: Dooku','88','219','1142363081','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('16455','0','Re: Dooku','219','88','1142370960','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('16552','0','Roster update','61','206','1142425889','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16555','0','Re: Fett gauntlet','2','28','1142427936','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16556','0','Re: under armor','231','209','1142427982','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16557','2','Re: under armor','231','209','1142427982','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16558','0','Re: under armor','209','231','1142428323','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('16569','0','Re: bitch thread','7','49','1142429898','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('16571','0','Re: under armor','209','231','1142430423','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('16572','0','Prop Party','231','209','1142430532','42810802','1','0','1','0');
INSERT INTO so_phpbb_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('16573','2','Prop Party','231','209','1142430532','42810802','1','0','1','0');
INSERT INTO so_phpbb_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('16575','0','Re: Prop Party','209','231','1142430897','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('16579','0','Dragoncon','61','206','1142431939','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16580','0','Wonderfest','61','206','1142432026','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16624','0','Re: applesauce','61','209','1142443000','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16594','0','Re: msc rooms','70','4','1142436055','d1026652','1','0','1','1');
INSERT INTO so_phpbb_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('16595','0','Sorry','183','174','1142436574','48181006','1','0','1','0');
INSERT INTO so_phpbb_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('16596','0','Re: Prop Party','231','209','1142436639','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16604','0','Re: Names','2','183','1142438854','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17496','2','Re: thanks','61','2','1143153409','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16622','0','Re: Prop Party','209','231','1142442889','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('16612','2','Re: Links and Roster request','252','61','1142439898','44346079','1','0','1','0');
INSERT INTO so_phpbb_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('16615','0','Adcon','61','88','1142440757','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16688','0','http://www.thoseshirts.com/tshirts.html','38','43','1142456925','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('16698','0','Re: ginger!','26','3','1142464968','4320c5d8','1','0','1','1');
INSERT INTO so_phpbb_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('16702','5','Injured Trooper','61','26','1142467786','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17169','0','bham','93','49','1142960431','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17168','0','COSI event','60','134','1142960046','44d9a5aa','1','0','1','1');
INSERT INTO so_phpbb_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('16710','0','Re: the asshole','38','26','1142471466','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('16715','0','Re: FX sabers for 49.95','174','87','1142472335','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('16717','0','Re: the asshole','38','26','1142472733','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('16725','2','Mando knee darts','55','5','1142472754','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16728','0','Re: Yo-Yo-Bitch','56','26','1142484951','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('16740','2','COSI','225','5','1142511329','413c9251','1','0','1','1');
INSERT INTO so_phpbb_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('16735','0','St Pats Parade travel','61','153','1142504619','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16775','0','Beehive bucket?','74','171','1142532963','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('16774','2','St. Pats' Parade','54','61','1142532439','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('16812','0','Re: St Pats Parade travel','61','153','1142543803','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16821','5','Re: Mando knee darts','55','5','1142547998','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16825','0','Re: sorry... gauntlets, again','3','209','1142554861','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('16829','0','Re: COSI and stuff','26','5','1142556710','4413f28b','1','0','1','1');
INSERT INTO so_phpbb_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('16830','0','Mando Templates','68','5','1142557454','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16835','0','Snowtrooper knees','26','3','1142560714','4413c41c','1','0','1','1');
INSERT INTO so_phpbb_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('16837','0','St Pats Parade','61','134','1142561291','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16839','2','Mando Templates','68','5','1142557454','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16840','0','Re: Chase and Kells info','61','87','1142562721','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16844','0','Re: member needs access','2','26','1142567794','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('16853','0','Re: Beehive bucket?','74','171','1142577292','443ebf60','1','0','1','1');
INSERT INTO so_phpbb_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('16854','0','St Pats Caravan to ATL','61','26','1142589159','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16856','0','St Pats Caravan to ATL','61','35','1142589324','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16857','5','St Pats Caravan to ATL','61','87','1142589418','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18047','0','Ghost Hunting...','152','172','1143656991','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('16870','0','Sorry adding you took a few days','2','255','1142603817','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18150','0','12" figures','7','101','1143770594','400c7484','1','0','1','1');
INSERT INTO so_phpbb_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('16873','2','Re: Sorry adding you took a few days','255','2','1142603908','d814f36a','1','0','1','0');
INSERT INTO so_phpbb_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('16874','0','Re: Sorry adding you took a few days','2','255','1142604347','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('16876','0','Re: look what i just reserved!','5','87','1142604787','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('16879','0','howdy','68','68','1142609427','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16880','2','howdy','68','68','1142609427','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('16881','0','Board help','253','26','1142611218','44baa154','1','0','1','0');
INSERT INTO so_phpbb_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('16883','0','Ride !','101','49','1142615643','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('16887','0','MidSouthCon','88','58','1142621204','a081cb13','1','0','1','1');
INSERT INTO so_phpbb_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('16895','0','Re: figure','188','153','1142633088','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('16907','0',':)','8','49','1142686897','443bbe17','1','0','1','1');
INSERT INTO so_phpbb_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('16909','0','Armor/Prop Party','231','209','1142697950','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16911','0','Re: Money for Snowtrooper parts','5','193','1142705936','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('16913','2','Armor/Prop Party','231','209','1142697950','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('16915','0','Re: Armor/Prop Party','209','231','1142779474','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('16917','0','sabres','188','174','1142782565','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('16918','0','sabre','188','87','1142782815','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('16925','2','Mando Templates','68','5','1142788691','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('17770','0','Re: Wish we could have talked more','209','4','1143502601','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('16933','2','Re: IKEA Display Cases','88','61','1142801016','45f538fb','1','0','1','1');
INSERT INTO so_phpbb_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('16939','0','Re: IKEA Display Cases','61','88','1142813588','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17897','0','Re: Ghost Hunting...','152','172','1143570249','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('16943','2','armor weekend','187','5','1142801041','469c1481','1','0','1','1');
INSERT INTO so_phpbb_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('16944','0','Burn Camp Roster','61','10','1142816979','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16956','0','Pics of Sunday','7','8','1142826870','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('16961','0','Pics from Sunday','7','101','1142828637','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('16970','0','COSI ROSTER','61','5','1142845118','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('16972','0','Forum stuff','61','2','1142845538','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17972','2','Re: Suzanne...','62','7','1143582614','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17008','0','Rank badge rectangles','52','5','1142872638','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('17009','0','Re: Getting a guy added','60','5','1142872668','423fd06e','1','0','1','1');
INSERT INTO so_phpbb_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('17011','0','Re: Rank badge rectangles','5','52','1142873968','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('17016','0','Re: Rank badge rectangles','52','5','1142875211','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('17891','0','Re: V for Vendetta costume','93','43','1143566909','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17020','0','Re: MidSouthCon','58','88','1142876030','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('17022','0','Re: Ready for some diving?','10','5','1142877187','cf415e4a','1','0','1','1');
INSERT INTO so_phpbb_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('17025','0','Room list','60','5','1142880025','423fcb53','1','0','1','1');
INSERT INTO so_phpbb_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('17032','0','Re: Rank badge rectangles','5','52','1142888553','8f4f0d06','1','0','1','1');
INSERT INTO so_phpbb_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('17036','0','Thank you','61','35','1142891722','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17041','0','palatal expansion screw','52','5','1142892735','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('17889','2','Re: necro......','11','61','1143566301','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17046','0','jawa pics','19','26','1142895034','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17055','0','Re: Clones','70','5','1142897166','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17057','0','Re: msc rooms','70','4','1142897332','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17204','2','Re: omg','215','153','1142976897','477b2af7','1','0','1','1');
INSERT INTO so_phpbb_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('17927','2','Re: Ghost Hunting...','152','172','1143574499','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('17888','3','Re: necro......','11','61','1143566301','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17070','0','Re: Pizza the size of your head','19','174','1142898487','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17074','0','Re: Pizza the size of your head','19','174','1142898655','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17081','0','Re: AIM','19','174','1142899017','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17084','0','aim','19','174','1142899258','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17090','0','MSC and Dallas','209','26','1142899601','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('17092','0','new costume','164','8','1142900190','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('17095','0','Re: msc rooms','55','4','1142901226','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17100','2','Re: msc rooms','55','4','1142901226','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('18139','2','Re: lexington?','251','134','1143736318','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17103','0','Stanley Armor Totes','70','5','1142904723','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17106','2','hello','155','7','1142901389','4549723b','1','0','1','1');
INSERT INTO so_phpbb_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('18155','0','Re: AdCon question','3','20','1143773089','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17111','0','AFT','7','8','1142908582','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17113','0','Rebel Legion','174','4','1142908936','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('17117','0','Re: Rebel Legion','4','174','1142909714','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17119','0','Re: MSC and Dallas','26','209','1142909788','46928f6e','1','0','1','1');
INSERT INTO so_phpbb_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('17124','0','Re: Rebel Legion','174','4','1142909914','45b4daa3','1','0','1','1');
INSERT INTO so_phpbb_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('17127','0','Re: AFT','7','8','1142910320','98a3650a','1','0','1','1');
INSERT INTO so_phpbb_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('17128','0','Re: AFT','7','8','1142910325','98a3650a','1','0','1','1');
INSERT INTO so_phpbb_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('17131','0','mando kais pic help','22','5','1142911160','4412698b','1','0','1','1');
INSERT INTO so_phpbb_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('17134','0','Re: AFT comment','70','174','1142912994','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17138','0','Re: AFT comment','70','174','1142913319','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17141','2','mando kais pic help','22','5','1142911160','4412698b','1','0','1','1');
INSERT INTO so_phpbb_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('17142','0','Re: mando kais pic help','5','22','1142916562','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17146','0','Re: MSC and Dallas','209','26','1142922737','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('17199','0','Re: omg','215','153','1142976897','477b2af7','1','0','1','1');
INSERT INTO so_phpbb_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('17149','0','If you still want to','2','4','1142947645','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17151','0','Re: If you still want to','4','2','1142948343','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17153','0','Re: If you still want to','2','4','1142948563','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17155','0','Re: If you still want to','4','2','1142949637','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17157','0','Re: If you still want to','2','4','1142949739','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17163','0','Need to talk to you ASAP','61','209','1142951711','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17686','0','Re: conversations','93','2','1143482109','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17682','0','pics','188','35','1143481485','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17176','2','question','62','56','1142965479','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17178','0','MidSouth Beeyatch!','58','26','1142966278','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('17180','0','Re: question','56','62','1142972055','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17181','0','MidSouth Beeyatch!','58','70','1142966695','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('17182','0','Spiders','193','26','1142968539','a12dcda1','1','0','1','0');
INSERT INTO so_phpbb_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('17188','0','Yellow fever???','253','26','1142974538','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('17191','0','omg','153','215','1142975064','4035737d','1','0','1','1');
INSERT INTO so_phpbb_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('17192','0','Re: MidSouth Beeyatch!','26','58','1142975318','46928ef6','1','0','1','1');
INSERT INTO so_phpbb_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('17516','2','Home','3','7','1143164382','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17534','0','Directions to Casa de Atin','61','153','1143208690','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17197','0','be there','188','153','1142975762','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('17233','0','Re: YEA LOKI!','26','87','1142994114','410169f1','1','0','1','1');
INSERT INTO so_phpbb_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('17235','0','Re: COSI event','60','134','1142994476','44d9a5aa','1','0','1','1');
INSERT INTO so_phpbb_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('17237','0','Re: YEA LOKI!','87','26','1142994911','45b4f874','1','0','1','1');
INSERT INTO so_phpbb_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('17239','0','Re: suzanne and other shit','3','4','1142996199','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17242','0','Re: whoever this is pulling this crap','7','52','1142996671','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17248','0','Re: Backpack pics','7','52','1142999219','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17256','0','Saturday Night!','49','52','1143000284','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17355','0','MSC','55','4','1143065607','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17295','0','501st to See Ryan Jones live!!!','49','44','1143034937','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17296','0','oops','49','44','1143035030','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('17363','2','Re: Saturday night!','3','49','1143044362','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17875','0','Re: necro......','61','11','1143557750','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17375','2','Re: MSC','55','26','1143068688','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17874','2','necro......','11','61','1143556363','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17373','0','Re: MSC','55','26','1143068688','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17679','3','complaints','251','65','1143480079','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18000','2','Re: Look what I found...','252','4','1143600266','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('17388','0','call','3','7','1143076043','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17389','2','call','3','7','1143076043','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17393','2','MSC','55','4','1143065607','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17921','2','Re: Ghost Hunting...','152','172','1143571458','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('17396','0','Re: Loki's mighty cell number','172','26','1143080572','45f53d63','1','0','1','0');
INSERT INTO so_phpbb_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('17432','0','Re: figures and cases','88','5','1143091697','46959e4c','1','0','1','1');
INSERT INTO so_phpbb_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('17400','0','Re: Buttmunch','251','7','1143081555','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18140','2','Re: awwww!','251','43','1143755901','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17402','0','!!!!!!','62','3','1143082482','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17405','2','!!!!!!','62','3','1143082482','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17406','0','Hey','38','251','1143083135','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('17409','0','Re: !!!!!!','3','62','1143083316','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('18153','0','April 7th','70','61','1143772714','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('17413','2','Re: question','62','56','1143082942','400c74c9','1','0','1','1');
INSERT INTO so_phpbb_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('17871','0','Badges','206','75','1143557072','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('17417','0','dinner','188','26','1143085123','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18169','2','latex','251','5','1143779353','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17419','0','Re: Hey','38','251','1143085500','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('17919','0','Re: Vader stuff?','10','153','1143571802','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('18334','2','Re: Hook','251','26','1143927185','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17439','0','Re: Hey','38','251','1143095323','45f13255','1','0','1','1');
INSERT INTO so_phpbb_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('17918','0','Re: Vader stuff?','10','153','1143571468','d8994a18','1','0','1','1');
INSERT INTO so_phpbb_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('17445','0','Re: contact me','206','26','1143120210','44baac56','1','0','1','1');
INSERT INTO so_phpbb_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('17448','2','Reimer','88','5','1143094783','46959e4c','1','0','1','1');
INSERT INTO so_phpbb_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('17449','2','Re: figures and cases','88','5','1143091697','46959e4c','1','0','1','1');
INSERT INTO so_phpbb_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('17451','0','Re: Star Wars extras on sale cheap','61','193','1143125655','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17456','0','Zam','19','8','1143127740','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17457','0','Re: MidSouth Beeyatch!','58','26','1143128595','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('17503','0','Re: MidSouth Beeyatch!','26','58','1143155611','489ac5fb','1','0','1','1');
INSERT INTO so_phpbb_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('17502','0','Re: thanks','61','2','1143155433','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17465','0','website','19','174','1143133703','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17988','2','Re: Look what I found...','252','4','1143598599','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('17468','2','12 in. figures','224','101','1143128658','a12dcb68','1','0','1','0');
INSERT INTO so_phpbb_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('17469','0','Re: 12 in. figures','101','224','1143137235','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17471','0','Re: Stormtroopers','101','188','1143137367','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17472','0','Need to talk to you and Susanne','61','7','1143138700','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17476','0','Re: !!!!!!','62','3','1143142574','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17477','3','phone numbers','62','61','1143142777','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17501','2','Re: MidSouth Beeyatch!','58','26','1143128595','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('17483','2','Re: 12 in. figures','224','101','1143145813','a12df6dd','1','0','1','1');
INSERT INTO so_phpbb_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('17484','0','Re: 12 in. figures','101','224','1143148260','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17486','0','Re: Stormtroopers','101','188','1143148327','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('17504','2','Last PM','58','26','1143151906','a553c42b','1','0','1','1');
INSERT INTO so_phpbb_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('17506','0','????','253','206','1143156687','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('17520','0','Re: TK armor','4','52','1143169130','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17521','0','Re: Rebel Legion','4','174','1143169342','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17524','2','Re: !!!!!!','62','3','1143142574','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('18001','2','contest','19','5','1143598509','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17527','0','Re: Rebel Legion','174','4','1143175211','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('17529','0','Intentions','238','7','1143176775','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('17530','0','Re: Need to talk to you and Susanne','61','7','1143199204','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17532','2','Intentions','238','7','1143176775','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('17533','0','Re: Intentions','7','238','1143203100','cdbc74c6','1','0','1','1');
INSERT INTO so_phpbb_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('17545','0','FYI','62','8','1143216961','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17546','0','FYI','62','8','1143217017','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17547','2','FYI','62','8','1143216858','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17548','0','The FYI's','62','8','1143217114','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17549','2','FYI','62','8','1143216902','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17550','2','FYI','62','8','1143216961','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17551','2','FYI','62','8','1143217017','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17552','2','bitchin in PM's','3','172','1143216618','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17553','0','Re: bitchin in PM's','172','3','1143218128','d8b76a1b','1','0','1','0');
INSERT INTO so_phpbb_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('17917','0','Re: Ghost Hunting...','152','172','1143571458','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('17556','2','Re: Halo','54','188','1143212285','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('17558','3','Good luck','3','61','1143219481','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17559','2','The FYI's','62','8','1143217114','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('17560','0','Re: The FYI's','8','62','1143221234','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17562','0','Re: Saturdaynight!!!!!!!!!!!!!','101','49','1143223000','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('17564','0','Hey Jester','5','7','1143229330','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('17569','0','YO!','49','7','1143239231','44dcc98b','1','0','1','1');
INSERT INTO so_phpbb_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('17570','0','Jenn's PM to me','7','8','1143244670','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17572','0','Re: Jenn's PM to me','8','7','1143244852','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17573','0','My response to Jenn','7','8','1143245105','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17575','0','Re: Jenn's PM to me','7','8','1143245644','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17579','0','Re: Jenn's PM to me','8','7','1143246042','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17581','0','Re: Jenn's PM to me','7','8','1143246203','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17584','0','Re: Jenn's PM to me','8','7','1143246748','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17585','0','Re: Hey Jester','7','5','1143247597','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17587','0','Re: Jenn's PM to me','7','8','1143247760','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17590','0','Hey!','219','87','1143264857','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('17591','0','Blue Guard costume','101','64','1143307556','cdbc744a','1','0','1','1');
INSERT INTO so_phpbb_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('17593','0','Thought you may like this !','101','6','1143319851','cdbc7545','1','0','1','1');
INSERT INTO so_phpbb_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('17596','0','Re: Guard','101','171','1143326190','cdbc7541','1','0','1','1');
INSERT INTO so_phpbb_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('17597','0','Re: Saturdaynight!!!!!!!!!!!!!','101','49','1143326333','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('17610','0','Re: TK armor','52','4','1143403297','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('17609','0','Re: Blue Guard','5','101','1143396944','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17604','0','I'll call','7','8','1143386628','c748d0c3','1','0','1','1');
INSERT INTO so_phpbb_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('17611','0','Sorry','174','26','1143405031','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('17612','0','Re: Wish we could have talked more','209','4','1143411391','1897dbbe','1','0','1','1');
INSERT INTO so_phpbb_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('17615','0','Re: Sorry','26','174','1143418740','489ac45b','1','0','1','1');
INSERT INTO so_phpbb_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('17621','0','Re: Wish we could have talked more','4','209','1143430460','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17624','0','Re: Any word?','5','174','1143431988','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17627','0','hey','93','35','1143432132','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17631','0','Vader stuff?','153','10','1143434431','4252093b','1','0','1','1');
INSERT INTO so_phpbb_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('17633','0','Jason','2','51','1143434715','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17634','2','Hey!','219','87','1143264857','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('17635','0','Re: Hey!','87','219','1143436295','458969f5','1','0','1','1');
INSERT INTO so_phpbb_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('17636','0','Fast, quality, QUICK costume help!','2','3','1143440562','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17637','0','leftover snow helmet?','65','8','1143440936','454958df','1','0','0','1');
INSERT INTO so_phpbb_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('17638','0','Just confirming','2','238','1143441700','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17639','0','I am loopy.','65','238','1143441806','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('17643','0','Suzanne...','56','62','1143452295','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('17645','2','Good luck','3','61','1143219481','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('17647','2','Re: Wish we could have talked more','4','209','1143430460','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17649','0','Re: Hey!','219','87','1143466712','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('17651','0','Laser Keyboard','61','2','1143467669','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18162','0','Boosh...','3','101','1143778190','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17664','0','Re: conversations','93','2','1143474677','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17667','0','Re: hey','93','35','1143475758','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17668','0','Re: Laser Keyboard','61','2','1143476018','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17673','0','Re: Access?','2','206','1143476469','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17674','2','Re: Mando','251','5','1143476445','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17697','0','Re: Fast, quality, QUICK costume help!','3','2','1143485796','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17701','2','Re: Fast, quality, QUICK costume help!','3','2','1143485796','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17702','0','Re: Fast, quality, QUICK costume help!','2','3','1143486248','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17707','2','Re: ahhhhh, shucks!!!!!!!!','251','56','1143486566','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17708','0','I have a big mouth','188','26','1143486722','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18171','0','pouches','52','7','1143781286','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('17712','0','Re: conversations','93','2','1143487622','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17713','2','Re: hey','3','93','1143486293','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17716','0','Re: hey','93','3','1143487908','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17719','0','Re: photos','5','153','1143488099','8f4f8f0a','1','0','1','1');
INSERT INTO so_phpbb_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('17722','2','Re: ahhhhh, shucks!!!!!!!!','251','56','1143488725','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17726','0','Re: pics','35','188','1143490784','cc637609','1','0','1','1');
INSERT INTO so_phpbb_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('17728','2','complaints','251','65','1143480079','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17729','0','do you know when is the next prop party?','252','174','1143492990','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('18168','0','Re: here you go stud','5','87','1143780211','41068ca1','1','0','1','1');
INSERT INTO so_phpbb_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('17731','0','Hey','253','252','1143493290','44baa154','1','0','1','0');
INSERT INTO so_phpbb_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('17733','2','Hey','253','252','1143493290','44baa154','1','0','1','0');
INSERT INTO so_phpbb_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('17734','0','Re: I have a big mouth','26','188','1143493457','46928efa','1','0','1','1');
INSERT INTO so_phpbb_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('17735','2','Re: complaints','65','251','1143493088','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('18367','0','Re: What kind of swag is Mark selling??','206','253','1143971363','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('17739','2','msc','251','23','1143481131','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17740','0','Re: msc','23','251','1143495619','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('17742','0','Re: Board adjustments','55','2','1143495784','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17743','2','Re: Board adjustments','55','2','1143495784','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('17746','2','Re: msc','251','23','1143496222','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17747','0','Re: msc','23','251','1143496359','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('17749','0','Re: msc','251','23','1143496572','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17750','2','Re: msc','251','23','1143496572','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17752','0','Re: msc','23','251','1143497124','189f080c','1','0','1','1');
INSERT INTO so_phpbb_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('17755','0','testing','2','3','1143497782','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17761','0','Oh Hecks yes!','49','26','1143498805','4893452c','1','0','1','1');
INSERT INTO so_phpbb_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('17760','0','Re: leftover snow helmet?','65','8','1143498510','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('17818','0','Hi!','26','261','1143515530','469581e5','1','0','1','1');
INSERT INTO so_phpbb_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('17771','2','Re: Thought you may like this !','6','101','1143483325','cfcbfe6e','1','0','1','1');
INSERT INTO so_phpbb_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('17772','0','Re: RL patches and your gracious help','35','54','1143503603','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('17774','2','do you know when is the next prop party?','252','174','1143492990','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('17776','0','Re: do you know when is the next prop party?','174','252','1143504127','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('17778','0','Re: hey','93','35','1143504264','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17783','2','Sup','252','253','1143493679','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('17784','0','Event Review','93','3','1143506041','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17787','0','Re: Meant to speak to you.','87','2','1143507026','458969f5','1','0','1','1');
INSERT INTO so_phpbb_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('17788','2','Re: Hey!','219','87','1143466712','45aaca89','1','0','1','1');
INSERT INTO so_phpbb_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('17789','0','outcast forum','19','174','1143507046','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('17792','2','Re: Just confirming','238','2','1143502081','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('17793','0','Re: Just confirming','2','238','1143511958','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17794','0','howdy','251','87','1143511961','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17796','0','Re: TK Suit','60','4','1143511974','423fcdec','1','0','1','1');
INSERT INTO so_phpbb_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('17800','2','Re: Event Review','3','93','1143512374','44d15415','1','0','1','1');
INSERT INTO so_phpbb_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('17801','0','Re: Meant to speak to you.','2','87','1143512522','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17802','0','Re: hey','93','35','1143512568','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17805','2','anime in cool springs','251','93','1143512782','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18167','0','latex','251','5','1143779353','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17808','0','dude','2','7','1143513221','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17811','0','HOLLIE!','93','261','1143513843','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17814','2','Re: HOLLIE!','261','93','1143513974','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('17815','0','Re: HOLLIE!','93','261','1143514216','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('17819','2','howdy','251','87','1143511961','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17823','0','Re: Meant to speak to you.','87','2','1143516531','47e4d05a','1','0','1','1');
INSERT INTO so_phpbb_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('17827','0','Re: Hi!','261','26','1143516967','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('17828','0','Re: howdy','251','87','1143517403','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17829','2','Re: Hi!','261','26','1143516967','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('17830','0','Re: Hi!','26','261','1143517484','469581e5','1','0','1','1');
INSERT INTO so_phpbb_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('17832','0','Re: Hi!','261','26','1143517741','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('18038','0','Drax, need your 2 cents','2','6','1143648094','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('17834','2','Re: Hi!','261','26','1143517741','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('17835','2','Re: HOLLIE!','261','93','1143516842','4215d71b','1','0','1','1');
INSERT INTO so_phpbb_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('17836','2','Re: howdy','251','87','1143517403','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17842','0','hiya','34','26','1143522426','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('17843','0','Re: howdy','251','87','1143522502','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('17844','0','Re: dude','7','2','1143522902','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17845','2','Re: howdy','251','87','1143522502','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18143','0','??','26','176','1143767629','4320c546','1','0','1','1');
INSERT INTO so_phpbb_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('18146','2','Re: ??','176','26','1143767770','400c7405','1','0','1','1');
INSERT INTO so_phpbb_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('17849','0','Re: dude','2','7','1143523587','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17851','0','Re: dude','7','2','1143524203','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17853','0','Re: dude','2','7','1143524641','454968b2','1','0','1','1');
INSERT INTO so_phpbb_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('17855','0','Re: dude','7','2','1143525305','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17856','0','Re: Avatar','7','238','1143526968','98a3648a','1','0','1','1');
INSERT INTO so_phpbb_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('17857','0','Fourm question','75','2','1143534164','185c56da','1','0','1','1');
INSERT INTO so_phpbb_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('18157','0','Re: AdCon question','20','3','1143773562','4750189c','1','0','1','1');
INSERT INTO so_phpbb_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('17983','2','Look what I found...','252','4','1143598426','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('17862','0','Library day','61','209','1143546951','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('17902','0','Re: Ghost Hunting...','152','172','1143570464','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('17903','0','Re: V for Vendetta','34','43','1143570489','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('17908','2','Re: Ghost Hunting...','152','172','1143570696','42a86642','1','0','1','1');
INSERT INTO so_phpbb_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('17977','0','Re: sig','4','174','1143597707','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('17978','2','Re: sig','4','174','1143597707','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18082','2','that's just uncalled for, biatch!!','251','38','1143690259','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18105','0','Rectangles','52','5','1143743218','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('17996','2','Re: Look what I found...','252','4','1143599905','44346079','1','0','1','1');
INSERT INTO so_phpbb_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('18003','2','banner','19','172','1143591764','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18004','2','decatur event','19','172','1143592704','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18049','0','Re: Ghost Hunting...','172','152','1143657356','d8b76a1b','1','0','1','1');
INSERT INTO so_phpbb_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('18053','0','Re: Hey','26','193','1143660679','469581b0','1','0','1','1');
INSERT INTO so_phpbb_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('18054','0','Wonderfest','61','88','1143661182','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18057','0','Roster stuff while Im gone','61','174','1143661996','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18060','2','Re: Suzanne...','7','62','1143596323','400c748a','1','0','1','1');
INSERT INTO so_phpbb_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('18061','0','Re: Suzanne...','62','7','1143667110','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('18062','0','Update','62','4','1143668407','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('18063','0','Forum Stuff','61','2','1143670650','189f39c0','1','0','1','1');
INSERT INTO so_phpbb_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('18094','2','lexington?','251','134','1143694624','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18067','0','banner','188','35','1143674202','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18069','2','Update','62','4','1143668407','a7b50cc9','1','0','1','1');
INSERT INTO so_phpbb_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('18070','0','Re: Update','4','62','1143676332','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18071','0','yo' money','224','5','1143676966','a12dcb0b','1','0','1','1');
INSERT INTO so_phpbb_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('18072','2','yo' money','224','5','1143676966','a12dcb0b','1','0','1','1');
INSERT INTO so_phpbb_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('18073','3','Re: I am loopy.','238','65','1143689154','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('18076','2','decatur event','19','153','1143592538','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18077','0','post','153','263','1143689859','42520938','1','0','1','1');
INSERT INTO so_phpbb_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('18079','0','Re: TK Suit','60','4','1143690565','423fcd5d','1','0','1','1');
INSERT INTO so_phpbb_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('18374','0','Re: One last thing...','206','253','1143972091','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('18089','2','Re: that's just uncalled for, biatch!!','251','38','1143694494','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18136','0','Re: The vultures are a callin'','92','206','1143758710','471cf484','1','0','1','0');
INSERT INTO so_phpbb_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('18091','0','Re: banner','35','188','1143696757','4382fc2a','1','0','1','1');
INSERT INTO so_phpbb_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('18092','2','Re: Drax, need your 2 cents','6','2','1143672765','cfcbfe6e','1','0','1','1');
INSERT INTO so_phpbb_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('18093','0','Re: Drax, need your 2 cents','2','6','1143722538','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18096','3','Re: Forum Stuff','2','61','1143724448','d110f232','1','0','1','1');
INSERT INTO so_phpbb_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('18348','0','swag','93','92','1143968375','ccfa9479','1','0','1','1');
INSERT INTO so_phpbb_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('18104','0','hey skip','92','4','1143739944','189f00af','1','0','1','0');
INSERT INTO so_phpbb_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('18108','0','awwww!','251','43','1143747267','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18109','2','Re: I am loopy.','238','65','1143689154','4435463c','1','0','1','0');
INSERT INTO so_phpbb_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('18111','0','Re: I am loopy.','65','238','1143748676','454958df','1','0','1','1');
INSERT INTO so_phpbb_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('18112','0','Re: Rectangles','52','5','1143748853','18b1b942','1','0','1','1');
INSERT INTO so_phpbb_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('18113','0','dinner','251','174','1143750395','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18114','2','dinner','251','174','1143750395','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18115','0','dinner','251','172','1143750552','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18116','2','dinner','251','172','1143750552','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18117','0','dinner','251','45','1143751391','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18118','2','dinner','251','45','1143751391','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18135','0','AdCon question','20','3','1143758505','ce17d9af','1','0','1','1');
INSERT INTO so_phpbb_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('18122','0','umm....','34','54','1143754822','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('18147','0','Re: ??','26','176','1143768469','4320c546','1','0','1','1');
INSERT INTO so_phpbb_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('18127','0','Re: awwww!','251','43','1143755901','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18128','0','busted!!!!!!!','251','188','1143756129','4434dd67','1','0','1','0');
INSERT INTO so_phpbb_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('18174','0','You have been added','61','33','1143791471','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18177','0','Re: pouches','7','52','1143809868','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('18179','0','Re: umm....','54','34','1143810436','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18180','0','Question for my uncle','56','6','1143819554','186069e8','1','0','1','1');
INSERT INTO so_phpbb_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('18181','0','You have been added','61','5','1143819592','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18184','0','Payment','60','4','1143822832','423fca73','1','0','1','1');
INSERT INTO so_phpbb_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('18188','2','Re: umm....','54','34','1143810436','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18189','0','Re: umm....','34','54','1143824560','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('18191','0','Re: umm....','54','34','1143824673','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18346','0','Re: editing posts','7','49','1143968059','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('18193','2','Re: umm....','54','34','1143824673','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18195','0','a question for the CO','34','3','1143826313','186096f2','1','0','1','1');
INSERT INTO so_phpbb_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('18197','0','Re: a question for the CO','3','34','1143826463','ccb540c2','1','0','1','1');
INSERT INTO so_phpbb_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('18199','2','Re: pouches','7','52','1143809868','cfbf0571','1','0','1','1');
INSERT INTO so_phpbb_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('18200','0','Re: hey skip','4','92','1143833051','41d6646e','1','0','1','0');
INSERT INTO so_phpbb_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('18203','0','Sorry!','49','101','1143835636','44dcc96b','1','0','1','1');
INSERT INTO so_phpbb_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('18204','0','Re: random stuff','70','5','1143838787','1897b8d1','1','0','1','1');
INSERT INTO so_phpbb_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('18208','0','Re: 12" figures','101','7','1143842850','400c7448','1','0','1','1');
INSERT INTO so_phpbb_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('18212','0','profile missing','55','27','1143846969','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('18243','2','Re: profile missing','55','27','1143857987','4623bfed','1','0','1','1');
INSERT INTO so_phpbb_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('18216','0','mando film','19','33','1143849679','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18217','0','stein','19','43','1143852394','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18218','2','stein','19','43','1143852394','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18221','0','Re: stein','19','43','1143854648','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18223','2','Re: stein','19','43','1143854648','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18225','0','501st merchandise board','19','43','1143855902','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18227','2','501st merchandise board','19','43','1143855902','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18229','0','Re: stein','19','43','1143856016','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18230','2','Re: stein','19','43','1143856016','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18232','0','Re: 501st merchandise board','19','43','1143856117','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18234','2','Re: 501st merchandise board','19','43','1143856117','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18236','0','Re: stein','19','43','1143856323','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18237','2','Re: stein','19','43','1143856323','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18245','0','howdy!','49','7','1143864721','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18246','0','delete','19','5','1143866417','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18247','0','Figs','52','101','1143866554','438c7fdd','1','0','1','1');
INSERT INTO so_phpbb_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('18248','2','delete','19','5','1143866417','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18249','0','editing posts','4','49','1143867023','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18251','0','O.J.N.!','43','153','1143868613','aa8d6d21','1','0','1','1');
INSERT INTO so_phpbb_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('18337','0','hey rob','92','253','1143957734','438ca1c7','1','0','1','0');
INSERT INTO so_phpbb_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('18254','0','Re: O.J.N.!','153','43','1143868835','45130e21','1','0','1','1');
INSERT INTO so_phpbb_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('18258','0','Arkansas..','26','5','1143869180','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('18259','0','Arkansas..','26','4','1143869209','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('18260','0','Arkansas..','26','7','1143869236','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('18261','0','Arkansas..','26','2','1143869257','46958158','1','0','1','1');
INSERT INTO so_phpbb_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('18264','0','Re: howdy!','7','49','1143871708','cdbc74cc','1','0','1','1');
INSERT INTO so_phpbb_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('18267','0','Re: photos','153','5','1143871805','45130e21','1','0','1','1');
INSERT INTO so_phpbb_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('18282','0','Re: tomorrow','26','19','1143874234','410161f8','1','0','1','1');
INSERT INTO so_phpbb_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('18271','2','Re: Arkansas..','7','26','1143872021','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('18272','2','mando film','19','33','1143849679','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18276','0','Re: tomorrow','19','174','1143873740','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18277','2','Re: tomorrow','19','26','1143873701','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18281','2','Re: tomorrow','19','26','1143873967','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18286','0','Re: mando film','33','19','1143878500','46958943','1','0','1','1');
INSERT INTO so_phpbb_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('18289','0','disk','188','174','1143896492','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18292','0','Re: Hi Chuck!','261','75','1143901073','4104f54c','1','0','1','1');
INSERT INTO so_phpbb_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('18294','2','Re: tomorrow','19','174','1143873740','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18297','1','prop party','188','10','1143902640','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18299','0','Re: saturday','26','188','1143902802','469d2315','1','0','1','1');
INSERT INTO so_phpbb_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('18300','2','Re: mando film','33','19','1143878500','46958943','1','0','1','1');
INSERT INTO so_phpbb_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('18303','0','Re: editing posts','49','4','1143904480','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18304','2','Re: howdy!','7','49','1143871708','cdbc74cc','1','0','1','1');
INSERT INTO so_phpbb_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('18305','0','Re: disk','174','188','1143904974','45f5386d','1','0','1','1');
INSERT INTO so_phpbb_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('18306','0','Re: howdy!','49','7','1143905069','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18308','0','Film-Making','134','33','1143906424','8b371fcc','1','0','1','0');
INSERT INTO so_phpbb_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('18313','0','Re: editing posts','4','49','1143910438','4435463c','1','0','1','1');
INSERT INTO so_phpbb_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('18316','0','DC-15','231','5','1143916724','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('18318','0','Re: directions','26','5','1143917060','4101692b','1','0','1','1');
INSERT INTO so_phpbb_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('18320','0','Re: Film-Making','33','134','1143918373','d10cb552','1','0','1','1');
INSERT INTO so_phpbb_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('18321','0','YOU','26','153','1143920248','4101692b','1','0','1','1');
INSERT INTO so_phpbb_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('18323','0','Re: editing posts','49','4','1143923148','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18325','0','Re: editing posts','49','7','1143923446','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18326','0','Hook','26','251','1143923558','4101692b','1','0','1','1');
INSERT INTO so_phpbb_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('18332','2','DC-15','231','5','1143916724','45fe5205','1','0','1','0');
INSERT INTO so_phpbb_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('18333','2','greetings','19','4','1143927203','42a8671d','1','0','1','1');
INSERT INTO so_phpbb_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('18335','2','Re: Film-Making','33','134','1143918373','d10cb552','1','0','1','1');
INSERT INTO so_phpbb_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('18351','2','????','253','206','1143969997','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18371','0','One last thing...','253','206','1143971544','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18361','2','What kind of swag is Mark selling??','253','206','1143970476','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18355','2','Re: ????','253','206','1143970125','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18360','2','Re: ????','253','206','1143970306','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18365','2','Re: What kind of swag is Mark selling??','253','206','1143970749','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18373','2','One last thing...','253','206','1143971544','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18369','2','Wife workin??','253','206','1143971216','189f9537','1','0','1','0');
INSERT INTO so_phpbb_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('18370','0','Re: Wife workin??','206','253','1143971476','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('18375','2','Re: editing posts','7','49','1143968059','cdbc750d','1','0','1','1');
INSERT INTO so_phpbb_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('18376','0','Re: editing posts','49','7','1143978846','18b30f73','1','0','1','1');
INSERT INTO so_phpbb_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('18381','1','Order for TK2138','206','92','1143983298','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('18382','0','Re: Gauntlets Pull?','206','3','1143983517','18f1df2d','1','0','1','1');
INSERT INTO so_phpbb_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('18383','1','shirt','188','92','1143989686','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18388','0','Re: editing posts','7','49','1143996936','400c7507','1','0','1','1');
INSERT INTO so_phpbb_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('18389','0','photoshop','188','174','1143997996','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18394','0','Volunteer Garrison Prank Anniversary','27','43','1144003473','d8b4041a','1','0','1','0');
INSERT INTO so_phpbb_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('18395','0','Re: photoshop','174','188','1144003545','3f900142','1','0','1','1');
INSERT INTO so_phpbb_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('18397','5','Re: photoshop','188','174','1144005965','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18398','0','Re: photoshop','188','174','1144005973','4434dd67','1','0','1','1');
INSERT INTO so_phpbb_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('18406','2','Re: editing posts','7','49','1143996936','400c7507','1','0','1','1');
INSERT INTO so_phpbb_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('18407','0','Re: signature','26','174','1144007078','449aa047','1','0','1','1');
INSERT INTO so_phpbb_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('18410','2','Volunteer Garrison Prank Anniversary','27','43','1144003473','d8b4041a','1','0','1','0');
INSERT INTO so_phpbb_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('18411','1','Re: Volunteer Garrison Prank Anniversary','43','27','1144009101','44eefc59','1','0','1','1');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_privmsgs_text
#
DROP TABLE IF EXISTS so_phpbb_privmsgs_text;
CREATE TABLE so_phpbb_privmsgs_text(
	privmsgs_text_id mediumint(8) unsigned NOT NULL,
	privmsgs_bbcode_uid varchar(10) NOT NULL,
	privmsgs_text text
	PRIMARY KEY (privmsgs_text_id)
);

#
# Table Data for so_phpbb_privmsgs_text
#
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14289','3da1521a94','.ok. hehe good to know. 

and good. go get something to eat! 

In the mean time, I'll send you hotmail about the bene gesserit stuff , including that I am stupid and for some reason forgot that you'd written all of the bene gesserit stuff out on wildfyre. duh. 

bon appetit');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17662','95625890db','It's ok, Atin.

I've just been really stressed with school and the issues I've been having with the Rebel Legion and here. Still a few people I'm rather mad at in the SO from comments made last year that's made me not want to do much with the group.

So it's not you :) don't worry about it

~Alli');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8362','298523839e','2.50 per PIP  If a Capt. has 6 then 6X2.50= $15.00 plus shipping');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2394','322bc5c10f','Sorry for the delay...

http://www.sci-fire.com/');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16603','8d3b0036dc','Hey man, hows ya' doin' today? What happened to the bitch/moan/grip thread? It was there last night...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16604','1091b5f184','Syra,

To get a TB designator, you'll need to apply for membership with a finished Biker Scout costume. At that point, you'll be able to pick &quot;TB&quot; and your TKID for the Legion.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11215','68d9987377','Hey, I just realized I forgot to give you the money for the pizza.  Sorry about that.  Remind me next time I see you and I'll give it to you.  In the meantime, here's an idea for your next SCA weapon : http://www.youtube.com/?v=hJzCrOjI394


Be sure to watch all the way through.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5030','77d2a8d463','you bringing the backplate to dcon?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5948','4d074b90d1','Well then,  let me know what I need to do, Jason's first event was 1 of these parades, and I'd hate to see them go to the wayside.  AS I told Jenn when I was talking to her earlier, I'll be happy to help. I don't have to costume every event, I worked Adventure Con for the Wollacks, and I'd be happy to help work this too.  Will miss Jenn though.

I'll be there Sat at Horrorcon, bat it around, and toss some ideas in the air, then if you think you want to go through with putting the time in to get this together, consider me your "apprentice".

On the flip side, while there will be some people disappointed if you choose not to pursue the activity, they're adults and will deal with it.  Family life, and reality come first :) 


Laura');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11691','212181e79f','Yeah, it seems some of his gigs lately have been kinda screwed up.  They had a showcase in Rochester that was really diappointing I guess - unorganized, unethusiasic crowd, etc.  I was able to make it to part of their show last weekend in Buffalo, I could only stay for the first set because when we got there they'd changed the times.  They were supposed to start at 9pm and their first set didn't happen until 10:30.  Ugh.

Gandolf and Dooku...well, what kind of advice do you need and which one are you working on first?   :wink:   I'd be happy to help you out however I can.  Just let me know which one you'd like to work on first, I'm guessing maybe Dooku?  That way we can direct our attention there.  8) 

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6130','bbeb12cdb6','Since that's a "work night" I won't be able to make it.  :( 

You guys have fun!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6132','9d0e281a55','Hey Nova! It's been, well, life ya know? Good to hear from ya! We have an event down here Saturday that about 15 of us are gonna do in Anniston. I may come up to Horrer Fest Sat, night, just don't know yet. I really wanted to blow the event off down here and just come up for the weekend, but I hate to leave my locals pals! Maybe I'll see ya. If not, I'll be at all the next big events!

See ya!
Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9280','a3bcb11280','Sorry it took me so long to respond.  I missed the move and just figured out how to log on... and even where it was.

I got the regular don post helmet, a black jumpsuit, and built my own breather out of a project box from Radio Shack.  I am currently looking to update my breather with a polyformed one that Bama is working on.  
Once again sorry it took so long for me to respond.

Jamie Simpson');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7553','3f7f31f86c','I have managed to get 2 kits together.  Do you want one?  I could probably get it shipped out to you on Friday.

$50 plus shipping $8

tandnbrown@knology.net is my paypal addy.

Make sure you send me address via PM or in your paypal transaction.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14898','8f5bc8f424','ok. 

It was always up to you in the long run. I still have confidence and faith that you would make a great leader, but I also think Joey is well-suited to the job, so I'm ok with the way it turned out. 

maybe next year :) 

Thanks for the letter.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8674','6f6bbeb130','Would love to give this costume as a Christmas gift for my wife.
For some reason I cant get this board "no password sent" .
So how much will this cost me for everything I need? Head to toe,
And can you set me up with these guys?
Thanks for your time,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15912','9b24b287ba','lmao.. space boobs.. 


ok.. thanks Zach :) You made me smile.. I feel a lot better now. I was so mad at the crap people are giving Corey etc. Thanks for making me laugh. 

Space boobs.. would those be chrome plated? Just wondering.. 

&lt;hugs&gt;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13371','9e2c254656','Got a customer for you. Board name gootch says he needs 3 red for a snowtrooper. I gave him your email.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17440','5351bf052b','wow.. toldya I was blind. Thanks so much. 

see you soon :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13817','fec23fed16','I owe you one big squeezy hug the next time I see you!
Charlie called me today and gave me the news. 
I can't check the boards from my office.
I haven't decided what to do yet. Heck, I'm still 'feelin' the love'.
Your confidence is most heart-felt and your support is overwhelmingly appreciated.
I am humbled.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10362','6aa4376c71','Hey Joey, I have a question regarding vac forming and the use of flower pot foam for the mold.

I was talking to Ryan Jones today about vac forming, and I asked him if it would be possible to use flower pot foam (you know the rigid green stuff) to make a mold. He said talk to Skip, so I've already sent him a detailed PM, since Ryan told me he apparently uses it to make his molds. However, since I'll be coming to BamaCon, I wanted to try out some vac forming for myself (since I currently have no room to do so in my apartment). I wanted to make some Clone armor (for the arms and back) that fits me, and I wanted to have some molds ready to bring down to make my armor.

Do you use this flower pot foam? Or have you used it? And if so, does it work on its own (ie, carve the foam, then pull the armor)? Or would I have to coat it in bondo or something (carve, coat, then pull)? I'd like to do some carving with this stuff since it's very easy to work with, but I don't know if it will buckle under the pressure of the vacuum and crush itself. Any help would be appreciated.

BTW, any new info on BamaCon? I'm very eager to come down and get some work done. My GM helmet ships out today (Monday) and I'm currently working on my soft goods. So all that's left, really, is my boots and armor. I'd like to see about putting together a complete GM while I'm down there.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7288','4ffba6a4d6','Excelent! I'l be here..

 Reay? Wel I know I am about 45 minutes from Mobile.  I think I sent you a message to your MSN aready but I don't know if you'l get it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7290','07568a4b49','Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8053','df7b2200c1','[quote:df7b2200c1="The Blaster Disaster"]Was told to PM you about a Boushh costume.
Do you make them,And how much are they?
Thanks,
Shannon
"The Blaster Disaster"[/quote:df7b2200c1]

You should visit:

http://groups.yahoo.com/group/tbbg/

I don't build the entire costume, due to legal reasons, but I do build parts of it.  Enough to keep me under LFL's radar, anyway.   :wink: 

You'll find a list of suppliers in the FILES section once you join (it should also be emailed to you after joining).

Have fun, 

J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14429','adb60b0d98','Tambo,
     Since it looks like you're online right now, could you please remove the totally inappropriate Raghead comments out of the Mando thread over in Costume Construction?

Thanks,
Donald');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13324','6ca49b6fde','Thanks man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13325','b17423a2f9','hiya 

My name is on the list but I do not have a badge. 

Thanks 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11825','4be32abb44','Memberships to Dragon*Con 2006:

$50 to 2/15/2006 

$60 to 5/15/2006  

$70 to 7/14/2006  

$85 thereafter  


Also may want to post about rooming, cause these babies go quick!!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17786','49f0b533b2','At MSC, Skip mentioned that you were interested in helping out with graphics, etc for the Outpost. First, this was the first time I had *ever* heard this. I apologize, had I knew about this, I would've already spoken with you.  Is what I was told true, you're interested?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18270','6c6af40c53','[quote:6c6af40c53="Loki"]My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.[/quote:6c6af40c53]

heh Loki my man, given that a noticeable portion of the Arkensas members troop with us more than they do their own garrison, AND admit to having more fun with us ... I have to admit, I really agree with your &quot;annex Arkansas&quot; thing. Though annexing GA might be a hard sell!!

Might want to cut back on the &quot;annex arkansas&quot; stuff for a little while just a little.  But maybe only just a little.  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17660','c05ff182a1','Do you have a webpage of anything with pics of you in your uniforms because I see that you have several incarnations.

Im trying to get pics of in uniform with and without helmets so I know who is who.

Oh by the way I wanted to ask you where your got that belt buckle it was incredible.    :shock: 

Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12641','fe1936a273','It was really good meeting you at ChattaCon.
And we had a great time. Can't wait to come down in March.

If I may impose...

It is rumored that one of our attending members to ChattaCon may have been discurtious to some of the Chattooine members or other fan groups.

As one of the officers of the Southern Outpost, I feel that this should be addressed. Are you aware of any discurtacy from any of our members?

I don't want to put you on the spot, but if you could help, it would help us prevent this from happening at other cons in the future.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2079','44307361dd','Thanks for the info. If you are curious, and I'm sure you are, here is what I'm thinking of for Davre's robe:

http://nuclearstomach.bigpolley.com/uploads/robe.jpg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10721','f9e6fd0fc7','http://www.mytscstore.com/detail.asp?pcID=6&amp;paID=259&amp;sonID=259&amp;page=1&amp;productID=1902&amp;zz=37642

let me know what size you need and I can check tomorrow at work if we have it ect.

Not sure of all the sizes off the top of my head since we moved, but they atleast go for 34 and change..35 rounded up :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4529','e92e698f73','How much for the resin fett helmets?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16054','d6508211a4','First let me say congrats to everyone getting to go. 

Now that being said, a short selfish moment. IF you get a tour of Star Wars props and IF it includes the open faced helmet used by A-Wing pilots in RotJ, PLEASEEEEEEE take notes on what it looks like or even better pictures. As long as there is a clause saying I can replicate the helmet for personal use (i.e. make one for my A-wing pilot costume) I will even sign an NDA on pics. 


PLEEEEAAAAAAAAAAAAASSSSSSSSEEEEEEEEE');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('564','74be45d74f','Welcome to our boards John!

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17941','2d550b839c','hi there. 

it was really great seeing you at the con this past weekend :) 

I'm sorry I got upset, but it really meant a lot to me that you cared enough to talk to me after. Thanks. 

Have a great night :) I'll see you at the anime thing if not sooner.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8939','1e8a65ace6','Anything for you.

I'll get on it and PM you when I am done.

 :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17926','59f91ff413','Awesome. I'll send them to ya :) 

how are you? Everything ok? I figure the girlfriend's keeping you busy ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17927','31144755ce','Talked with the group.  Don't have any problems with having you with us on a haunt.  Our DVR system arrived today.  (Finally got the hardware we've wanted for some time now.  No more tying up our sony infrared handycams...

Give me a work schedule you have.  What days you typically work.  What times are best to call.  Stuff like that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8946','afbeccbe44','You sure are silly.

I want to do it.

See you in 2 weeks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16166','2a2642c607','Tambo,
   I know you make helmets, flame throwers, and thermal dets.  Do you make anything else for the mando armor?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16470','6f59b1333f','Corey,
    &quot;My brother&quot; is &quot;ner vod&quot; not &quot;ver nod&quot;.  Just thought you'd like to know.  Other than that great post.  And personally I would say that if you are getting haressing PM's forward them to command staff.  If we are having a few trouble makers causing most of the problem (20/80 rule) then they need to know so they can resolve it one way or another.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5483','b0dbd7b680','Yea, my cell phone number is 513-646-5340.  I'll see you at the richmond Wal*Mart tomorrow morning.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18016','0445b97993','Got your attention didnt I.. I will get even man..

Hay can you have Starla contact me please. Im in the middle of buying the Necro suit, but I want to make a mod or two to it so I have a Mandalore the Destroyer suit.. Part of my idea is a full length hooded cloak with the Bantha skull on the back, and I would like to commission Starla to make it for me...

It was great seeing you all this past weekend and Ill miss all you all for the next month..
here is my blackberry email.
atin@mycingular.blackberry.net

How is Ryman doing???

JR had his appointment with the audioligist today. He has a 30% hearing loss do to fluid behind the ear. He is now being referred to a ENT and they sound like they want to do the tubes in the ear.. Im ok with that as long as it will help his speech delay.

Also I was thinking after April, my family and yours should maybe get together more often if you would like. We have kids the same age and hay I really enjoy both you and Starlas company..
Just an idea..
Have an awesome evening');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17178','a59cb2652c','Loki,

    What's up brother Fett? . . . .just getting back into town from a long pull on the road. . . .but I'm not going anywhere between now and MSC. . . . .I'll be getting in early on Fri. . . . . .and rowdy soon-there-after. 
I was just wondering what you're lodging situation was and if you were taken care of. . . .or needed a place to crash. LMK . . .and I can't wait to mob around with yer Alien. . . . .you might have to let me crawl in it to see whether or not I have to get one. BTW. . .what ever happened to yer NECRO costume?!?!. . . .didja give up on it?. . . .run outta funds?
    Anyhow. . .I'll have some drinks for you. . . .how 'bout some suds BEER MAN?!?! Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10757','6e187322a2',':)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16794','f77961b5c2','I'm heading down Saturday for just the day.  I'm just going to be in civies with a friend, but I'd like to meet up with everyone there.  I'm thinking about going to the Underground or whatever.  I'm going to be taking a lot of pictures.. but I'm going to be heading down alone so I kinda don't really know where I'm going haha.

Contact Info:
Jon Jones 
901-210-8841');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14480','7515560209','are you going to coreys party this sat? 

i can let you try both on if you like.

got to go,talk to you later.

Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18185','fd2c62f2be','You know my house is your house, but April 7th Ill be in Hawaii still...

Sorry, it would be great to have you guys stay. 

Hope your doing ok to. Im just doing th elast minute packing so I can get so shut eye. 

Luv ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6117','7941879973','Hey!
I know what you mean, my cousin recently did a Link costume and we argued over the type of ears to use, lol.
I got my regular elf ears at a costume store here in Memphis - they're a brand available most places, and should be pretty easy to find right here before Halloween. This website has them:
http://www.thecostumer.com/store/search.cfm?search_phrase=ears&amp;search_method=prod_name
They're made by "Woochie" and in the past I've used both the actual elf ears they carry, and the "Demon ears"
I usually cut them in half and just use the top, but if you're wanting to use latex with them it's easier to keep them whole. I repaint them with acryllic paint because they come in a kinda weird colour, haha. Here's my pair, as worn by my mum last year as a hobbit:
http://yarwood.org/kell/dcon04/dcon60b.jpg

hope that helps! see you this weekend! :D
kell');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7739','3c6a7c69a6','Shipped via USPS - 0305 1720 0002 2011 8680

Enjoy!

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1985','286c93df54','[quote:286c93df54="BH7899"]Dude...I thought you had died or something   :lol: 

I have 2 left from my first run.  Crash had asked about one, and so has a few other people but until they send me the money their open.

TB[/quote:286c93df54]

how much?

It's been so nuts...so nuts.... :roll:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17488','5b7cf45fe2','Not sure yet. These are going fast , if you want them, tell me what you need.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18005','2367def2b1','new S.O. designs for shirts and stuff...something cool.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15846','b35f5a41ac','I just wanted to say congratulations and hope you and the others have a safe and enjoyable trip. I was looking back through the pictures I took at the last prop party and was bummed that I didn't have any of the JarJar. Gah!  :evil:  Not really sure why as I was watching Richard put the latex on. Anyway, hopefully you guys will be allowed to take some pictures and I can't wait to see them. Again... safe trip!

     Jeff.....
(Vesper2112)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8596','ead099f5a7','Yeah I realize Kevin is a member and it is a public thread so I tried to make sure what I posted wouldn't offend, just wanted folks to know that the 501st and Syndicate weren't thrown "in the same basket" and were not set up next to one another. 

We too didn't want to step all over Shawns toes in the event planning but gosh we had no idea he wasn't on top of it. Jamey and I both feel that an appropriately worded email in the beginning might have secured free passes for all costumed members and some of this drama would never  have happened. Of course we don't KNOW that but  sometimes its all in how the 501st and our requests are presented.  And what the hell is an "Empiries" anyway?! haha (guess he was trying to spell Empress). 

We do agree Shawn is trying and his heart is in the right place but he just isn't the best representative we could have had. He's enthusiastic to troop but he seems to think if a venue says we CAN troop then his job is done. As you know there are often more considerations than "can we?".   Maybe we're ALL a little bit spoiled but we certainly expect some respectful concessions for our time and hard work---even if they are tiny ones or even just a sincere thank you if its charity.  

Shawns PM and attitude about the passes was totally inexcusable so I am totally not defending that (although I bet alot of the sentiment came from Craig Johnson-who promptly bailed on  the con when the water got hot), but I will say that Loki often steps in with WAY too much of a condescending attitude about Alabama events.  I have the impression that he is super-close to Skip and it is also my impression that Skip does what he can (especially behind the scenes) to "run down" Huntsville/Alabama events to his locals so that they won't attend and he can keep them close under his wing and exert some influence. My impression and opinion only  though, so no need to waste your time in convincing me I'm wrong. Haha.  :)  

I hadn't planned to come but I might change my mind, I'm getting curious and becoming a victim of the "afraid I'm gonna miss something good" paranoia so you might see me there.  I'm betting Jamey will try and talk me into it anyhow since he needs so much help with Boba---in fact I'm sure he's counting on it but he doesn't want to pressure me. 

At any rate, y'all have fun with or without me. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9062','ad62f8fe53','Hey man, if I email you some sticker ideas, can you print them out? my bin is way too plain.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5232','8845ea96bf','Hey Tim I thought maybe we should exchange numbers before the event. I will meet you at the Nicholasville Wal-Mart parking lot. Ill probably have on my Red TDH shirt or my C3 Invasion shirt. I drive an older Dodge dakota with the paint peeling away.

My cell number is 1-606-344-9455

Cant wait to meet you, and get troopin. If we do a little prop-party type thing where are we going to do it at. In the room the alley provides or what?

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16613','26864b7cc9','No, didn't get the memo... did Jamei print it out of his backside... sort of like an old 1980s competer printer... the paper would have holes down the sides etc.

I'll dig around and find some flowers to post in the thread.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15961','8ea8fbc1d6','I can see that his thread is going to Hell in a handbasket. 
As far as I can see it, this trip to see Lucas is a business deal, not 501st related. 

Personally, if it had been my trip to make, I'd have posted pictures of the trip AFTER I got back and never said a word before as he has done. 

But I figure he did it to give a little, &quot;in-your-face&quot; treatment to all those he's carrying baggage about.

Sure, I'd have liked to have gone... but not with Corey.
Can you imagine the weight those guys are gonna carry for a long time.
I wonder if the qualifications to be a guest on that trip was organ donor comparrison.

BTW, Skip is still an ass.... in the event that you may have forgotten.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16450','fc4784bf66','Go look at my post on the bitch thread! Add something to it!!!

I WILL be at the parades, but probably not till Saturday! Damnit!! I'll see can I get away sooner!

SMOOCH!!!!!!

z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16451','ccae5db02b','Thanks,  I'll pass the info on so everyone will know that you have checked in to what is coming up.

No one is questioning your events in quality or being off topic at all or ever has.  I just got through defending your actions as an example of what others should be doing, ie setting up events, trooping, and having fun!

If you haven't noticed this year, People like to blame Skip and I for anything that seems &quot;wrong&quot; or out of place with the group in thier eyes.  we are to blame for everything, we are out of control we don't do anthing, etc. etc.etc..
, one bitch i have heard is that we let Jamey set up events without asking....

well you and I know thats laughable, I trust you with what you set up, and i attend your events when i can and know what it is like, but i guess others don't know that or can't see it.  they love to assume i let others run over me.  so this way i can now let it be known that you have the &quot;blessing of the pontif and the world is a better place now, amen&quot;


Dont let it bother you at all.  Like you said, lets just troop and have fun, let them wallow in themselves.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17859','e9b7049079','Hey dude!

Here's the info on the show:

[b:e9b7049079]Date:[/b:e9b7049079]  March 29th (Wednesday)
[b:e9b7049079]Venue:[/b:e9b7049079]  [url=http://tootsies.net]Tootsie's Orchid Lounge[/url]
[b:e9b7049079]Time:[/b:e9b7049079] 8:00pm to 10:00pm
[b:e9b7049079]Additional Info:[/b:e9b7049079]  BACK ROOM
Band Website:  [url]http://www.locashcowboys.com[/url]

There shouldn't be a cover.

Hope to see you there, Atin!

--Ryan

PS:  In case you get bored, check out my road journal at [url]www.ryanjones.net[/url]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2359','cc348fc9f2','glenn,
thanks for helping make ad-con great for me, i had a blast.
i really do appreciate it.
i noticed id been listed on the members page of the s/o photo section .
the old email on there is bad  the current one irishyankee1862@yahoo.com ,also i knoticed i was listed as a tk...that was before i sold out to the tie pilots...sorry if changing that is a hassle for you.  the #can stay the same(TI) 2986.
HOPE THIS`LL SAVE YOU FROM HAVING TO CHANGE IT LATER.
thanks again 
hope to see you again soon
gregw 
ti2986');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3096','450e34fc7f','sorry just getting back in and never received your messages until now...sorry about the timing bro...just destroy the check fir me.   preciate the effort though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1126','badee75e67','TIM!!! Log in as yerself darnit! The voices are telling you to do it...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16542','0925993b7a','You know who sent the PM's, don't ya?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('64','15dc4044f4','Nice of you to stop by Scott.  How have you been?  I hope to troop with you soon.  Are you going to MidSouthCon or Cel 3?  I'm headed to Bama's next weekend to work on some props..

later

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17254','78ef0a5b25','I;m nekid :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16372','c189e82150','hmm.. ok for starters, the last thing I consider what you were doing was clutter.  In fact you were helping my keep the clutter to a dull roar.
If anyone wants to complain about high number of posts that would be Loki, Blue Jedi, Z-man and others. Yours are not that much.

Now, yeah lack of sleep makes anybody touchy. Which I agree, it probably made you a bit more sensative to it. BUT, whoever those people were had no business slapping you around in PM. That was downright rude.  Jamie was as well, and I thinking of having a talk with him.

Command staff wise, the forums and web are my domain. I think you were doing a good thing and helping me out. I don't think the members realize just how much work it takes to watch this forum.  Like.. did you know I have to check it at least 3 or 4 times a day? This forum is attacked by spambots at least 3 times a week. Sometimes the occasional fake user gets in but I catch it before they become &quot;approved&quot; and we have another hacker incident again. Having someone tell me &quot;Hey this posts is out of date&quot; or &quot;hey this thread is messed up&quot;. That's invaluable help for me.

Aside from that on a personal level.. its nice to know I get to hang out with another author. There are times I really look at what I write and think &quot;Damn I suck!!! I wish I could write something decent.&quot; But I go back and read what you posted to Z-Man about writing in general and that whole thread you and I posted in about manuscripts and so on.. and well, seeing what you wrote really helps bolster my own confidence to keep plugging at it.

Short answer.. you didn't screw up. Not from my point of view. 

Also, I very much hope your son is doing better and you for that matter!

Banzai');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17313','fbfd432a01','I sent her an email a few minutes ago.  It was after 10 when I got off the phone with Jenn and then I had to settle Tyler and Joey down by that time it was after 11 and I didn't think I should call that late.  I really believe she is sincere about wanting to fix things and I believe that she has no idea what her husband has been up to.

we will talk later,
H');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17314','151ac1a482','That's kinda what Susanne felt.
I told Joey that those two need to get on the same page before extending olive branches.
On some things, Susanne was even more flustered than before she talked with Jenn, based on some things Skip said that contradicted what Jenn was saying.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16666','6602fc4944','I finally got registered on this site.( Just to jog your memory, I'm the fat dude that came to the prop party with Chris Ledbetter)

I dunno if limited access is all new memebers get, but I figure that to be so until I get some TK armor and become a legit 501st member. So I'll be on here with some limited basis cuase you guys prolly hang out in a memebers only section. So until then.....

But, It was nice to meet you and you owe me dammit! The over/under on the amount of time it took you get drinking was in my favor till you lollied! :D 

Throw some pics of the alien coustume from Memphis up so that I can see the finished product.

Your pal,
Rob Reed');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15097','6f546d8c83','Found it!  Took me about an hour, but I also found about 12 brand new batteries so it was worth it.  :lol:


When do you need it?  I can bring it to the St. Pat's parade or just mail it to you if you need it sooner.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16086','c031e41dc6','I just wanted to congratulate you  on how you took care of stein, I hate that idiot, 
the fool can't seem to learn anything. his post are full of bs and wind, I dont care what he does in his life, nor needs to waste the space on the forum.

have fun on the trip to cali. I wish you guys a safe trip. god speed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('71','377d26928e','[quote:377d26928e="BH1128"]Nice of you to stop by Scott.  How have you been?  I hope to troop with you soon.  Are you going to MidSouthCon or Cel 3?  I'm headed to Bama's next weekend to work on some props..

later

Glenn[/quote:377d26928e]

Doing well Glenn.  Been busy lately though.  Just completed the Charity Auction Gunner Helmet for Katie. The ironic thing about the $380 raised for Katie was the fact that Steve Sansweet contributed the winning amount and is adding the helmet to his personal collection.  That just blew my mind.  I am now working on another project dedicated to same cause.

I am "planning" on attending the prop party next weekend.  No confirmations just yet.  Whats on the chopping block for build?  What should I bring to help?  Not going to MidSouthCon, but tickets and room for CIII is already taken care of.

How goes things in the SO?  Nice to see this forum board up and running...I wish I would have thought of something like this.  HAHAHA!  Its nice to track subject matter without having to search through two months of posts to find a specific start of a thread, huh?

Anyhow, thanks for touching base with me.  I am still refraining from making any posts.  I all too often cut to the chase without sugar coating whats on my mind.  I am keeping myself busy in the shadows with charity events and fundraisers until CIII.  That event is for me and the Mrs. (Sassy Cindy).  I think alot of people throughout the Legion are losing grasp on why they actually began trooping.  There is alot of power within this Legion, many just don't see it, won't see it, or won't make the effort.

Anyhow, hope to see you next weekend.

T-Rat');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('72','7b46f93c35','I've got a Kellogs Clone helmet that I have bee working on and off for a bit.  I've lengthed it, fiberglassed the inside and bondoed the seams, I've been sanding and cuting for the past few days during my lunch break at work.  I'm doing a ARC trooper costume with it.  M Glover is sending me one of his ABS Clone Armor sets in a week or so, I wanted to get a head start.  I need to make the fin bigger and put lights in it..maybe I'll work on that a bit next weekend.  I've also redone my Jango Chest Armor and have had over little details done on that costume over the past few months.

Dude..thats so nice what you have done for Katie..Buckets off to you!!!!  We all signed a huge card for her at the Christmas parade dinner and I drew a little fett helmet, god I hope she getts better.

See ya Rat

tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17167','99ac5bd7fc','sure..send them to me at tk1128@bellsouth.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16359','d9f0d26290','Called your house, got the fax.

you got a min this morning??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5237','13a0a84583','Hey man, I've gotta be the hundredth person to ask you this but could you email me the hi-res versions of pics 437 and 443?  They're on page 22 of your site.  My email address is Lighthammer72@yahoo.com

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18285','ece733b8f4','Hey tim if you get my PMs after around 7am call my cell and tell me your number, my number is 606-344-9455

Later,
This is going to be cool
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11990','1e8fa14f2f','[quote:1e8fa14f2f="TK1143"]Hey Jason, im interested in the Chewie suit. Is there anyway we could set up a payment type deal. Im goin to be kinda strapped for cash until after V-Day. 

Let me know about it bro,
Also, I just saw your avatar in fullsize and that is some awesome weathering, how did you do the black and white weathering? Was the white a reveal or a topical?


Thanks for the help bro
Later,
Tyler[/quote:1e8fa14f2f]

It's not mine so I can't do any kind of payment plan...sorry :(. 

The white is just the armor. The black was done with rubbing alcohol and black acrylis paint. Spritz the armor, smear on black wipe, wipe and blot off as desired.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14115','2e1e06fdda','are you feeling better?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('75','b23a908989','I have two more things in the works now.  One is gonna make the gunner helmet pale in comparison.  The other is far far reaching; however, if it comes through, could diversify multiple times.

I will bring my clone bucket up for reference if you like.  Still not complete!  (I take too damned long to finish my stuff).  I have a template for the fin and can give you another idea or approach to the maddness.  I hate doing CLONE buckets, the fin is the worst part!  But for Tambo...I would surely make an exception.   I've got the whole bondo thing down to a science...we'll  get her done.  If you need the help.

T-Rat :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7956','ac82265141','Hey man, I think I accidentally deleted that link you sent me with the high res pics. can you please send that again.

Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14281','d68984645c','I need member access.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13343','358bc08b05','SLACKER!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7965','d9aeed8705','Doh! My bad, the ones you should me at your house, someone took at the star wars exhibit, we were able to zoom on the jedi belt.

hope that helps..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11874','5a8a576c6c','Let me in pleeeeeeeese!!!!!!!  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15144','1fe82d3ba4','Are you serious?  School would be more of an issue than work, but if you're offering I'll make it happen.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16099','12eaab346e','dude, he's has gone too far too many times in my book. no common sense. I try to give him chances, and he fails miserably. lost cause.

enough of that crap.

I see your wearing your cool mando to the parade.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8438','130b69d13f','... and you've been on the list for a while, and the day you said you'd pay for your ticket, I put your name in blue.

Complaining that no one read YOUR post when, in fact, you didn't read the post reacting to it, is funny!  [img:130b69d13f]http://www.clicksmilies.com/s0105/lachen/laughing-smiley-015.gif[/img:130b69d13f]  Have a good evening.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4780','1e764e3134','Hey Shawn, over the past few weeks, I've been researching a Huntsville area squad. I've sent emails all around the world to all the Squads, and I've received a good variety of replies, most of them explaining a lot of the "political" issues currently happening in the 501st. So I've decided to step it down a notch for the moment and try to better develop the Huntsville area as a more distinct group in the Southern Outpost.

Much like the SO's 69th Dewback Cavalry, the [huntsville area group] would just be an excuse to make some patches, maybe a few T-shirts, you know, just have some fun without the hassle of attempting a squad. Heck, perhaps we could have a flag as well, like the 69th (only it'd be cooler :P).

As part my my former preparation for proposing a "Rocket City Squad", I made a website with all the bells and whistles, and pretty much everything was done for the application (accept a roster and forum). However, like I said, with the recent turmoil in the 501st, now is not the time to propose a squad, even if we're a shoe-in. So I've started planning on temporary changes to the site to make it more unofficial and command staff-friendly, if you will. (Note: I keep mentioning the site, but I haven't put it up anywhere, so there's nothing to see yet)

Because I see you as one of the leading members in the Huntsville area, I'd like to ask if you'd be on board with this. Basically, right now, I want to make a make-shift squad, an unofficial, just-for-fun, local area group that can, perhaps, better solidify the "huntsville crew" and that could possibly be used as a template for the creation of a squad later on (and I mean WAAAAY later on). It's nothing serious, it's just for kicks (and patches and t-shirts!).

By the way, if you'd be interested in seing my research and all my work on Rocket City Squad out of curiosity, just say the word. But for right now, I'd like to keep it fun. My original idea for the squad was Rocket City Squad, but to save the name for later, I'm thinking of other Huntsville-area-specific names. Perhaps something with Redstone?

If you're in, and I hope you are, try to get back with me soon. I'd like to show you the revised website.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16691','241e17fce3','Cool site, Hammer.  May get some of those one of these days.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13614','762dac4ede','Derek,

YOu've definitely got my vote, good luck!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13625','ed78e1ea82','the paint for the details will just be whatever regular paint you want.  since it's going to be so light, and such a small amount, it won't need to be mixed with latex.  The whole suit is going to be hand painted with the latex/acrylic mix.  The little details will just be painted enough to highlight the ridges and tubes.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12850','ac9ffc7c33','Hey Glenn, I'm working on finalizing the design to my Mando, and I was wondering if you still make your Mando helmet? If so, I am still interested in buying an unfinished kit from you quite soon. Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1936','18d2fb83a0','Hey corey, scifiarmor.com is a friend of mine.. email him and let him know your in the 501st and a friend of Bamatrooper's.....

Its a lot of work to build, but not difficult work, just time consuming...


-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15164','5f7f6b44a5','So are the two weeks in CA, or would they be spent in KY building another one?


I really want to do this, but I need specifics on money so I know which organs to put up on Ebay.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17281','24893c6082','There are a few more places that I am going to try.  I'll keep my nose to the grindstone.

My address is 

Thad Sullens
170 Kathryne street
Springville, AL 35146

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8486','7ad45022b5','[quote:7ad45022b5="TK5773"]With Jester and Loki going take care of their own tickets, That leaves only one discount pass left. 

Ideas on who will get it?
Here is the list I have.

	Friday	Saturday	Sunday	Discount
Shawn	Fri	Sat	Sun	Free
Joey		Sat		Free
Ricky		Sat		Free
Chris(TB1309)	eve	Sat	Sun	Free
Jamey		Sat		Discount
Wookieegunner		Sat		Discount
Crayfish		Sat		Discount
David	x	Sat		Free
BlueJedi	x	Sat		Free
JenKs	Fri	Sat		Free
Z-man		Sat		Discount
Jester		Sat		Will get their own
Loki		Sat		Will get their own[/quote:7ad45022b5]

If Chris Campbell's able to make it despite work, first off, I'd give it to him.

But I can still pay for mine, so the following still applies:

Most of the "free" listed are Alabama people -- as I am a mean, mean, Irish-Italian Matron type, if it were entirely up to me, I'd call up or pm Jester and say, "Listen, I've got this extra discount pass ticket and I'm tired of Roster Pingpong, would you please take it?  I'd consider it a favor."  And he'll ask is it free or is it $12? and I'd tell him and he would either say "yes" or "no, I'm rooming/carpooling with Loki, and I don't want to hear about it after he's plastered" (I dunno if he IS rooming or carpooling with Loki), in which case I'd then have to call Crayfish.  But if Jester takes it, that's a Tennessee guy who hasn't been whining about the money.  If Crayfish takes it instead, that's a guy who's gone to every event I've attended in the past few months and then some, AND he's working on new armor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16704','c957e564dd','I'm going to the parade, i just wanted to see if anyone would notice.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15629','596dea0b6b','Sure thing! I'll put it my costume box now so I don't forget it!! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2433','660f53fe77','I didn't cut it off, mines off too.  There was no credit on the bill.  I called and they say the bill is 230 dollars!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16254','1cfd604b19','Many thanks; that is [b:1cfd604b19]greatly[/b:1cfd604b19] appreciated. I'm still planning on being there, but I'll be travelling through Knoxville since I live about 15 minutes from I-75. What time is everybody planning on showing up to the hotel? I'll definitely have an FRS radio by the time I get down there - what brand do you use? I'll pick one up at Wal-Mart this week. See you there, and again many thanks for your help.

For the 501st!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16255','c1ede48a73','from what i gather people might be trickling in that evening.
were looking at somewhere around 10-11pm atlanta time to be getting in.
just leave your FRS radio on and youll pick us up as we are getting to the exit.most brands,even the cheap ones,will pick a mile or 2.
we have some cheapy ones,while there are some newer models the cheap ones just seemed to work fine.when we are caravaning we normally are close enough not to need the expensive 5 or 7 mile types.
just make sure they have&quot;sub&quot; channels.
we use channel &quot;5&quot; and sub channel &quot;01&quot;

cya there,
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15180','7ab59f5fc9','Shipped it out today.  It should be there by the weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11736','ddf8f1c3ac','Okay, I spoke with a friend of my that's an expert on all things jedi.  He agrees that Dooku's tunic is dark brown contrary to popular belief.

And the article was from The Insider....it was an interview that Trisha gave talking about Dooku's costume.  He was going to try and track down the article for me, but you'll have to trust me - it's a very dark shade of brown.  

The action figure and some of the Episode III pictures also show the colors.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('100','c4e60df364','Hi,
    This is Greta from the Huntsville area (wife of Fett from the Buddywalk, female tusken and part-time Endor commando).Glad you've joined us.  Unless my husband decides to take a complete break from this costuming stuff when our new baby comes in March (unlikely he will) then I'm certain he'll move forward with plans to organize a local premiere event. We'd normally be all over it already but we've been waiting to hear when the new Rave Theatre Complex in the Jones Valley area.  There was an old newspaper article that said it should have opened in November but clearly THAT didn't happen. The Hollywood theatre would be cool as well but a brand spankin' new Rave Theatre  sounds like the best venue by far.  I wrote for information on their website but didn't get any sort of definitive response. :(  If you've got any bright ideas about investigating who to contact locally we welcome them. We meant to go physically by there and see if there is a sign with a name or number on it but haven't made it yet. Its totally BEHIND the Target shopping center on a road that I cannot recall the name. We tried to go by and check on construction MONTHS ago  but the road was barricaded for a little parade at the time.  The building looked completed at least. That was October I believe.  I wouldn't think it could be TOO long until it opens. Hang tight friend.

Bye,
Greta
dz6363
gethridg@hiwaay.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17744','8923ff4a6c','[img:8923ff4a6c]http://www.thefourthrail.com/images/features/0902/previewsharleyquinn.jpg[/img:8923ff4a6c]

She is a character in the batman comic books... well actually she was in the cartoon and the fans loved her so much they put her in the comics.  She is the Joker's girlfriend.  

*geek answer*  


I think your costume was just plain AWESOME!   I am sorry you're little girl got sick and that you didn't get to wear it as much as you wanted.  I hope she gets better!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7148','f3a24201f6','This weekend as in now, or next?

I have a month and a half before the parades, I figure I'll need 2 weeks.

Oh, by the way,  after all that time I spent wiping all the brown off your armor, it has somehow turned brownish again!  What in the hell did those two clowns use on it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12503','7c96ddd742','Oh yeah, hows John (mojo) doing?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7955','725bfda112','Not sure on the admission tickets... it seems to be FUBAR. We most likely won't know for sure untill we're there in person.

That's fine on the van. If you get it, great, if not, we can drinve my trooper... or something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16685','1ca7ffea49','SOunds like a plan. I replyed to Skip and told him it sounded good but I would talk it over with you before making anything 100%. 

Yes, Corey PMed me about what time we'd be coming down friday... I'm not sure what he's up to. I asked him few questions when I replyed and havn't heard back from him... hope everythings OK... maybe when we get to the Redroof, he'll be waiting in a clown costume and than kill us!
 :lol: 

Oh and I'll talk to Paul from Clarkville... who ever that is  :) 

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15868','7d7fe40f55','Are you two alright? You're not ill or anything are you?

I understand if you can't make it but I was really looknig forward to seeing you guys at the con. I owe you both a meal in the very least.

So I'm sorry you can't make it but I hope you're both well.

I really like you guys just let me know if there's anything you need.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8464','33fa8663a1','Hey Mark,

The website is www.randomsabers.com.  Are you lookin to do a Jedi costume?  ;-)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8465','60526ea375','I have that Darth Nihilus (KOTOR II) mask so I was thinking about trying to work on that while I am waiting on the clone armor....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1062','185ecb6e92','Awesome man...I can pay you if you'd like, not a problem.

But my addy is

Corey Jones
3410 Chisholm Road
Apt 1302 E
Florence, AL  35630

Thanks a million!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18310','bf5cf03ee3','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17373','6e053f3fcd','staying with Skip and Jennifer. Cant wait!!   What the HELL is going on???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6701','a1f1cb58c1','let me guess which pic you mean?

I'll just have to get a sith cheerleader outfit so I fit in!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14780','12f77b499b','Alrighty, I'll email there then. Email's AWAY! *bomb falling sound*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17748','1c60820753','I am a comic moron myself, I liked the cartoons, and I have always liked red and black (my car is red with black interior,  my southern belle costume is red and black, and now my mando is red and black... The geek is strong in this one)

My fiancee is a comic geek though so he loved it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('578','98d3881592','Hi Joey,

Thanks man!  Nice to have a warm welcome :)

Cheers,

John...TK256

[quote:98d3881592="TD152"]Welcome to our boards John!

-Joey[/quote:98d3881592]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('579','ed9e1415e0','Jason, I could take you in for the night. let's do lunch with Joey in the next week or two and make plans.....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16161','c7f0b599f1','You probably know by now, but Joey (Bamatrooper or TD152) is the CO while Skip (SL100) is the XO. 

I still have not heard from Kevin in California about the helmet. From what everyone tells me, that's the way he is and waiting is all part of it. I'm seriouslly thinking about selling the Clone helmet once it comes in for what I paid for it ($175) and then pooling my money to get a TK kit. That's really what they all were telling me to get from the start. Nothing against the TK as that was my first love, but the Clone's are (imo and probably yours) cooler. I know I need to have paitents and just stick to the plan, but I know that if I want to troop DCon, I'll need to pass on the Clone for now and go with something that they can help me put together in 5 hours. We'll see. Once the helmet comes in, I may fall in love with it again. On the other hand, it looks like our group in Chattanooga won't have a TK. Sure, we have Jamie (superrepus) that has come out in the past, but he's never on the boards and is always busy when I ask him about doing things. Yogi has clone armor (if he ever cuts it out) and you'll have it. I guess Ben plans on getting it as well. 

ANYWAY, I know you really like the resin helmet you have, but if you ever decide to try an ABS one, let me know. Once it comes in (and I make that decision), I'll throw it out on these boards first. 

At least I have the little and big Mando's to work on....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('112','bbb02034ca','Ryan good news!  My Armor guy Jon and myself had the time a few weeks ago to work on chest armor, we looked at the armor you let me borrow and Jango film pics to get the size and shape as close as we could, your stuff is very close.  We made a set of Chest armor for myself and cleaned up your armor to look better.  We also cut out the 2 slits for you and made a collar piece to match your armor shape perfect.  Your stuff was thick!  We used the same thickness on the collar.  It looks freaking cool.  Jon does not have the time to work on anything else for me for awhile so I guess thats it for now, but I wanted to at least get that collar piece and the chest slots done for you for letting me borrow your gear for reference.  When do you want your stuff back?  are you going to the prop party at Joeys this weekend?  Let me know if you want to meet up some time soon.

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17678','44302019eb','I'll try.. he may of sent the list in.. if not I'll try to change it.  We are at the deadline and I can't change much after today.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16913','64ccc9c22f','Jeff,

After looking at our Calander  and comparing with other events going on, I believe that Saturday, April 22nd will be the date I set this up for.  I have things going on several weekends (and forgot I will be out of town the weekend of the 15th) and this gives enough time to try to get it a little organized.   

I think the announcement started here so I can see what kind of response we get, I'm hoping that Rose will be able to make it to help with the sewing since I'm guessing she is the most experienced and could probably help Dallas and
Scarlet with some tips.  If we could get a Jedi Tunic sewing clinic going where they could pump out some Black Tunics/Sashes &amp; pants it would be great, I know I'd like a set and at least one of my boys would.  I know at Atin's party Rose said she would sew something for like $20 or $30 (we would have to supply material).  I would be glad to pay that for a nice tunic set, and I'm sure a couple others would to.  Anyway I'll be looking for some material online also and see what I can find.  If they agree to this we could do cloaks maybe another time or if time allowed later that day, but I'm thinking 1 step at a time.  Also after Dallas and Scarlet do this we could have an more open invite for Chattooine at a future date, as I'm sure they will get a lot of requests.  

As I said before, we can also be working on armor, I have a lot of basic tools, but we'll need to get people to bring what they have as well.  

The armor I'm getting will be from JM, once he finishes it up, he is hoping by April.  I think Bobby is also going to order a helmet from him soon.

My initial thinking for people from Chattooine to invite are:

You, Todd, Ben, Dallas, Scarlet and  John may be interested. Anyone else who you know of that is working on 501st Costumes that I may have forgot to mention (I only got about 4 hours sleep last night so I'm not all here lol)?  I still may post it on both boards, but if I do I'll wait unitl I see what kind of feedback the non-power prop party gets.. don't seem to be getting any yet, have you heard from anyone who is planning on coming there?

Thanks

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18022','46a8a188fb','Hey!  Sissy has Saturday off if you want to come up for a Birthday party  :D   lmk.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17431','77eda587a3','Glenn are you coming up to Coreys for your cases soon?  I can help you guys load them and get those figures from you..I'm not sure about midsouthCon.  I also need to talk to you about somethings that have been on my mind.

tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17753','bf09166ab5','woooohoooo!!!

I want a new vaccum :cry:   I have a rainbow, which is an awesome vacumm, but you can't just pull it out of the closet and use it.  You have to put water in the basin, put it in the roller base, put the top on plug in the hoses and attatchments then you have to dump the water and then take it all apart and put it back in the closet.

 :D  and there is nothing wrong with being a nerd/geek/dweeb/dork... but there is with... shhhh normal... ACK I hate that word.  LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7599','ec6fce4f38','Here's a little teaser for ya....





[img:ec6fce4f38]http://i23.photobucket.com/albums/b375/loki41872/pics159.jpg[/img:ec6fce4f38]
[img:ec6fce4f38]http://i23.photobucket.com/albums/b375/loki41872/pics158.jpg[/img:ec6fce4f38]
[img:ec6fce4f38]http://i23.photobucket.com/albums/b375/loki41872/pics157.jpg[/img:ec6fce4f38]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8671','e2f4296a84','lol.. no problem. :) 

We missed you this weekend! I hope everything's going well up there. 

&lt;hugs&gt; 
Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8679','68b43caaf1','lmao! I keep forgetting to sign into that thing.. 

*sigh* 

I had a great birthday. 

october was hell, but Mom's home now, and things are getting sunnier, even if the weather sucks hehe. 

How are you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8680','d1f8a368f9','Hey, I think you need to also thank Jamey for making a showing all three days and bringing the table materials. Without him there would have been squat and for the 501st not to have a table would have been a serious detriment to their impact.  :)

Greta');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18170','02e80142f7','heck yeah!  I'll try to get it..as long as it does not go too high');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18171','9dc376e696','Are these the ammo pouches that I will need for the TD?  

http://www.hoeffer.com/public/sitharmorpouches1.jpg

Is this a good deal? ($60 for the pair)

Thanks for the help.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12889','7cd6be8549','www.tswcg.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7626','09e13b0f8a','Allright, helmet's done, just gotta re-attach the ear poeces, chin and eyes, and paint the frown.

Just did a light weathering on it, tell me if you want more..

[img:09e13b0f8a]http://i23.photobucket.com/albums/b375/loki41872/pics161.jpg[/img:09e13b0f8a]
[img:09e13b0f8a]http://i23.photobucket.com/albums/b375/loki41872/pics162.jpg[/img:09e13b0f8a]
[img:09e13b0f8a]http://i23.photobucket.com/albums/b375/loki41872/pics163.jpg[/img:09e13b0f8a]
[img:09e13b0f8a]http://i23.photobucket.com/albums/b375/loki41872/pics160.jpg[/img:09e13b0f8a]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2602','dac88713a5','Hey Zman,
I got mine from a place in Ohio called Sadoun Satellite. They have really good prices and are very "hands-on" when it comes to customer service.

I would advise you that it is a hobby for the very patient ;) It can take awhile to get your dish dialed in just right. My advice,m before you buy, is to take a compass, walk out onto your property and point it due south. Check and see if you have any trees in the way. If due south is 6 oclock then the arc you will want on the compass is from 6 to about 9 o'clock. If you don't have any obstructions, then you are cool.

DON'T let that discourage you thought. I realllllllly enjoy this new fun I've found =)
I have like 30 network channels(fox pax abc wb upn etc) 8 PBS channels(in ac3 surround no less) and more channels for around the world (vietnam, Iraq, turkey, germany, china, etc) then I want to watch.
I spent $400 and got a TOPnotch system (huge dish, motorized dish mount, etc) but you can get into it for much less.

[url]www.sadoun.com[/url] is the place to start for some info, also just google "FTA" and check it out.

Hope that helps. If you want to chat about it, PM me or you can just call me 423-663-8555 (ask for Matt...that's me :lol: )
-Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12926','16dbc450fa','[img:16dbc450fa]http://i3.photobucket.com/albums/y57/Darthangi/P1010886.jpg[/img:16dbc450fa]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14121','54a2e433a8','Nope havn't heard from Rose.... kinda upset with her right now... long story short, I feel like she wasn't honest with me about something and her lack of communication doesn't help right now. But oh well... it's most likly nothing.

I can't stand this drama on the SO... if Jeff Lester becomes king, I'll quit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8687','51da606301','The kids are doing fine. Zoe's in first grade and keeps losing teeth. I hope some start growing in soon or she'll be eating soup a LOT. 

Ryan's doing well. He's learning his letters and numbers. 

I don't have any recent pictures at the moment, though. I'll send some soon. 

What a beautiful baby! She's really adorable :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17881','9612bd0322','Gooshy:

Damn now I've got competition in my own back yard.  I had a private prop maker commissioned to do the mask and it should be here this week.  Not that Wondercon crappy mask.  It doesn't look too bad, but the paint job is bad plus it's just a flimsy plastic mask we think.  

My GF is doing the rest of the costume (the hat is very difficult).  We're working on the apron &amp; dishtowel too (that was an extra surprise we had).  This was going to be a big surprise because no one expects that level of costume quality from me, but now the cat's out of the bag.  FRACK!  :evil:   If you know about the knives let me know.  We're looking at doing resin cast of them in the shealths since there is a weapons problem for DCon &amp; they'd have to be bonded.  I predict no less than 10 Vs there this year &amp; I plan to out do all of them.

Well at least I still have one secret costume left that only a few know about.  :twisted: 

Later,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1465','18957d524e','Hey man, I just read that you were selling your Vader.  Have you already found a buyer or is this still in the planning stage?  I'm thinking about doing one(only 2 other people know about it; I kinda want to surprise everyone) and yours kicks ass.  What are you looking to get for it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('523','ddb66971c6','If anyone backs out on the TK busts I'll take all you got. Also, let me know any other busts you end up with a surplus of :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14119','373d5d2ba1','a little, the body aches and high fever are subsided, but i am still in bed and can't stray far from a bathroom.

hows you doin?  heard from rose lately?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14183','1e13972b3f','Your Eyes are too pure I can't let you see the NC-17 thread :lol: 

I kid, I kid... I'll let you in.

Thanks for the kind words about Natalie...I love that little girl.

Also I wish you and your Husband to be all the best and lot's of love for the rest of your life..You deserve it.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7373','6d44a3da77','I'd like to get one of the mini-Fett helmets. Do you take PayPal? Can you ship it to me?

Thanks,
Wes
TK8657');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12056','50fff6ca25','Carl sign up in this thread for the COSI event and please list all info requested.
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=1240');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9039','f98681d996','Hey,
thats funny, I was just thinkin I needed to drop you a line. I really sorry for the disappering act, just have been crazy busy with school and home and everything else. Yes I was VERY bummed about missing it too. I get to do so few things with the 501st, and missing on of the big home town gigs is a total drag. I don't eevn know what is coming to K-town next???
I ordered a few new pieces for the ARC suit. Some guy has new sculpted raised shoulder bells, and I just bought an actual TC fore arm for my left side instead of having 2 TKs. I really want to get some of the ARC shins someday.
other then that "big" excitment, nothing much. Been looking at seed catalogs (my god that sounds so fuckin lame) but I'm anxious to plant a garden this coming spring. maybe some fruit trees too.
I have been thinking of having a 501st mixer party sometime around the first of the year, think anyone would show up??
Howe have you been? School going ok? Guy thing working out?
Dish girlfriend =P
Hope ur doing great, hope u write back soon.
Take care
-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18110','9c6faf3a22','I'll send them out Friday.  My Paypal is tk1128@bellsouth.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18111','e5a8a18a38','Thanks, Jen!  I'm passing on to Mr. Hager today -- last night wound up being &quot;DammitCatBehave!&quot; night.

Sounds like you need a lawyer at this point.  Too bad we haven't already drafted one into the 501st.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17779','ef0c1091a8','Payment sent.  :D   I guess I can now start looking into the boots and gloves. I have the underarmor and the Hasbro E-11 (but need the Tambo stock). Anything else I need? Glue? Velcro? Thanks again! Really looking forward to AdCon now!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17788','62ccb8e45a','Planning on it...guess I'm wearing Sabe.  I'm going to try and get Amidala's red invasion dress done before then, so we'll see how that goes.  :-P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9178','8c2dba928a','You bet, dude. I'll be there. Thanks for the heads up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2144','6de18cd183','Richar, can you contact me or give me a number that I can call you? I am trying to get info on making a cast of my face/head. I also have the Jar Jar in carbonite from C3 that would be cool if you signed it. Thanks Geoff
615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17291','84b6b300f2','Jason R. Bales
8209 Sherbourne Dr.
Knoxville, TN 37919

I'm glad you all like it. Honestly, it was all Laura in the choosing of the gift (I'll get her a Star Wars toy when she's 5 or 6 heh). She's very glad they enjoy it and says you're very welcome as well. Hope to see you guys soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10644','44498f2133','bama tells me your doing one..I have some parts to build it..

Resin belt disk
Metal control panel
buttons

LMK if you need some or need help building it..I'm about to start my second one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16506','aad2973b58','Sorry...but I gotta say that I think Coreys full of s**t when says people are emailing and pming him...I don't even know how anyone could know anything about it unless he told them. ??? Makes NO sense to me. Personally....I believe he tells alot of fibs in his ongoing quest for  attention and sympathy.

I wish Command would demand the emails or if Chris could actually SEE if he got any pms about this. I feel he's lying.  He is a very emotionally disturbed individual and as sad as that is-does the entire garrison have to deal with that on a daily basis?  Geez its taking up too much of everyones time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12301','8246c728cb','Jaster;
I wasn't planning on buying any more for my Boba Fett armor this month but I found this on eBay and it may change my mind. What you think:

http://cgi.ebay.com/STAR-WARS-STYLE-BOBA-FETT-FAN-MADE-ARMOR_W0QQitemZ8735836677QQcategoryZ154QQssPageNameZWD1VQQrdZ1QQcmdZViewItem

If you know of any better place, especially from somebody in the Southern Outpost, that would even be better.

I should have the helmet today (actually it should've been here two days ago; I'm a little concerned...) and should hopefully have the whole costume done by summer.

Again, MANY thanks!
--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5249','0a6cf5ef90','Cool we can meet in the DVD's that would be cool. Are you counting my buddy as the Boba Fett and my other buddy as a trooper. Also I have two other guys that havent given me a definate yes.

See you on saturday.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12011','5550587ede','Hey Jason, is there any way for me to get in contact with the guy who owns the suit and also do you have any more pics of your armor, it looks quite nice, i was thinkin of doin a 501st clone this year and like the results you got.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('149','0d038cba6a','Corey, not sure my las PM went through so if this is a duplicate I'm sorry.  How much do you want for the rebel pilot cinema pack?  I don't have any idea what it is worth.

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8533','48806656d1','[quote:48806656d1="TB1112"]I also noticed that Skip is no longer coming, and that this will probably mean MORE jokes about Huntsville in the future.[/quote:48806656d1]

Heh.  I will call you tomorrow afternoon, on a break from swearing at the wire hangars that I'll be bending, and things will NOT be said thusly, and thereby there will be NO data record of their being said.  Because we won't say 'em.  What time's good?

[quote:48806656d1="TB1112"]Do we really care if Loki comes ? He's nice and all, but he has a large trailer park up his ass at the moment. Lester's gonna be here. ZMan's gonna be here, Joey's gonna be here. I AM wondering if all the people who bitched about not having a free pass aren't coming, does that mean we get them? :D [/quote:48806656d1]

As a matter of fact, yes, you're getting a free pass, according to the last thing Shawn said to me on the subject.  More on THAT on the phone, too.

[quote:48806656d1="TB1112"]And since we're fuming together, might I add that I want to copy "giggity gigggity giggity" about 10 million times, print it out, roll it up, and SMACK Zach hard in the groin area? [/quote:48806656d1]

Ha!  I have an image.  Let's print on transfer paper, it's got more snap to it when rolled up.

Heh.  I note that nobody's posted to the NC17 thread since I did, either.  Quick!  To the [url]www.fark.com[/url] cave! We need posts with the label "weeners"!  [img:48806656d1]http://www.clicksmilies.com/s0105/lachen/laughing-smiley-015.gif[/img:48806656d1]

[quote:48806656d1="TB1112"]At this moment in time, there are ohhh around five males that I know of that I don't want to hit very hard. What is it? Is it male PMS week? Even Ryan's acting weird (he's one of the five, but still)!![/quote:48806656d1]

I can affirmatively add Joey to that tiny, exclusive list.  But, yeah, I gave Loki a gracious way out of the argument he was losing with me by pointing out that the unseasonable weather seems to be causing mass illiteracy, and <i>he went for it</i>.  Claims he's got a head cold.

Oh! 'Nother non-PMSing guy -- did you see Bert/Hippie Trooper's thread about "mini-me"?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('549','210c30bc2a','LOL... where i go, the camera goes.... looking to upgrade this summer... maybe before i hit comic con in july :) might make it to dig vid + camera

see ya at MSC... might try to make an event in march... but just not sure what will work out time wise for me... most stuff is pretty good ways away, so i have to take off friday to make most events... lol... but... with this new job i have... i have MUCH more flexible hours... just don't wanna over do it being the new guy and all... 

i'll catch up with y'all soon though!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15572','174c65249a','Zach, my friends Gena and Steve are working on their Owen and Beru costumes and do not yet have a room. They will be submitting them soon to be approved to go, and will probably be intersted in the other spots if you have not filled them by then. I will keep you posted.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14124','8121e8e76f','Well I won't dwell on the Rose thing thats your guys' biz, but i am sure it will work out.


I told sissy the same thing last night, if lester wins both of my costumes go up on e-bay.  


OH good news, John got a job, yay!  he started today, and its up here.  i hope he likes it, it seems like a pretty simple job, its at one of those cash checking advance places.   lol he says he feels scummy working there, but a job is a job.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7644','698164817b','The helmet is done.  Check this baby out...

[img:698164817b]http://i23.photobucket.com/albums/b375/loki41872/pics168.jpg[/img:698164817b]

[img:698164817b]http://i23.photobucket.com/albums/b375/loki41872/pics164.jpg[/img:698164817b]

[img:698164817b]http://i23.photobucket.com/albums/b375/loki41872/pics165.jpg[/img:698164817b]

[img:698164817b]http://i23.photobucket.com/albums/b375/loki41872/pics166.jpg[/img:698164817b]

[img:698164817b]http://i23.photobucket.com/albums/b375/loki41872/pics167.jpg[/img:698164817b]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13352','7f8acc3129','SLACKER!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13429','b0f904d477','Here's a mission report for ya.  I don't have any pics.  Shawn was the camera guy for this event, so you may want to get some from him.

----------------------------

February 4th, 2006:  

Troops from the Southern Outpost invaded the Von Braun Center beginning at approximately 4:30 PM and secured the perimeter.  Upon arriving, it was found that a small (but determined) band of Rebels had infiltrated the grounds of the complex.  The Rebels were, of course, no match for the superior military presence of the 501st, and soon order was restored.  

The 501st secured a banquet hall at the facility and quickly turned it into a makeshift headquarters for the nights activities.  Armor repairs and munitions adjustments were completed, and the invasion of the VBC arena quickly began.

The Rebels were forced to work alongside the 501st during the nights hockey game event, and helped in dispensing Imperial propaganda, signing autographs, and posing for pictures with loyal Imperial citizens.

A detachment of troopers from the 501st group helped in patrolling the arena grounds during the night, making the complex safe for one and all. 

Activities at the VBC wrapped-up around 10:30 PM, and were followed by a feast for the troops at a local IHOP restaurant.

The mission was a complete success.  Thanks to those valiant troops who participated.



Jamey Ethridge
Fetthunter  [BH-3473]
The 501st Legion
Southern Outpost








[quote:b0f904d477="TD152"]do you want to post a short mission report, complete with a few pics?

I'll get it added to the new news page today.

whatever you post int he event thread, I'll just cut and paste...

I'll try and get the pics added to the gallery today also..


-Joey[/quote:b0f904d477]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18186','974739a1ce','Hell yeah!!!!!!!! you guys better come over and play with Tambo.  I'll put a order in for some more rubber and resin.  what do you have to cast again?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14962','640e598132','[quote:640e598132="TB1309"]Hey Jamey,

Did you use sintra or styrene on your Boba?

Was that from a local supplier?[/quote:640e598132]

My chest armor, shoulders, and knees are 3mm Sintra.  My gauntlets are 2mm Sintra.  I'm going to be using the same to make Dave's Holiday Special Fett with.  You gotta go to US Plastic and have it shipped.  Local sign shops were only interested in selling me signs, and the nearest distributor has little selection.  It's just as easy to hit USP's website, order it, and wait 5 days.  ;)

Whatcha building?


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7757','2f6503cdd8','Nope, no Tholmes in the RL....yet  ;-) 

I'll give you a call on my way out of work (around 5:30pm).  

Btw, I got my fett bucket!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8974','cb49549618','hey do we have a wasilla alaska garrison ? i was talking to this guy whos gonna help me with my rogyal guard cape and well i looked and didnt see it ?! i could of sworn we had a garrison everywhere!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4243','2b57391c74','Thanks man for your comments in the nova mando armor thread. She's seriously on mine and Jon's last nerves. I've tried to be nice but I learned to just tell her like it is and she just gets worse and worse. Jon is holding back on just basically going off on her at this point because she just plain won't stop. I could ramble on, but she's not worth it. I really just wanted to thank you for standing up to her in that thread. She's a immature impatient brat that everyone's trying to accomodate for and she's just seeming to get worse. Sorry to vent on you man, but thanks again.

That aside, you making it to Dragoncon?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6287','73094e7bad','Here is the ebay auction...im asking 470 starting bid 850 buy it now and it comes with everything plus a ton of extras...sigh eh...i guess not its just not made for my build plus the other stuff so... i hope it goes to a good home.  When i checked there were 2 other people watching it so im not sure how high its gonna go...

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;rd=1&amp;item=6568706192&amp;ssPageName=STRK:MESE:IT');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6289','9bdcb382dd','So, based on our conversation I'll need your address to send you a copy of my novel.

If you want to read Chapter 1, I've got it here:
http://www.highlandcitadel.com/hcitadel/netbooks/Kinloch1_Chp1.html

Or I've got my novel through Amazon with that 'search inside the book' deal of theirs: http://www.amazon.com/exec/obidos/tg/detail/-/141372356X/qid=1105539548/sr=8-2/ref=pd_csp_2/002-2489519-0612836?v=glance&amp;s=books&amp;n=507846

AND last but not least... my Star Wars story blog:
http://swspecops.blogspot.com/

Hope you enjoy!  Pass the links along to whomever.. I'm cool with it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17019','661958f6f0','Staying: My house in Memphis
Wearing: Clean TK
Arrival: Late Friday (probably around 7-8ish)
Contact: 901-210-8841

Jon Jones
Gooshy
TK-2486');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17020','524494c56c','Glenn,

   I'm still on the road and haven't made hotel arrangements as of yet for myself. . . .I may stay with a friend in Memphis. . . .or crash with some folks. . . .just saw the MSC thread and it sounds like there may be rooms held for us. . . .not sure though. See ya there. . .take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15241','58464165eb','$550 for the armor is correct

but my email is mispelled

skipjenn@comcast.net

ill let you know once i receive it.

thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18183','a81bca9bab','You have been added to the following event roster:

MTAC.

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18184','6b6968139b','Sorry to bug you again Skip but my buddy said he sent the cashola last night, did you recieve it, im just tryin to make sure that he didnt accidentally send it to the wrong place.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15289','8f61f50097','Hey, there! I'm compiling an attendance list for all of our events. I know that you and two of your children were at the armor party at Corey's last weekend, but I don't know the names of any of the three of you. Also, was one of them the Jedi in the fan film shooting?

Thanks,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13908','0f9b10e752','I know.....some are great...but some sure can make you feel like a fire is rushing through your chest.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13909','7aee6a0182','ok, you got me on that. 

I've felt stabbed in the heart a few times myself..  but not by a woman.. ok.. I apparently cannot think coherently today or something. 

there's lots of other uh.. girl crayfish in the sea! ha.. that almost worked. 


have a beer for me, sweetie :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11440','de46258ba3','Let me see if I can find a copy on one of my computers. I had that problem once before when I tried to transfer it over to a new image host. If I can't find it I'll see if Yogi's still has a copy of it, that's who gave it to me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11441','9f39acb327','Here's the orignal link I got the gif from
http://lolzing.com/gallery/GIFsMthruZ/Starwarscloned');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11442','1199c9dedb','Still no joy.  It still comes in really tiny!  Oh well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11666','6aa6ad1e9d','hey reb-bel as in "oh, you are ...just a reb-bel"
that still makes me laugh a bit

please give me a addy i can send yer m.o. to fer the vest
i may go x wing pilot to ad -con
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17473','8d171c19e5','let me talk with Joey and I'll let you know.  He is talking about making Emily one but the we bought a whole roll of the material and Emily is so small. I also have a pair boot s that came with costume.  They aren't my size but look just like the ones I had on except mine zip and these pull on. A size 7 1/2-8 uk sizes.  Again ask Joey he is more up on this than I am.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17606','b9eb5546b1','CELL NUMBER, I NEED CELL NUMBER !!!!!!!
Call me.............................................  256-283-2602');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9348','26531c32d5','The first one I could get for 22.95 after tax. Chronicles is cheaper to get through Amazon. The last one I could get for 38.23 after tax and that is one that it would take me a couple of days to get. I should have the first one in the store, and could bring that to the parades if you want me to get it for you. It would be 23 dollars so that we don't have to mess with change etc. Just let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13331','a4edadcf86','I friend of mine helped me on mine. He still has my pattern and mods. He even has a suite to sell.
You can email him at    craig.a.johnson@ngc.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18126','409e8ec859','[quote:409e8ec859="scalper"]sorry that you won't be able to come...see ya next time!!  you're doing the anime things, aren't cha?

star[/quote:409e8ec859]

Thanks for letting me know I'll be missed  :wink: 

What anime things?  :?  

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18127','519952b39b','the anime thing here in cool springs, i think the date is april 21 or something...check it out on the thread');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18128','593e0ad026','upstairs working hard, huh?

kiddin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17390','04ebba87f2','Cool deal on the car, Goosh! Glad your gonna still get to go to MSC. Represent the rest of us Bama guys and have a great time. Wish we could be there!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17402','b6cac95be3','I just wanted to tell you I heard this rumor about you......');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13885','87a3fce31a','We aren't all evil. Some of us are pretty nice. 

&lt;hugs&gt; 

I hope you feel better.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13886','b6ed1b655e','Cray I'm glad things are worked out, but next time things like this need to to straight to the Command staff and not the general board.  Most of the time we can fix stuff like this without getting all involved and worked up...it's no big deal.  Your a good trooper and I look forward to seeing more of you soon no matter what happens.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17189','efa08fd50b','I think it was from Chattanooga. I think she got a ride from Atl to Chatt. Gah! I don't know. I got the impresion they needed a ride from Chatt to Memphis, but what do I know?  :?  Maybe you better call Dallas to see how they think they're getting from Chatt to Memphis.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16947','962e3f1b63','Glenn, are you planning to come to the party at my place on the 22nd? And are you ready to get back in the water?
Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8799','9ef41cd901','Just wanted to shoot you an E-Mail and ask you if anyone has heard any info on the Clone Helmets that are in production.  I would really like to get one and paint it myself, plus so I can delete my MR order for the extra helmet I ordered.  I really want one for display the MR.  I want dibs on one of the helmets.  PLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Justin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7043','625c8d5414','hey man, can you send me a pic of it please.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6285','d23971909b','here you go...good luck bidding i hope it goes to a good home...

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;rd=1&amp;item=6568706192&amp;ssPageName=STRK:MESE:IT

there was 2 other people watching it last time i looked i hope it goes to you or z man yall the only 2 o told about it off the boards...and i wanna thank ya for not eatin my head off about it i think ill be able to manuver a mando or carnor jax much easier... and much more comfortable there was a boy at the convention in red and black mando armor almost just like i wanted to do');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6286','75827eb891','wow. that's everything! ok thanks :) I don't think I'll be able to purchase it right now. We're having some financial stuff going on. But thanks again for telling me. Hopefully Z will take it :D 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8078','f87084c28a','LMAO!!!!!!! priceless lol , i dunno if i will make it to novacon or not...sigh i still havnt got my royal guard done i guess i got enough done that i could get my offical TR number the capes not sewn i need a little help with that but i have the fabric i chose black , and the boots i still have to figure out where to get boots in my size, other than that i got everything belly armor and i guess i need new gaunts since i sold my other armor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8079','05038ab1ef','Well, I hope to see you there! It looks like everybody is gonna make it!!!

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8082','207b06f06d','Not to nag, but just a reminder to bring the cape tomorrow at toys for tots. Not that I'm in a super rush. Hope to see ya' there 
 :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18065','c26580d9c4','ok, figure I better tell you how I do the roster thing, not that it is so hard a moron could do it.. No Im not calling you a moron..

I keep a master list on my computer at home. I just have it as a notepad file. Just go in and c&amp;p the entire pre event roster thread, , paste into notepad and you have what I have.

When someone asks to be put on or taken off the roster.
Go to your master roster and make the changes there. Also change the date and time (in mili time) at the top so people know it has been updated.

hit CTRL &amp; A at the same time, then CTRL &amp; C

Open the pre event roster thread and hit edit.

Right click on the present roster and selct all.

Hit CTRL &amp; V at the same time..

Hit submit at the bottom and double check that all is good on the board side..

Equally important is please PM the person you are updating, IE if I was adding you to Wonderfest.

Subject of PM Wonderfest
Body: You have been added to the Wonderfest roster... :) 

Same applies if you are removing them from the roster except you tell them they have been removed.

Send that PM to them and you are done until the next one..

While I update several times a day, just do it once daily if possible. Some days will be slooooow with nothing to update and others will be like someone offered money to do an event..

A couple of days before the event, c&amp;p the roster for the event and post it daily in the actual event thread. Unless there are no changes.. Then just post it the night before an event, this way whomever is running the event has a general idea of what to expect...

Like I said I will change my password Friday morning early.

email me on my blackberry if you have any problems. I will be out of touch only when flying and probably between islands and the last 4 days of the cruise as we will be crossing the pacific..

You can also call me  :) 

Thanks again I owe you..

Have an awesome day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18094','d177e10bc3','hello..my name is starla and i am todd or &quot;hook&quot;'s wife and we live in franklin, tn but i am originally from morehead. by any chance are you a fireman?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18067','85df8ba9df','That banner looks great Kel, I think the trooper makes it shine  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18070','a5400ececb','jeff mentioned briefly the surgery,hope all goes well,

a bobble head huh..........sorry but that is pretty dang funny :lol: 

moving on is great,
we just felt like we would be kinda &quot;fake&quot; if werent honest about some things.i think it would be silly to ignore a couple of things,mostly not a big deal.but one person out there really spoke againt us and said that you had convinced them that we werent to be trusted.this was told to me before but only this weekend did somebody tell us they would talk to you about it.ill let jenn tell you more but in all fairness you need to know what we were told and can tell us where to go with that,and you are right, lets move on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18071','4f121abcd6','Hey Tambo this is Casey. You probably don't remember me, I was at Corey's last armor party and got the rank thingy from you for my snowtrooper. I wanted to check and make sure that Loki gave you the money for it. I was at his house last night but keep forgetting to ask him. If not let me know and I'll beat it out of Loki. Also Skip tells me I need some kinda T thing for the snowtrooper and he said you make them. If you've got any I'd love to get one. Just let me know what they run and I'll get it to you.  

Thanks, 

Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17450','491ff92ce6','Corey,
  Casey can't get computer access right now and he's having a fit for me to pm you.  If you're still selling your extras, he wants both of the clone pilots.  I'll do my best to get the money to Loki tonight or tomorrow afternoon, so he can give it to you at the con.  Just let me know if they're still available.  Have a safe trip to Memphis this weekend!

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2069','a7edbdc1ca','[quote:a7edbdc1ca="TB1184"]Hey there, heres that message I said I was going to send.

http://nuclearstomach.bigpolley.com/uploads/davreconcept01b.jpg

This is what my Jedi will look like. His name is Davre Gamob. He's been my Jedi character for a long time now, since 1999. It's time to flesh him out. His story is like a comic series, tons of adventures and whatnot. But it ends rather gruesomely - he gets crushed by several stories worth of temple floors.[/quote:a7edbdc1ca]

Cool!  I can totally understand that.  The name I use for autographs isn't based on the extra, it's the name of my own tabletop RPG character in an Elseworlds version of the Star Wars universe -- the GM started off with "What if Qui-Gon Jinn didn't die in Episode I, he died in Episode III?" and then merged Lois McMaster Bujold's Vorkosigan novels with West End Games' Tapani Sector, with a little bit of Dune for flavoring.  I hope I never wind up on the same planet as a sand worm!

[quote:a7edbdc1ca="TB1184"]Anyways, my biggest problem will be locating feaux leather. If Ryan ever gets back with me on my belt (which he needs to since he said he would do it!) I'll have that much already done. As for the sketch I did, I think I'm going to go ahead and give him full sleeves instead of half sleeves.[/quote:a7edbdc1ca]

I don't know a fantastic source for leatherette -- like I said earlier, I got my vinyl from Hancock's -- but have you ever been up to Sirs Fabrics in Fayetteville, TN?  They've got a leather-vinyl-fur-upholstery branch across the street from their main building.  One of the nice thing about housewifery is that I can set my own hours, so if you want to go up there to look and your day off refuses to fall on a weekend -- my 1st father-in-law was also in the hotel industry, so I know "weekend" is usually Wednesday or something -- and you need company who's been there before, drop me a line.
As far as the sleeves go compared to your drawing, you can always make some thin suede or leather gauntlets -- something that matches your belt, maybe -- to wear over the sleeves and cinch them in on days when you want the half-sleeve look.  Or fold 'em in half and safety-in the wrist hems to your shoulders!

[quote:a7edbdc1ca="TB1184"]What is the contact information for that lady you told me about last night? Do you think she would also be available to do other parts of my outfit, notably the vest part?[/quote:a7edbdc1ca]

The contact info for Mystik Merchant is [url]www.mystikmerchant.com[/url] -- it looks like she's on vacation until the end of August, as far as custom work goes, but check with her a week from now and she should be able to tell you what robes she still has in stock.  I know she's got the hooded cloaks, a la Anakin, I'm just not sure how much of the standard stuff with arms she's got left.  Sorry about that!  I didn't realize she'd gone on summer vacation when I was telling you about her custom work.
If you're willing to wait, go ahead and tell her about the vest idea.  She had Webmaster Chris's Shadow cape researched, designed, made, and shipped in about a week and a half, and the quality was still great.

You could also contact a guy named Kevin McGlasson ( zebra3x@cox.net  ) -- I almost bought a robe from him, it came down to that Mystik could get me the robe in closer to the color I originally imagined, and faster.  Mr. McGlasson also told me he does some leather work, such as belts and holsters.  So I haven't actually seen his work, other than the pictures on his eBay auctions, but he's got great feedback at [url]http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback&amp;userid=zebra3x[/url], and just finished selling a batch of robes and belts off last week.

Anyway, my legs are starting to ache again from yesterday, so I'm gonna get off the computer for a bit.  Talk to you later!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9888','cac36bfbb8','Hey Hammer,
What did you make your force pike out of. I just got a DP helmet off of ebay for 56 bucks, so it looks like I will be making an Imperial Guard costume. It seems that ski poles are pretty common. Also, how did you make the spiked part on the business end.

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15209','fc8d97b89f','hey did you happen to find any tapes of harry potter?  I can't find the goblet of fire.

I had a great time!

Thanks,
Angi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9828','5acf6cd75e','Yuse got it *S*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('546','6db5867671','Chris:

Since it's cool I'll just bring the money to MSC.  It'll be good to see ya once again.  Don't forget the camera!

Zach
DVDMaster
Winner of Uubergeek's DragonCon Photo Award');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14575','47ca87335c','hey I know you and rose were planning on going, but what time did you plan on leaving sunday?  I need to be in knoxville around 3 and was wondering if you guys would be coming back early if i could ride back to k-town with you.  I feel like a big bum, lol.  Bob and Sissy said they would take me.  If you can't I will probably just drive myself.  John can't come because he has to work :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7463','7c371b2df7','I was told you were the person to talk to about this. I am currently in the process of starting this event.

 The local TFT rep has already booked the date for us and I am just awaitign permission from the store manager at Walmart. To hold up for this I am going to be looking for a backup site just in case as he said they have never done anything like what I have requested. I had to make a letter which I will be hand delevering tommorow to him as hes off work today.
 
If allowed this will be taken place in Gulfport MS off hwy 49 at the walmart supercenter from 10-4. The TFT rep has already said that there will be with us uniformed Marines, donation boxes and posters. She also commented that she may have the local news come for photo opps either during of after whith everyone there. If you could would you list this ? I am unknown here yet and I am a Jedi Assembly Member. Currently I will be trying to get armor as well.

I need the support from you guys. I already have a frined from TJA that is going to list this in Rebel Legion as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18231','8f04b499bc','Just make sure the Mando squad makes it look like a suicide.  We don't need the Imperial MPs on our ass.  :lol:  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18232','73daeee174','Ha good one. I wouldn't lose any sleep. :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17298','263004af72','Cool..thank you so much.   Many folks have been looking for these over the years and very few Fetts have real ones.  I'd like at least one to cast and make a bunch of resin ones for all of us.  This part was used on the left Boba fett Gauntlet (right below the Rocket) and also all over the Vader helmet (you can only see them when the dome is removed in Jedi)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16146','c8c9af641e','I heard that you can hook people up with resin Mando helmets. How much would that cost? I'd MUCH rather buy from a you than someplace like eBay, etc. Hopefully I'll be able to afford one later this year. In fact, any other resin Mando items that you're selling I'll be interested in buying too. Many thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18162','5e680925ff','http://www.rpf.invisionzone.com/index.php?showtopic=107835');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('181','7903e9deb6','Hey Greta, I forgot if I've already replied to this or not, but this PM is totally not related to your PM. :P

If you recall, I was the 'recruit' that showed up at that buddy walk here in Huntsville, asking if Chris Ash would be showing up. Anyways, I've been meaning to contact you about the single photo that I took as I was leaving, and it was of your husband, showing off the goods to some kids. Here is the photo:

http://nuclearstomach.bigpolley.com/gallery/501st_events/res6167?full=1

It's similar to one of the photos already in the 501stso.com gallery, but I thought you'd like to see it anyways.

Enjoy! And I hope to see you at my first trooping event!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16818','09e732c5b2','Hey buddy. How's it going? Your beehive is looking AWESOME. I'm considering buying a beehive bucket, but I don't want to have to sift through threads and threads and threads at CTN to find the seller of the helmet. Do you still have his contact information?

Also, how much did you buy it for?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8893','d8ae963c0e','[quote:d8ae963c0e="TB1184 UAHTB"]Hey Donald, do you have the contact info for the guy who makes that DC-15 you have?[/quote:d8ae963c0e]

Maybe.  I got it from someone who got it as part of a trade, so I don't know the original maker.  I do know that cw2908@aol.com is advertising the kits on ASAP and Tambo says he knows a maker, so you might want to try one of those.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15168','68b90fbb32','Hey Tambo, do you have any photos of your Mando helmet kit? We're working on my armor, and I'm about to get ready for a helmet, and I just wanted to know if you had any photos of the unfinished kit?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8886','1121d00823','I mailed it out Wednesday..You should have it soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10077','d13d6ecfa2','Hay There,
Yes I know I have your address, But it is in my suitcase and I dont want to have to go to my storage thing just for it, all though it would be worth it.
Anyway, PM me with your address so I can send this coin off to you *S*
Merry Christmas.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8055','55fae9a238','works for me... if you need to get ahold of me or anything, my cell is 479-264-6845');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14579','5ec08fa1ea','thats ok, I will just drive myself.  No problem mon, lol.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14687','d92ccbd65c','was lookin around before bed
but have to go cause i have to swim tomorrow.  I have to get up this time I think dana will kick ma but if i dont');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14688','6659b5b226','Have missed you, nice to see ya :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14689','d92ccbd65c','was lookin around before bed
but have to go cause i have to swim tomorrow.  I have to get up this time I think dana will kick ma but if i dont');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10084','2c45ea1b7b','MERRY CHRISTMAS!!

Expect a call today, when i make my yearly holiday phone calls!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('408','4fca7efd5a','Thats cool.  So you guys are doing Styrene?  Is it because of money or because its just a bit harder to work with?  I used to vac form Scout armor when I was in Seattle and we did fairly well of not wasting too much plastic.  We could get an entire set of scout armor out of a 4x8 sheet of .09 ABS.  Where are you getting your plastic from?  We had a branch of GE polymershape in Seattle and I noticed there is a branch in Knoxville.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('194','1b34cb899a','I'm looking at the mic i never used that came with my second static box...  JErry Jones told me it was something with the RS black amp mic that prevented it from triggering the burst., so i used the mic that he sent  with my first static box.  Ricky didn't use this one so i'll send it to you in your bin...
LMK how it goes..

-Joey

7905 Spring Circle
Morris, Al  35116');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14436','bd5ea75028','Hey man, if you and Jon still want those Lucas's, I will have them with me and save on shipping. Later Geoff

Can you shoot me some directions?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16272','48baf2f3ed','Hey Tambo.

I am upgrading my Vader chest box and I need the little red and blue square/rectangle pieces.  The ones you use for your imperial officer rank plates look like they will do the trick.  LMK how much you want for the 4 pieces and your paypal address.  (2 to use, 2 in-case I screw up)

My shipping address is:

Thad Sullens
170 Kathryne street
Springville, AL  35146

Thanks alot!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17981','02922acf56','OK..you can have them..I can't copy them :cry:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14182','ee973862d2','Hey i hate to bug you, but if you get a spare moment, can you let me into the nc-17 stuff, I asked someone else when it first started, but I must have gotten lost in the shuffle.


Thanks,
Angi


Oh, and congrats on your new baby! she is a doll baby!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13593','96dd018303','It looks to be ok, but you are always taking a chance with e-bay.  Both DP mask I got were warped, but I have a trick to fix minor warping.  The paint job looks like he tried to enhance, but only made it look like shit.  This look to be a good one.  You may want to verify that this is a 95, not a 97.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14964','640e598132','[quote:640e598132="TB1309"]Hey Jamey,

Did you use sintra or styrene on your Boba?

Was that from a local supplier?[/quote:640e598132]

My chest armor, shoulders, and knees are 3mm Sintra.  My gauntlets are 2mm Sintra.  I'm going to be using the same to make Dave's Holiday Special Fett with.  You gotta go to US Plastic and have it shipped.  Local sign shops were only interested in selling me signs, and the nearest distributor has little selection.  It's just as easy to hit USP's website, order it, and wait 5 days.  ;)

Whatcha building?


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18328','63fe54b8ee','We have your husband.  If you ever want to see him again, you'll send nudie pics to:

clownpenis@fart.com

We await your reply');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18058','2075a702bd','I won't.  I'm waiting to see how high it goes just before close, before I bid.  I try to wait until the last 30 seconds.  Thanks for all your help!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13757','c787b4bdd7','Chin-up friend. Those hoolagans just have an agenda and you spoiled there plan. 
Don't you think for a minute that you're any lesser a member than the guy that's been here for 4 years. 

I'm glad your a member and damn proud to call you friend. That ain't me kissin' yer ass neither. Just felt you aughta know.
I'll see you this weekend and you better be grinnin' that shit eatin' grin and havin' a good time. If you don't, you haveta bunk with Susanne again.

Just kiddin' about that Susanne part.

Take note, the few you heard from, and I don't know who they are, are probably the only ones. I know that there's a handful of grumps in this garrison that will never be pleased with how things are. 

Jester');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7639','fee3bf7731','Ive done that and I didn't get anything');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17795','1a475b768b','Yea, that would be something I am interested in. No worries about not hearing it before, I havent pursued it much at all, so no biggie. Do you have stuff in mind or how would you want to go forward?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17796','8d96d8ec7f','Hey Skip my buddy will be sending the paypal for the TK armor this week just to give you a heads up. So we should have a new trooper in KY real soon. 

Thanks man, lookin forward to gettin my buddy in some sunblock.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7428','30857432c0','Well I am a go on the tft. They are going to have donation boxes and posters for us as well as a couple Marines that will be with us as well.


 What I have to do now is take in a letter wensday stating what we plane to do. The manager thought all I met was just boxes. At first he said no but once I said this would be a one day event only he said he is going to try and work with us. They have never done anything  with the 501st or Jedi assembly so this is something new as well. This is the letter I am going to be printing out.. viw that the spelling arros will be fixed.



Mr. Thomas Koppe,

      I  am representing the members of the Jedi Assembly and 501st Imperial troops. We are a non-profite organaztion that goes out in costume doing community servies for the welfare of others.
      I have contacted the local toys for tots representative SSgt. Shannon Sweeney to do a toy drive for them. They  have agreed to join forces with us in our efforts. We already have from them donation boxes, posters as well as a fewmarines who will be joining us. This would be a one day event on December 17 from 10-4, in which we would be standing outside the doors in costume.

    We understand that this is a difficult due to the after effects of hurricane Katrina. It dosen't matter if we receive little or any donations due to the diaster. What we are trying to do is show the community that we care wnd wish all our children a better Holliday.

If you have any questions or concerns please contat SSgt Sweeney at (number) and/or myself at (number.).

Thank you for your time and consederation, sincerely (name)



 So so far so good with this event.  Let me know what you think');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16588','7e6d1b4b3b','Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('205','0e00cedbf7','Thanks Joey,

  Sorry if I seem a little preoccupied.  Too much crap going on in the workshop and its wearing me a little thin.  I really enjoy helping people and I have a hard time saying no.

103 Britt Drive
Enterprise, AL
36330

Return your address and I will send out the lenses and greeblies.  Did I give you an antenna?

Scott');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15791','80f2ffbd0d','First off, your Jango gauntlets are freaking beautiful man, really impressive. Are they all metal to match your armor?

Anyways, I remember a few months back you posted something in the for-sale section about some Fett gauntlets. At least I THINK you posted about them! So I have some questions:

1) Do you make vacformed Fett gauntlets?
2) If so, how much for a set?
3) Would it include the major detail parts? (ie, flamethrower assembly, left gauntlet rocket, etc)
4) If you make them, do you have any photos I can see?

As I get geared up for my Mando, I'm trying to keep most, if not all of my business in-garrison, and you seem to be one of the experts on Fett armor here. Me and Jamey Ethridge are going to build my armor when we get our tax returns, and he's going to be giving me some tips on a Boba outfit. I'm already going to be buying my helmet from you, and I'm hoping I can get some vacformed gauntlets from you as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8898','6f8c5bfb70','Just be VERY carefull with the arms, they can break if you move them in or out too much.  Once you get it attached it should be good to go.  Just be gentle sanding..Give a good prime and then a coat or two of Black the same as your blaster.  Drill out the holes on the Blaste and test fit before adding glue.  If the arms do break some superglue will work and if you make small drill holes and add a small metal reinforcement piece.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('207','43d68d35a9','Ivan, have you tried to order another one of those koto... BF statues?  If so I'm still in.  If not I may after one on ebay that is cheaper.

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17683','edd73615c5','Dude!!!!!!!!!!!!!1  What a great job you guys did on her costume!  I'm so impressed with both of your suits..you guys set the standard for other Mandos to follow.  post some pics and have her start a thread in the Mando section.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18396','56ae93346e','It is all sanded down thanks to the Tambo. I will take you up on getting that bulldog and silver coat on it though. Do you think you would have time Monday or Tues evening? On Monday I could do it after 5, and tues after 6.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17070','7fdcca1daa','Thanks man, that pizza is huge.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5035','fede9e0cf2','im not mandoing at dcon

its not ready and i dont have time to work on it..

midsouth con...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17433','d657887897','Ben,
That's okay. I just find it unfortunate that my message to you which was intended to keep you quiet on the situation so that both you and Becca could be active members instead resulted in you openly admitting the situation and her application being denied.  It was just that I know Tambo is really strict on costume standards sometimes and I had just visited Chuck Flynn who I think had been inactive until he completed a new costume this month, but I didn't know how much of a grace period there would be. I guess the names added to the confusion.

BTW, congratulations on the upcoming nuptials.

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14536','f00c16950b','[quote:f00c16950b="TB1184"]Hey Jamey I tried sending a reply to our Fett armor conversation, and it bounced back to me 3 times, saying it was delayed and that there was an error. Are you experiencing technical difficulties on your end?[/quote:f00c16950b]

Not that I'm aware of...  ?

You can always try fetthunter@gmail.com too  ;)


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17475','af77c2ad53','i heard that you were a lesbo and jeff was just a way to cheat on your taxes, but since he fixes cars you let him stay around the rest of the year.

oh, i think a lot of people feel your hair color is offensive to the rest ofo the group, and you never let anyone else pass you the salt at dinners but holly.

jeff likes to make fun of santa costumers, and it really is bringing down the group when he does that at event.. we all like santa...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17690','1ed3587374','nothing funny, but i love you to death...you are the sweetest!!!  you gotta clue me in, too, to what kind of skin care you do cause your skin is amazing...i look like a 13 year old addicted to chocolate nowadays!!

anyway...how about them bears.... :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17200','ea9a6552ad','You know.. as much as I love birmingham Mr. Z, I just don't think I need to ever drive through it anymore.  I always have car trouble.  Lastnight I hydroplaned on an onramp on highway 280 and totalled my car.  That was like at 10:00pm yesterday and I didn't get back here til 6:30am this morning.. haha.  Thankfully no one was hurt (I was driving with Lauren aka Dark Huntress) and we were both perfectly fine.  A couple helped us pull it out of the ditch and it ran for about 10 miles before it died in the middle of an intersection.  Pushed it into a parking lot and waited for hours til someone could tow the car.  The Ford place estimated $6k just exterior, they can't even get to the engine yet because my hood is stuck down.. haha.  Just letting you know how unlucky I am in birmingham..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('218','d7bdb4e462','Oops! Sorry...I meant to reply and thank you sooner but with all my prenatal appointments   I guess I forgot. So thank you very much for the picture. I DID remember you from Buddy Walk and I should have mentioned that as well. Forgive me....maybe after I give birth my brain will recuperate. Darn crazy pregnancy horomones!  :lol: 

C-ya
Greta');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14681','81b90bcac5',':shock:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15831','d661234214','Thanks Angi,
This means a lot coming from you..
Im so down right now because of the PM Im getting it is pathetic.. Makes me wish we did not get this chance..
HUGS');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10086','13e8aab999','MERRY CHRISTMAS bud----dy!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15420','0b7f4eac4a','Of course it will make a difference.  I really dont want  us to be at odds from now on.  I didnt talk to you about it at Coreys cause our dirty laundry is on one elses buisness. 

What I want is this:

An explanation for everything, and I mean everything. From AdventureCon 04 to the present. 

I want to know Lauras involvement.

A full apology for everything.

Im willing to work this thru, and if it all works all will be forgiven and forgotten.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15422','da114e241c','Geoff,
  Unfortunately, we won't be in Cool Springs today.  Casey has to work over late (we just got the word).  Will you be at next weekend's (Mar. 11th) prop party?  Casey and I both are planning on being there Saturday.   We could do it there.  If not, we'll try to get into Cool Springs sometime next week.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14114','eae0532a30','bah  :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10117','503d7907cc','Howdy my love, nice to see you in here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10118','503d7907cc','Howdy my love, nice to see you in here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17303','66ae93585a','I sent Ricky and e-mail and pm!!

Well, looks like the bashing has begun already. Loki with a quote like: 

&quot;The question is: 
Who's NOT coming to MSC?&quot;

is just the beginning. He's also telling me I don't know what I'm talking about on my original GF armor. He's always said it's not an original set. No matter how much proof I give him that it is he's acting like I'm an idiot. Someone has a post about some GX armor (?) and wanted to know the difference. I guess I should have never put my two cents in because Loki has all but said I'm and idiot. I talked to Gerardo TWICE on the telephone, wrote letters back and forth to him before he shipped me my armor! What the hell else is it gonna take to convince him!

Would you give me your take on what the different armor is? I know you've told me before, but my ADD kicks in and I don't listen..

I swear, if it didn't start some shit up I would start a &quot;NOT going to MSC&quot; thread. Add all of us and the other 75 people in the garrison that aren't gonna make it! Can I Commander! Can I!!!!

Piss on em!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17669','9bcd158082','yep, cant wait to get it!!

On another note, here is the list of the SW Minis I still need, I will go through today and let you know what I have as far as doubles..
If you could pass this list on to Donald and whomever plays the mini game I would appreciate it. Maybe later Ill make a thread on the forum so we can all start trading etc..

Have an awesome day and again thank you for helping this weekend, it was great seeing you and cant wait till the next time. Heck maybe Ill come down to Huntsville just for a day to learn and play SW minautures *LOL*

Rebel Storm 

Rebel 		
1 	Bothan Spy 	             Uncommon	
3 	Chewbacca 	             Rare
7 	Han Solo 	             Rare
8 	Hoth Trooper 	             Common
9 	Luke Skywalker, Jedi Knight  Very Rare
12 	Princess Leia, Captive 	     Very Rare
14 	R2-D2 	                     Rare
15 	Rebel Commando 	             Uncommon
17 	Rebel Pilot 	             Common
19 	Rebel Trooper 	             Common
		
Imperial 		
22 	Darth Vader, Sith Lord  	Very Rare
23 	Elite Snowtrooper 	        Uncommon
24 	Elite Stormtrooper 	        Uncommon
25 	Emperor Palpatine 	        Very Rare
27 	Grand Moff Tarkin 	        Rare
30 	Mara Jade, Emperor's Hand 	Rare
31 	Probe Droid 	                Very Rare
33 	Scout Trooper 	                Uncommon
34 	Scout Trooper on Speeder Bike 	Very Rare
35 	Snowtrooper 	                Common
40 	Sandtrooper on Dewback 	        Very Rare
		
Fringe 		
42 	Boba Fett 	        Very Rare
43 	Dengar 	                Rare
44 	Duros Mercenary 	Uncommon
47 	Gamorrean Guard 	Uncommon
48 	IG-88 	                Rare
50 	Jabba the Hutt 	        Very Rare
52 	Lando Calrissian 	Rare
55 	Greedo          	Rare
56 	Bossk 	                Rare
60 	Wampa 	                Very Rare

Clone Strike

Republic 		
1 	Aayla Secura 	                Very Rare
2 	Aerial Clone Trooper Captain 	Rare
3 	Anakin Skywalker 	        Very Rare
4 	ARC Trooper 	                Uncommon
5 	Captain Typho 	                Rare
6 	Clone Trooper 	                Common
7 	Clone Trooper 	                Common
8 	Clone Trooper Commander 	Uncommon
9 	Clone Trooper Grenadier 	Common
10 	Clone Trooper Sergeant 	        Common
11 	Agen Kolar 	                Rare
12 	General Kenobi 	                Rare
13 	Gungan Cavalry on Kaadu 	Rare
14 	Gungan Infantry 	        Common
15 	Jedi Guardian 	                Uncommon
16 	Ki-Adi-Mundi 	                Rare
17 	Kit Fisto 	                Rare
18 	Luminara Unduli         	Rare
19 	Mace Windu 	                Very Rare
20 	Naboo Soldier 	                Uncommon
21 	Padm Amidala 	                Very Rare
22 	Plo Koon 	                Rare
23 	Qui-Gon Jinn 	                Very Rare
24 	Quinlan Vos 	                Very Rare
25 	Saesee Tiin 	                Rare
26 	Yoda 	                        Very Rare
		
Separatist 		
27 	Asajj Ventress 	             Rare
28 	Battle Droid 	             Common
29 	Battle Droid 	             Common
30 	Battle Droid 	             Common
32 	Battle Droid on STAP 	     Rare
33 	Count Dooku 	             Very Rare
34 	Dark Side Acolyte 	     Uncommon
35 	Darth Maul 	             Very Rare
36 	Darth Sidious 	             Very Rare
37 	Destroyer Droid 	     Rare
38 	Durge 	                     Rare
39 	Dwarf Spider Droid 	     Rare
40 	General Grievous 	     Very Rare
41 	Geonosian Drone 	     Common
42 	Geonosian Overseer 	     Uncommon
43 	Geonosian Picador on Orray   Rare
44 	Geonosian Soldier 	     Uncommon
45 	Jango Fett 	             Rare
47 	Super Battle Droid 	     Uncommon
48 	Super Battle Droid 	     Uncommon
		
Fringe 		
49 	Aqualish Spy 	          Common
50 	Aurra Sing 	          Very Rare
51 	Devaronian Bounty Hunter  Common
52 	Gran Raider 	          Common
53 	Ishi Tib Scout 	          Uncommon
54 	Klatooinian Enforcer 	  Common
55 	Nikto Soldier 	          Common
56 	Quarren Raider 	          Uncommon
57 	Rodian Mercenary 	  Uncommon
58 	Weequay Mercenary 	  Common
59 	Wookiee Commando 	  Uncommon
60 	Zam Wesell 	          Rare

Revenge of the Sith Set 

Republic 			
1 	Agen Kolar, Jedi Master 	Rare
3 	Anakin Skywalker, Jedi Knight 	Rare
4 	AT-RT 	                        Very Rare
7 	Chewbacca of Kashyyyk 	        Very Rare
13 	Mace Windu, Jedi Master 	Very Rare
14 	Mon Mothma 	                Very Rare
15 	Obi-Wan Kenobi, Jedi Master 	Rare
17 	R2-D2, Astromech Droid  	Very Rare
21 	Tarfful 	                Rare
24 	Yoda, Jedi Master               Rare
Separatist 		
29 	Darth Tyranus 	                        Rare
30 	Destroyer Droid 	                Rare
31 	General Grievous, Jedi Hunter 	        Very Rare
32 	General Grievous, Supreme Commander 	Rare
33 	Grievous's Wheel Bike 	                Very Rare
34 	Muun Guard 	                        Uncommon
37 	San Hill 	                        Rare 
40 	Super Battle Droid 	                Common
41 	Wat Tambor 	                        Rare	
43 	Chagrian Mercenary Commander 	        Uncommon
45 	Gotal Fringer 	                        Uncommon
47 	Iktotchi Tech Specialist 	        Uncommon
48 	Medical Droid 	                        Rare
51 	Tion Medon 	                        Very Rare
Imperial 		
59 	Emperor Palpatine, Sith Lord 	        Very Rare
60 	Royal Guard 	                        Uncommon

Universe set

3 	Elite Clone Trooper 	Republic 	        Uncommon
4 	Flash Speeder 	Republic 	                Uncommon
5 	Obi-Wan on Boga 	Republic 	        Very Rare
11 	Super Battle Droid Commander 	Separatist 	Uncommon
13 	Acklay 	Fringe 	                                Uncommon
15 	Bomarr Monk 	Fringe 	                        Rare
16 	Dash Rendar 	Fringe 	                        Rare
17 	Dr. Evazan 	Fringe 	                        Very Rare
19 	Guri 	Fringe 	                                Rare
22 	Lobot 	Fringe 	                                Rare
24 	Ponda Baba 	Fringe 	                        Rare
25 	Prince Xizor 	Fringe 	                        Very Rare
29 	Shistavanen Pilot 	Fringe 	                Uncommon
32 	X-1 Viper Droid 	Fringe 	                Uncommon
33 	AT-ST 	Imperial 	                        Rare
34 	Baron Fel 	Imperial 	                Very Rare
37 	Darth Vader, Jedi Hunter 	Imperial 	Rare
42 	Stormtrooper Commander 	Imperial 	        Uncommon
43 	Admiral Ackbar 	Rebel 	                        Very Rare
47 	Han Solo, Rebel Hero 	Rebel 	                Rare
48 	Luke Skywalker on Tauntaun 	Rebel 	        Rare
49 	Nien Nunb 	Rebel 	                        Rare
50 	Princess Leia, Rebel Hero 	Rebel 	        Very Rare
51 	Wedge Antilles 	Rebel 	                        Rare
53 	Luke Skywalker, Jedi Master New Republic 	Very Rare
57 	Nom Anor 	Yuuzhan Vong 	                Rare
58 	Warmaster Tsavong Lah 	Yuuzhan Vong 	        Very Rare');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13279','f28675445b','Got a buddy by screen name "Esh" gonna be contacting you about a neck seal. He asked me if they come in different sizes, didnt know what to tell him. You guys have different sizes?
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13280','365d861a44','Each is custom made to the wearer's neck size');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13281','077e9aee91','My name is on the list but I don't have one.
I don't think Craig Johnson has one either.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13283','4c64715c92','I would say I'm 100% on the parades, still trying to figure out the Chattanooga thing and Midsouth thing. I really don't think I'm gonna be able to do both. I'm just gonna have to wait tilll they get a little closer to see. 

The Saga is a squabble from in the upper ranks. A certain couple, feels left out since the group got so big. I'm not saying they are right or wrong, they do have some good points. But I think that after the national elections are over at the 15th, we're gonna see a poll go up and see if there is anybody that wants to split the garrison. Personally I think it's a bunch of crap. I think there may be 5-6 people who want a split and the rest don't, but this will shut up either those who do, or those who don't. If anybody has a strong opinion, this will be their time to speak up!

We'll see. You know I like the garrsion like it is, and everybody I've talked with feels the same. Whether or not they are telling me what I want to hear or not will be found out soon!

My days lately have been kinda crazy, but I will try and call you at some point when I get free. 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17315','712378d3cd','That's just great, burst my bubble....

I think you and Skip and Loki are now having secret meetings about me......


hey, let me know about what you guys may do tomorrow. I think we should meet for dinner Sat night then go see Ryan. Any thoughts on where we should go? Somewhere close to Iron Horse?

Hey, I'm open for lunch again today if you get board........no biggie if not.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17316','23076bd018','yeah i want to eat, hell lokat me , i love to eat!

what side of town today?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8323','46d8f182dd','I just changed computers at work and I still haven't set everything up, so I can't upload them yet. You can download the zip file (about 44M) at...
http://www.novaconusa.com/Art/BestBuy_Star Wars_2005.zip

You may have to cut and paste to make it work. I did.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17210','37ee849b3f','Hey Tim, when do you plan on leaving for the COSI event in June. Im not sure now but I may need a ride would it be cool if I wrode with you? Also have you contacted Joey Police about the UKon thing. Ive let Darren know about it but havent heard back from him yet.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14186','03b37729c5','Thank you so much, for letting me in and the kind words.   I can't wait to see more pics!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10095','fc696acc19','[quote:fc696acc19="DZ6363"]CRAP is Atins Kwanzaa post offensive!  Wow there SHOULD be a tad of  human decency left.

I'm not  expecting you to do anything about it...just venting...

Thats just super offensive and I just had to share  it with someone since I'm alone right now except for the kiddies.

-Greta[/quote:fc696acc19]

I understand.  I know this sounds like an excuse... it really isn't. Its why I pushed for that NC-17 thread.  Without it.. I knew... just *knew* they'd post the most horribly offensive stuff all over the forum!  :shock: 

But, Atin did edit / delete that post.  Vent all you want, its how I can keep tabs on who's doing what on this forum... this has to be the most active forum I've ever been admin of.. and the most likely to get out of hand too!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16406','3aae6bc87c','We're not sure yet, he wants to, but because it's the weekend after the parades, he's not sure he can do two weekends in a row. He may have a better idea after this weekend though, as long as he has fun. You know tim. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4690','178aa68800','Hey Hammer,

Bill (Tiny) wants to sell his Vader stuff and asked me to ask you if you wanted it before it goes up on ebay.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14686','4ee5ab0e0b','just saw you on, thought i would bug ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10278','162b2a6a83','Well that's strange?!?!?

I know I typed one,.
must not have hit the send button????? I can't find it in my outbox.

Anyway, I need to know how you want to handle getting the stuff to you. If you want me to ship it I'll have to get some figures and get back to you.  Also how you want to pay me.  The others items I sold ,I'm holding till the next event for delivery. I can do that too.

The total for the four is $21.00 you can paypal td235m@yahoo.com unless you want to use a credit card.  If that's the case I'll have to make some other arrangement. LMK 

thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15224','aba6b89e9b','Thanks, they aren't mine, they are Sissy's, so if you put them up on e-bay you would have envoked her wrath.... on me.   :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10284','8875469e88','Let me check on it and I'll let you know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9525','bc8d4e9f5b','Retz just wanted to make sure you had all the info for the parades and out big party this Saturday.  I hope you can make it down.  Check the board for info or send myself or skip a e-mail and I'll send his directions, times and locations.

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18064','f3a0ef4797','Hay Banzai,
Hope this PM finds you well..
Im finally getting caught up and figured I better jump on here and see what needs to be archived in the pre event area..

On a side note, Derek is going to keep the pre event roster thread updated while Im gone. I will be giving him a temp password to my account then once Im back Ill be changing it to a different one..

Anyway, the needs to be archived list:

 Mid South Con, Memphis TN, March 24-26

Mid South Con Meeting



In the events area:

 	OK who's coming to MidSouthCon ?????????????


Thats all I see for now..

I talked to Tambo yestersay, he is seeing about getting me a Necro suit, so I will be able to do my Mandalore costume finally..

Other than that Im trying to get things done so I can leave early friday morning:


In case you need to get a hold of me my blackberry email is: atin@mycingular.blackberry.net

my cell phone is (931)561-6614

Talk to you later ner vod..
Have an awesome evening');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17180','e363ea6d2f','No Suzanne. Personally and honestly, I don't. I had a discussion with Laura last weekend... on how when Angi, Betty, and myself joined the 501st, it looked like we were 3 desperate ladies looking for Star Wars men. I know that, I've always known that's what it looked like. Hell, I'd be defensive too. I told Laura that. And it doesn't bother me, that time has passed. The truth was the 3 of us were friends who met through Star Wars, enjoyed costuming, and just happened to be invited one adventurecon to hang out with the 501st. It's not our fault 2 of us met the loves of our lives that day... it just happened, and we're thankful for it.

The truth is I've found some of the greatest family and friends in this group. And I would personally like to include you as one of those people. It's just hard for both of us, with everything else that's going on, to have moments together to form a bond like that. The truth is I don't want anything to do with arguments and drama, so sometimes I have a tendancy to avoid them by walking away. Jon is the same way. We don't want to hurt anyone.

I guess what I'm trying to say in all this is No, I do not have any personal issues of any kind with you. I've seen you as a wonderful person many times with great intentions and love for this group. And I respect and admire that. You have NEVER done anything to hurt myself or Jon, and I never thought otherwise. So yes, I would like to concider you a friend. I would truly like to concider everyone a friend. I love Laura, and if she loves you, my thoughts on the matter are that if she loves you, why can't I get to know you and love you too? My phone number is always avaliable, and I am always here to talk, even if the conversation has nothing to do with me... 

heh, actually, I was concidered the &quot;mom&quot; of my old group of friends back when I lived in Virginia. They called me every day, even after I moved, for someone to talk to or help them or work things out. What I mean by this is I can appriciate and admire all you wives do and sometimes even sacrifice for the group, I do.

I'm sorry I'm rambling, I just wanted to make sure you knew I truly don't have a problem with you. Truly.

Feel free to call me anytime. I'll answer if I can. :) And thank you for asking, it means alot to me.
Rose
(757)869-5123');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3539','c1f0e49c73','Not a problem at all... it'll probably be Sat morning before i'll be able to send it out anyways, i've not gotten home earlier than 7:30pm yet this week...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18173','88be7932ab','Username: on_vacation
Pass: bandit

Thanks again, cya in a couple of weeks... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16622','384a52945d','Sounds great! I agree that the 501st guys would be more apt to go to your prop party than that smaller one on Thursday. Are you going to announce it here? (I won't say anything about it on Chattooine so you can invite who you want). As far as the sewing people in Chattooine... I know there's Dallas and Scarlet for sure. I have a sewing machine that I know a little on... enough to get two pieces of fabric together, but that's about it. I'll gladly bring it. I think Dallas doesn't have a machine, so she could use mine to make stuff that day along with anyone from the S.O. that comes down. I think it would be great to have Chattanooga as a nice &quot;middle ground&quot; for those that have to come from Alabama as well. 

Anyway, it's up to you who you'd like to invite, but it sounds like this would be a great idea and as Loki said, people are going to want to go to an armor party in April since Atin will be at Skywalker Ranch.  :shock:  I hope he gets to take pictures!

[quote:384a52945d="JW01"][quote:384a52945d="Vesper2112"]I'll give her a call sometime today and see, but since she probably doesn't even know I brought it up yet... I doubt she'll have a problem with NOT having one at her house.

We can still have the Thursday &quot;non power-tools&quot; one at the Dragon Caves on the 13th and have a real Armor Party at your place on whichever day you feel is best. You can decide to make it public or not and that way, everyone is covered. I honestly think that most of our group would attend the smaller Thursday thing if they really want to build stuff since those projects are cheap. It's been so long since we har the last build-a-prop day, it's hard to tell who would want to come. At the last one, we had 5 or 6? Not everyone worked on stuff, either.[/quote:384a52945d]

Sounds good.  If you want, have the &quot;non power-tools&quot; party at D.C. and I'll schedule one with power for the 15th.  I just didn't see the 501st guys coming down 2 days in 1 week.  I don't know whether to have it open access or not, I'd like for people that come to be working on something not distracting those who are, at the same time don't want to alienate anyone.  Maybe it would be good to have a sewing clinic going on while others are working on armor.   Who are our sew'ing peeps?  If we could get Rose or a couple of the other seamstresses from the S.O, that would be cool as well.  If I could get a couple more people to bring their sewing machine we could crank out some robes/tabbards maybe (I know me and Corey would like a Tunic).  

I think this might work..  What do you think?[/quote:384a52945d]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16612','109a679e5c','thanks greatly, hope you injoyed the fan film and there are plenty more on that site www.fanfilms.com

You guys have realy taken me and my wife in like the Mandalorians do the children of their victims.

Glad to be on board and cant wait to troop');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17876','f3b441296c','[quote:f3b441296c="TK1427"]Hey Chris,

Is it possible to put line dividers between posts to help seperate them better? It's ok the way it is, but I thought that lines would help.[/quote:f3b441296c]

Yeah, I'm working on a new way to organize the event information in the forum right now, if you can hang in there just a little longer I'll get that in at end of week.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18059','2075a702bd','I won't.  I'm waiting to see how high it goes just before close, before I bid.  I try to wait until the last 30 seconds.  Thanks for all your help!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18060','c0bb29c44f','That's pretty nice. kinda the same gartitude that I got this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18061','4946bfb245','I thought you could use that!  I love you. and in case you haven't heard it today.....

Nice Ass!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14462','0f23f54a7b','Hey Jamey I tried sending a reply to our Fett armor conversation, and it bounced back to me 3 times, saying it was delayed and that there was an error. Are you experiencing technical difficulties on your end?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14463','978c4bb9f7','Hehehehe...you are the puppetmaster!  lol  I like the avatar!  We had a great time this Saturday and I hope y'all got home ok.  Talk to you later.

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17810','126d42c602','[quote:126d42c602="TROOPER MOM"]I must have access.......I hear it is all that and then some. :lol:

Please sign me up!

On a side note. Thanks again for speaking with me about the hotel. I plan on a follow up. I did call the hotel manager after speaking with you and he stated it was his mistake. That he had been confused and said he thought that you were in the room above our. I laughed at that since we were on the top floor. Told him that next time he or his staff decided to be unaccomidating they better try it with a different bunch.

Thanks again and why haven't you signed me up yet? LOL[/quote:126d42c602]

Don't sweat it, I've no problem listening if you need to talk.
The room above? Whew... yknow.. the guy could have at least put some imagination into it!!

Oh and you're signed up!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15014','741e341ae4','Styrene ala Joey Beck.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15015','6fe74be85a','Would you mind if I had a phone # where I could get ahold of you after working hours and give you a call sometime?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17290','df9153b62f','You and Susanne should compare notes.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17644','83fa7b29d6','Joey hung up with you yesterday before I could talk to you.  I am not mad at you over anything at all.  I really and truely did not hear you speak to me.  With all the noise and I was so worried about my new costume that I tuned everything out. I am real good at tuning things out how do you think survive being at home with 2 kids 24/7.  The funny thing is that there were several times I was going to come to you and say hi but something always happened and I never made it.  I really wish I had now.  Have fun this week-end and I hope you can handel all this and I am real impressed that you taking this on.  

Good Luck,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15564','a186e7422f','What do you know about &quot;Strick&quot; (Robert)? He's selling some TIE stuff and Im planning on buying it, I just find it odd that no one else here jumpedfor it and Im wondering if maybe this is a guy no one wants to do business with. 
Thanks!
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12495','97d7c1dfd9','same here, just doin the parade... I think we are going down friday night, redroof and coming home sat night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16809','916bf27b8a','how u doin?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12502','8e42de439c','I know, me too... too much drama on the SO board, I just want to troop. Did Rose tell you I got a deathstar trooper helmet?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5949','7eb2f72617','Hey there :) would you be willing to do a rebel costume for the christmas parades?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('248','de20e5c1d6','where did you get those white boots i made clonetrooper boots out of????

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17280','c74b041601','Keep looking and asking around..if you find one or more I will be so freaking happy you won't belive it.

In the mean time what is your address again so I can mail those buttons to you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13829','1a0d31db54','hey Zach

just seeing if you're still alive.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13860','88bb5961ba','Man, she dumped you? WTF? Is she nuts or something? You're a cool guy!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16533','918cfcd29f','By gauntlet rocket you mean flame thrower?  If so two of those and two rip cord attachments.  I can paypal and will be at Midsouthcon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17831','4b1de0a673','Foot rubs are my pleasure, M'Lady.

Check these pics out!

http://people.vanderbilt.edu/~glenn.stein/MidSouthCon/');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8985','d5605743a4','How did you do that? Can you do one for me? Just change the name from Jester to Hippie Trooper. If you need a pic:
[img:d5605743a4]http://www.gloryandthegold.com/october/DSC_0959.JPG[/img:d5605743a4]
Up to you.
Again, great job bro! 
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13671','bb8213be7f','"Well, there is someone I would have nominated, but since he just had a baby on Monday, I doubt he'd accept.

Have you asked him? 

Go ahead and nominated him let him decide if he wants the job.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13672','cad6c1401b','Katie,
I haven't heard back from you on your opinion of the fabrics I have. And I am delaying cutting until I hear back. Normally, you respond really quickly, so I hope something hasn't happened. Anyway, I finally saw a brown polyester/wool blend at Hancock Fabrics but it was significantly lighter than what I already had. I didn't think I wanted to use it for the pants, and there wasn't enough contrast to use it for the cape. I did pick up some thread to use while I was there. Chuck Flynn has the Simplicity 7274 pattern, so I am going to borrow that from him.

Please respond soon and thanks again,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18314','ca441d052d','I'm glad that you sent me a PM to remind me. I had forgotten completely. The cd is copying now, so I will have it with me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13675','f690ae54e5','I have a mannequin.  I'd rather not have to stand still for two hours while the paint dries.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13682','e64c8be598','Yep, 7 is good! Only, there are no hardwood floors, but really low carpet. You know, that crappy carpet that really shouldn't even be there cause it does nothing? Yeah..... ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17931','2e8e9e4acc','lol! Glad you liked my banner Skip! But credit goes to Ryan. He made it after much harrassing from me ;) Glad you're a fan though! I'm in love with it :-D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13000','110a590774','got armor available right now.
same as before ,$550 to get it to me,
let me know ive got others wanting it as well.and can order sets at one time.
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11992','5550587ede','Hey Jason, is there any way for me to get in contact with the guy who owns the suit and also do you have any more pics of your armor, it looks quite nice, i was thinkin of doin a 501st clone this year and like the results you got.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13958','952c3ae269','LOL

That show was funny! Course, his new one is too..when I get to watch it.

Coming up for Adventure con?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13960','2aaeee914c','I hear you my friend.

I know this sounds real thin.. but my grandfather always said to me..

"Remember.. this too shall pass...

especially with some highly boiled oakra."

 :wink: 

I'm here if you need an ear to bend bud.  Even if I am on Robutussin!

And well... Allie's not bad.. so there are worse women in the world to hit on!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18283','e015a5a9b6','Watch &quot;Fight Club&quot;

That's your homework assignment.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12074','872558d524','welcome to the armor fever!

I'd go with Stormtrooper armor.
It can be had for about $500, It comes in a pre-cut, pre-sanded, ready to put together and wear kit.

Clone armor is about 350.  Drawbacks:

No Helmet with the armor.  Add $150 on up to $1000!

Clone armor is uncut, unsanded, and it has to be painted.  The guy making clone armor uses whatever plastic he can get, I've seen kits come in black, red and green plastic, all in one box!

Skip will get back to you.  It's kind of like Fight Club, everybody wants in, but only a few take the big step!  Keep e-mailing him, and show up at events, and he'll get a kit ordered!

Just don't get jumpy and resort to e-bay.  You'll pay $500 or more than you will if one of us orders it for you straight from the source!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('263','d401d2070c','i ordered the boots  from Gemplers online but they dont carry them anymore i cant find them on their website they are called Majesty LaCrosse 12" PVC Plain Toe Boots . i did a search and found them on this website in the middle of the page. the safety loc is the tan sole and the power trac is the white sole i think 

http://www.westernsafety.com/newlacrossefootwear/lacrosseretailpg6.html');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17526','6222410045','i dont remembering registering on the RL website and have no password!
what should i do so i can check it out?

also,whats this i hear about a &quot;new&quot; forum?
cya dude!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16512','e2bb63f78d','No worries, what is said is said. 

Hmm... well as long as they've been attending events and are working towards membership then that's ok.  When did he make the order?
I'll trust you on this ner vod, I'll shift his access over. I'm assuming he knows he has to get that armor done pronto.

I hope your second post will be read, I can tell it was written from the heart. I won't be able to make it Sat, but *definately* I'll be at MSC.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16513','db065e96ae','Hey,

I know the DH probably has this listed somewhere, but do you know of other sources that would have a breakdown of a Fett gauntlet? Like I said, to me you're the Fett expert, I figure you'd know off the top of your head.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16520','4041f5a825','Mando stuff I make

Helmets
Gauntlet Rocket
Gauntlet Whip cord

Working on a set of Shin tools and the Calculator

I also have 

Episode 3 clone bucket
pilot chest box switches
Vader rods
Officer disks
toy E-11 stocks
thermal detonators
mini koto helmets

I hope this helps..what do you need and how can I hook you up?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16539','c12e304474','it could be done, 
chris could pull his pm's 

it would be a bad preceident though, but i agree.

Let em squirm,  Nothing like more TN moaning and groaning..

I told themto police themselves.  evenetually it will come back on them.

I'll put him on the floor about the PM's though, at the parades. 

sympathy is one thing drama is another...

you guys don't sweat over it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16541','f40120933f','Yeah, after much thought i decided to remove my little comment.  Maybe it's best to leave this one to you guys in the Command staff.

But, let me tell you, I've seen the PM's.  This wasn't nothing, and it wasn't a &quot;simple request&quot; as Greta suggests.  It was a rude and uncalled for smart ass PM and I don't blame Corey for getting upset over it.  If he would have simply asked nicely I'm sure Corey would have just let him run it himself, but he had to be a smart ass about it.  But I do apologize, I know you've got enough to deal with in this group of misfits without me stirring the pot (Although I do love to stir shit up!)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18401','048ac56890','yeah its not possible. 

Star Garrison doesn't want to let them go.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18407','885adeda97','It is good.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18411','37f897b77e','Greata, thanks for the well wishes, I agree with you.  I don't know why I should be punished because some wanted to split the garrison.  When all I was doing was drawing attention to a real event.  I don't know what's going on behind the scenes, but if they keep editing me, I'm going to start pming some people.  Hope to make it down your way sometime in the future.


Later,

Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18265','fd9c590c2f','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16844','bff6f3fe54','Heh, don't worry Loki, you're safe.   :wink:  JAFT has access now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1670','98243fe93b','[quote:98243fe93b="ReplacementKiller"]Awesome, glad to hear that :)
So will you be there for the campout or just the lineup? 
Will you be in need of lodging or are you planning on driving home after the movie?
[/quote:98243fe93b]

we will probably come down the morning of the 18th.
I have a friend or two down there we might be able to crash with after the show.

btw, we will be bringing our blasters (toy ray guns).  Some people seem to have a problem with this.  Is it ok for us to bring them?

-brad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1677','882066d6be','Hey Greg.    Welcome to the recruit pen.   What's your uniform recruit?  Let's see if I can get you some combat training time?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14430','ecb36e5e45','They talked like they are wanting us back at the end of last years con. 
I'll know more as we get closer.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13363','cd3aac01c9','Yeah, after looking at the picture, I definitely see your point.
Hopefully, I've defused that with my post on the comments thread after yours.

How this whole thing started out goes WAY back. How it will end up will be a surprise to us all. I've even been shut out of the loop, and I'm half the arguement.
Any rumors or hear-say that's been in the air, are probably just that.
And they've caused some very stressful times for those involved.
That's what's really trying to be resolved right now.

The bottom line, whoever makes up our command staff after the elections, both legion-wide and locally, will not and should not have any bearing on the fun. And that's what it's all about. Fun.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17687','e8030c2ba2','For your &quot;Dress&quot; ! LOL
Take Care,
Shannon

http://www.501stforums.com/forum/viewtopic.php?t=3271');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17531','b227abe018','Good Morning Jester,

Hay, again it was really great talking to you last night. Personally I feel much better.

I did make a post in the pre event area this morning saying we are holding a meeting at MSC.

Looking at the MSC schedule I think Im going to try and shoot for a 16:00 meeting time. I have a private room and may just hold it there..

Im VERY much hoping that you can make it. 1 so the rumors that are spreading that we where talking about can be put to rest, IE people saying Susanne said this etc.. Yes I plan on ending that bull poop at that meeting. Second it would be good to see a couple of the command staff present that way peoples problems can be addressed. Hay like I said Im a soldier, but having command there is a help.

On a seperate note, if there is anything you or Susanne ever need, you know my number, Im only a phone call away..

Hope to see you Saturday, if not expect a call from me  :) 

If you are driving to Memphis, becareful and arrive safe.

Talk to you real soon,
Your friend,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15472','5bbd66ffa2','I didn't do anything, but I did notice your avatar is fairly large.  Sometimes you know... size does matter! roflmao!!!!

ok maybe that wasn't that funny .. anyway.. you could put the pic on another site and just use a url reference to it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17764','6f33e980ff','need pics with a better saber..the Legion guys may not like the toy.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17770','ef0c1091a8','Payment sent.  :D   I guess I can now start looking into the boots and gloves. I have the underarmor and the Hasbro E-11 (but need the Tambo stock). Anything else I need? Glue? Velcro? Thanks again! Really looking forward to AdCon now!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17771','d54f934e1c','Thanks for thinkin' of me. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17772','44ffe779d0','Hey Mark!
Now that midsouthcon is over, I've started combing through the RL merch boards to look for ya. I'll let you know what I find! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15792','c25e9e65ff','It should be good.  he has never been a member, but was been trying to put together a D/S Trooper costume for the past year.  I don't think it will be a problem.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11379','b94dcba304','Hey Loki,

Here's the link you requested:
http://images5.theimagehosting.com/Clonewar.gif');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17691','1ed3587374','nothing funny, but i love you to death...you are the sweetest!!!  you gotta clue me in, too, to what kind of skin care you do cause your skin is amazing...i look like a 13 year old addicted to chocolate nowadays!!

anyway...how about them bears.... :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15690','d5275d73d8','You're gonna hate me, but I don't think I can do the party. This is the first weekend I've had off, like with NOTHING planned, and I'm heading up to Louisville to visit family. (the fact that there's a hot tub and 4 boxes of girl scout cookies there has NOTHING to do with it I swear!!)

BTW, tell Summer she freakin rocks! Joe told me what she said to him at Derek's. SHe's cool. I like her. If I were a guy....I'd do her. 

That sounded wrong didn't it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11191','239d79e073','Loki,
  I got the money order in the mail today for the gauntlets.  Sorry it took so long.   If there is any problems let me know.
Thanks again
Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15745','82a66c52cc','hey tambo

any word on that ricket and gauntlets???

did you recieve my paypal payment???

thanks man
see ya soon
-mark e tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5234','9cfeed807a','Sounds like a plan..I'm in no rush.   Wait to you see my Movie Sized Boba helmet re-paint.....It is not ESB or ROTJ');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6239','4a1df8f6fa','just gonna say i been thinking about it and after the last event ive decided to just sell the TX armor....i dont want to publicly anounce it...i feel it will only cause me more discomfort than i already have been experienced and if you want to tell others then please do so quietly....its a raw subject...though i will be keeping my Carnor jax and with the money i get will improve on it...and possible do a mando....there are several reasons i decided to sell it and i rather not go into why , you asked me to let you know if i was going to sell it and i am....good luck on bidding.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6240','8ad36ee2e6','Aw man, I hate that but you gotta do what you gotta do! You gonna put it up on ebay? How much do you want for it? It sounds like you weren't too comfortable wearing it anyway? Keep me posted.

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7908','46328e2d9e','Hey man, just to let you know I went off the handle the other night at the toys r us event. It takes a lot for me to go off on someone, but I did. I just got super mad when I heard stein had used his silly string blaster on Danielle, Ryan's Jedi friend. It was after the group  pic shot,(outside) when I noticed they were cleaning her out fit. When they told me who did it, I walked over and confronted him about it. I did it behind some trropes, so hopefully the customers didn't see me. I said something to the effect, what was he thinking, shooting her whth that bullshit, she spent a lot of time on her costume, as we all do, and that it stained it, he then tells me, that it doesn't stain, I said yes it does! Don't shoot anybody here, you got that, I said you got that! After that he mumbled something, but I walked away.  I usually avoid him all together. Thank god for helmets dude, I was royally pissed.I took 15 seconds to control myself,deep breaths, and got back in the game. Pics for the kids, that's what it is all about. :) 

He should not be allowed to bring anything of that nature to an event. I can imagine if he hit a kid by accident in the face. Anything can happen.  Is it to much for that idiot to take out the silly string can, and still use the blaster as a prop. No one should be allowed to  bring a weapon that can fire something. 

 Just my two cents. peace out brother.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7981','97e1d8aff3','3 tips, you'll have to act FAST on the first one, less than an hour as I write this, since it's an EBay auction.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=7558505437&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1

the 2nd and 3rd I actually got replies and prices, even though they were a lilttle pricy for my tastes.
www.vaderpainter.com
www.tk407.com

Hope they'll answer ya...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13742','6eab4803fc','and laugh they will at my nakedness');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13743','57eede67cb','Let's blow this whole thing and head for New orleans.  I've got beads, they've got tits.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13744','ca23d97047','Wish we could but I've got a cold for one...  :(  But we'll be with you guys in spirit cause we'll be playing table top RPG Star Wars.

BUT.. we WILL be at the next event! Count on it! And I promise I won't kill you off in a death scene either!  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12809','b51312a7eb','Glad he got one made. He had asked about it right before Christmas and I was kinda disctracted with other things heh. Don't worry about it :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17725','bd3f2f1f9a','Great pics,  and great work on the sabres.  I would love to have several of these, but this site doesn't let you download.  Could you please e-mail me the ones with Ryman.  I do not need all group shots, you can just pic out the best ones.  Thanks

Once again I sorry for showing my ass the other night, but with Ryman being sick, and how we were treated took me past my limit.

you can e-mail me here:
todd.taylor@ipaper.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16476','d9f0d26290','Called your house, got the fax.

you got a min this morning??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17176','b9818f7ff1','Do you have any issues or problems with me?  If so I would like to clear the air and have a friendship.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9016','6820a8eee8','RUNAWAY!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9146','8c2dba928a','You bet, dude. I'll be there. Thanks for the heads up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9147','a5fe828378','hey drax

sorry i missed your call, but yes kia and i will be down for the pardes we will miss the first parade but will be there that afternoon probably around 5 or 6 -ish, we would love to share a room with you guys if the offer still stands,  i also am doing a shirt run but didn't see your name in the roster for shirts, did you not want any?

just making sure

call me soon after 9 at night is best
-mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7365','db6bdb8749','Hey Jon,

Sorry I didn't answer sooner but I hadn't checked the boards lately. I've still got it if you want it.

Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7366','39a9b5cad6','Sure, I'll take it off your hands. You going to be at Toys for Tots or the DVD release? If so, I can get it from you than. Also heres my # 765-4981

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10339','80df7654b7','...i dont think ill be able to troop with you guys any time soon....things just dont seem to be doing well for me AT all......I wont be able to complete my Carnor jax ethier at this rate. A Hispanic woman 19 years of age , no insurance, couldnt speak a lick of english, RAN from the scene of the accident and went about 2 miles from where it was, i think the only reason she turned herself in was because the care was screwed and wasnt going anywhere. ...anyway...i have no car and well i may not have the cavalier fixed it is possible totaled i guess ill know more later today or tomorrow on a total amount of damage.  The woman apprently doesnt know what a red light was, i was makeing my left hand turn , i had the green light and she ran it going about 50-60 miles an hour and hit my front side and wheel there. Ill be lucky if i can keep my job at this rate... I lost hours i needed. WE are definatly going to sue the owner of the car and get what ever we can out of this. Ill keep ya posted...If you want heres whats left of my car and the one that hit me.    Anyway.....i guess ill keep in touch with you. 
http://photobucket.com/albums/b208/Maverick0013/CarWreck/?sc=1&amp;multi=5 There is the link to the pics if you wanna see.  Ive only told you and Z man so far ... i dun really feel i should say anything to the others though if they ask you can tell them.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3397','a359f4d0d9','Not a problem Zach... my roommate wasnt getting all 4 of his, so i had him get the extra for me incase someone needed it...

as for D-Con... it's not looking great right now... so mailing might be the best bet. It'll be next saturday probably before i'll be able to do it since everything is closed when i normally get home... just send me an address and stuff... i have the case for it, and will pack it good too, so it should be fine....

as for money, just paypal it to me sometime atuman@hotmail.com no rush or nothing');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3398','685c2ce51f','Chris:

Address is:
Zach Nixon
3901 Calumet Dr.
Antioch, TN 37013

Let me know how much shipping is plus the cost for the figure &amp; starcase, and I'll shoot you the amount via paypal.

Thank you kindly,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7548','25222bc6cb','Got the ring in place yesterday and reinforced it today with some more epoxy, as well as cleaned up the keyhole slots and sanded off some of the t-visor rim excess.  I'm not really sure how much to trim off around the t-visor.  I'm thinking about putting on the primer sometime this week.  Tell me what you think about the progress.  Should I do anything else before I primer or do you think it's alright to do it now?  I can wait a bit if you want to grab it this weekend to take a closer look or whenever you are getting together with that other guy in november.  Here are some pics:

http://tk2486.com/501/mando/mandoprogress_26.jpg
http://tk2486.com/501/mando/mandoprogress_27.jpg
http://tk2486.com/501/mando/mandoprogress_29.jpg
http://tk2486.com/501/mando/mandoprogress_31.jpg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16167','3f6bef2cb5','Well it looks like the COSI list is capped, so as of now they are no joy. If more spots open up for the event, I am going to do my best to get them into them.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14260','dca58169b6','now I know what captain bogan was for hehehehe. 

Am I right or did some of that forshadowing not actually mean anything for last night's episode? something about a girl on Corellia? 

&lt;hugs&gt; You are an incredibly capable man.. I can't believe you got it up and running again in a day, much less on a Sunday. You rock. 

anyway.. just saying hi. 

HI');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10765','620b448b20','Cool, when you get on send a tell (/tell in the chat window) to @jarissa.  That's Jennie and she's on most often.  The @jarissa will get to her no matter which character she is playing.  Just remember Virtue server.  I'm @WookieeGunner or @WookieGunner (don't remember which) and Chris is @SkyBurner (I believe).');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('274','d8b7e99a47','Send me your addy via e-mail so I may send the file attachment for the clone instructions.

Tell Joey to get off his arse and send me his address so I can get these lenses and greeblies for the gunners in the mail.

T-Rat');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('275','803b61056d','Scott,

Here's my e-mail address 

td235m@yahoo.com

Here's Joey's mailing address:  

Joey Beck 
7905 Spring Cir.
Morris, Al 35116 

Since I had it thought it would be faster.

Thanks again for all your help the other weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4306','a520edf07e','adress i can sent it to?
or time place to meet ? (convienient for you ) 
if dragon con falls thru
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7250','b23f3e43fa','Hey t-bone.  You suggested using a brass metal ring from walmart.  What section of walmart would that be in?  I'm probably going to finish reshaping it this weekend and probably primer it as well.  Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16892','93bf82e3d0','There's another Reimer in the legion? Coolness.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7606','bd4a9a7981','Z!

Gooshy, a Buddy, and I have decided to do a little Mando party at my house next weekend.  You are more than welcome to come if you like.  See if Joey wants to ride down with you too.

Reply back for details and directions.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('282','83b4cf0fbb','Hey man, if you guys want to get together in the near future I can take your pics, if you don't have means to. Just a thought.

~jon.
TC-760 sweetpea');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15179','94b6c2db4d','Holy shit dude.  I can't think of anything else to say.  I will make this happen someway, somehow.  Hell, if I tell my folks they'll probably help me out a little once they realize how big it is.  I won't say anything to anyone else though.  Thank you so much for inviting me along for the ride.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17625','6c010e1cd3','Your pics are up for review...they just did a switch over with a new Legion Membership officer and they have been updating the website and working on the backlog... I'll remind them.  Have you re-done your Guard Cloak?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9332','cd837fff24','Hey Shannon.  Thanks for the link.  The link for the hotel in TN is www.Jamesoninn.com.  

If I could get Cindy to do me a favor?  I would like to get Jessi one of those TK peace frogs shirts for Christmas.  If she could grab one of those for me I would appreciate it.  I will pay you for it at the parade.  If she can't get me one by next week, it's no big deal.  The mail still works between here and Oxford, just let me know how much it is with shipping and we will settle up that way.  I will leave the size determination up to Cindy.  I guess Jessi would need a medium or large, but women are always better judges of that than men.  Plus if I get the wrong size I can just blame it on Cindy.  (just kidding) 

Thanks alot and see you next week!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('287','9c1de9e00b','Dude I'll pay you for them when I come in Feb.  as long as that weekend stays on.  Looking forward to it.

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17510','b97ab2dfcf','Hay man,
I didnt want you to think I was mad at you.
We have all crossed that same bridge heck I had a couple members pissed at me for over a year and wouldnt talk to me because I made a political statement.
So I was just trying to save you some heart ache before you knew what was going...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17516','65a25681a5','Hey,

If you will call us in the next few minutes that would be greatly appreciated.  Joey has been talking to Skip on the way home tonight and is planning to call him soon but wants to hear about your lunch with Mark.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17520','ddd01e8acf','thad,
i am so sorry i missed this,its been kinda hectic around here.

heck yea i can help,anything you need.
i believe he still has some suits left.
ive been charging everybody the same for the armor,$550
and that covers getting it shipped down to you.
just paypal me at
skipjenn@comcast.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14572','76c08ca8a7','[quote:76c08ca8a7="TD152"]Ok, I'll call you in a while.  

We got some direction basically, just talked though a few things , made no decisisons on anything  but we did manage to agree on an idea in particular we'd like to hear your thoughts on as well...

-Joey[/quote:76c08ca8a7]

Ok, other than lunch (lunch for me is 11:30 or 12 to 12:30 or 1pm), I should be at my desk.

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10093','6a167e1b5c','CRAP is Atins Kwanzaa post offensive!  Wow there SHOULD be a tad of  human decency left.

I'm not  expecting you to do anything about it...just venting...

Thats just super offensive and I just had to share  it with someone since I'm alone right now except for the kiddies.

-Greta');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18357','7c51800a0b','WTF?  Where the hell you been till now?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18361','a0647aa0bf','Anything worth the mention besides shirts and decals??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18360','7b5bc7f847','Buudy of mine is a cop. Rode a shift with him this evening. (4-4)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17601','60d7caa963','OH hell yeah..that is sooooo cool you guys are doing a Boushh.  I'll keep it under my hat.

I have Thermal detonators..See my for sale stuff for a pic of what they look like finished, so I have you covered on those.

I doubt I can gather that much cash for the suit at the moment and all I have to offer for trade is My resin parts, rank badges, Fett Helmets and now I have a Episode 3 Clone bucket as well.

I also have a complete unconstructed Snowtrooper including all the Armor, details, boots, pants, duster, poutches and blaster.

Let me know if you are interested in any of those things and If not good luck with your sale.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13051','d451e4ef38','Yes the color was Olive for the green.  Do you have a set of shoulder bells?  I can make a set and paint them up the same red as the helmet.  Don't want anything for my work...I enjoy helping a fellow Mando brother out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17798','6fb3f249fb','Hey Joey,

Kell reminded me about the [url=http://www.mtac.net]Middle TN Anime Convention[/url] in Nashville April 21-23.  There was a previous thread and many members were interested in going, but the thread was lost when the hacker dropped by and I think it was forgotten about.  I know Kell, Chase, and I will be attending and I'm pretty sure there were quite a few others that wanted to go.  I just wanted to run this by you before I made a thread in the pre-events and make sure it was alright to do so.

Thanks,
Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('298','3d68953b0b','[quote:3d68953b0b="TD235"]Scott,

Here's my e-mail address 

td235m@yahoo.com

Here's Joey's mailing address:  

Joey Beck 
7905 Spring Cir.
Morris, Al 35116 

Since I had it thought it would be faster.

Thanks again for all your help the other weekend.[/quote:3d68953b0b]

No sweat.  You need a lens and greeblies right?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('299','ac183456c4','That is correct, Good sir. 

Tk104 wrote:

No sweat. You need a lens and greeblies right? 


TD235 wrote: 
Scott, 

Here's my e-mail address 

td235m@yahoo.com 

Here's Joey's mailing address: 

Joey Beck 
7905 Spring Cir. 
Morris, Al 35116 

Since I had it thought it would be faster. 

Thanks again for all your help the other weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('301','20077e475a','[quote:20077e475a="TD152"]I'm looking at the mic i never used that came with my second static box...  JErry Jones told me it was something with the RS black amp mic that prevented it from triggering the burst., so i used the mic that he sent  with my first static box.  Ricky didn't use this one so i'll send it to you in your bin...
LMK how it goes..

-Joey

7905 Spring Circle
Morris, Al  35116[/quote:20077e475a]

Joey, 

   Have you sent that bin yet?  I just pm'ed Mark.  You need two lenses and he needs one?  You need one set of greeblies and Mark needs one.  Correct?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4311','89b80a4376','can you email the link that was put up on the boards for the guy who has the x-wing helmet kits
there were all kinds of props and kits listed statrek aliens ,,,etc but he had unassembled xwing helmets for aroun 60$
if you know what im talking about  please send it to me
(i have the boots vest need the flght suit box and helmet vest 0
thanks greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('303','6fbf32c964','[quote:6fbf32c964="TD235"]That is correct, Good sir. 

Tk104 wrote:

No sweat. You need a lens and greeblies right? 


TD235 wrote: 
Scott, 

Here's my e-mail address 

td235m@yahoo.com 

Here's Joey's mailing address: 

Joey Beck 
7905 Spring Cir. 
Morris, Al 35116 

[/quote:6fbf32c964]

I forgot what I needed to send Joey.  If you talk to him, please have him call me.  I find it impossible to contact him.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('304','7c053d7831','Will do !!!

[quote:7c053d7831="TK104"][quote:7c053d7831="TD235"]That is correct, Good sir. 

Tk104 wrote:

No sweat. You need a lens and greeblies right? 


TD235 wrote: 
Scott, 

Here's my e-mail address 

td235m@yahoo.com 

Here's Joey's mailing address: 

Joey Beck 
7905 Spring Cir. 
Morris, Al 35116 

[/quote:7c053d7831]

I forgot what I needed to send Joey.  If you talk to him, please have him call me.  I find it impossible to contact him.

Thanks[/quote:7c053d7831]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16712','f388dc138f','maybe we could build a fire... Sing a couple of songs... How 'bout that?!?

I love how when somebody PM'd their boy, Crayfish, it was a big deal and heads were gonna roll!  But let the same thing happen to a TN member.... well, you know the rest.  It's a non-issue, and has no place on the forum.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17416','6e6deac7d4','hey...i'm surprised to get a message from you..thanks for the kind words.  i'm actually the type, having been raised with two brothers, who gives shit to people i like, and i'm extremely sarcastic to the people i don't.  i can definitely hold my own with the crowds.  i was a little put off with the dude that responded, since i was trying to inject a little humor into an introduction, but i think todds typing up something for the boards right now that might give him a hint.

anyway, i still need that hug i warned you about.  i talked to my friend, stacy,(your twin), and told him about you...even todd says you two look alike.  i'll collect at midsouth.

thanks, again, for the concern
star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15965','ed2755deeb','I got mine at a place on Summer Ave - I think it's called just simply Memphis Tattoos (across from the antique store... near where Highland crosses it)... there's two or three guys who work there, I got mine done by Sailor Ralph (LOL for real!)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('316','d0e15c0dd4','Hello I'm Glenn Tamboia "tambo Fett"  the Southern outpost membership officer....I was wondering if you have requested a transfer from your old garrison Titan to us.  Are you now living here?  Your 501st membership still has you listed as a member of the Garrison tiatn, would you like me to request a transfer for you?  Let me know if you need any help...looking forward to trooping with you, I live in Clarksville, TN.

I like those mini busts.....Wanna trade for that blue Clone?  I bet not..they are worth a good penny now just like the Vader and Fetts.

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5954','5e8c507884','Well..see..Im in the process of making a hoth rebel trooper..would you be interested in doing that instead?

Kell has been talking about doing a Hoth Leia- not sure when or if shes coming to the parades. but if she were to have that done and have us there and have the hoth rebel pilot, to be honest i cant remember his name but hes on the board, it would be soo awsome');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17377','4969605bbc','can you come over and take some pics of me in my TIE pilot tonight?????');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15310','7f63625047','HOly shit, we're in march!!  I need to pay more attention.   Next month may be cool.  I'm gettin' my ass kicked by the production schedule here, so I don't think I'll be messin' with the bucket for awhile.  I've seen bobamakers stuff, and heard only good things.  His deluxe bucket set looks well done!  Good price too.  I think I'd like the hollow rangefinder with a light this time.

 Keep me posted on the next meet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16833','370c4c7835','Wrong Reimer!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('321','1937fb4e8b','Nah Im cool, its my way of telling myself that I will end up back on the west coast....one day :)  I am living out here as of now, but I would just assume leave things as they are.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('322','820d8151a0','The BLUE CLONE!  Of hell NO! :)  Actually Im not finished trading for that one.  My good friend that I got it from, made the request of only two busts in trade.  The second bust isn't out yet ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('324','125c97a29a','Please don't redistibute this.  While most likely nothing would ever happen, there are some political malcontents that would love to use such a harmless image against the Seattle police department.


[img:125c97a29a]http://johnpalmeri.com/GarrisonTitan/Seattle_057.jpg[/img:125c97a29a]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17422','05854cdd81','Thanks for the heads up Spanker. I'll keep what you said in mind.

Yeah the impression I got from his personal message was that he was going out of his way to remark on something that wasn't his business with the intended effect of causing problems (whether those problems would reflect back on my opinion of him wasn't his concern). But since things were done about it by the command staff, I can say no further. And I can't help but hold a small grudge. But now that I know he's a dirtbag reseller (2nd worse thing than a recaster in my book), I'll know to be just a little suspicious of him in the future.

Have you had trouble with him in the past?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5958','37f3edf662','*bottom lip tembles* i could sew it..i have most of it all broken down save for the hat and the holster...

and ya, kevin. was having a blonde moment');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15801','ab5788cdc9','Hey man, I just got your package.  You didn't have to do that!

A Team America condom?  Fuck Yeah!

Must . . . resist . . . urge . . . to cover . . . all flat surfaces . . . with stickers . . .');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15095','48c239add7','Hay,
Dont do that to me man... I was like in a panic I had the roster dates screwed up  :lol:  :lol: 

Its all good, I mean you could be like me and forget your name on a daily basis..

Thanks again for the help on Sunday..

It turns out it is good we didnt get it hung..

Had a call from LFL yesterday  :)  :)  :)  :) 
Uncle George asked Steve to call me personally and see why he never got his Jar Jar in carbonite..

Sooooo, Richard and myself are headed to the ranch on April 21....

Umm can you get 2 weeks off work?????? 8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15952','485605af40','Sweeeet 











pea



No seriously awesome. So that's one snoopy dance, a flower gy or ring bearer if Z-Man comes to renew your vowes, and perhaps the alluring display of the rubber ducky for when you guys make it. Oh have and a dinner on me well not literally. But paid for by the association for Jon and Rose at Midsouthcon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15953','ea28b4ee2d','Hey Kell,

Where did you get your rebel tattoo done?  A friend of mine and I are both going to get imperial cog tattoos at the same time, but I wanted to get it done right.. you know.  Would you recommend the place where you got yours or do you know of any places that would be good?  Thanks!

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15774','02edf39f3c','Joseph Floyd Powell

1539 Old Hwy 99
Chapel Hill, TN 37034

phone numbers:

home (931) 364-2584
cell (931) 626-4957

Anything else you need Corey let me know. I could hug you right now.

I'm stoked.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17421','90083de436','just sent you an email...wasn't sure about attachments on this one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9502','a3bcb11280','Sorry it took me so long to respond.  I missed the move and just figured out how to log on... and even where it was.

I got the regular don post helmet, a black jumpsuit, and built my own breather out of a project box from Radio Shack.  I am currently looking to update my breather with a polyformed one that Bama is working on.  
Once again sorry it took so long for me to respond.

Jamie Simpson');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10792','dae690fce9','Thought you might like to know:

http://www.rpf.invisionzone.com/index.php?showtopic=102674&amp;hl=');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10795','8621c2bd8b','Always great to hear from my Pimp bro! Man! That sounds like an incredible vacation!!! Ah, to be young and single again!

Christmas was great! Glad it's over, too much work.

Trying to get my band back together. Got a new guitar player and getting some practices together.

I don't think anybody's going to ShadowCon. Looks like we're all heading to Chattacon in Chattanooga on the 20th. Gonna be fun to see everyone. Wish you could swing it!

Midsouth Con will be fun as ususal. I'm gonna bring my guit-fiddle and that's all! Way too much trouble doing the band thing! It's fun, but hey, I wanna have a good time this time and just hang!

Dude, your still the talk of the guys in the SO! That video was the BOMB!! We gotta have more! That was great!

Hang tight my brotha, and stay clear of the fires! Holler at me when you get a chance between jumps!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16642','e5437938a7','Dude, thanks for the info.

Mark
TD235');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16643','0acd3bdaff','The store Essex on Gallatin road in Nashville has FX sabers for 49.95. Here is the info on it. I didn't want to post on the whole board, as there are some who would probably go buy the entire lot of them.

Essex of Madison
1146 Gallatin Pike S
Madison, TN 37115
Telephone: 615-860-7230
Open 7 Days a Week
11:00 AM - 7:00 PM
(next to Big Lots in Due West Plaza)

I am sending this to those who I believe might be interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15587','ae2eb569d2','Can you repost info on the walk in april if it is still a go.  I'd like to come up if it happens.

Heard anything from the vipers this year? i'ts been a while and would be fun again..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15646','87f2023b99','I am sending this to Joey, Skip and Tambo. I guess on this board you can send one pm to multiple people like the Clone boards, so you will each recieve the identical message.

I am asking this away from Mr. Lester. He has grown more and more rude lately. I am sure most of you have seen or heard something or are having a conversation about him at this time. 

My gripe is his posts lately are few and far between and when he does post, he is being rude and an ass. When I saw him at Dereks BDay party, he didnt acknowledge me at all until I walked up to him and shook his hand and with that he didnt look me in the eye nor seem excited to do so. Skip told me he was rude to Corey as well. 

His challenging of Skip, the recent Bellhop post to Joe with the inuendo about shoe fits, wear it and the rumblings I hear, its really pissing me off. I have vented to each of you and just gotten stuff out of my system, I am waaay past all of the stuff I mentioned even just a few weeks ago.


What is going on? If he is going to be this rude and a jerk, can something please be done? I have had enough. I asked him about his calling out of Skip, etc and he didnt respond only with a &quot;if you only knew&quot; thread. Yet he will jump down Skips throat any chance he gets onthe boards.

I know I dont need to be privy to stuff, but I am not the only one noticing this. People are starting to talk. I told Kell I am getting excited about trooping and prop making again, and I will ignore him at events unless he challenges me on something, I wont be immature, but gentlemen...something needs to be addressed. I am confident you guys know whats going on, and I am confident something will take place. I am not confident in him being on Command Staff and nor do I respect him as a member of it anymore. 

Thank you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18400','fb27acced7','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17456','f2ae1aa2b1','Hello Holly, your suit rocks. I can't beileve how awesome it looks. 

Just wanted to know if you still have the material for the disney zam, and if no one else bought it, how much are you willing to let it go for.


Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14842','21426dd0d3','Well, as I can see you saw from your comment on my space...that Qetesh costume is the one I was working on.  I also have another Vala costume - her black slit tank with fitted navy bdu pants.  Basically, I'll be doing all of Vala's costumes.  :-D  I have my standard olive bdu's too, but after seeing myself in pictures with them on, I realized it just didn't work for me.  But I do love Vala's character and I love that her cloths fit better so that should work well for me!

I guess I didn't realize that you and Wendy had never meet irl.  How exciting that she'll be heading down in a month!  Just don't leave her at the airport for an hour sitting alone because you didn't leave your apartment on time...  :roll:  Ryan (as in my ex) can't tell time - but I have a sneaking suspicion you already know that.  The first time I visited he was pulling into the parking lot as I was wheeling out my luggage.  But back to you!  I'm seriously impressed with your Valentine's day gift/card/puzzle!  And she loved it right?  Tell me you thought of that yourself....please?  LOL  Because it's rare that you find someone who's willing to take the time to do something like that and put so much thought into it...AND think up something incredibly cool, unique and memorable.  That's awesome Zach, it really is!

And about COSI, you're right, Ryan my ex won't be going as the band has added quite a few new tour dates.   He won't even be able to make D*Con because of it...which is a bit of a bummer for me because Khaleen is easier to recognize if I'm walking around with a Quinlan.  :-P  

He and I are actually on good terms.  We usually talk a couple times a week and he maintains my website and all that.  He's one of my good friends and I'm thankful that we were able to keep that friendship.  A few of my friends called us Luke and Leia initially because we were almost too much a like in some respects, but he is almost like a brother to me now.  (Eventhough I weigh more!  Hah!)

Maybe I'll try and drop Ryan (Nixon) another message tonight on myspace.  It's possible that when I sent an email from my addy to his that it was filtered into the junk mail.  For some reason hot and hoth get confused and I've had some friends tell me email has been mistaken for something else.  I did send him a link for some pictures from the con last weekend...there were some candid shots of me (nothing bad really), hopefully he didn't realize what a geek I actually was and got scared of the weird gifl.   :lol: 

I was an art major with concentrations in drawing and ceramics and now I'm taking an online class for dressmaking and design.  In short, my wrist got screwed up my last year of college and my mom threw a sewing machine at me (not literally of course) that Christmas saying I was too old for her to be making my costumes.  (I think telling her two days before FOTR opened that I wanted a costume was the final straw).  But sewing became my creative outlet, still is.  

And like you, at college I thought I'd meet my husband and by now be married and pondering kids.  However, God apparently had other plans.  It's nice He has a sense of humor.  :-P  In fact, since I was allowed to 'date' at sixteen, I've really only 'dated' four people.  Three of the four ended rather badly - being cheated on and lied to are not happy things.  But I'm trying not too worry too much about it right now, don't get me wrong I'd like to be married, but I don't want to just settle either.  All in good time hopefully.  Plus, I really haven't figured out what I want to do career-wise.  I'm hoping finishing this online class will help some with figuring out a direction.

I hope your studying and everything went well tonight.  Retain lots of important info!  Math and I never really got along...accounting....*shudders*  More power to you!  :-)  And have fun at the prop party tomorrow! 

Take care, I'll talk to you soon.

~ Katie

Btw, FYI I can't spell to save my life and I'm sorry for the mini-novel I've just rambled off to you.  Heh.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15594','3df64acb40','Thanks for clearing the air on everything.  I feel much better and I hope that you do to. Betty and I have both talked after reading your post and we are ready to move forward and put this behind us as well. We are both willing to forgive and forget. I truly mean that, Im not one to hold grudges. Yea it might be a bit bumpy at first but itll be cool.  Lets try not to bring any of this up again, unless we are joking about it.  call me sometime 606-344-5194. (just not at 2 or 3 in the morning).   Bob

P.s. Might be good if you send Betty a litle pm also  Her # is dz4077');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14174','522721fb41','hey man just let me know what you want for them and we'll work something out. are you going to be at Atin's party next weekend? We're probably going to be there Friday night, if you're not there until Saturday maybe I could leave the cash and you can give the figures to Loki and he can get them to me later.

Thanks for the help.

Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17994','7d554cb7a6','oh yeah, he has lots of pics alright.
some go waaayyy back!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14104','499ad3f1e4','Do I need to get my flying monkeys out again, Crayfish?  Let's try to find you a nice girl this time, cause my monkeys are starting to get tired!  lol  I love you bunches, Cray, and if I had any single friends I'd send them your way.  And don't let all this nastiness on the boards bother you...you know who really loves you and that's all that matters.  :)  Talk to you later!

Love,
Jessi
aka the Wicked Witch of the West and her Flying Monkeys');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18137','4cdfc61f6b','thanks chris!!!!!


i have yet to get my fett guantlets, they were to be delivered about 2 months ago, but the maker has yet to surface them, im not sour about it, i just would like to have them, anyway, i wouldn't be selling them, i am working on my fett suit a peice at a time and very very slowly.

anyway, thanks again and see you at adcon

-mark e');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18143','f05d589ab3','Aren't you supposed to be at dinner with the rest of the freaks?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17955','de4c10346f','Richies Armor  has the trooper boob plate.


You ready for a foot rub?  I'll have to come to memphis soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17956','9eb1349f8f','I saw you mentioned 40K in the MidSouthCon thread. Is that as in &quot;Warhammer 40,000&quot;? I'm a pretty avid 40K player myself. Have you seen my 40K Chaos Space Marine armor? Pics are at:
http://www.dynamiceye.net/chaos

(Ignore the appearance of the armor in the first two pics - the suspension-system wasn't installed correctly, so the waist/hips are about 12 inches lower on my body than they are normally.)

Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17957','51f15f751d','I will be there in ny Boba Fett gear. ( not sure if summer is coming)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17958','30b9948fcb','Please go. you must go to the event. please, I will buy you two beers. 

I dont know if Summer is going,  :cry: . she might have to work.
plus you know how to dress me in my mando gear. your a natural. 

please please please.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13411','345d58b710','We have a new section called the TRASH COMPACTOR and it is all NC-17 shit and you can only get in the Trash compactor if you ask one of the administrators..and that is me..I'll open it up for you to post.

No baby yet..still on standby

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('344','9995126911','i suggest getting a good idea of how to go about building your TB from studiocreations.com they may be busy with their armor projects, but you can get a good idea of where to start. they have some great links for jumpsuits, gloves, boots, etc. i can also point you to a good man for the job for the armor. capricornarmor.com great stuff.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18341','f8bd2e68e8','GET YOUR ASS IN GEAR BITCH');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17396','40b46430fb','which day will you be heading down? Friday or Sat? That's really the deciding factor. I have a clinic on Sat till 1ish. Have 4 girls signed up so I can't ditch :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17646','1528ba711c','Just wanted to let you know I got home OK.  Talk at you later!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17647','ec732460d4','yes,paypal is the best way,
simply send the 550 to
skipjenn@comcast.net

ill take it from there,
welcome aboard trooper!!!!!

ill cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15763','6c2f677573','alright!!!!!!!!

thanks again for all that you do.

did loki talk to you about my gauntlets????

he was supposed to be saving me a pair or getting some done soon ata prop party

thanks
-mark e.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4685','8cd731b1bf','I've made two of them, here's a little look.

[img:8cd731b1bf]http://i23.photobucket.com/albums/b375/loki41872/pics117.jpg[/img:8cd731b1bf]

unfortunately the dear girl that did the sewing is no longer with me, the belts I used were the last and only ones I've ever found, and the costume shop I got the pirate pistols to make the guns with has no more!

But, I could make the eyes and boots![/img]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17381','084c4b7b5b','It's still my costume. I still own it, and I'm still in posession of it. It's just that when I get my GM done, Becca will be wearing it. I also fully intend on wearing it to events that the general concensus is OT troopers. So there are no worries. Plus I'm well within the 501st's rules for membership activity. I could go without a costume for the rest of the year and still be in it. :P But I'll not chance that. Haha.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16045','713a6be90f','Dammit you did it again!


 :wink: 



Jon is one of my best friends.  I know he flies off the handle sometimes(as do I), so tell him everything's cool.  And I haven't talked to Drax yet but I [i:713a6be90f]ass[/i:713a6be90f]ume the Bales Theatre will be open for business tomorrow.  You might want to call him and make sure though.  See ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17285','15ddadee36','Drax I had our thank you card returned saying your address was bad.  Can you give me your current address so I can re-send.  And Natalie and Mary both love that Purple blanket...they use it all the time and love it..thank you guys soooooo much.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15197','d5bce8998b','No problem Ben,
He is TD 152 on the Membership list
He is like the second one from the top of the list...
He used to be Bamatrooper on there, but that was before the site hack... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11634','ec8d938a77','Here is the web site i wanted to send you it is not as detailed as I thought but it might help.

Jeff

http://www.starwarz.com/modelshop/make/destroyer.htm');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10037','da640e141c','Nope, we are staying put...we be broke');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17012','b48d860f32','Awesome thanks Tambo, put him in the room with me so I can steal all his Fett secrets, then I will be the Master.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17775','2282156a3b','After Chris and I finish up the last few member pics we can re-do your main one..send me what you want to tk1128@bellsouth.net

the pic was from Horrorfest');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16980','eb7d9909e5','i believe that lester dropped out

loki may still come

mark ingram is rooming with me so he's not a room commander,is he?

and i think i saw another error,ill have to look.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16908','20074164ff','Tambo,
  I'm not sure what the parts are called that you made my husband (J.A.F.T.) at the prop party last weekend.  I didn't realize that you weren't going to the parade until this morning, when I checked the board.  We sent your money down with Loki.  So anyway, make sure that you hit him up for it.  :D 

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16909','64ccc9c22f','Jeff,

After looking at our Calander  and comparing with other events going on, I believe that Saturday, April 22nd will be the date I set this up for.  I have things going on several weekends (and forgot I will be out of town the weekend of the 15th) and this gives enough time to try to get it a little organized.   

I think the announcement started here so I can see what kind of response we get, I'm hoping that Rose will be able to make it to help with the sewing since I'm guessing she is the most experienced and could probably help Dallas and
Scarlet with some tips.  If we could get a Jedi Tunic sewing clinic going where they could pump out some Black Tunics/Sashes &amp; pants it would be great, I know I'd like a set and at least one of my boys would.  I know at Atin's party Rose said she would sew something for like $20 or $30 (we would have to supply material).  I would be glad to pay that for a nice tunic set, and I'm sure a couple others would to.  Anyway I'll be looking for some material online also and see what I can find.  If they agree to this we could do cloaks maybe another time or if time allowed later that day, but I'm thinking 1 step at a time.  Also after Dallas and Scarlet do this we could have an more open invite for Chattooine at a future date, as I'm sure they will get a lot of requests.  

As I said before, we can also be working on armor, I have a lot of basic tools, but we'll need to get people to bring what they have as well.  

The armor I'm getting will be from JM, once he finishes it up, he is hoping by April.  I think Bobby is also going to order a helmet from him soon.

My initial thinking for people from Chattooine to invite are:

You, Todd, Ben, Dallas, Scarlet and  John may be interested. Anyone else who you know of that is working on 501st Costumes that I may have forgot to mention (I only got about 4 hours sleep last night so I'm not all here lol)?  I still may post it on both boards, but if I do I'll wait unitl I see what kind of feedback the non-power prop party gets.. don't seem to be getting any yet, have you heard from anyone who is planning on coming there?

Thanks

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4412','06d702a275','How was the prop party?  Well let me tell you.. I ordered a Rubber mold kit with Richard Cross and I now have a mold of my Movie Sized Boba helmet and all the ear parts and the Gauntlet Rocket.  I have Resin...Want a helmet?  You need to come up.

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5710','7b6e278b84','Message conveyed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2189','75bdbd2ab4','That's cool man, not a problem at all. Just when ever you get around to them, let me know.

Also would you have any advice on where to look online for building the xwing jump suits or what to use as the base?

Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16954','6b70e93fb4','Do you know anything about this guy ??

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;category=37889&amp;item=6603981240');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17613','efe5e56fb9','Cool deal, I'm glad the costume will stay with us.  Get with me when you want a thermal detonator or two.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9874','17c4a9043b','I would like one if you still have any...


thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9544','448f0fdf7b','i also have 501st black hats, 501st beanies, 501st skull caps, thay are all 5.00 each and i have 4.5" circle southern outpost decals 2 for 5.00

if you are interetsed in any of those

thanks
-mark e');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17274','3b165d54ff','Oh man that would be cool as crap! 

Thinking about meeting for dinner around 8:00 then heading up to the Iron Horse about 9:30? We have a young babysitter so we will have to leave about 12:30.

See what you guys can do! 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15907','435d106900','Can I call you now?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18402','6b9da17fdc','Hey!!  I know you're REALLY busy right now and I hate to bug you but...  is there any word on getting some gauntlets pulled.  I really want to get my Mando finished and these are the only &quot;vital&quot; pieces left.  Not trying to hound you, just wondering about a possible timeframe.  Thanks Joey!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3164','747bfa62eb','Hey, I'm casting some stuff and wanted to pick your brain on how you did your fett helmets...  
I 've got the basic system figured out except..

1.  What kind of moldmax did you use?  did you add a fast drying catalyst to it?  How thick should/did you make the rubber mold?

2 you said you used plaster to make the hard shell for the mold?  What did you use here?  the plaster bandages from lowes? or what?

3.  resins..  would you use the smoothcast 320 again? or something better?  How far did it go? ( for reference, how many of those mini's would come from a gallon kit?

4.  what did you use for the release agent?  A silicone spray? which one?
etc/


I'm casting a much larger helmet of another kind, so any advise you can give is appreciated!!  I want to order some stuff this week so LMK.  Call me if you can..
205-908-6195');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17029','58069844cc','I really don't know about Zach, so I put him on the list....if he stays he stays..if not we have room for another.  So...what are we going to compare?  :shock:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10652','efc0527d78','Glenn,

What would I need to do to get my  Nihilus costume approved for an SL designation?

Or would that one count?


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15890','00ec4b039b','Z-Man,

     You have my thoughts and prayers for your sister. . . .I am [b:00ec4b039b]so sorry [/b:00ec4b039b]to hear of those news. I hope the surgery went well and that she has a speedy recovery.

   I'd love to see a pic. of your kid Fetted up when you get the chance. . . .hell. . . .I'd like to see a picture of YOU Fetted up at some point!

    Oh man!!! it's goin' to kill me to not see you at MidSouth bro'!!! Outside of D-Con. . . it's like one of the best times (just think of last year). . . and one of only 3-4 that I can count on attending every year. Hell. . . .I'll even put you up in my room and sleep on the floor. . . .or bathroom if you need more privacy.

   I sure hope you can attend. . . .just LMK if I can help. Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17039','9f9aaef749','Hay Rose,
Hope you are doing well..

Thank you for reposting your parade pic links, I asked Chriss to archive the pre event thread this morning and he said he would get it done this evening.. I know Im a pain in the butt..

Oh I still have your FRS, Ill have it in the car until I see you next, what is that, like a few more days *LOL*

Take care, love you both,
Oh the room in Chattland on Saturday, was my treat..

Have an awesome evening,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9091','5d572b3e29','Yes, I have a few left. Give me a call if you want one.
615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9730','fd181343e2','[quote:fd181343e2="ampkiller"]hey t-bone

 yes i accept paypal at wisguybuttons@alltel.net

2 do rags and 4 stickers is 20.00, and it should only be about 2.50 to ship these out so your total is 22.50

thanks again
-mark e
wiseguybuttons@alltel.net[/quote:fd181343e2]

Paypal sent from tandnbrown@knology.net

Thanks,

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9731','49d1da61e2','got it

thanks

i will get this out to you tomorrow

hope to troop with you soon

-mark e');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17446','856cf70951','Actually, the attachment didn't show up on the email.  A real easy way to send pics over pm's is to upload them to a hosting service(I use [url=http://www.imageshack.us/]Imageshack[/url] ) and then type

 [img]web address for the pic goes here[/img]


Then hit the preview button to see if it worked.  Make sure there are no spaces between the url and the brackets.  Once you get the hang of it, it's no sweat.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13467','2df492893b','Dude,
That is what we do all this stupid stuff for..
Ill post on the roster part for the party...

Only problem would be if he is at Vandy, Im not swure about how we could get into the hospital..
But if he is Home that weekend, we could do it..

Dude, post something like this anytime on the prop party thread.. Like I said, this is what we build and and stuff for..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6145','248e63ba96','Hey Mark,

If you want them, they are yours. I am supposed to get a free shirt and a full set of the cards for winning the design contest and I'm really not into collecting the cards.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17582','47d57aff10','Jeff..I just wanted to talk to you via PM for a moment just because we don't often reall get a chance one on one to talk.

Last night while I was typing some messege in my room Mary walked in and asked what I was doing.   I briefly mentioned some of the problems we are all having with the Southern Outpost and she laughed and said my god it's just a dress up club.  She listened some more and knows that the 501st and it's members all mean alot to me, that's why she let's me go off and play....She knows the caliber of most of the people in our group.   I asked her to be honest and tell me who out of all the people in the group she likes the most she surprised me by saying Susanne and Jeff.  Why I asked?  &quot;It's because they seem the most fun, Susanne is just a fun person and Jeff has always been nothing but very kind.&quot;  All of this is true and I know that both of you bring much to our orginization and for people not to like you they must not really know you or hear shit second hand from other people.  Hopefully this misconception can be cleared this year because I want you to know that I have your back as a friend and fellow Command staff member...but we all must help each other out and put a end to this little &quot;Rebellion&quot; if you will.

Please keep this message to yourself as I don't want to hurt feelings of Skip and Jenn, who I am just as much friends with as you, Susanne and Joey and Holly.  I feel loyalty to all of you and I really personally have no gripe with anyone unless they do something stupid and I'll be the first to point that out to all of you equally.

Take care bro...hope to see you soon.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1626','9e3a9621f1','Hey,
Glenn says he can't make you a member untill you send him some
photos verifying you have an acceptable costume but he has your
application and is just waiting for the photos.
Hopefully that cap will come in early.

-brad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16649','9d2d396a3d','so...............i got my mg34, but its missing the entire reciever so there is no way to put it together. i went looking for a receiver for it and they cost 400 more dollars, what a rip!!!!!

i don't want to fire the damn thing i just want it put together.

anyway, i am thinking of just sending it back and saying to hell with it. i have a mg34 plastic replica that i got from cushmans i think, its okay, and i guess it will do.

anyway, just letting you know................

-mark
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17665','356af30d21','Scalper Welcome to the Mando ranks.  Please start a thread in the Southern Outpost Mandalorians section with your Mando Call sign or nick name.  I'm really impressed with your costume..the Armor and helmet are well done and that Cape is Awesome!  You and your Hubby did well.  I can't wait for all the mandos of the Outpost to be together at the same time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16879','c04bca3f24','[img:c04bca3f24]http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/24.gif[/img:c04bca3f24]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16880','c04bca3f24','[img:c04bca3f24]http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/24.gif[/img:c04bca3f24]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16881','da9d6c9112','I forgot to ask.

At the prop party you mentioned about having someone hook me up with board access after registration.

Do your magic Loki. 8) 

Heep big thanks brotha!

Rob Reed');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17212','a09b7e55f0','Wow you are a very decent looking Ani!!   :D 

Good job on the costume.

Don't worry about not having a costume for CIII, your ready for CIV.    :wink: 

The other hand would to have rush the costume and go in a sub-par costume.  I did that with my Jawa and even though everyone likes it and it was approved for the legion, it is now going through a complete overhaul.  I'll even have Jawa voice samples to play on my voice amp.

Well considering I'll be in TN on Thursday visiting Zach, I'll let him know to stop the studying once in awhile to go troop.   :D 


And those kind words about the King of Giddgy well remain our secert.  Shhh....   :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('367','34b60f6669','Thanks :)

The control room shot is from Jedi Outcast, or I think that was the title.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17034','13f4dabb3b','This is what I'm looking for...it's old 1970's era..i don't know if they still make them.  It's a dental expansion screw

[img:13f4dabb3b]http://tk1028.homestead.com/files/OLDLAR~1.jpg[/img:13f4dabb3b]

ever seen one?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2725','7c02528147','I called you today, just to say hi, and ask your advice on something,  :D  look what I did today:

[img:7c02528147]http://i3.photobucket.com/albums/y57/Darthangi/menrachel.jpg[/img:7c02528147]
[img:7c02528147]http://i3.photobucket.com/albums/y57/Darthangi/menrachel2.jpg[/img:7c02528147]
[img:7c02528147]http://i3.photobucket.com/albums/y57/Darthangi/menrachel3.jpg[/img:7c02528147]
[img:7c02528147]http://i3.photobucket.com/albums/y57/Darthangi/menrachel4.jpg[/img:7c02528147]

Her name is Rachel, she is my 17 year old cousin's baby, and she is 7 weeks old  :D Is she not the most adorable!  I got to keep her all day today.

I hope your surgery goes great, and even if they don't come with me I will come visit you, might bring you something  :) 

You have a great day, I work tomorrow, and I don't know why I let them treat me badly, maybe I feel I don't deserve better.  Oh well its just a summer job.  Maybe someday I will get a real job, lol.


Have a great day!
Angi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14364','0950250a2f','Hey Jon!

I was wondering how much it would be to rent two tables at the con this year? The Rebel Legion and SG-Command.net are wanting prices for a standard table.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10312','2ff29f9d4a','Angie,

Five bust up figures @  $5.25 ea = $26.25 plus shipping $5 ( includes Insurance and Tracking) totals $31.25.

Series 5 "Hoth"

Vader 
Han 
Wampa
AT AT Driver 

Series 4 "ROTS"

Grevious

I will be out of town til Monday. Once I receive your paypal I can ship on Tuesday, Be sure to Include your shipping addresss with your payment.

Thanks, and Have a Happy New Year!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13644','80ffaf5ecb','Greetings Commander.  I plan on travelling into town for the armor-fest on the 25th, and I was wondering if your utility-couch might be available for Saturday night (granted we all stop long enough to sleep?).

 The Fenn Sahya set looks awesome, as do your other components!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15579','8fd58e16b6','hey could you send me a link to that website you said had the harley quinn outfit on?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10355','dab5386420','Here is the Zam colored Fett pic.  http://www.skygunbros-custom-creatures.com/custgal/brandyfett.jpg

If you want those line drawings, email me at wookieegunner@highlandcitadel.com and I will send them to you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('378','1373bb111a','Hey John, we have a set of recasted recasts from who knows where.. anyway we've recasted it again and pulled a few sets only for ourselves, we do not sell outside of the garrison or for a 'business' so don't advertise taht i can make them, Internally, we only sell them for materail costs and a bit for labor and electricity! :)
anyway, i have more styrene on order and plan to have another armor party to make a couple more sets, so if you want , i 'll add you to the list.
They are 200.00... or less if you come down and help make them !
 :D 

If you can get your @$$ to an event, you might can see some of the suits yourself .  theya re plenty good for our costuming uses...

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5964','fb31065ac5','*claps hands*

sweet! *hugs* im hopeing some people get back to me about the hat- right now noone has..

the holster ive only seen 1 pic of it but..it was rather blurry..

http://www.partsofsw.com/bta280.htm

thats a good site');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16046','713a6be90f','Dammit you did it again!


 :wink: 



Jon is one of my best friends.  I know he flies off the handle sometimes(as do I), so tell him everything's cool.  And I haven't talked to Drax yet but I [i:713a6be90f]ass[/i:713a6be90f]ume the Bales Theatre will be open for business tomorrow.  You might want to call him and make sure though.  See ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16047','f95f6a6d40','Yeah yeah I owe ya. :-p

When it was mentioned that I was bringing Michael to the diner thing, she told Joe something to the effect of &quot;Don't you you'd got onto that first?&quot; Something like that. Either way, it freakin rocked and I chuckled. :)

And not sex with any girl, just Summer. I'm sure that's hot though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10005','9199a97363','OK so I was throwing this around with Angi last night and I was telling her about an idea I had for this costume..

Its a Southern Outpost [url=http://www.mccallpattern.com/item/M3674.htm?tab=costumes&amp;page=6]CanCan[/url] dress

She mentioned you and Rose might be also interested so I thought Id also throw the idea out to you :)

toodles!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15916','0b0621edac','Yep yep! And all these problems will be behind you, I promise. Well... except for your job one, but that won't be too bad for too much longer. I love you baby! *kiss kiss*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15879','d96d0e6dc6','That's good to hear.  As soon as Corey asked me I knew this would blow up on the boards, so I was not looking forward to it.  I figured I'd rather just avoid the whole thing than be part of another split(at least I have that luxury; Corey doesn't).  


I don't think you've got much to worry about in the foot-in-mouth category.  At least not publicly.  Steiny seems to be taking it upon himself to be the whipping boy on this subject and holy god the new fire alarm just went off on the wall next to my desk and I've just lost an eardrum.  Fuckin hell that thing's LOUD!  Well, anyway I really hope you get to go.  And tell Rose she almost made me cry with her post, so I owe her a fart for betraying my cool manly exterior.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('388','cc714590d3','Hey if u havent gotton all u want for the room on teh weekend of the parade and com.... me and geoff want to get in on that.. and pretty much any that you want to share.. us drunks got to stick together.....lol... send me something back to tell me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('389','cf65b70a0c','Hey Girl!

I havn't gotten the room yet for the con... thanks for reminding me! I'll call tomorrow and book it. You and Loki can crash with us for sure, I think it's just going to be me a John Meyers (AKA LightHammer). I'll let you know as soon as I've got the room booked.

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('396','546da9f1d5','well jsut remember to do that,,, it might be hard for us 4 to get down there and not have a room.. check and see ifthey have a pool... indoors that is... love to swim at night....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17838','cf8216e9f6','Could you grant member &quot;Dallas&quot; access to the members area.  She's our little Imperial Officer and Mando-Groupie from MSC.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17845','de2f80fb05','todds checkin on his schedule cause he may have to fly to oklahoma for business.  i'll check again with him to see if that info is final yet.

i've never had a birthday party, cause my mom wasn't big on people in our house, but i was always allowed to have one friend over, and that made it pretty cool.  so are you 32 now, and you were just rounding up earlier, or did you just turn 33.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14674','6376c2f138','give me $10 for both... I have had them a while and I don't need them so $5 a piece is fine with me.. I should be there on Sat but not until 5 ish... I will give them to Loki and he can get them to you if that is cool

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12823','9ec83cd955','Just curious if you had held those gauntlets for me.  If not, let me, no biggie.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1669','98243fe93b','[quote:98243fe93b="ReplacementKiller"]Awesome, glad to hear that :)
So will you be there for the campout or just the lineup? 
Will you be in need of lodging or are you planning on driving home after the movie?
[/quote:98243fe93b]

we will probably come down the morning of the 18th.
I have a friend or two down there we might be able to crash with after the show.

btw, we will be bringing our blasters (toy ray guns).  Some people seem to have a problem with this.  Is it ok for us to bring them?

-brad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17463','e4f4b1a591','Hay Glenn,
Let me start by saying Im very sorry for going off on you yesterday the way I did.
While there is no excuse to treat anyone that way, I would like to try and explain.
For the past week I have been bombarded by harrassing emails and such that have been down right nasty. Add to that a lot of personal stress and strife in my life, one major thing being my health. I have been at the hospital for test after test since Tuesday. Everything just piled up and I kept holding it in, until yesterday when I started to drink after taking my pain pills. 
You have always been kind to me and I feel really bad about going off on you like that, you asked a question and instead I flipped out. Again I can only appolagize..
Looking forward to seeing you this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16961','ff489c78f8','Hey man, can you send me your pics from Sunday in a PM or email? Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13516','62976089fc','I used Vaders Saber, a 357 looking pistol from the dollar store.  and a stock that Tambo gave me  The stock comes from a crossman air gun.  I have not seen one in a while but the only place I ever looked at was Wl-Mart.  Here is the link to my gun prior to painting.  Let me know whaat else I can do for you.
Jeff

http://i48.photobucket.com/albums/f223/RetzFett123/DCP_1025.jpg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15487','8905c260e2','Tambo,

First of all how is the baby?


Second... I need to get the Snowtrooper Greeblies from you and I am interested in a Mando Bucket....

Let me know how much...

Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9340','92820feca6','Sorry about that. I didn't get home from work till about 9:30 last night. I work until 5 today, and will give you a call. I will be at my house most of the evening working on my emperor for this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17541','264632c78e','Hay Ali,
I did not mean to hurt your feelings.
Heck I own a SG costume myself and love the show, have everything that is on DVD..
So please forgive me for my comments on the adcon list.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15229','4c13acff9e','U ready to talk?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15474','91f9119674','try it now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17110','d5474a7e19','No worries
She is a real giver if you know what I mean,,,,,,,,, no, i didn't mean it that way.  Come on Corey get your mind out of the gutter.

Gee, you try to have a normal conversation and things always gravitate towards sex, what is this world coming to.....  Oh maybe i am the one,,, ok nevermind


PS - did you want one of the Showest programs?  It has Lucas on the front of it and Natalie inside?  I have a couple extra');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17111','045293ae8a','[quote:045293ae8a="admiral_holly"]No one is safe.  See what happens when you cross the Admiral!![/quote:045293ae8a]

Wow! I've even got YOU believing you did it.
Just wait til the season opener and all the loose ends will be tied up and the real assasin will be revealed.
Loose ends that go all the way back to the first episode. 
I want to use some of the real members with the action figures. Kind of a cross-over type of thing. It'll be funny. Trust me.
And to calm any nerves that might be edgy, there won't be any reality drama. It's all make believe with our names on it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('402','73f2e1ee9a','Hey if u make that cloak.. im only 5'5"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('404','7a88bc7b81','Hey thanks for comeing to help with all this in Shelbyville. My mom is gonna try to get her whole boyscout troop to come that night here just to see us. I am hopeing that we have a few more to come out. But even if we dont i think it will go great... and you can crash at our house if you dont want to drive back home.. we have couches and pull out sofas.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7415','18f3ae890f','Hey brother!  How's it rollin'!   I'm out of town the weekend before, and I've got business in Nashville the weeked after.  Since they're having a troop gig in Nash that weekend, I'm gonna double up that weekend, and get more mileage outta my money.  I'll be spending the week inbetween catching up on all the stuff that's behind from my 6weeks away on the film.  I picked up 4 new jobs here at the model shop, and there were 3 big ones that are 6wks back, so I'm pullin' all-nighters pretty-much any day I'm home for awhile.

 We're really working to get to the parades in Gallatin/Hendersonville this year!  Maybe then brother.  

Thanks for shakin' my cage man.  Talk too you soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16731','d0e21cf185','Thanks, Skip.  I appreciate you grabbing the kit for me.  I'll cya Saturday at the parade.  I'm just going in civies with a friend, but I'll be sure to take a lot of pictures and video of you guys.

Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15841','964d87cdfe','[quote:964d87cdfe="TC-760"]Well... what are friends for! Next time I hear any of you whinners bring up Talladega, I'm going to remind you about this.

Oh and remind Richard he still owes me a 12&quot; Jar-Jar from AdCon last year...[/quote:964d87cdfe]



Look, I don't know if you're the third guy Corey was able to bring but if not, let me know.  I'll ask Corey to take you instead of me.  It's not worth going if I don't have any friends to come back to, and it's not worth the stress on Corey either.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12931','e5dcd53b41','Yes! And I had I not been in such a rush yesterday before I left TN, I would have thrown it in my car and brought it to you.
My being able to come down last night was very last minute, so I'm glad I didn't forget my own armor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17960','5374ca3b08','And a damn fine picture at that. 

Thanks for remembering to do this. I again am really happy that things seem to be going in the right direction again.  I really am looking forward to hanging with both of you soon........');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17961','1af9f2ac6d','Hiya Chuck!!  I have a girlfriend that is dying to meet ya.  She saw your pics from the Con this weekend.  She lives in Maryland though....just thought I would give you a heads up....there's a redhead lookin fer ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10870','2107bbe23d','Hey, is Chattacon worth going to?  I know it's sci-fi, but what would it be comparable to?  Good dealer area?  Would it be a good place to take the kids?  Dang, don't I sound old.  I'd like to go and get sh@t-faced at the parties, but I don't know if the wife will let me swing that on short notice.  Please email me at jerrybuchanan@hotmail.com since I don't check this board too often.

Thanks!
Jerry (Clutch)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10704','3dd8507fe7','well if you need hoses, go to walmart and look in the plumbing/ sink area and you will see those hoses for the faucet, they look really cool.

yes make a list and share it with us.

have fun

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3609','69671fcb46','Hey Chris, got your VM today .. my phone sux..
anyway, Yeah i still make snowtroopers from time to time.I sell them on ebay for 350+ but to our group only ...shhh... they are 175 shipped 

I am going to try and make some in august before DC.  I can make the Galactic marine parts too..I'm still working on the shinns though..

Armor parties..I'm home bound for little league most weekends between DC and Halloween, then we start the holiday trooping and toy drives.. I might have one in november late if i can combine it with a TFT trooping or a parade down here.. otherwise it will be Jan and Feb when i'll have the next 2 BamaCons ....

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('412','ee9a959143','Naw, the TIE armor I made was in .125 Black ABS.  We had to special order the black ABS and we ment to order .09 but ended up with .125. I can't tell you how scary that was, but in the end it formed beautifully.  How much are you paying for a 4x8 sheet of ABS?  .09 should cost  $45 if in stock, $65 if its shipped.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('420','1491536b3a','Yes this is a problem, please leave it as it is.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('421','aaa2c9e670','John I've E-mailed your Garrison Titan about your membership change but have not had a responce back, If I want to really push the issue the Legion Command Membership officer will make th change, because that is the way it is, but I will not do it.  Hopefully after you have trooped with us a few times and you see that the Outpost is a great organization you will have no problem switching your status.  So that is that.... your status will reamin the way it is, but I really don't understand why.  Please realize I'm trying to be understanding but I'm also confused at the same time.  


Hope to troop with you soon

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('416','19ff39de16','Blue Wolf, If you now live here in the Southern Outpost area, I must request a transfer for you.  It is  a legion reqirement, you can easily be changed back if you ever decide to move.  I can understand your loyalty to you old Garrison..I would hate to leave all my friends in the Southern Outpost, but if I moved I am required to change Garrisons.  I hope this is not a problem.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8411','07aa1e15df','[quote:07aa1e15df="TK5773"]You need to drop Kevin. He is on the Star Wars Syndicate list. [/quote:07aa1e15df]
Dropped.  Sorry, I thought he was a member of the 501st as well.

[quote:07aa1e15df="TK5773"]
I have eight names with no days. You think I should get a Saturday ticket for them?
[/quote:07aa1e15df]

As far as Chase, Ash, and Kell are concerned -- grab somebody who's offered to help you out with event preparation, have that person see whether their contact info is on the "Contact" thread.  If yes, your helper should call 'em and ask.  If no, your helper should pm them and ask. Jen K/Dodger might be a great choice for this, if she's got time; she's very good with people.

I cannot do it tonight or tomorrow morning, but if you haven't gotten somebody to do it by then, I can do it tomorrow night.  Just lemme know if you need me to do it.

.

I've updated my version of the roster with info from the most recent posts to the thread.  As far as I can tell before my eyes start to cross, this has all the information that hasn't just been PM'ed directly to you.

I was hoping people would grab my post, hit "quote", insert their own info, and send, but no luck.  So I'll just make a note to look at this every night this week before supper and update it and repost it.  Fortunately you and Joey each have relists of info, so it's easier for me to check.

.

Are you going to be in Huntsville on other business some day before you have to pay for &amp; collect the discount tickets?  I can meet you and give you my money.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2313','209b89b290','Thanks a lot guys. You are really helping me out. As for R2, I've just got the dome rotation working (keep your fingers crossed that it stays working  :wink: ) and he also now has a voice.  :D  I can't wait  to show him off!

Please send me some directions to the station and some contact numbers (in case I get lost  :? ). 

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2314','839c35301a','I think we are going to try to meet up at west town mall between 3-3:30 and than drive to the station together.

Here's my cell # 865-765-4981

or you could call Coery as he should know what's going  :D 

Thnaks man!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('425','48e33d2f8b','I'm sorry that I have brought this situation upon you.  Garrison Titan has been my garrison, I helped make it something great and I have a special place for it in my heart.  I wish to remain loyal to it and I intend to do so.  I have nothing against the Southern Outpost, in fact I have been reaching out trying to make some new friends here.  I understand you can push the issue, and I feel sorry that you feel so strongly that you would think to do so.  In the past one of my joys was to be the GML and GWL for Garrison Titan, and I know a little about what is required and what is not.   There are a few option that remain, I could request Non-affilated status (I know they hate that), or we could just ask to have my membership marked inactive.

Right now I seem to be as confused about why you feel so strongly about this, as you seem to be about why I feel so strongly about this...atleast we have this much in common:)  If it will alleviate the situation for you, I will discontinue the use of the Southern Outpost boards.

I promise I have no hard feelings about this, just strong ones.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('426','92f97e4cb9','John I think you have taken me the wrong way.  I would like you to remain on the Southern Outpost board and We will keep you listed as Garrison Titan..I've got too many other issues to worry about to make this a major consern.  Joey tells me  good things about you and I look forward to meeting and trooping with you.  I hope you will continue to post messages and be active with us.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18317','64d4512b8d','Loki...PM me directions and the time you guys are eating, so if I make it down I know what time and how to get to your house.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11785','467cfe1105','sounds good to me. i will be there  and most likely summer also. see you there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18020','46a8a188fb','Hey!  Sissy has Saturday off if you want to come up for a Birthday party  :D   lmk.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7762','07341963df','Hey T-Bone

Got my Vader finished, now on to the next project, A Boba Fett for my wife.  She is 5'5" and should match my height well in a Fett.  

We bought Gooshy's extra Fett helmet, now what?

I have been looking on the dented helmet forum, but WOW is there alot of info there.  Any advice, direction, assistance, supplies, etc you have or know of would be greatly appreciated.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15898','5a251f7edd','Don't let them get to you, they are all jealous.  I hope you have a great time and you don't even let anyone bother you.   


Tell Don I said hi.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7826','acd12c14af','Z-Man,


   What's up brother?. . . .my ghetto govt. computer won't download yer vid clip. . . .so I can only imagine.

    Hey man. . . .HAPPY BIRTHDAY!!! you old fucker!!!!

"45". . . .jeez. . .I didn't know bullshit had a shelf-life of that long!

Seriously. . . .I hope you have a good one and get whatever ya want. . . . I tell ya. . .a little costume sex is what you need. . . . definitely spices things up and leads to the true dark-side of crazy kink-sex!

The only hard part is finding a willing participant. . . .and finding a costume that provides for the goods.

So Far:

Trooper: Okay. . .but lots of chaffing and pinching.

Fett: Right on! . . . .just make sure your jetpack is good and secure.

Necro: The best!!!. . .I tell ya. . .those pro prop builders know what they're doing when it comes to "access" and "durability".

Sorry bro'. . . . my mind's in the gutter right now. . . .better go rub one out!
 

I did discover that I have quite a credit on my account at Blockbuster after bangin' the manager. . . . ahhh friends in low places!


Anyhow. . .lemmee zip my pants up. . .can't wait 'til the parades. That also signifies the beginning of my vacation from work. . . .so I will be super. . .make that SUPPA PUMPED! I'll probably stay at Tambo's (depends on when I get back from the National Fire Use Module Meeting) on the 9th. . .and kick it at the hotels on Sat and Sun. . . .I have to catch a plane at 6:30 am on Mon. . . .but if last year was any indicator. . .the parades were in the a.m. and were over way early in the afternoon. . . .leaving lots of time to kick it. They even rented out a restaurant last year that was suitable for jammin' right across from the hotel.

Give me a call at the "shanty" 870-446-6497 some evening and we can talk more about it.

Also. . .kinda off the subject. . .how do folks post pics. on their messages on the boards if you DON'T have them stored on some on-line photo album. I get tons of kewel shit sent to me. . .but don't know how to share with the SO.


Make the most out of your Birthday Z-MAN. . . .[u:acd12c14af][b:acd12c14af]it's your world today. . .we just live in it[/b:acd12c14af][/u:acd12c14af]. . . .take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10414','309085a6f9','I got the funds. I will ship them out this afternoon and email you the tracking number.

Don't worry about the phone call. I just wanted to let you know I was going to be out of town over the weekend ans ask abotu the Han Bust up.  

I hope you get to feeling better.


Mark
TD 235');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('432','7c43589d8b','OK, it's offical. I have double rooms for the following nights reserved:

Galacticon (Chattnoga, weekend of the parade)
March 18 &amp; 19 (friday and saturday night)

Midsouth Con (Memphis)
April 1 &amp; 2 (friday and saturday night)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10018','7ab0bdee14','OK so I was throwing this around with Angi last night and I was telling her about an idea I had for this costume..

Its a Southern Outpost [url=http://www.mccallpattern.com/item/M3674.htm?tab=costumes&amp;page=6]CanCan[/url] dress

She mentioned you and Jen K might be also interested so I thought Id also throw the idea out to you :)

toodles!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15826','dcdb19f477','Man, I think that might make it worse!  :rotfl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16747','a81704cdc7','Skip,
  Thanks for the message.  Things are not looking too bad for the event I'm planning, even though it is early.  Since Casey now has armor, he'll be added to the list as a character.  Thanks for helping with his armor.  We're about to start work on the duster this coming week.  Hopefully, we can get together and work on it some more, before the next armor party.

Since I work in M'boro everyday, I just thought you might want to know this and take it into consideration for your meeting plans.  MTSU is hosting the boys TSSAA basketball tournament in town this week.  Tomorrow night is the quarter finals and the semi finals.  Which means, town will be absolutely packed at all the offramps in town.  It's been going on all week, and traffic has been in gridlock every afternoon and night this week.  You might want to plan a little extra time to navigate, or just avoid M'boro all together since that side of town is suicidal anyway.  Maybe just travel a little further south and meet at the Wal-Mart just off the interestate in Manchester.  I don't mean to butt in, but I just wanted to let you know what you might be up against traffic wise.  The parade sounds like it's going to be a blast.  Sure wish I could be with you guys!  Have fun and drive safe!

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15145','bb9e57c138','Im offering!!!! :) 

The only catch is you pay your part of the hotel stays and food.. :) 

We have to be at the Ranch on April 21...

So I will put you down as going ..
Welcome aboard..
 :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17616','ec95b94898','It's no prob dude, just get with corey!


Lotsa love!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7701','cd4bcf4a91','I'm sorry to hear that.  Never met your father or his cousin, but give my sympathies.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7705','db390383b8','What do you think we'll be doing, and how late do you think it will run?  I might have some homework to do, so I'm trying to think ahead here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11635','ef26315d36','Before, I try to email you a bazillion photos, could I send you a DVD instead? I gave one to Ryan, but his computer can't read a DVD+R. I think it only goes through D*Con and has lots of old stuff.  

If emailing, would I zip them into super-huge files? Most of my pics a 1-3 MB each.
Also, do you have any good AdCon group pictures, especially ones with me in them?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('441','4da61bb576','Sounds great.. just tell us how much for our part of the room and well be there with bells on... ir atleast i will...lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('442','2b4d16ddb5','Cool. Tell Loki that I'll give you guys a call this weekend with the details.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10031','833e68f797','I dont mind!

I thought about asking them but..with the way slave mara was treated at midsouth..was half afraid too!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6687','a8e2c91f0e','Sorry, the name doesn't ring a bell. What address should I put into Mapquest in Beattyville? I know how to get to the town, but not where to go when I get there. But from what Mia tells me, almost everything is within line-of-sight with everything else in town, sorta like where I live. Talk to ya soon!

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11983','d2b787c36a','Hey Jason, im interested in the Chewie suit. Is there anyway we could set up a payment type deal. Im goin to be kinda strapped for cash until after V-Day. 

Let me know about it bro,
Also, I just saw your avatar in fullsize and that is some awesome weathering, how did you do the black and white weathering? Was the white a reveal or a topical?


Thanks for the help bro
Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10010','6c30c5296f','Blacks, golds/yellows, and whites with Outpost patches hidden about the person. 

If the woman has a man then the more the fun trying to find them ;) but thats just the naughty side er...dark side talking there teehee!

If it were to be a 501st angle, blacks, reds, silves and whites

Off to work! see ya later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3434','91ea02bff5','Tyler, are you still wanting a Lucas in Carbonite? I will be making the last run of them and will be delivering at Dragoncon.

Let me know.


Geoff Manfre
103 Stanton Hall Lane
Franklin TN
37069');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('450','07ed8e3467','Tim, didn't you have the German Machine gun prop @ the xmas parade this year?
I thought we talked about you getting one from a guy in California? Do you still have his address? Thanks Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('451','992a8fd0ec','If you have them available I would like one of each.  What form of payment do you take, and what about shipping?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16396','3ca135c62f',':P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14366','8142702a06','Hi, I only have access to public and recruit forums.  Pretty sure bob has more than that, take your time I dont post often and I  can keep up thru the bob but would like to be able to post sometime.   Betty  :jawa :sandcrawler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12029','f6da02a014','Wow, I didn't even realise! LOL! Thanks (&amp; thanks for the heads up!)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4084','b96aa68467','whats this toy gig your talkin about on the 13th? i have to get a rivet gun and get my armor riveted after that i shouldnt have anymore problems out of it');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15535','f4db41c0fe','What do you know about &quot;Strick&quot; (Robert)? He's selling some TIE stuff and Im planning on buying it, I just find it odd that no one else here jumpedfor it and Im wondering if maybe this is a guy no one wants to do business with. 
Thanks!
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13085','24cab97241','Jon,

I sent you a messgae through ebay as well...Dude, I can't believe you're selling that armor.  How much ar you looking to get for it.  I was saving up for a new set, but we are so close in size it would probably be a good fit.

Lemme know.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13086','8e8d53939a','I was referring to your following remarks you made on the "vote" thread:

[quote:8e8d53939a]Gee, theres not pressure to vote. This is only like the tenth thread saying go vote[/quote:8e8d53939a]

and on the "joey for LXO" thread:

[quote]From anyone for anything having to do with this vote.

I know that the second one also included Loki statement on the board.  I felt you were attacking me on the board.  If I misread or read more into it then I apologize.  I have learned that if I have a problem with someone to take it to that person when it happens and not put it out on the boards for all to see.  There is to much of that going on right now.

As for the "I know how you feel about Joey and I?"  I have heard from several persons in the last couple of weeks that you have stated or mades  references to the fact that you don't like the way that Joey has been running the group.  Which if that is how you feel then you should take your complaints to Joey and not talk about them with others.  However if you didn't say these things then I will talk to those who told me and tell them they have it wrong. 

one other thing, I know why you are not trooping which is due to your back surgery, right?  I would never give anyone a hard time over something like that but I do know what you mean about hounding you until you come on the boards and tell them to shut up.  It really is no one's business what you do or don't do.

As I sure you are aware there have been a lot of ying yanging going back and forth on the boards and in private emails.  I am so tired of it that I see things in a simple post that isn't there. 

Chase, again I do apologize.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5615','2a314bcd75','No problem.  I can always make a hardware store version.  

One question, where do you get the grips?  I could use windshield wipers, but would prefer to have something a little more professional looking.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8041','2e63b02f4d','works fine for me... have you already reserved one? do you need me to? just let me know... would hate for us to think each other had already done it and get there to have to sleep in the car... lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8042','710d397eff','Jon Wollach has the room already reserved. We will be rooming with Loki, Jon, Rose and maybe a few others. Joey may join us on Saturday night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14287','0c37556147','I need member access.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13901','10a5e045fc','Hey Shannon.  

What do you think of this shit?  This is what you get for sleeping, when you should have been on the boards trying to stop this nonsense

You know there are a few people that I know that I don't care for, but all this talk of splitting up the S.O. over a bunch of pissy little whiners that won't be satisfied even if they get their way is terrible!  Those people are going to bitch no matter what!   I have yet to see anyone post that we need to split up and why they think so. 

What you and I need to do is start a movement of people that don't give a damn and just want to have fun.  Those people take all of this stuff way too seriously, and it just causes problems for the rest of us.

On another note, sorry about not being able to be there this weekend, real life reared it's head and nixed us trooping.  The next time you have an off weekend, us and the wives need to get together.  We only live about an hour away, so we could do dinner or a movie, or hell, even work on props! (what a novel idea) 

Talk to you later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5709','935d6e3c8e','Since you're sitting at the computer, tell Susanne I said hello, please.  Thanks!  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16074','ca6668ae54','Cool.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('462','928a91aab0','I have seen them go as low as total of 65 after shipping.  I just missed on for 56!  Just let me know.

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('464','f6b3ee4365','Sorry to get back to you so late, is there anyway I can pay you for them next week after I get paid?

Is it 70 with shipping or plus shipping?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17773','41007a5d7c','Thanks! It's an FX. Crash and Loki spent a long time getting it cut down to fit me - it still needs some work, the back of the thighs were biting me pretty bad after a few minutes!
You're coming to MTAC, right? Not too much longer til that!

[quote:41007a5d7c="Gooshy"]Thanks Kell!  I really appreciate it!  I really like your new stormtrooper armor!  I saw it on your flickr gallery.  What type of armor is it?  Did you mold it yourself?  I got a set of FX/GT armor for a friend that lives in Harpersville (like 15 minutes from birmingham) and she can't wait til we can get it built for her.  Hopefully Joey will have a prop party soon, lol.  I was really sad I couldn't get to memphis this weekend, I hope you all had a great time!  I can't wait for the next event, I really miss you guys..[/quote:41007a5d7c]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5056','8a23143fc5','Hey Geoff,

I didn't forget about you. I'm puting them in the mail tommorow. I'm also sending you a S.O. con badge as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('581','e97e1f5203','Chris,

Here is my email address,   brad47932001@yahoo.com   I look forward to hearing from you. 

Brad Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18226','86461ce535','You know one time he posted that he may be moving to Carolina.  Gosh, I hope that happens.  He can be a good guy, but once he got his TC number he just became a super arrogant ass.  Given time I guess the could take him before Legion Council.  I was told that the SO (at least Skip) had a sit-down meeting with him at MidSouth to address these very issues.  Guess he didn't learn from his mistake.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18227','d64179d2b8','I saw steins  post on the legion merch. board, what a little whiner, 

he said he was working on costumes, what  the fuck ever, it takes minutes to log on and check stuff. his lost. get over it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13333','50d516bb17','Have faith my son, in lord Tambo! He will not forsake you! Now on your knees and praaaaaaaaay!!! All hail Tambo!

I'll talk to Jon and let you know what I will find out and that he already knows.

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1520','8943de0673','I would like 3 or 4 of them, if you can spare them. They are for Tim and myself and we always try to get 2 patches each. If you could drop them in the mail that would be great...

~jon. wollack
1623 Montvale rd
Maryville TN
37803

Or are you going to any of the stuff in Nashville for the movie weekend? I could get them then if so.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9635','42217c8b68','http://en.wikipedia.org/wiki/American_Gladiators

There is a full list of all the gladiators there. Choose wisely grasshopper.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7349','ffcd0dd88d','Was it $25 or $125 ?  

my e-mail address is 

tasullens@mindspring.com

Thanks alot and see you Saturday!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14786','2242792b10','Hey there. 

I've tried a few times to reach him on his phone today, but he hasn't returned my calls. 

Did you find him? Is he ok? It's kind of worrying me more than normal because I had a friend kill himself in October, so I'm crossing everything I have that Cray's ok. Please let me know when you see him/talk to him. 

Thanks

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14787','ee0c5210ac','I talked with him early in the day and he was real depressed and was going home from work. I told him about the thread for him on the board and he had not seen it yet. I'm gonna try him again today, but I think he's ok, just real down in the dumps. Thanks for checking on him. I'll keep you posted.

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16058','34ad82ec94','Well, it sounds a little crowded but if nobody else minds I'm in.  Joe's lookin for a room too.  Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2553','2fddf66a12','Sorry about the mix-up in my earlier PM; I just re-read what I sent in reply and I should have said the WEEK of July 4-8th, since you mentioned that you work on weekends.   :oops: 

Anyhow, again MANY thanks!!!
--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15558','8c7b58d12d','I've been to the board, it says there's link to some tuts but I'll damned if I could find any. :(

If you could see what you can dig up, I would appreciate it.

I talked to Drax about his JM bucket too.  I really would like to do a jet trooper though.  I'll send Tambo a PM.

Thanks,

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16405','cacc41f09d','ahhh i have been forgetting to even sign into messengers lately, no one is ever on except a few people i don't want to talk to anyway.  that and i have been trying to stay drama free.  

Sure i will share a room with you guys.

I did have a question about midsouthcon though, is tim going?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15071','a7b1b027f7','sorry i  didnt call today,i was busy with month end sales stuff and walked out without your phone #.

im glad you didnt take my head off,i dont like always being the middle man but i know that these guys are good people and with some simple honesty and patience ,alot can be overcome.

work with them on the past and maybe they can help you improve the future.

as for poor communication.
we sometimes forget were all just people,people that wear plastic and hang out together.there is no paycheck,the only reward is the fun we get from trooping with our &quot;family&quot;.nobody wants to fight so its easier to walk away.
good luck and i hope this is the fresh start to a much better year,
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13634','767d211ae3','Evenin' Commander .  I formally request clearance to land at your AO to participate in the upcomming armor-bash.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9639','2610690e11','If we did blaze, then chances are he wouldn't know that blaze was a woman. Could add an interesting twist to the name. Oh PM hammer that link to the t-shirt.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('488','1031f2cb3b','Brad,

if you want me to bring the trooper bust with me to Memphis like i am for Zach, i can do that, or else i can ship it to you, your choice... it's $35+shipping, so whatever you want to do is fine... if you want me to bring it wtih me, you can just pay me then (obviously no shipping) or else paypal me atuman@hotmail.com

if you want me to ship it, let me know and i'll find out the charges so you only have to send 1 payment... also would need your address...

The Vader stuff was the Mini-saber from master replicas... not the vader bust...

Chris.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8106','1b692145f9','yea... i paid for my badge too... :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8107','ecee7f9e88','Hey, Shawn, I'm pretty sure I said this before, but this has been a VERY busy thread and I'm not surprised it got missed.  I'll be there Friday and Saturday; I'm not in armor, so I volunteered to go on the discount ticket list when you told us they'd be $12/day; I have to take Donald to the airport on Sunday right in the middle of lunch, though, so I'm not going to get another ticket for that day.

Also, TB1309/Webmaster Chris should be on your list there.  I think he's going all three days, work permitting.

D'you think we should ask him to split off all the posts talking about who does (or doesn't) get in free and move them off the Public forum?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12137','23c0629bff','Angie,

I assume you got the bust ups? LMK

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6122','a3829a42b3','not a problem:)
Will get on that sewin, by the, I have this cool new background, its got a cowboy and 2 cows :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12483','e931559edf','yeah... I think we're coming up sat. I've been sick, really bad, missed abunch of work etc.... but I'm getting better. Are you going to the St patty parade or midsouth?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17826','7256b4c60b','Hi Holly!  It's your favorite little drunk Mandalorian!  I found your pirate hat when we cleaned the room Sunday.  I brought it home, I'll get it to you soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16493','d3a1af7509','Yup!!! Count me in!  Rob cant make it but I will be there, Oh Hells Yeah!!  I pm'ed you my #, but just in case pm with the details on room &quot;chip-in&quot; and stuff.  I talked to Corey about the &quot;Alabama Laugh Fest&quot; they turned his post into.  What a bunch of Fuck-Sticks!!!  Anyways, just let me know something.  Thanks Bro!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8145','7fb33d9008','i completely understand :) 

heck, to do anything with y'all, memphis is my closest trip... it's almost 8 hours for me to get to huntsville... lol... 

as far as people being entitled... that's bogus, everyone is equal as far as i'm concerned... 

i do have to pay more in gas and such than most to get to events, but that doesn't make me special... if we are going to split costs, we should split costs equally, either have a random drawing for the free passes or have EVERYONE pay $$ before getting a badge at all... just my thoughts... 

as far as accounting goes... welll... lets just say i'd never want that job, it's a pain in the rump....

btw... never really could get into CoH... did y'all make a move over to CoV when it came out? I gave up on star wars galaxies too finally... just in time from the looks of it as they released an expansion last week and then announce a week later that the entire game is changing again and getting rid of 28 professions... lol... 

anyways... cheer up :) at least you'll get to see me... lol... that's gotta be worth going... LOL!!!! 

Chris c');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8343','ff2f739e87','well... i think this whole weekend is turning into a clusterf(*&amp; for all of us... lol

There is still possibility that i'll be there on Saturday, but as it's an 8 hour drive for me, and i know i'll have to be in the office at least 1/2 a day on Friday, I don't think i'll even attempt to make it that night. 

Hopefully, they'll decide not to go forward with this product, but if they do, i'll have to be hear on sunday to make sure it works... as i'm the db guy... lol... sucks, i'm not even on call and i still have to come in... sometimes i really hate this job!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('505','7d331768ec','actually i had no intention of reposting those pics,i was more or less goofin off with joey.

the funny thing about that first pic of the guy at the computer is that HE did that pic.that pic was taken with his knowledge as prank.and im sure he knew when it was taken.a large man naked at the computer,no way he didnt know someone was taking that pic of him.
but i do agree with you,i dont like poking fun at the guy or anyone else like him,but he asked for it....kinda
yes of coarse i know your first husband,love him too.he's not got a bad bone in his body,always there for us.
i cetainly didnt mean anything towards him when i posted that.i hope you dont think i did!
actually that pic was posted over on another forum,i just copied and pasted it because there were a number of guys that looked just like that at MSC.i actually planned to take it off,but chris beat me to it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('506','70ba2b2beb','oh,yeah
bring on the hairy girls!!!!!!!!!!
LOL,hahahahaha');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18331','e704c10964','I-24 to Murfreesboro
exit 81-A Shelbyville
Drive for 20 miles South
First street on left after Wal-Mart (Look for construction)
Rolling Road.

House is onleft, look for cars with nerd stuff all over them');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7975','1b692145f9','yea... i paid for my badge too... :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16411','234ae560b0','i signed into the messengers');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15567','fe2f283017','I tried to e-mail you at atin@mycingular.blackberry.com, but it kept coming back. Anyway, here's what I was trying to send you:

Hey Corey, just wanted to give you my ATM password. No, wait you asked something else Oh yeah:

 

Cell number: 423-255-6048

Work number: 706-764-1437  ext: 275   (M-F: 6:00am to 2:30pm  est)

Home number: 706-858-3881

 

My cell never seems to pick up a signal when Im working, so Id just go with the work number during the day. After that, the cell number is best as the teenage step-kids pretty much have the home phone tied up. Thanks again for making the trip down and for letting me wear the suit. Also, good luck with your meeting at Skywalker Ranch! If its about writing the new TV series, I think I can speak for all of us when I say, Well be extras for free! heh. Yeah like he hasnt heard that before. 

Seriously good luck.

 

     Jeff..

(Vesper2112)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12430','4fe3c951d5','BUT!!!!!!!

You may be able to go ahead and work on your blaster down here.

I am pretty sure Joey is going to be working on both short and long DC-15 clone blasters that weekend.  I would definately keep a look out because it will be great to have that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4888','be149b3319','Sorry for the late send Jennie. I go to my uncle's all the time, but I didn't actually know the number address untill today. Look forward to seeing you all. Thanks again!

I-40 EAST
Take EXIT 379 toward BRIDGEWATER RD / WALKER SPRINGS RD / GALLAHER VIEW RD.
Turn RIGHT onto BRIDGEWATER RD
Straight through traffic light
Turn RIGHT onto GENEVA RD
House on LEFT
237 GENEVA RD
Knoxville, TN 37923');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('525','b70db5bab6','i wouldnt say or think anything bad of you,
and i didnt repost that pic.

wheres the hairy french girls????im waiting???????');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('551','e40124ed50','Dammit boy we miss you !  you coming to MSC??

you ,chad and this new TK ADam, need to plan something for e3 out there too...

Are you able to LAN battlefront at MSC?  IF so , I'll bring my rig and plan on a few hours each day with ya..

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('554','36eb31b042','Yea... i'll be there... taking that friday off as a matter of fact...

yea i can do the lan thing if ya want... didn't wanna be the only one bringing a gaming rig... lol... my laptop just don't have the juice to really play anything heavy... 

i tell ya... the last 6 months have really SUCKED! but with my new job and stuff... things are working out pretty good right now! looking to try to make an event in march maybe... finally got caught up on all my bills so that helps alot... 

i dont' get to make C3 :( but plan on doing something for Ep3 even if it means taking 2 or 3 days off and driving out to nashville or something... lol... after this last "election" in the star garrison... don't know that i want to have anything to do with them at all... but its all good...

hope to catch up to y'all soon... gonna see about making something in march if i can');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('557','23c0994bf6','Will do Drax... i don't think i have anything else left star wars wise (got cleaned out here locally) but if i do, i'll let you know');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16297','1d04fdc26a','They are red and blue for ESB and ROTJ.  Red and green for ANH.  I am doing a ESB box.  

Thanks for double checking me.

ALL HAIL TAMBO.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4546','ff222765ce','Thats cool. I will probably just do the Pay Pal for $35.51. That should take care of it all. I can't wait to get it so I can finish this costume.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16689','ae5c7fa33f','http://www.thoseshirts.com/tshirts.html


Just go.  You'll thank me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15366','c16812693b','she'll have to try it on before I drag it all the way there and find out it won't fit.  We need to get together soon.  Corey's having another prop gathering on the 11th, you two need to get there so we can try the armor on.  If you can't make that we will be in chattanooga this Sunday, try to get there.  I tried to let another girl wear it at Adcon, and even though she was skinnier than me she couldn't get my thigh pieces on, because i have skinny legs and my armor is cut to fit me tight.

If you can't get to either one of those, I only live about an hour north of Huntsville, and we've got 16 days to get together!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10941','b0ff4edaba','Are you making those avatars, or where are you getting them. They are awesome.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11107','0db2b63e80','Hammer:

For your Mando helmet, which version did you use?  Was it the Rubie's Deluxe collector's edition?  I may be entering the Mando ranks one of these days.

Let me know,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17500','64caf4416b','Oh Hells Yeah!!  Count me in man!!  I'll be heading out around 10:00am on Fri, so I should reach Memphis between 3 and 4.  I'm bringin' the TK and my Mando.  How weird will I look with no gauntlets? :D  My cell phone # is (606) 271-6091 if you need it.  Corey's also got it, just in case.  My plan is to try to get there about the same time Corey and Joe get there... we'll see.  If you need anything just give me a call bro.  Can't wait!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13897','936deace5f','No bother at all !
The event at the Ouintard mall, 700 Quintard Drive.
It is at highway 78 &amp; highway 21. If you come up 431 , it will dead end into 78. Where it dead ends, you can hit I 20 as well. Better to hit I 20, Turn left on 20 to B'ham, go 2 exits, Anniston Oxford Exit, Turn right.
You cant miss the mall, its on your right !
My address is 830 Watson Dr Oxford AL..
When you get to the Mall, I can take you to my house, an on to the Boyscout thing.
256 283 2602 cell
256 831 7267 Home
If I can help more, Let me know !
Shannon
The Blaster Disaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10609','06b7635a17','Hey man, sorry I havent had a chance to get back with you, busy, busy, blah, blah. Anyway, I just cant do Shadowcon this year, too long of a drive, no money, etc, etc. But if you were planning to go to Coreys this weekend, I may be able to handle that. But thats your call on what you were wanting to do, etc. Im trying to budget myself on events and spendings alittle more this year and Im going to go down to Chattacon in acouple weeks, so Im trying to save for that event. 

Anyway, just LMK.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13990','effe6d8f9e','hehe Captain Bogen? bogen bogen bogen.. mm.. 

Captain Bogen.. kind of like captain morgan.. hehehehehehe

sorry.. god I need something to make me laugh. 

yeah it sounds good');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1314','638dc778bf','Hey man, I'm still interested in getting one of your mini fett helmets. If you have one that is "messed up" insed, etc, that would be fine, as I am just wanting it to display.

Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18041','76801f9ca4','The only thing that worries me is the pics in that auction are from the starwarshelmet.com website.  He didn't put up a pic of the actual helmet, and he says there's some scuff marks on it.  Makes me wonder what kind of shape it's really in.  But if it stays at that price, I say go for it.  As long as it's not really screwed up, we can fix it at a prop party!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5096','3ab2dbf4b9','It should be fine now..


you can also try   bamatrooper@gmail.com


Thanks!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16614','ec0ddb9816','now be nice, Jamie is a god. He is very mis understood and abused by so many of us bad members. We cant all have the luck of being from Huntsville and having a beutiful wife who posts when we can not fight against the infidels, such as myself. We need to embrace him and bow before him, follow his event coordination and only do events that are for charity. No dinners, no fun, only seriosness.
I mean heck if we where to have elections today I know I would vote Jamie CO as well as LCO.. Heck we wouldnt need any other people at all, Jamie could do it all..

(can you tell Im seething man, its all bullshit!!!!. What time you and Rose getting to ATL Friday???, we really need to talk)

Teddy Bears in ROTJ just think about it, it is genius, like all of Jamies events and ideas.......');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15640','499ad3f1e4','I'm kewl but if you wanna chat feel free to call me anytime if I can talk I will.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6181','86da329c50','Yes I do collect patches!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18386','ac4915436f','you throw away the velcro?????

i could use it with this new clonetrooper armor and some for my fett job

i need everything for a tk , hand straps, suspenders, all of it

let em know if you have anything like that

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('587','5988283462','DUDE,..that would be awesome,..let me reimburse you with beer and some booty from C3! I'll crash on the floor in a sleeping bag,..just need  a place to get over the hangover!  :wink: 
I emialed Kevin to see if what his schedule is, so maybe all 4 of us could hook up one night this week,..heck,..maybe at my house! I'll keep ya updated!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('588','1ab31e84e6','The C3 swag would be WAY COOL! Yea, let's get together with Kev. You'll be glad you made Midsouth!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6241','650dd28a94','Yo Z,

First, I have been working for the last four months. The wife and kid are doing great. 

Second, send me all the stuff for the mando, and I'll get to work on it.

Third, I'm not sure when I'll be at another event.

Fourth, QUIT ASKING ME SOOO MANY FUCKING QUESTIONS!!!!!!!!!!!!!!!!!
Just kidding. I love ya man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7968','706457c008','Here ya go!

http://tk7602.com/gallery/thumbnails.php?album=119');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6274','ad242f1a70','Ivan,
I have consulted the command staff on this matter. I did not mention any names other than the offender, Glenn Stein. I feel there's no need in exploiting an already embarrassing ordeal. The other staff members, as well as myself, are aware that the offending member has already had some issues with conduct, both violating 501st charter rules and common decency.
A blanket post regarding protocal in the dressing rooms has been posted on the 501st Issues thread of the Southern Outpost forum to inform all members of the "DO's" and "DON'Ts". The offending member will be contacted and made aware of the different offenses he has made, including this one. No names in these matters will be mentioned to him.
It's sorry to say, but some people have to have it spelled out to them.

I'm glad you brought this to my attention, and again, I apologize on behalf of the garrison command staff for what happened. Hopefully, the measures that we take will prevent this from happening to anyone in the future.
Sincerely,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1241','7bf07e2370','Doing a 2 piece mold isn't all that hard. What you'll need is some clay that won't inhibit the curing of the silicone. I've used Sculptey with no problems.  Then you've just got to figure out where to make the part lines for the mold and where to put the fill/air escape holes. (Piece of cake! :D  :lol: )
Smooth-On's website has some good tutorials on mold making. Or if you'll be at C3, we can get together and make the molds there. Just be sure to bring the rubber and resin. Feel free to call me if you need any assistance or advice. My cell phone is (502) 593-0283 or I could be reached at Doe Run Inn (270) 422-2982 (that's were I'm working on my projects, and it's a dead area for cellphones).

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6264','b725f5b7e1','Hey Tambo,

I sold my armor due to no job and no money. But right after I did, I finally got a job so I have since bought another kit. So i'm still good. Congrats on the new member of your family soon to arrive!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13307','d57a4ec405','Hey Chuck,

This is Crayfish.  I have a question.  How can I go about getting one of the con badges?  Is it way to late to get in on this?  Please let me know.


Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17903','59f91ff413','Awesome. I'll send them to ya :) 

how are you? Everything ok? I figure the girlfriend's keeping you busy ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12866','181392017b','Thanks, Matt.
I appreciate it when folks can see the forrest for the trees.
I think he'll probably get "killed off" in a near future episode... but you won't see it coming.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('598','0490a72adb','The past week now they have not been going that cheap, I have to wait til my next payday, but if I have not landed one that cheap then I will see if you still have yours.  I would rather give you the money than someone else, if I am going to pay more.

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('603','215f080aff','Hey,
Zach offered his room for me,..I know you like your pricacy,.I can stay with him if need be. Just let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('604','e3cc2c9beb','Jason, you're probably the only other person I would consider sharing a room with. There is only one bed in my room but I think there may be a pullout or a chase type chair that would be more comfortable than the floor! That being said, you're more than welcome to stay with me or you can do Zach's room. You decide and just let me know. I'm cool with either!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('605','edc8272ae4','Hey Ryan, check out the 501st Cantina Band thread on the board. There's a song list etc. on it. Get me your snail mail address so I can send you some cd's, words, and chords for the songs. Also get me your e-mail address so I can keep you updated. This is gonna be a blast!!!!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('606','88bee21208','Crash, check out the 501st SO Cantina Band thread on the board. There is a song list etc. on it. Send me your snail mail address so I can send you some cd's, words, and chords. Also get  me your e-mail address so I can keep you updated. This is gonna be a blast!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10686','890f9423a9','alright!!!!! that sounds great!!!!!

i really apprecaite it.

i have the calculator pad , and the little dental expander thing, what else is there????

also what kind of fitting is that on the back of the gauntlet with the tubes, i found the tubes at wal mart one day in the plumbing department, it was faucet tubing for a sink.

thanks again
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11150','b833c479f3','So what does a damn yankee with DD's have to do to get you to come up here and treat me like a very bad girl...   :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11688','2dd757125a','Hey Glenn!

Yeah, I'm not sure why it took me this long to actually join!  I would've sworn I had before too.   :oops:   Ah well, all better now.

How are things down in your neck of the woods?  Good I hope!

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15657','c0bf1d1a4d','Z-Man,  

   What's up brother!?!? . . . .just comin' up for air runnin' around on fires and RX burns in the area. First time I've checked the boards in many weeks. . . . . .[b:c0bf1d1a4d]what's your story for MidSouth and D-Con.[/b:c0bf1d1a4d] . . .gotta room yet?. . .LMK. . . .I'm definitely going to both. Been takin' the guitar on the road. . .played a few songs at a bar the other night. . . got some free movies from this Blockbuster Manager I'm bangin'. . . . .have you ever seen Immortal? Hope all is well with you and the family. . . . . . . . .gotta jet! Take it easy!

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15290','8f61f50097','Hey, there! I'm compiling an attendance list for all of our events. I know that you and two of your children were at the armor party at Corey's last weekend, but I don't know the names of any of the three of you. Also, was one of them the Jedi in the fan film shooting?

Thanks,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10260','21292046d7','Glenn, 

I do have paypal unless you need to use a credit card. The paypal account is td235m@yahoo.com. If you want to use a credit card LMK and I can make some other arrangment.

If you could paypal me, I would apreciate it. I kinda need the cash. Unfortunatly, I have no current plans for a hockey game at this time.

I can get it to you at the next event or we can work something out but, rest assured your name is already on the Luke and won't be going anywhere.

Thanks
Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8967','cb49549618','hey do we have a wasilla alaska garrison ? i was talking to this guy whos gonna help me with my rogyal guard cape and well i looked and didnt see it ?! i could of sworn we had a garrison everywhere!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12594','09bf792db5','officers' belt buckles.

they use the 2" retangular blank buckle.  I think they are 249 each or somethiing.

I need 2-3 if you can.
LMK and i'll trade you a nice folding keyboard for them!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6592','9bb3540b4f','Hey James, I was wonderin what you had planned for Halloween. Tim is coming to my town for a little troopin and he said that he would pic you up if you wanted to come also. Its a pretty small town but we have a pretty good turn out for our big Trick or Treat gathering on main street. I made a huge splash last year with my Trooper and this year im wearin my Supreme Vader. So if you want something to do that night just let me or Tim know.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14800','f811c91f3f','not too good

life troubles

not coming this weekend


and how did my spider-man figure get out of my backpack..that is a rare one

miss you guys

going to sell my armor

take care

cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16696','7f0d77fe69','yeah, i told corey this work he was doing was optional, and the responsability of the event planners themselves. but if he wanted to maintain a list then go for it.

When jamey pm'ed him he pm'ed me the same thing so i would be ready for the onslaugt.

I told corey to let jamey do his own event planning and to put a simple &quot; see pre event theread for roster&quot; comment in his roster thread...
I told him tha tjamey was still pissed at him for spamming the boards so bad in jan and feb., so don't worry about it.

Corey then accuses me of not supporting hima nd having two sets of rules etc....etc..
BS.

Corey is the one who is mad that he isn't allowed to manage jamey's thread.  Sure he is pissed that someone chastises him over spamming the forum, but hell, its the truth...  I can tell you everyone i talked to back in Feb quit reading the forum, including me.   so Corey needs to understand that issue isn't going away just becasue he said, &quot;sorry&quot;, hell look at all the issues i still get bitched at for?  years later?!?

Its all got too much attention.

Can you tell me if he actually got 14 pm's about this?  I cant believe that people pm'ed him all this hate mail?  I can understand 1-2 but it doesn't add up???


I know you got burned on that BB event by jamey, he got sick and the other guy didn't show up so you 4 got stiffed... bad experience....

Calm corey down for me... he's just one person but when the same 3-4 of you post all the bitchin and complaining, its dragging down moral for the other 100 who really don't care...
your in the middle of these people, friend with all of them, , I can use your help to keep them trooping first, and bitching later....


damn im having fun this year, not popular contest for me.  I'm not running for CO anymore so this year im taking sides and throwing opinions around, damn where they fall and who don't like it.  Its liberating let me tell you.

Screw it, go troop and have fun.. none of this is real....

-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15592','83c38fadc5','This is for your eyes only!!!!!  This was part of a reply from Bob.

Our wedding--we had been to two weddings ourselves and tons of ppl showed up to those. We had three ppl show up to our wedding from the outpost. Everybody had some lameass excuse for not coming. I believe it was becuase of all the rumors about us flying around. Nobody wanted to come cause they just didnt know what to believe. 

The basket from Draconcon 05 was pretty offensive to say the least. The sex toys and sex related items were way to far for us. Angela is Bettys cousin (more like sisters), and even she didnt give us anything sex related. We both felt those to be crass gifts considering most ppl didnt want us to be togethet let alone have an enjoyable sex life. The other gits in the basket were great: dish towels/pot holders, candels, wine, etc. Those were gitfs we appreciated and used. 

I also felt that the way that basket was given was more for show. A token gift as if to say weve done these ppl wrong heres a basket full of goodies to make up for it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7964','8d32d4086a','Ivan, which hi-res pics?


[quote:8d32d4086a="Jaster Mereel"]Hey man, I think I accidentally deleted that link you sent me with the high res pics. can you please send that again.

Thanks.[/quote:8d32d4086a]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('611','acb3440879','Cool,..man, I'd rather stay with you, as Zach can kind of be annoying! Just didn't want to feel like I was intruding,..anyway,..we'll both be passed out most of the time anyway! Looking forward to it!

On a side note,..still tryingto contact Kevin about allof us getting together to discuss stuff.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('612','3ebd2673c8','cool deal! Keep me posted on the Kevn thing.
Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7411','c55e987ddf','Hey Laura,

im wanting some input on the parades/party.
as an outside viewpoint i thought you might be able to help.
basically the bama gang wants to stay in a nicer hotel,but the rest of the garrison doesnt.

this of coarse pushes the wedge between the clicks even deeper.im getting the feeling that the group is naturally seperating.

so,now other people want to run the xmas party.but these same people wont lift a finger for the parades?whats up with that?

have you got any ideas?
im not working on all this and handing over the party to people that wont help for the whole weekend.
so any suggestions for the party would also be helpful.what were you and drax's ideas on that?

i cant recall if you guys stated where you wanted to stay.so if you were planning to stay in the nicer hotel thats totally cool.personally every time i stay in a cheaper hotel thats money saved that can be put to better use.

anyway,thought id check in with ya.as it gets closer to december ill talk with ya more.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('615','0ddae19336','my zip code is 40769, just give me a total with shipping, and your paypal account, and I will send the money for the bust and saber, thanks for holding it for me.


Thank you,
Angi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12312','daee69683b','Hey Loki,

Add me to the list');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12314','3508a7b2c9','Just watch for those tornadoes.......they're HELL on those mobile homes.........

Z  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6518','76bc29c82a','It was really great to meet you and I'm looking forward to putting a few back with ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13713','e2d2c4c73e','hey, would you 2nd Hammer nomination... please

thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17333','f5dc92ad81','Hey Ricky! A bunch of us are gonna go see Ryan play at the Iron Horse in Hoover by the Guitar Center (right before you go under I-459 to get to the Galleria) Saturday night! Try and see if you can come out for a bit. Let me know if you need better directions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16212','0ee79c99e6','Home # 931-670-5783
Call anytime. I never sleep.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16213','a58af694db','Hey, take me off the Midsouth con funness. I don't want to be there a day after everyone else. I miss out on the fun from the night before and basically just feel out of place.

Plus driving in Memphis alone puts me in a bad mood for the rest of the day and that would just make everything else suck.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16729','3279456303','What kids of rebel stuff will you have?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17426','e2c7d4c6e3','Hey Ben.

SOmething tells me I don't want to know. The absense of my knowledge on the subject would be better. ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9459','6eb0603341','Yeah I'd like some templates for the small pouches.  I think you can use them also on the backpack too..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17700','3088eb030c','[quote:3088eb030c="Gooshy"]Well I'm majoring in Software Engineering (like yourself, I saw it in your profile) so I'm familiar with java, but only the basics as of now.  I'm still learning you know  :wink:  I'm familar with html of course and php from my other forums I've done.  I'm pretty familiar with UBB forums, I've hosted and run 5 or 6 successful ones in the past.  I mostly only do graphic design as a hobby.  I would like to think my graphic skills are better than my coding skills, so if that helps you find a job for me then I hope that helps.  I'm sure there are more qualified members out there who have more experience than I do, but I would love to help on any scale to aid the Southern Outpost.  I know how much time you spend on the forums, and I read your report about the hacker and was impressed on how well you handled it.

Please let me know if I can help you out in any way, I know how much a load you have on your shoulders and working with a team is a good way to lighten that load :)

- Jon[/quote:3088eb030c]

Thanks on the hacker. He was a twerp using an exploit I hadn't had a chance to plug yet. Irritates me when I miss something like that.
But.. in a funny way I ought to thank him cause he enabled me to upgrading the forum to the version I wanted to use. :lol: 
Now I've just got to update the php pages I wrote for things like the mission reports and so on. 

I've a small list of things I want to do, such as update the look of the SO website with a new design, add an optional flash intro, get caught up on the members pics (I hate being behind on those), and so on. I could do it alone but I would prefer a team. In the end a team, even if they disagree some, will come up with a richer end product in my opinion. Plus it would be nice to have a lower workload as a GWL.

What graphics design package do you have?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16392','d7c6a22610','You're blind but back at the office? Jebus, they really do want to pay you for doing nothing. :p I looooves you baby. Hope you get to feeling better. I'm going to take you to force you to get those perscriptions filled later. Hehehehe, because I love you that much. *wink*

Rooooose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18312','eeb3c1195c','Very good points Skip. And I really like the way you guys are stepping up the forum. Yea, I think eventually it would be best to just delete them. I saw what the rocuss was before they got deleted, but it would have driven me crazy to see 'edit' on a bunch of stuff and not know what it was about! 


One more thing. And I'm not bitching but just curious. How were the deputies selected? My theory may be wrong but just hear me out: Corey and Chase were selected because they seem to be either VERY outspoken (another term for being the squeaky wheel) or ready to split the garrison at the drop of a pin. I think Gooshy was picked simply because he's down here in AL. 

Now, once again, don't read into this wrong, but how come older members were passed up for office? Are they going to have full access to the CoC boards? 

I've been trying over the past few months to open up lines of communications (as you know, cause I've talked with you a bunch too) and have taked to a bunch of people till I'm blue in the face! I know how you and Joey feel! It's a pain in the ass dealing with the whiners! (as it looks like I am now)

Here's the nutshell: I really don't expect to get an officers position simply for the fact that I portray a laid back, drinking, silly ass (kinda like Jon) but in reality I'm a not that way. It's just a fun personna to have. I know that if you guys were to offer me up a position everyone would say &quot;Z-man? He barely wears armor!?&quot; So I understand that part. The part I'm trying to wrap myself around is how did all the veterans get passed up for selection?

Seriously, Skip, It's really no big deal. I haven't even talked with Joey about this yet, because I think it would make him uncomfortable since he and I are so close.

I have gotten real tired of the drama lately (as you guys have too!) and it does kinda make me want to step back out of it for a while (God knows between work, family, and everything else it's a wonder I even have time for the 501st!)

I'm not gonna pull a &quot;Corey&quot; and post all over the boards that I'm out! I just may be a bit more selective about what I do.

Thanks for listening, Skip, you've been a great friend in all this. Shoot me an e-mail when you get a chance and just placate me, or tell me I'm stupid!  :D 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6894','6568fcdd9f','Thanks for suggesting the costumes be familiar; I agree that some of the variations are a stretch.  It may be posible if a couple folks want to meet up at my place and caravan over; this would allow us to help each other out and such.  If meeting here is not good, I would like for us to park in one area in the Garage.  I didn't want to make the offer on the boards until I am certain it would work out, and I had a better idea of how many people would come.

Starla is making a costume for Ryman that will be a hoot; she is going as Darth Tater.  Starla is out of town all week, so it there is anything to build let me know; I am board out of my skull.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12384','873b804e1f','I've been good. I'll most likely see you at MidsouthCon if you go. Trish is pregnant again and is due in July so I'm gonna be a dad again!!!! I'm also gonna try to go to the St Pattys Day parade. I'll let you know about the folding stock soon. Good talking to you. How's your little one?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17429','b7e3ba00aa','I would like to let you know that because I had to clarify something, my girlfriend's application into the 501st was just refused. If you didn't have any reason other than to start something or cause problems, you shouldn't have sent me that PM. Thank you very much, my girlfriend will not be happy at all, as I am not.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17432','3355bf6483','[quote:3355bf6483="Tambo"]Glenn are you coming up to Coreys for your cases soon?  I can help you guys load them and get those figures from you..I'm not sure about midsouthCon.  I also need to talk to you about somethings that have been on my mind.

tambo[/quote:3355bf6483]
Unfortunately, I probably won't be coming up to Corey's for the cases until after he gets back from California as I will be moving while he is away.

I wasn't thinking about whether or not you would be going to MSC, although I mentioned bringing them there. I keep forgetting that you are staying home to help with the baby.

I wish somebody would talk to me. Hammer alluded to my having said a lot of things I shouldn't have, so I would like to know what some of them were.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6617','3b91800ab1','Yes all the parts are with it and it will just need a paint job.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15494','b017ad7884','Hey Tambo, what is the price for a stock kit?

TK-1143
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15495','f9099eb7ed','To be honest I don't remember everything.  As for Laura I will say unless she is aware we are talking I am not willing to discuss it.  The reason is this I can not speak for her.  I can only apologize for and defend my own actions.


Now what I feel I owe you is an apology for being an ass.  But the person I truely owe an apology is not you it is Betty!  I made a judgement about her before I even tried to get to know her and I was wrong.  With that being said if you will remember I have tried to keep an open mind.  I have spoke to both of you at every eveny since AdCon 04.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12632','359e88cb27','Hey Jeff,

How much (with shipping) for a neck seal size 15 1/2 ? And, where do I Paypal the credits? Thanks!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('633','94614e7e76','LOL! Brad... i like sent you a msg a while back, but looking in my sent box... sent it to a non existant address... lol... sorry bout that... anyways... here's the note i sent you like 2 weeks ago... lol
need to double check addresses before i send stuff out in the future


Brad, 

if you want me to bring the trooper bust with me to Memphis like i am for Zach, i can do that, or else i can ship it to you, your choice... it's $35+shipping, so whatever you want to do is fine... if you want me to bring it wtih me, you can just pay me then (obviously no shipping) or else paypal me now

if you want me to ship it, let me know and i'll find out the charges so you only have to send 1 payment... also would need your address... 

The Vader stuff was the Mini-saber from master replicas... not the vader bust... and they are all spoken for already

Chris.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('634','b434db0b7d','Chris,

I would like for you to bring it to Memphis with you and I will pay you 35.00 for it. Thanks alot for you help. See you then in Memphis.

Brad Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8318','0f452e6815','No problem... there is a possibility that i'll have to work this weekend... i won't know for sure till Thursday though after the change meeting....

however, either way, i'm in for my part of the room so don't worry bout me wussing out on ya... lol... can send ya paypal if i can't make it... if you do find someone else that has an open bunk though, grab it, as trying to get there might be an issue if i have to work friday and sunday (that's when we move stuff into production) 

the last 2 weeks have sucked here, i really need to get away for a while ... and haven't seen y'all in months! Missing D*C really hurt');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('648','d820cb0c7e','richard.. I made you a Avatar pic and am hosting it on my webpage.  cut and paste it to your profile off site avatar thing.

http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/190465/1455011Richard.JPG



see you soon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5952','acc39466a8','well,Jenn will be there but not in a working sense.since she's "not a member" she wont be busting her ass like she usually does to get these parades done.
she drove everybody around,back and forth to get people's cars moved,helped people get suited up,helped me yell at people that wont hurry their shit up and alot more.
I wont have her do that and get shit on any longer,

but dont worry, the parades will happen and ill be glad to get you and hopefully our Lt. drax to help as well.Ive already heard from some of the regulars and of coarse the mid tn folks.so there should be a decent turnout regardless.
At this point im counting out everyone from alabama,even those that said they were coming.watch as this year draws to a close and youll see bama split off from the Tn and KY guys,its already happening..............

as for horrorfest, a bunch of people are coming,are you guys staying the night? the show promoter got a nice deal on a nice hotel in the same parking lot.normally $99 a night,but for $54 even i got a room!!you guys ought to consider staying overnight.what time you getting there?are you going elsewhere or staying at the event?

gotta get the kids to bed,talk at ya soon.skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11982','5c81be8f36','yep');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17474','81b92bcdea','Hay Jeff,
Hope your doing ok today.

I need to talk to you and Susanne on the phone, but in looking, I dont have your numbers.

Can you please PM me or call me, I would greatly appreciate it.
Im at home and my number is (931)362-4092

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14564','94b09cc488','1-256-882-9011 ext 122');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('659','9bc3c23aa7','Hey bro, I was wondering what the deal is on the Lewis gun? I have a MG34 hyper-firm made by John (TK8034) and am planning on getting a Lewis from him in the next coupl weeks... but am still shopping 
 :wink: 

~jon.
TC-760');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17430','eb8220d1ab','I feel an apology is called for on my part. I was out of line in my reply to your initial PM. I'm sorry.

However, since the issue is resolved, I will not be continuing the debate of this issue any further.

Sorry for the confusion.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7208','e6046d3337','Thanks. See if Ed can do the Nov 5th Best Buy too. I haven't heard from him all summer.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12642','8655964a54','Is Jester-Mart gonna take over the world like Wal-Mart???  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('668','fd3387562a','[quote:fd3387562a="TC-760"]Hey bro, I was wondering what the deal is on the Lewis gun? I have a MG34 hyper-firm made by John (TK8034) and am planning on getting a Lewis from him in the next coupl weeks... but am still shopping 
 :wink: 

~jon.
TC-760[/quote:fd3387562a]

Jon,

  We are getting ready for the first and only run of the Lewis' here shortly! These things are going to be bad a**! I am getting a bunch of E11's and a few MG34's and MG42's from him this week, for those that have already purchased them...LMK if I can help you out any further.... :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16538','807943e351','yea,
i still get em,
$550
just have him paypal me at
skipjenn@comcast.net

once i receive payment ill order the suit.should take a week to get here and a few more days for me to ship it up there.
$550 covers everything
by the way,
how ya been up there?
gonna try to hit a few KY events this year,hope to see ya around.
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15152','1ad2f0dabc','Hey.. 

I had a few ideas. 

Last year at MidsouthCon, the people who ran the con were very generous and gave us 500 dollars towards Katie's treatement. I wonder if they would work with us to put a small donation box on our booth or even more? 

Also, Novacon, which is much farther away, but still a possibility, is being held at the space and rocket center. Maybe we could work something out with them? We've done so much for both the space and rocket center and novacon, maybe they would be willing to either help us with a special droid hunt where the droids themselves are purchased for a dollar or so, or some other kind of donation box.. I don't know.. just thinking of places in our area that might be interested in helping. 

You probably have heard all of this from others, I just thought I'd offer something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12689','19c44dced8','I may make a simple banner like the one I have right now since I only have access to my work computer right now...but once my home computer gets fixed I can make unique photoshopped banners.

You making it to the hockey game Saturday?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16064','764938dc1d','Corey's got the room thing taken care of can I room with you guys in one of those two rooms he got folks?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15467','6ada606c1e','Joe, are you going to Dragoncon? I have talked with Ryan and he said you guys may be looking for a room. I have two or three spots open. Its a two bed room at the Marriot. We go from  Thursday Night to Monday morning. We are not big drinkers and are quiet at night.We will all trade up from the beds to the floor.

Please keep this on the under. I am trying to avoid any problem roomates as we have had in the past.

Give me a call sometime.
Geoff 615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18274','4dce35a6eb','Hey bro, a few peeps are coming to my house tomorrow to work on some stuff, hang out and go to dinner.  Wanna come?  So far it's :

Me
The kids
My ex Wife (Yep!)
Skip, Jenn, kids
Casey &amp; Cheryl
Lester, Suzanne &amp; kids
Derek
Joe
The Mighty Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1666','2d24ecb05b','Awesome, glad to hear that :)

So will you be there for the campout or just the lineup? 

At this point it is confirmed that McAllister's Deli will be providing free Iced Tea and Lemonade throughout the evening and following day, and we're working on Abners possibly providing free meals for the camp out.

Will you be in need of lodging or are you planning on driving home after the movie?

-Bill');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1441','5abb5238bc','So much for me picking up that patch at CIII, I spent most of the time waiting in lines and such.  If you don't mind could you ship it out to me, If you need a little extra for it I can also do that, I believe my address was included in the PayPal payment, if not just drop me a line at Baldur87@gmail.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('674','94035546db','TK1143- If your still looking for an Ammo pouch I have one for sale. It is the ammo pouch with the 3 clips with the small one on the side. LMK if your interested.

                                                                           Dave TK-1855');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17190','a59cb2652c','Loki,

    What's up brother Fett? . . . .just getting back into town from a long pull on the road. . . .but I'm not going anywhere between now and MSC. . . . .I'll be getting in early on Fri. . . . . .and rowdy soon-there-after. 
I was just wondering what you're lodging situation was and if you were taken care of. . . .or needed a place to crash. LMK . . .and I can't wait to mob around with yer Alien. . . . .you might have to let me crawl in it to see whether or not I have to get one. BTW. . .what ever happened to yer NECRO costume?!?!. . . .didja give up on it?. . . .run outta funds?
    Anyhow. . .I'll have some drinks for you. . . .how 'bout some suds BEER MAN?!?! Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17191','47ac002be8','The elusive female-type-companion of the Zachmire exists!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17192','8336986ab1','brother!  I can't wait.  I've got a room, do you?  We have room for two more people!  And some chicks are staying in our room.  Single chicks... and not ugly at all!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17534','a3e412b4f1','Joe,
Sorry I have been overwhelemed with phone calls and stuff. Here are directions to my place:

I-24 towards Clarksville
Exit 11
Turn left
go approximattly 6 miles to the second traffic signal. This is Hwy 12
turn left
go approximatlly 6.6 miles.
Watch on your right side for the bar called &quot;The Beer Box&quot; start slowing down.
When you see the trash conveniance center on the right really slow down.
About 100 feet past that you will see &quot;Old Clarksville Pike&quot;. 
Turn Left
Im 3rd house on the left.
3785 Old Clarksville Pike

Cya around 10  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17135','065dfebe11','Thank you...

You coming to MSC?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17238','1022e387f6','jenn has been talking to suz,

she said alot of the &quot;flack&quot; that ive been getting from them is because of emails ive sent you.
im going to hope that private emails between us havent been getting sent to her and jeff.ill know soon.

as for the split,
everybody at dinner sat night was for it,
we discussed it civily and nobody was mad at anybody,just that it is time.

i tried to convey that to you in private messages and emails,you took it as an attack and went off on me online.
you also should have asked before posting my messages to you.while i have nothing to hide i would have preffered to have a choice in that.especially the parts that name zman for outing suzanne.posting that shows very poor taste towards one of your friends.
yes that weird corey butt thing happened long ago,but it was hardly ever mentioned again.and corey was very upset to hear from zman that suz was telling people in alabama about it.
so dont give me that &quot;we dont gossip&quot; crap.

 ive got 3 people stepping up for web duties,ive got a forum in place, a website host,people working on logos and all in one day.

if we salvage this then thats fine,if not im prepared.

no hard feelings here,just done with this crap and if moving on is what needs to happen then fine.

the drax thing too was out of line.you sent him a private message from me.since you did that im bound to believe that my messages were also sent to jeff and suzanne.

yes i got part of the story incorrect and have posted an apology.but we received a phone call sat night from who i thought was hammer and drax.it was radioed over the frs that we got a call from them.corey said it was radioed and can confirm this,he said call him if you dont believe him.
then yes he did get a call from drax ,the following conversation at dinner did involve the con sucking and drax and hammer calling looking for them.

so yes,i may have gotten part of the story incorrect but it doesnt change the facts much.and it doesnt change the fact that i was trying to help you from looking like a fool,but got stabbed instead.

i saw you calling a moment ago,
ill think about this more before i go off about it.my emotions are running high at the moment.
believe it or not im not mad at you,more mad that were having to constantly deal with this crap.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11114','36c73bd0c4','hello beautiful,
long time huh? 
sorry `bout that,whats the next event ?
im so outta the loop its sad .
was glad to see you reply
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11115','7b3044e0b0','Umm youd have to check the pre-planing forum..the next event for me is Adcon in Knoxville.

Whats up? Hows life??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17376','e3bf7134b2','NO...not yet..I'm still seeing if we can salvage the sinking ship... if it does sink we need to work togther to get to the life rafts if you get my meaning.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16821','68c3cbb916','Damn!! Thought I was contributing to the cause.  Praise Tambo!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17264','47e89c21ac','Sounds like fun but there are a few questions.  

1)  What time

2) Where are we meeting

Here is the trick to all of this.  Jessi and I will be coming back from the Thomas P. Hinman dental convention in Atlanta on Saturday.  I have a class until 11:30 central and will be heading back after that.  The trick is,
Jessi's mom will have been keeping the kids from Thursday until Saturday.  She gets a little wild-eyed after a few days with them both.  We will have to ask if she minds keeping the kids for a few more hours. 

We would love to go, and I will put Jessi on persuading her mom tomorrow.  We'll see.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12168','23c0629bff','Angie,

I assume you got the bust ups? LMK

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12169','4eaa6b85d5','oh yes I did, thank you very much!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18006','d759a0e115','Change the link to http://www.dwrd.net/skip2.jpg for the real signature.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11034','aa211027a4','Awesome!  If I can get someone to watch my table, I'm gonna try to don the suit for a bit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('678','232e479467','Not a problem... got one with your name on it

see ya in a few weeks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('679','7c6b537697','thanks Chris.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17307','8cabf19271','good point, now do I own GF armor or not!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17308','3f07ec4b5e','I think not.
your armor is FX armor like mine.  what is interesting is that your armor has the canadian penny in the belt.  it makes me think that GF sold you either a mixed set of parts, or moslty an FX kie + a few pieces of his to finish it off.
you said it came assembled?  If so then that would explain it.  Maybe he had this FX suit for whatever reason, and then decided to sell it one day to you..?


GF might have sold it to you though, he was a seller like the rest.


What loki is talking about is the ANH armor that GF recast with permission from TE who stole a movie suit and recast it.


the armor is different, the helmet is too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16109','248ff0b7c3','Be afraid.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16111','5480c3ccd5','Just working some long hours at the office and at home and I'm just getting over tthe flu.

I haven't forgotten that clone bucket or the rifle strap. Are you going to the Atlanta parade?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13937','903dfd1c74','[quote:903dfd1c74="Wookieegunner"]Jeff,

Now that we are opening talking about a potential split of the Southern Outpost, I just want you and Susanne to know that as far as I am concerned, you two will always be welcome as members in any garrison I am a part of, even if you don't live within it's political boundaries.  And you can publicly quote me on that.

Donald[/quote:903dfd1c74]

Donald,
I am humbled. Your friendship and support are truely heart-felt.
Thank you for the kind words. I will extend them on to Susanne.
We always thankful for all of our friends to our south.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11892','c26bb43180','If you mean Brandi Messee, I'm fairly certain it's not her.  ;-)

Not sure if there are any other Brandi or Brandy's in the GA garrison though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11893','c26bb43180','If you mean Brandi Messee, I'm fairly certain it's not her.  ;-)

Not sure if there are any other Brandi or Brandy's in the GA garrison though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11895','027593d4db','Katie:

Yep, that's who I meant, but couldn't come close to spell her name right.  By the way, say hi to Andrea from NER for me the next time you see her.  She's a friend of the women I'm involved with (Wendy Wassmer - cleverlilminx from Carida) and your name (&amp; Ryan's) came up when she started naming (almost) every person in the Legion to see if I knew them.

By the way, I have a friend from the SG-Command who noticed you on MySpace.  "MiB"'s real name is Ryan Nixon, due to his last name we figure we've got to be distant cousins.  Met him in real life at DragonCon 05 and he seems like a great guy.  I knew he recently was added to your MySpace friend list, and he &amp; I were talking last week and he wondered how well I knew you.  He really liked your profile (&amp; not just your pictures, which are great by the way) and apparantly he really dug the fact that "Iris" by the Goo Goo Dolls was your favorite song.  He's in the Navy and about to be redeployed to Maine.  I told him I'd put in a good word for him so that's what I'm doing now (since I had you on the line).  He's got some really interesting stories, and right now he's working on getting his re-enlistment ceremony to happen on the set of the SG-1 Gate Room in Vancouver; Amanda Tapping has already agreed to be the official.  So if he emails you there's a little intro about him, and feel free to do whatever with his message.

Ok, that was much longer than I meant for it to be.  Thanks for answering my question.  Hope all is going well in lovely NY, keep the Canadians on their side of the border.

Just noticed the C.S. Lewis quote on your MySpace page.  I remember my father reading &amp; really enjoying [u:027593d4db]Mere Christianity[/u:027593d4db] as well as many of the Bible majors I went to school with (I went to a Church of Christ University for my undergrad).

Sorry, time for me to shut-up now.

Later,
Zach Nixon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13422','adac47c551','[quote:adac47c551="Tambo"]one of our Guys Ryan who goes by the name Jediagent makes all kinds of leather stuff.  He is working on the episode 3 pauldrons and has you on his short list.[/quote:adac47c551]
Great! Thanks! How much is he asking?
Thanks again.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4003','09c6dbc335','Found this on eBay. Complete uniform but pricey.
[url]http://cgi.ebay.com/Star-Wars-Royal-Guard-Costume-Prop-Helmet_W0QQitemZ7535372618QQcategoryZ790QQrdZ1QQcmdZViewItem[/url]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15705','b84f95a638','Thanks. I am looking through the gallery and noticed that there are no photos from either the Gallatin or Hendersonville Christmas parades. You should be able to find plenty of them here: [url]http://people.vanderbilt.edu/~glenn.stein/[/url].  I will put some pictures from the Sounds game and Movie Opening on a CD for you. I don't think I had pics from anything else that is missing, but I will send some more AdCon pics, too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15708','80e79d7fda','thanks.  I'm focusing on Alabama events 110% from now on.. if you can't tell from all the bitching out there, its time to take care of the home field and our fun group of people first..... im about done with the rest...

let me know how i can help with anything...

-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4775','1c4a83c4ab','weve been to vanderbilt and it went great,except the hospital got pissed and wont allow us back in to see them.we are too "scary" according to their rules.even though the kids loved us.
make a wish took us in to see a child,ended up seeing 3 floors of kids.doctors,nurses and staff all loved us and still got in trouble.

we havent persued it again because of how vanderbilt acted.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16402','237db443e2','Dude, thats a bunch of crap! I mean everybody knows Jamey is a tard! I mean even Joey has gotten into it with him. Anyway bro, you know were all here for ya (always). Tambo and Skip will take care of the situation. I would type more, but I just got back from seeing the eye doctor and they put all this stuff in my eyes and I cant even see what Im typing right now. Anyway, Ill PM more when I can see');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11326','b787d96777','Thanks Shannon!  Your right about the work.  That's an amazing body of  work!  I enjoyed the IG88 lamp and the 1/6 scale Hoth Turret the most.  

 Making large-scale stuff is ALOT of fun, but it takes alot of space and clean-up too.   :lol: 

 Thanks for sending that link my way.  It was a good segway from work tonight.  Have a great week.

Patrick');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6890','1b3960a98f','i'll try again! :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12672','ddc14c590b','Hey I have your armor.
q. since i am not having BamaCon, I can either ship it to you ( send me an address agian) 
OR
We are trooping the 18th at night in oxford/jacksonville, If your in auburn, and already planned to come to bamacon, then it wis just a short drive up to there for you.  I can bring the armor there
OR
Or I am having an armor party Sat the 25th for the day only, so you cna bring pick it up then

Let me know . Are you in Memphis or Auburn?  If you are driving in between any day or night, Let me knwo too,a nd I will meet you somewhere?

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7392','ef9f01392d','No hay problema.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4389','3d202918d6','o.k. thats fine will send you a tracking #

just  want to say that i feel that the  misunderstanding was not my fault with drax. i called him, he set the time, i wrote it down p&amp;laneed my interview as not to interfere with meeting him .and he seemed to think we agreed on a time 5 hrs early...i would have been there otherwise.
i know things can get misunderstood on emails so let me say that i mean no harm just letting you know 
hope you enjoy the tie gear
let me know on the trooper helmet asap
also be prepared to send the broken pieces out as i expect the new plates to arrive soon
if you have any other trade items in lieu of the dst let me know 
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4407','cf1f9da353','ahhh now i see
drax says we were confused as to thurs or fri...
i thought he was leving on fri...sorry
ill have the armor on its way t-row am with delivery confirmation and tracking' will i.m. the tracking # 
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4410','3ddba306c4','How was the party this weekend?  I ended up having to work on Sat.!  We are now having to pull weekends indefinitely, which really sucks.  I was hoping to make that one too, because I wanted to get pointers on casting this thermal detonator.

How are you guys doing?

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17816','aebac890d6','[quote:aebac890d6="Tambo"]need pics with a better saber..the Legion guys may not like the toy.[/quote:aebac890d6]
Can I do one without the hair?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7275','f91656b6ac','alright, thanks tbone');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7276','0a170f118f','How far are you from Gulfport MS?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17537','a3e412b4f1','Joe,
Sorry I have been overwhelemed with phone calls and stuff. Here are directions to my place:

I-24 towards Clarksville
Exit 11
Turn left
go approximattly 6 miles to the second traffic signal. This is Hwy 12
turn left
go approximatlly 6.6 miles.
Watch on your right side for the bar called &quot;The Beer Box&quot; start slowing down.
When you see the trash conveniance center on the right really slow down.
About 100 feet past that you will see &quot;Old Clarksville Pike&quot;. 
Turn Left
Im 3rd house on the left.
3785 Old Clarksville Pike

Cya around 10  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14398','14156ca6eb','Can you resend the misson report?  I do not have a copy and the foum DB was lost....
thanks
-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13547','a9ac521515','You are in need of a neck seal?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12643','e7889f06c4','Paypal has been sent. Thanks Jeff.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12644','aee3bd8ecf','Hey, now there's a thought.....

Nah, probably not. We only have a 2 car parking lot and no handicap spaces. No shopping carts and nobody here is old enough to be a door greeter. LOL

Thanks, Chuck!
The neckseal will be in the mail in about 2 days as they are custom made when ordered.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12649','930e9cc02a','Hey Corey,

Just wanted to know if I can attend any of your prop parties. I know I need to atone for screwing you on the GPS thing. I never intended for that to happen But, Darth real life happend and we couldn't afford to pay you which is why I sent it back to you so you at least had the unit instead of the money. I then figured you didn't wanna talk to me after that so I really haven't called or anything ([i:930e9cc02a]Also needed a break from the Outpost and trooping and things[/i:930e9cc02a]). I really did (and still do) value your friendship and I hope the friendship is still salvageable. Let me know your thoughts and feelings.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18160','fd2c62f2be','You know my house is your house, but April 7th Ill be in Hawaii still...

Sorry, it would be great to have you guys stay. 

Hope your doing ok to. Im just doing th elast minute packing so I can get so shut eye. 

Luv ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7822','0330952251','I will not be trooping Friday, just Saturday.  You are welcome to come on over anytime after 430 on Friday.  Ivan and myself will be working on some stuff.  

My numbers are

Cell (931)237-2577
Home (931)553-4008');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12718','7e744c1cb2','So do we get to start calling you Papa Jango?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14640','0bdfcf34c5','Here you go Corey, no problem buddy, just make sure we get some pics from this event cause I dont think I will be able to come.

 am writing on behalf of Davis Ferguson, a 9 year old boy at Fort Campbell, KY with an inoperable brain tumor. He and his parents have gone through an awful lot in the last 2 years with Davis illness. Recently, the chemotherapy Davis was receiving proved to be ineffective. Matt and Danna Ferguson, Daviss parents have now put him in a clinical trail program at Vanderbilt. Everyday, they take Davis to the hospital for treatment. On the good days, they bring him home. On the bad days, they must admit him. There have been more bad days than good these last few weeks. 

What I was wondering, does your organization ever make visits to terribly ill children who just adore Star Wars? I am a World War II reenactor, and we will occasionally go to Veterans Hospitals and visit our past veterans. 

I realize you probably receive many requests, but if you have any members who would be willing to come to Fort Campbell and see Davis, just for a few minutes, it would really help cheer him up so he can continue to fight his illness. 

I can be reached at [color=#0000ff:0bdfcf34c5]sfclaw@yahoo.com[/color:0bdfcf34c5] or by cell: (931) 561-9507 if your members would be interested. I will do everything necessary to coordinate the visit if we can make this happen. 

Very respectfully, 

Edward Lawrence 

1SG, USA 

4th Brigade Rear Detachment Sergeant Major');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17706','e5a7641bc2','i must say...it really doesn't help fight the 13 year old image when you have a mouth full of braces, baby fat, and breakouts...i feel like i should be dancing around again in leg warmers, have a pouf,  and listening to the bangles.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17707','e5a7641bc2','i must say...it really doesn't help fight the 13 year old image when you have a mouth full of braces, baby fat, and breakouts...i feel like i should be dancing around again in leg warmers, have a pouf,  and listening to the bangles.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10835','801139f335','hey

i hope you have a set of gauntlets set aside for me, i will send you out a check asap as soon as you tell me how much and give me your address

here is mine

mark estes
134 algonqquin trail
somersert, ky 42501 

thanks again 

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17901','f5bd561cba','Jen:

My GF &amp; I have been secretly working on that costume for two weeks now.  Wouldn't mind the reference pics to be emailed it you don't mind.  my mask should arrive this week.

Later,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17902','e42ded33a5','Not trying to be TOO personal, but how old ARE you?  I remember you talking with Ivan's girlfriend and someone pointing out that you are older than you look.  (Had to ask.)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18045','9eb1349f8f','I saw you mentioned 40K in the MidSouthCon thread. Is that as in &quot;Warhammer 40,000&quot;? I'm a pretty avid 40K player myself. Have you seen my 40K Chaos Space Marine armor? Pics are at:
http://www.dynamiceye.net/chaos

(Ignore the appearance of the armor in the first two pics - the suspension-system wasn't installed correctly, so the waist/hips are about 12 inches lower on my body than they are normally.)

Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17247','cf69d3b16b','dude, please i was kidding....

you are buying stuff to make a costume, not buying stuff off the rack and hanger and wearing it....buying supplies is one thing...

joey is bent and you know why...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17248','65b4ed5038','Here's a few pics of my pack:

[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign001.jpg[/img:65b4ed5038]
[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign002.jpg[/img:65b4ed5038]
[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign003.jpg[/img:65b4ed5038]
[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign005.jpg[/img:65b4ed5038]
Radio box and filter
[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign007.jpg[/img:65b4ed5038]
Ammo pack and detenator
[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign008.jpg[/img:65b4ed5038]
Bottom
[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign006.jpg[/img:65b4ed5038]
Top
[img:65b4ed5038]http://i53.photobucket.com/albums/g74/jester6873/BeckDesign004.jpg[/img:65b4ed5038]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15662','3c6ef63351','lol  Johnny Depp &amp; Orlando Bloom hold very special places in my fantasies. *sigh* Although, Mr. Bloom does more for me with long, blonde hair and pointy, elven ears (Lord of the Rings).  8)  Next time I'll try to find a suitable pirate wench avatar.   :wink:   

As for my avatar troubles...no biggie.  Like I said, it was more curiousity than anything.  Besides, I kinda like my pirates!  lol

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18409','885adeda97','It is good.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18410','842637932b','Hey there, this is Greta Ethridge and I wanted to give you a shout to say that  I think some of those guys are being a bit oversensitive about your prank (and its anniversary). You have every right to post about it and frankly I sorta wish I had one of those patches! 

Have a nice day,
Greta
DZ6363');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17346','a337152a33','Am I ok???

Lets see Im having my balls kicked in on a daily sometimes hourly basis, via emails.
Most of the AL people along with a few of the TN people have started to request I dont put them on my roster system, so that is a complete and utter mess.
Im being shunned by a lot of people in the SO.
The fucked up rumor that who ever started about me being gay has come up on a daily basis and no one takes the hint to fucking let it die or to drop it.
Im having to go through all these fucked up tests at the hospital, MRI one day, EEG the next, pump me full of dye that makes me puke, more X Rays and MRI.
Take this pill, take that pill, the list goes on..
So now Im sitting here with a case of Zima and pain pilss.. 5 zimas down, 19 to go...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17462','38e01da68b','Starla and I are both glad to you guys are going to MSC.  Starla thought you were very nice to be around, and so do I.  I thank you for that since it is sometimes hard being the &quot;new wife&quot;.

Here mando will be completed today, and I am proud for her; It blows mine away.  She has logged about 40 hours on the sewing machine for just her costume.  You will understand why all the sewing when you see it.  See you guys there.

PS - if you are there for dinner on Friday, Corey, Joeseph and my clan are having mexican if you care to join.  my cell is 615-210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17144','19f4430b86','whats up white sheep???!!!!!!

whats the story around the garrison tonight.corey called me and said people are mad but thought id get a bit of feedback from you,

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17146','efa08fd50b','I think it was from Chattanooga. I think she got a ride from Atl to Chatt. Gah! I don't know. I got the impresion they needed a ride from Chatt to Memphis, but what do I know?  :?  Maybe you better call Dallas to see how they think they're getting from Chatt to Memphis.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16247','92954016be','[quote:92954016be="SL100"]hey john,

where do you work and live in crossville?
im a sales rep and cover that area occasionally.there are a couple other members over there and was thinking about throwing together a lunch one day when im in that area.

cya
skip[/quote:92954016be]

Hello,

We have a small resturant in Fairfield Glade,  Manny &amp; Isabella's Resturant.  I really have no idea what is in the area, since I moved here from Seattle to help with the business,  I haven't ventured far.  I do run into Jordan at his place of work from time to time, seems like a nice person.

John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16679','b38e4a8ccd','Heh, he didn't understand I meant this about phone calls, but atleast since he sent it to me you can take yer time answering. Love ya baby! This is the look sir roids guy. He was getting alot done at Coreys that weekend and figured he was an ok guy.

[quote:b38e4a8ccd="TK8866"]I'm thinking that someone once said to me at one of the last two prop parties at Corey's that John knows how to do some awesome weathering on weapons.

I'm taking your advice and asking you (if it's possible) for him to sent me to a website he might know of or some quick instructions on how to do what it is he does that makes killer weapons.  Dear god, I'm hoping I have the right John...

I wanted to write a Dear John letter, but...for now (as per your request) I'll wait. :D

And John...stay cool.  Never had any problem with you.  Don't expect any either. 

Tell John I'm the Ghost Hunter guy if he doesn't remember me. TK Egon (Paul in Clarksville)... [/quote:b38e4a8ccd]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3323','94370d2ac5','I will take her.  Will you be at Dcon?  Rather not have to have you mail her, but that may be the best option.  Let me know.  Do you want me to paypal you or mail you a check?  Let me know and thanks for remembering me.

Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12705','3e476ed14f','I think the SO should stay together. Maybe form some official squads in each area or something but definitely keep the SO the same. I've had the feeling that Joey and Skip haven't been seeing eye-to-eye in the last year or so and that may contribute to things. I haven't heard any rumblings out my way unless I've been talking to myself :lol: I believe I'm the only trooper in Memphis still. Your ass better be at MidsouthCon or I'll kick it  :lol: Anyway, I hope things don't get all fucked up with the SO splitting.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('718','1cf42f90a7','Dude, your avatar is WAY cool! First of all, who are you? Have I met you? Sorry about being stupid but I can't put the TK number with a face. Anyway, how did you do your avatar like that!

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7913','2d0c47c8f1','Glad you like it.  Don't forget to send me pics when you finish it.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10678','e357bb6e30','It does help I have been out in that area before. I would be coimng from Peachers Mill. I will take your number with me.
  Now I am hoping I do not have to work.
Thanks
Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2635','aadd2a0abf','Yeah we met at Adcon 3. I had my tusken suit on. I was at adcon 4 also had my red ARC suit.  I was only there on Saturday.

I guess the atmega boards are still working on the direct. they are going to change the encpytion on them in Sept and ALL the hackin is gone till some on figures a new hack out. I got tired of messin with it everyday. Seems like when i wanted to watch TV I had to screw with it for an hour first.
this setup is WAY better (barring the lack of movie channels)

Talk 2 u later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('722','b45ef57a55','Dude,..its me me,..Jason from Pelham! heh. i just stole it from another site. i don't know how to make animated gif files myself! Anyway,..hope you can troop with me on Sat at the RAVE!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('723','250aaec95f','Holy Shit! That's funny! I can't believe it's you! I did see Pelham on there but I guess I just didn't recognize the TK #! Do'h! Yea, the avatar is cool as crap! I am planning on coming up Sat. if all goes well! I'll probably be there after lunch. I told Joey about it and he's working on armor but says he's really like to come up too. I'm gonna buzz him in the AM. See ya soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4384','c845cc55ae','tambo ,
missed out on ups sat(damn i wish the drax delivery had not been a bust)
i can still send it ups but i need to know if you want to have to sign for it or not ...incase you are not home when it gets there
or as a alternative;
bev is off thurs ,i suppose could make a delivery to you in your area and you could meet some where convenient ,dont you live near nashville?  i could plan a murfreesboro(stones river/civil war) trip and swing by your neck of the woods...that will insure no dmg ,and give us both a bit of a chance to talk shop. its up to you.

also- good news;
 i got a job with u.t. (maitenance) mon thru fri 5pm -1am), i worked there 7 yrs ago have missed it dearly.
got hired fri ...thats why i couldnt catch drax (as i had set it up after my 5pm interview...)

lemme know 
tiberious');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16813','832ad2b494','Thanks so much!!  My husband says we need to do both cars, so instead of just 3 we need 6, if that's o.k.  So here's the list:
All 6 white cogs:
Do you have different sizes?  If so here's what we want.

1 large
2 med.
3 small

If you don't have the different sizes, just give us 6 white of whatcha got.  I'll get the money to Loki tonight.  Thanks again!!  Hope you have a great time this weekend.  Drive safe.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('725','aeb15d2854','Hey call the hotel that we have for galactacon.. they lost alot of our reservations so you need to call and make shure we have reservations... skip asked us to tell ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('728','8c0d8c565b','awesome,..please yall both try to come,..I really want other troopers there!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('729','a3dff0992b','Not to bother you or anything, but did you get the total for the bust &amp; saber for me?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('732','2b7ef51642','I thought i'd sent that to ya a while back actually, but i'm not finding it in the sent box, so i guess i was dreaming, i apologize.

The bust + the saber = $65
Shipping = $8

Total = $73

I usually am only able to ship on Saturdays, although I might be able to get it out one day this week (but can't promise ya, depends on work)

Since we've closed all our store accounts now, you can just paypal me at atuman@hotmail.com

Make sure to include your address you want it shipped to in the paypal, and also please pm it here just in case.

Again, sorry it took so long, I thought I had sent you that info a couple of weeks ago... lol... but my work schedule has been crazy and i guess i just imagined it... :)

Chris C.
TB-3529');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12657','f296936d65','How the hell are ya??? I'm ready to get back into the swing of trooping again. (Or ready to swing again?) Anyway, the Incident will have to reform and do some gigs this year!!!! I can't wait to see you again (where ever that will be) and down some brews!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12658','027d9a75c8','Hey Chuck! Great to see you back on again! Yea, I wish it were easy to get the Incindent together for gig. Maybe soon. I don't know if I'm gonna make Midsouth yet. Gonna have to wait till it gets closer. 

Seems like there has been some fussing on the boards with the higher ups. There's been talk of splitting the SO. What are your thoughts on this? Skip told me he's been approached by some TN folks about doing this. Have you heard any rumblings up your way? I'm just trying to contact a few of you TN guys to see what you may know.

I would personally hate for this to happen. I've known and loved you guys for quite a while and it just feels right to keep the SO together. When you get a chance, Chuck, let me know your feelings.

Great to hear from ya bro!

Take care
Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18055','4ed279cf96','You have been added to the Wonderfest Roster as Tenative... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17174','cd54cf0f96','Here's my #'s   Home is (606) 451-0586  Cell is (606) 271-6091

Sorry, I forgot to sent them to you.  I'll probably leave here around 10:00am EST on Friday.  That way I should get to Memphis aroud 3 or 4.  I'll give you a call when I get there so we can hook-up.  Call me if you ever need anything.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13282','65e983cd61','My number is 901-517-5190 which I'm pretty sure is the same but I could be wrong. I guess I missed something because I have no idea what saga is going on or what it's about. I could probably make a pretty good educated guess, but I definitely missed something. Are you going to do the con in Chattanooga and the parade or just the parade? I plan on doing the parade and if enough people are doing the con also I may do that too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('739','59a23e729d','Thanks, I sent 74, maybe that will cover part of the paypal fees.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10044','a8e904044b','Ahhh no I dont really wanna do it by myself.

How exactly are you doing y'alls? Since they are all different, right?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10045','2f054ef62c','ok :) 

I was going to have mine be the longer skirt, with maybe some of the fringe on the top. 

I know Holly had said she liked the shorter one on the blonde. 

which one did you like? :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('744','a2dedb3643','I got the payment Angi, I'll get this stuff sent out as soon as i can, Saturday at the latest

Chris C.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('745','ef1f63003f','Hey Mike,

Here's my addy:

Charles Flynn
4527 Windchime Cove
Memphis, TN
38128

Also, just out of curiosity, how much is a set of your Clone armor?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13930','7aee6a0182','ok, you got me on that. 

I've felt stabbed in the heart a few times myself..  but not by a woman.. ok.. I apparently cannot think coherently today or something. 

there's lots of other uh.. girl crayfish in the sea! ha.. that almost worked. 


have a beer for me, sweetie :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10030','833e68f797','I dont mind!

I thought about asking them but..with the way slave mara was treated at midsouth..was half afraid too!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10032','f381118563','well, are you just wanting to do this by yourself? because we already had the idea going for all of us.. it's ok if you want to be the only one doing the SO stuff. Mine's Jade (from Green Lantern), so I'm going to be very different from the SO stuff. 

Doug's going to be Dr. Strange and I'm making a Zatanna outfit for myself too. we're so excited about getting to go this year! 

I'll tell them your idea to put the so stuff on it. I bet they'll love that. :D 

It would be awesome to get all of us ladies done up right, you know!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10035','a8e904044b','Ahhh no I dont really wanna do it by myself.

How exactly are you doing y'alls? Since they are all different, right?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10036','2ab259a5a7','Look forward to seeing the detonators.  I will get with you some tiem after Christmas.  Are you going out of town during the holidays?

Merry Christmas and I'll talk to you later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13310','5af2b66752','I have it. I will pass them out at events.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13311','6ca49b6fde','Thanks man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13312','616076be32','Ok. I'll make sure I make you guys new ones.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13313','616076be32','Ok. I'll make sure I make you guys new ones.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10890','75f76258de','Hey,
    I figure I can use my DS15s at least initially, but what do we need to bring for Jennie and Chris as far as parts to make DC15's?  Also, how much do we owe you for the GM armor and how much do I owe you for the plastic to mod my Clone?

Donald');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17437','b2a167ffbd','We're not getting married soon. I was just saying that if you knew us or didn't know us for that matter, it's obvious that our relationship is leading up to marriage. So it's not happening for a while, but it's happening sometime. ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18334','44a87fa650','you really wanna see nudie pics of todd????  if you got him like you say you do, then just strip him down and prove it!!!  a little anal action never hurt anybody...well...just the first time anyway....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17439','856cf70951','Actually, the attachment didn't show up on the email.  A real easy way to send pics over pm's is to upload them to a hosting service(I use [url=http://www.imageshack.us/]Imageshack[/url] ) and then type

 [img]web address for the pic goes here[/img]


Then hit the preview button to see if it worked.  Make sure there are no spaces between the url and the brackets.  Once you get the hang of it, it's no sweat.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10157','832c12de57','Hey there!

I'm "torso_boy" on clonetroopers.net, and I've been tearing it up in the Galactic Marines thread (located in the Episode III subforum). I'd read through that whole thread (currently like 13 pages long! arg!) to get a ton of info, screen grabs, and other reference material. I've personally made numerous lengthy breakdowns of individual armor parts and whatnot, so I suggest heading over there to check out my analysis. Be sure to let me know what you find!

David Reimer
TB-1184
torso_boy on CT.n');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10494','874260fc40','voting takes place on Feb 1st, but until then, you can go around and pimp for me bro!!  Help get the word out!

-thanks!
-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10502','adb0b45247','Yeah,..I lost a few Ep1 carded figures that way,..I now keep all my can soda free! I just purchased a set of 25 cans from Bangcock,..Star Wars Rell Bull Cans!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17161','cd40d0adf6','That all sounds good..  Now I am sorry, my gloves turned up in the helmet bag, I forgot to tell you.  If I don't talk with you again, lets chat on Friday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13069','b62d074ffb','You were a good sport the other night, after all the hell me and Jeff gave you ! Looking forward to the Cub Scout thing.
Take Care,
The Blaster Disaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17292','3c9781e791','check with ricky too!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10881','7516d2914c','Wow, somehow i skipped this message and never replied!  Sorry!

first, I added you to the SO forum sections since your halfway an SO member already.. ?  want to have the GML change your garrison status ?  you can change it back when you move back to Ohio, I doubt the OHio tards will have a problem with it either??


second, I do have one set of snowtrooper armor, in a box ready to go to a new home.  I'll never use it, I have my set already and my brother doesn't want this kit..
It is styrene, like all the others out there, but its trimmed and about ready to paint and wear.  Its the same kind of stuff all of us have.

I only want the 200+ shippping and fees for it.. Like 225 total? I have an extra pair of gloves too i can give them..

LMK.
-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16034','ced98ed6db','Hey man, the sign up thread is now open. Are you planning on coming down for that?
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16444','9cc89e09a2','I will be setting up or organizing the following events in Huntsville: 

 MAW (at least 2 events) 
 TfT (2 or 3 events and TV spots) 
 NovaCon (4 day con) 
 Sci-Quest (event plus possible TV spot and/or newspaper coverage) 
 The Huntsville Havoc (1 or 2 games, plus possible media coverage) 
 JDRF Walk 
 Down Syndrome Society Walk 

That's 11 events, give or take. 



Jamey
&quot;The Lone Wolf&quot; (Who only cares about TROOPING)


[quote:9cc89e09a2="TD152"]Jamey, we know the group loves drama, but you can help me.
  
There is an assumption among 'some' that you are a lone wolf, running as you wish outside the approval of the command staff of the garrison.  I know we dance around that, mostly because we had a lot of disagreement years ago ( which we have moved past and honestly work well together now)  and I indirectly approve your events after the fact becasue i'm at the majority of them, and honestly, most of them were events you set up when you were on the staff in 2003 so there ins't a reason to 'approve' them every year in my mind, but alas.... for the neysayers and for protocols sake, can you pm me back and say you will run events by the garrison staff before committing to an outside venue or party?

you are not the only one to be asked this. a trooper in KY was asked the same thing recently just as a matter of protocol, no offense, and he sent me a list of what he was setting up for the future.  worked out well, now no one comlains up there...

thanks .

send em a # if you want me to give you a call.

-Joey

If you do not mind, I would like to copy this and your reply to the staff ( skip  Tambo and chris ash) so they can see what i asked and how i asked it, and your answer. lmk if that isn't ok..[/quote:9cc89e09a2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16453','ccae5db02b','Thanks,  I'll pass the info on so everyone will know that you have checked in to what is coming up.

No one is questioning your events in quality or being off topic at all or ever has.  I just got through defending your actions as an example of what others should be doing, ie setting up events, trooping, and having fun!

If you haven't noticed this year, People like to blame Skip and I for anything that seems &quot;wrong&quot; or out of place with the group in thier eyes.  we are to blame for everything, we are out of control we don't do anthing, etc. etc.etc..
, one bitch i have heard is that we let Jamey set up events without asking....

well you and I know thats laughable, I trust you with what you set up, and i attend your events when i can and know what it is like, but i guess others don't know that or can't see it.  they love to assume i let others run over me.  so this way i can now let it be known that you have the &quot;blessing of the pontif and the world is a better place now, amen&quot;


Dont let it bother you at all.  Like you said, lets just troop and have fun, let them wallow in themselves.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13366','95f721556d','[quote:95f721556d="Jaster Mereel"]Hey Ryan, how are things going? 

I am scrambling to get a Boba done for a kids b-day party at Danielle's  gym. I cut out some extra armor, and going to paint it this week. I will have a new vest,. I am borrowing Tambos boba boots,and jumpsuit. Hopefully I can send some pics your way.

Still working on Summer's snowtrooper helmet, filling in some imperfections on the helmet, and the weather is not cooperating.

Are you going to make Coery's party on the 25th of Feb? Lots of people are coming. I plan to finish her snowtrooper back pack. Need to ge tthis project done and over with.


Still no news on our Zam blasters. :x 

I get so frustrated about the metal work we gave him to accomplish.You have no idea how upset I am over this . It's her dad, she should be calling. Not me. 

Hope to hear from you soon.

Jaster[/quote:95f721556d]

Hey Dooood!

That's awesome about Boba!!! I can't wait to see pics!  Also I can't wait to see Summer's Snowtrooper when you get it done.  I bet it will look great!

Things are goin pretty well here out on the road.  Right now I'm still in Kansas (blah) but I should be back home Sunday...however I'm heading back out again on Tuesday to Colorado then to Ohio.  I'm hoping to be home the last week of February but I'm still not entirely certain.  That also means goin to Corey's is up in the air too.  Hopefully we'll get to hang out when I'm home longer than 2 days.  Good luck w/ all ur costumes &amp; I'll talk to ya soon!

--Ryan

PS:  To read all about what's been goin on, goto www.ryanjones.net and check out the Road Journal!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6220','27f2589399','I'll only be there on Saturday. Will I be able to get them then?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6221','ce6a75f77f','If you are comming from Huntsville, Come 431 to Anniston. 431 runs into 21. Take 21 to oxford, Go 1.5 miles past Quintard Mall. Wal Mart on the left.
I will meet you on the right Back side of the parking lot.
If you come I 20 toward Atlanta, Get off on exit 168, Turn left, Wal Mart at next light. Any other way, you may need a map.
My cell is 256-283-2602  .......Give me a call if you need more help.
Looking forward to seeing you again,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10359','0e99b0c07e','Hey Skip, I was just talking to Ryan Jones on AIM about how I want to get into vac forming and making my own molds and whatnot. Though I currently don't have enough room for my own vac form table, I would like to start making my own vac form molds.

At BamaCon this year, Joey has offered to help me make some Galactic Marine armor for my new uniform, however, by the looks of things, it appears I would get Glover armor for the clone parts. Though I would appreciate the offer, Glover armor would just be too big on me. I'm only one inch taller than the standard clone trooper, and my arms aren't buff, so I would probably be comfortable in standard size clone armor. So I thought I could make my own molds for this, since I'd only need the arms and back.

I brought up how I saw flower pot foam (the green stuff) used to make molds on Mythbusters today. However, their plastic was probably thinner than our ABS, so I wasn't sure if it could be used for making vac form molds for our armor. Ryan said I should talk to you.

I'm pretty experienced in making Warhammer tabletop terrain out of the stuff, so I could whip the molds out in a jiffy if I used the flower pot foam blocks. But would they hold up during the vac form process? Could I just make the mold and go? Or would I have to coat it in something?

I'm interested in what you have to say about it, because if I could just use the foam core, and have my own molds when I head to BamaCon this year, I could save a lot of time that would otherwise be used for mutilating Glover armor to fit me. Thanks in advance!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7283','f400e6d5cd','That's about a few hour drive then right? I am not familar with this area yet.. i was from Michigan. I see you have MSN.. easier to talk there and I am trying to get to know you all. Loki has already been chatting with me and giving me tips and telling me youall aren't like the Nother Garrisons.

 sthena_duncan2662@hotmail.com  MSN');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16279','53fd582a79','Good mornin baby! I'm up bright and early and chipper, and I dunno why. I'll just blame you, er... my love for you that is. It keeps me going. :) Aaanyway, talked to Hammer just after I talked to you. He was on the road from Cookville, but we decided may hang out some tomorrow or something. If you wana join us, I can wait untill after you get off work, but I figured you wanted to work on your armor if it was good enough weather still, and I'm just making sure everything is cool with him.

But I love you baby. I've got alot to get done this week. But hopefully I'll get it. Atleast the Holly duster and snow trooper duster patern is finally taken care of. I really did have a great time with Drax and Laura yesterday. And I had a good time with you and your family this weekend. I really do love them. And I'm glad they're finally accepting me.

Oh, one more thing, I wanted to let you know not to push for me to help maybe run the possible costume contest for adcon. I realized that I don't really want Marcus to let me do it because I've asked, I'd only really feel comfortable if he asked me to. The panels I've run for costuming in the past (and being asked once to judge a contest, but I couldn't make the con) I was asked to do, I didn't offer myself first. That's too coinceded in my opinion. I just wanted to make sure Marcus knew I was experienced, and that's all I wanted to do. Honestly I'm not sure I really even want to run something like that. So anyway, it's all for the best. Just let these things happen as they will. Besides, it's his con. :p

But I've typed enough, I'll let you get to work finally. Love you baby! Love love love!!!

ROse');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6358','764f1d71a2','Hey TK 7865 ,  Jaster here, tell the new recruit to take his time on the boba or do a custom mando. It gets expensive at times, and frustrating. has he checked out the dented helmet. great  info. forum for the fetts.  any  questions  just let me know. happy to help in any way.

Jaster  Mereel');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7735','ad6d1f6c69','Get the fuck out of here...no you did not... Did you convert her?  Was she half dead/wasted?  You are nuts brother... WOW I can't belive you...no yes I can.  Suppa is the man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6360','f9a44a479d','Hey bro, which headset do you have thats an extra . The one I got from jeff just cuts out to much when you talk. how much are you asking? just keep me in my mind.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15065','669df999e9','You better not delete that jenn!

I will just keep sending it untill he gets it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('769','5f90ff912d','[quote:5f90ff912d="TK1427"]Hey Mike,

Here's my addy:

Charles Flynn
4527 Windchime Cove
Memphis, TN
38128

Also, just out of curiosity, how much is a set of your Clone armor?[/quote:5f90ff912d]

I do clones for southern outpost at $325 for an untrimmed kit, $380 for trimmed-not edge sanded, and $435 for trimmed/sanded/ready to assemble.

I'll drop one of these things in the mail to you this week.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18178','dd78257f48','Mark? 

Do I owe you money for shirts?? 

Please let me know. I think I remember ordering something around christmas but now I can't remember. 

Thanks. sorry about the ditzyness.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17925','54dd72d4b1','I'm sorry Zach, I didn't mean to spoil your costume for you.  I don't want to like compete against you, haha.  I haven't even started on it yet!  I'm getting the soft parts commissioned by a very good cosplay costumer.  A friend of mine's husband does masks and whatnot.. and I'm hoping he is able to do the guy fawkes mask for me.  On the daggers, I was also wondering how to get those made due to the weapon laws at DC.  I'll let you know of anything I can find regarding the daggers.

Do you have many reference pictures of the costume?  Would you mind letting me see those?

If that mask you are having commissioned turns out well, let me know!  I'd love to see some photos of it.  What is he making it out of?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17629','877a321d90','No problem! Sorry you couldn't make it down, but it's totally understandable - I'll keep it set aside for you until next time! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17631','c9139a4b53','Hey man you mentioned that I should pm you. Whats up? Feel free to pm me back.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15210','b32631ce02','I was wondering where they came from..
They are on ebay right now...
There up to 57.50...
















Got ya 
 :lol:  :lol:  :lol:  :lol:  :lol:  :evil:  :evil: 

Yes they are here.. Ill bring them to the next thing we are all at..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15211','359d446aa9','Good Afternoon,

Sorry, I have been running like mad... Trying to stay somewhat well, not doing to good on the latter part of that..

No, we are alright with each other..
You have never done anything to me that has upset me in anyway.
My only concern was for awhile you seemed a bit angry with me. That was my only concern as I know I can be a royal pain and very over bearing a lot of the times, so I figured maybe I just rubbed you wrong..

But now I know it was just me, I dont always know how to read people well. I think it is because of of what I missed in my past.

So no problems or worries here. All is good.... :) 

Thank you again for helping at the party.. I still can not beleive the turn out, we had more than 50 people here, unbeleivable, but kewl..

Take care and have an awesome day....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13564','0fd018758c','All I have are some EPS files of the Outpost logo and text I can send you. Just give me your email address and I'll send them. I'm glad things are going good down in AL. I'm just trying to get a good blaster for me. I'm sick of the lame old Kenner toy blaster but they always want too much $$$ for a good replica. One day maybe I'll have the $$$ to get one. Anyway, really good to hear from you and hope your TK is still holding up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2064','f930bed0f0','[quote:f930bed0f0="TK1427"]Hey Mike,

Are you still doing clone armor? And are the untrimmed kits still $325? I've got a guy here in Memphis who wants to get a kit.

Thanks![/quote:f930bed0f0]

you got it.  I need 4 weeks for delivery right now.  I'm a tad bit swamped.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17953','fd4f048f60','HI there, sugar ;) 

wow.. that is creepy.. That's like my cell number being 256 651 1070 and Doug's birthday is 6/51 and mine is november 10 1970! whooaaaaa... 

hehe.. 

You're on for more party! Will you be at that Anime con in late April?

OH and I have to share the pic I got of Chris and the pirate. it's very revealing. I don't know if he'll actually post it (I told him I would leave that up to him) but for you &lt;grin&gt; .. enjoy! 

[img:fd4f048f60]http://i30.photobucket.com/albums/c322/MommaJenks/Jan-Mar2006009OMG.jpg[/img:fd4f048f60]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9087','0a8e231076','thats ok maybe we should make one ? XD');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9089','f7993e5969','Hey Geoff,

Do you still have those small 12" 'Lucas in Carbonite' resin sculpts?  If so, I'd be interested in one.  Lemme know.  Thanks!

--Ryan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18296','bcd6625805','Cool, mine is 859-753-0348, and my home number is 859-885-0624. Where do you want to eat? See you this afternoon.

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18297','5812b959ea','The participation list for the anime convention is getting big.  I would imaging most everyone will come over after.  Will you have time to do some late morning troping with us before you have to get back.  The alien will come out!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('776','b00d510f2d','Mike,

Here's my addy:
Tracy brown
3405 Phillips Road
Lanet, AL   36863

Whatcha charging for these?

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7611','63a2d467b4','You got it.  It's boxed up, and my wife will take it to the post office tomorrow.

Thanks,

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1932','059c71cf8d','Hey man, I got a friend who is interested in putting together some EP2 clone trooper armor.  Can you give me any info about where to find the pieces?  Thanks man.

-Corey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1933','4039f8df18','Since we are doing Huntsville on Sunday, can I count on the B'ham crew to come up?
  :?:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7393','02b4365d8e','Yeah, I went to walmart today and grabbed one of them.  It works great.  I sanded down around the edge of the bucket to give it a lip so the ring could rest on it.  I also picked up some of the 5min epoxy with the dual plungers.  I'll probably epoxy the ring tomorrow, but I cut and fitted it in tonite just to see how it looked and it works perfectly.  Any pointers on the epoxy or should I just goop it everywhere?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('783','267796077c','Nothing really.  I got a bunch of them cast and have been using the mold to dump excess resin.  I'll drop ya one in an envelope.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('785','272228defe',':) now that i have your attetion! :)
I still want to get some vader stuff from you if you have anything to part with. 
I'm needing about anything vader related.. Last we spoke you had chest box parts in resin, your old GT armor , bells and shins..
Plus later i need to get you some money to make resin R2 leg shoulders and other leg parts, but thats a may-june project for me..

LMK what you have left inthe vader stuff..
-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16322','6b37b2e042','Yeah, all the talk of Natalie Portman, and I wanted something fun... so I posted that :p

Loove ya baby. *kiss kiss*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16682','b38e4a8ccd','Heh, he didn't understand I meant this about phone calls, but atleast since he sent it to me you can take yer time answering. Love ya baby! This is the look sir roids guy. He was getting alot done at Coreys that weekend and figured he was an ok guy.

[quote:b38e4a8ccd="TK8866"]I'm thinking that someone once said to me at one of the last two prop parties at Corey's that John knows how to do some awesome weathering on weapons.

I'm taking your advice and asking you (if it's possible) for him to sent me to a website he might know of or some quick instructions on how to do what it is he does that makes killer weapons.  Dear god, I'm hoping I have the right John...

I wanted to write a Dear John letter, but...for now (as per your request) I'll wait. :D

And John...stay cool.  Never had any problem with you.  Don't expect any either. 

Tell John I'm the Ghost Hunter guy if he doesn't remember me. TK Egon (Paul in Clarksville)... [/quote:b38e4a8ccd]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16009','c8e0f3ed5a','sorry to hear stuff is suckin,
sounds like you need a break anyhow.let me know if you wanna talk about any of that money stuff.i can shed some light on things in that area.

as for MSC,do you guys need roomies in corey's room? cause i can cancel my reservations and stay with you guys just as easy.
just let me know,no biggie.
i may just get the 2 bed-room and throw a couple of others in there,either way im not stressin.
cya next weekend if nothing else.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8598','e445a71d39','Apparently the booths are set up nicely with backdrops and a banner could be attached with cord-so bring it if you got it. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9881','b64b1c68a1','No problem...

Mark Arancibia... (new Mark)


thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('793','fadae8a740','Thanks, Mike....You da man!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7604','04a0f8cfeb','If you've got your helmet the way you want it on the outside, go ahead and start primering it.  That way, if you like, I coudl show you some things with mustard next weekend and you woudl be ready to start painting it.

I have heard that skygunbro makes great jumpsuits.  I've got a Bobamaker and I love it.  It fits a little too big on me, but I like it.  He did an awesome job weathering it for me.

I've heard RA can be slow about returning emails and such.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12622','94d14951ec','Can you get me back into the Trash Compactor...please.

Thanks you kind sir.


You doing okay?

Hate that I won't see you at BamaCon now.....hope to see you guys soon.

Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8206','d260190a33','paypal is tk1128@ bellsouth.net  Stocks are 10 each and 3 bucks shipping, or pick them up at our next event (Christmas parades)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7127','c2441fab81','Lay off the coffee, meow.

You'ra a little to hyper for this time of night meow!













































MEOW!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1895','ceddfae85d','I have been trying to get my web album set up so I can just add new pics without having to rebuild the site. I'll see about putting them up Monday with the tru pics.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18190','060dfc1294','oops! 

see how scatterbrained I am right now? ugh

sorry about that');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18191','94f3e7e156','No worries, happens alot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13842','054fe55cb7','[quote:054fe55cb7="TB1112"]well, he's a good choice, in my mind. 

Hopefully some people's wives can slip them some estrogen and we can have a sincere but calm discussion on the election. 

I have an idea that poor Cray was set upon by Zach. 

I hate February. Everyone gets so..ansy.[/quote:054fe55cb7]

I know one of the 4/3/whatever... but I'm not allowed to say....  :( 
sometimes I wonder what it would be like to JUST be a member...
And I've been REAL tempted to go walk through the database and look at Crayfish''s PM log to see what was sent him.. just to find the other ones.. but that would be an abuse of my position and Iwont do that... but ...
its nice to know I COULD if I wanted to..

I agree... one of the others was quite likely Zach.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9121','6194416d06','Susanne is making neckseals as I type and I have submitted your sizes to her. She plans to bring the whole inventory in the case that you need a different size.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13711','c3407eabcd','I already have it made. I could never forget about the Trooper Hoochie!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13712','c0df9c01f0','Thank you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17882','7c0093dbdc','You have been added to the roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17883','87872a0836','I had this idea and to be honest you're the only guy in the Outpost that shares my enjoyment of the 1800s and 1800s western clothing.

I'll be sewing this up this week, but I was thinking of taking my black bib shirt and sewing the SO patch on the right shoulder, maybe another on the left but definately the SO patch on the right shoulder.

What do you think?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15212','044361d1a9','Contact Richard Cross, he is only a few miles from Louisville, and he has his RC R2D2.. Im sure he would be more than happy to make it also...

The only thing that keeps me from saying yes, is my biological family up in PA usually have a family reunion around the same time.. Course I dont really like going that far (PA) on holiday weekends..

Oh what the heck, go ahead and put me down..
Ill come as a sniper scout with my Seg&quot;STAP&quot;Way  :)  :) 

Sorry thinking while Im typeing  :lol:  :lol: 

I hope you didnt take me wrong when I said you needed to get the dreen light from command.. I just dont want to get you or I or anyone else in trouble for not following the event rules.. If you did take it wrong, I deeply appolagize... :) 

Speaking of which has command given it a green light so I can add it to the official roster thread???
If not please get a hold of Joey and get him to. I think we can get an even better turn out if it is official..
Also yes to the floor space to sleep on.. I made the drive all the way up there to get Richard last week and drove home the same day, it about killed me..

If I can do anything at all, please let me know..

Have an awesome day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17632','e7fc2f2374','Not yet. I haven't found the right shade of red velveteen. I am still on the lookout for the right fabric. I just got my 95' helmet in the mail yesterday, so it looks like the custom mando is up next before redoing the guard, unless I find the right fabric in the meantime.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17633','9dfd647779','Jason,

Just a small reminder, careful with the content.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17634','4f198f1232','I've been in the everlasting land of winter.  LOL  And sewing things...I've been doing that too.

Hope everything is going well for you Chase and that you had a great birthday!

Are you heading out to the COSI event in June?

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18182','82d5d5e455','Hey Drax... something I've been meaning to ask you for my uncle Scott, but every time I see you it keeps slipping my mind. Dur... anyway.

I believed someone has contacted him about making sticker sets for snow trooper armor kits. And he was hoping he could get your help and expertise on them, as well as borrow your suit for reference. I told him you were a bit of a snow trooper fan too... I think he was also wondering that if he makes a deal on kits, if you wanted to sorta go &quot;partner&quot; with him on the project. *shrug* That's about all I know.

Here's his contact info:
phinzup@knology.net
cell- 865-567-8382

Thanks man, appriciate all your help.
Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16677','469e007500','I'm going to call Loki since he's in charge of the other room and find out if he's got enough people to start populating both rooms. Once I get that info I figured we'd discuss it with skip. Whatdya think?

Also, did you get back to corey on what time we're leaving friday for Red Roof? He sent me a pm, dunno if he sent you one too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15921','026c6a35a0','You know me so well...
I'm off! Loooves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16792','504e2ff3f9','Yeah! I've got some different colors though, white, black, silver, and red. Just let me know which colors you prefer and I'll give em right to Loki. No problem! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14576','7dcfa62334','Not sure what time we'd be leaving on Sunday... not too early I would think... I'd have to check with Rose. Also we were planning to take Rose's truck. She gets back into town on thursday I'll check with her... sorry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6131','3302091fb7','Hey..i havnt been around latley thought i would drop in to let you know im doing so so..ill be at the horror fest with my friends mike n deb...i hope the others dont mind that my costumes wont be cannon but...i wasnt able to come up with the boots i needed and finish my cape....haveing difficulty finding them in my size. Anyway i was wandering if you are still going to have that birmingham thing? if not well...thats ok i guess ill catch another event some time. So how have you been doing havnt heard from you latley neither?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4087','77391245ce','Hey!
I just noticed that I had a new message.  :oops:  I'm a turd aren't I??
Hows things? Have you been puttin 2 gallons of fun in a 1 gallon bucket??
 :D 
You gonna go to that Aug 13 toy show at the Expo center? I wanted to but if no one else is gonna show...I'll buy you lunch if you go  8) 
Take care,
Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18100','2ad9e19f88','Thankeww, I'll be here all week.  Try the veal!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18087','c7a05fc4b7','you crack me up!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18089','c7a05fc4b7','you crack me up!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18091','bf5ee8fd9b','LOL thanks! You don't know how long I've wanted to add that on there! 

btw, will get those pics from midsouthcon to you by this weekend!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8405','7b4c6bbaaa','You need to drop Kevin. He is on the Star Wars Syndicate list. 

I have eight names with no days. You think I should get a Saturday ticket for them?
The names are...
Z-man
Skip
Chase
TC8881
Ash
Kell
Melissa the Alchemist
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8407','88e9fb1f67','I will DEFINATELY be there friday night, all day sat and as long as the con is in sesson on sunday.  There is no way I will miss a moment of it.

Just wanted to make sure you knew I would definately be there for the con.

Chris A');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18220','e11bbed7ec','[quote:e11bbed7ec="Jaster Mereel"]hey man, nothing against you at all, just stein keeps pushing this matter and he is an idiot .  fuck him.[/quote:e11bbed7ec]

Now why would I think there'd be anything against me?  Actually my initial response to Turbo was at the request of Mark I. because he said in the midst of his response he tell Steiny to go fuck himself.  So I was the designated hitter on that one.  He just doesn't think before he posts.  If you go to the 501 boards you've got Stein &amp; Tyler from KY whine-ing (yeah I know it's misspelled) that they missed the t-shirt runs.  What great representatives we have out there for the SOG.

Giggidy,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13384','ff4e85062f','My Suppa Brotha! Always grand to hear from you! I'm gettin my band back together. we found a KILLER guitar player and kickin this thing back into gear.

The NC-17 Thread is actually still there but is masked. I'll call one of the command staff and have you put back on it. With a little fussin going on in the SO lately, some things have changed and that was one thing that was cloaked so people who were offended by it couldn't see it. Also outside folks visisting the boards couldn't happen open it and be suprised! 

There was a little riff that caused Skip to bring up the fact that there are some folks who want to split the SO up. I've talked with a TON of folks and nobody I know wants this. It all stems from the fact that Skip and Jenn are hard to get along with, and all the other couples have kinda left them behind. Well, hell, nobody wants to hang out with a couple that acts like as ass most of the time! So I think the splitting thing was a way for them to get back at (from what he says) the Bama folks treat them. Just the ususal BS. No biggie.

Still jammin? Ryan is actually playing a gig down here at a bar my band plays at, next month, so some of us local 501st are gonna go see him!

Hope things are well for you, and we hope you'll have some good "footage" for us at the next event!!!!

Stay away from the fires bro!
Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18194','6fe61a4ed8','HI Mark! 

Grats on the engagement :) 

Um.. do I owe you money for shirts or something? I vaguely remember something around Christmas, but I've had deaths in our family and lots of crap going on, and I just totally forgot. 

Please let me know how much and  your address again if I do. sorry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18195','5878ad3fa1','hiya :) 

Chris A said I should ask you about something, because you would know better than most. 

so here goes: 

I had the idea at midsouthcon to make a series of small clay troopers doing things that our troopers have done in the past, such as forming the letters YMCA, doing a disco stance, having a pirate chick wrapped around them, being goofy in general. My question is, if I sell these, say at an art auction, will I get in trouble with LFL? These will be representations of troopers and Fetts and the like, 3 inches tall approximately, and made a little &quot;cuter&quot; by making their heads larger than their bodies, etc. I'm going to try to get them as accurate as possible, too. Each one will be unique, though. 

Please let me know if I can't put them in an art auction at a con, or sell them outright. I'm thinking that it may fall under &quot;fan art&quot; as I've seen many many portraits and such done of Anakin, etc at con art shows and auctions, but I want to be sure. 

Thanks :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9455','a5e940d82b','[quote:a5e940d82b="TB1112"]Hey Jamey! 

Thanks so much for the Poo Doo. Thank Greta too :) 

The fudge base is exactly like the fudge my dad and I used to make every christmas together. I was wondering.. would you ask Greta if she'd send me the recipe? If she wants it to be a secret, maybe just the fudge part? It used to be on the back of the hershey's cocoa can, but it's not there anymore, and we never wrote it down. I'd love to be able to make that fudge again for my kids. 

Thanks, 
jen[/quote:a5e940d82b]

We used to use a recipe from the Hershey's website, but this time around we used [url=http://www.quakeroatmeal.com/Kitchen/Recipes/recipeoutput.cfm?Category=RCCookie&amp;recipeID=1]this one[/url].  They're basically the same.  The Hershey's Cocoa helps, too.  

:D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12035','a69168eb8c','[quote:a69168eb8c="TB1184"]Hey Chris, what's this "trash compactor" thing? Did you wipe the board clean or something? I can't seem to access it.[/quote:a69168eb8c]

Well it *is* called a "Trash Compactor"  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8482','611765962b','With Jester and Loki going take care of their own tickets, That leaves only one discount pass left. 

Ideas on who will get it?
Here is the list I have.

	Friday	Saturday	Sunday	Discount
Shawn	Fri	Sat	Sun	Free
Joey		Sat		Free
Ricky		Sat		Free
Chris(TB1309)	eve	Sat	Sun	Free
Jamey		Sat		Discount
Wookieegunner		Sat		Discount
Crayfish		Sat		Discount
David	x	Sat		Free
BlueJedi	x	Sat		Free
JenKs	Fri	Sat		Free
Z-man		Sat		Discount
Jester		Sat		Will get their own
Loki		Sat		Will get their own');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6207','1b305978cc','Cool! I'll be there tonight/afternoon, around 5-6PM... you've got my number, give me a call :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18187','de3f6a8997','Hey Jon, I have a question about your Deece (as pictured in the St. Patty's photos).

I'm getting a DC-15 carbine soon, and I plan on taping a flashlight and some extra ammo packs to it, but I don't want them to look built-in, so I want some brown tape to attach them to the gun. I remembered you had some kind of brown wrap on your Deece, and I was wondering what it was. It doesn't quite look like Tusken Raider wraps, and a friend and I can't identify it. What did you use?

Your clone looks so freaking awesome man. I can only hope my GM comes out half as good!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17561','da4a4ee0ec','A sandtrooper and a ep3 clone for sure.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17562','41e0b6c4b5','Send me the low down on the ho down !  Time, What do we do about eating, You know what I mean !
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15648','d88ef590d7','I am sending this to Joey, Skip and Tambo. I guess on this board you can send one pm to multiple people like the Clone boards, so you will each recieve the identical message.

I am asking this away from Mr. Lester. He has grown more and more rude lately. I am sure most of you have seen or heard something or are having a conversation about him at this time. 

My gripe is his posts lately are few and far between and when he does post, he is being rude and an ass. When I saw him at Dereks BDay party, he didnt acknowledge me at all until I walked up to him and shook his hand and with that he didnt look me in the eye nor seem excited to do so. Skip told me he was rude to Corey as well. 

His challenging of Skip, the recent Bellhop post to Joe with the inuendo about shoe fits, wear it and the rumblings I hear, its really pissing me off. I have vented to each of you and just gotten stuff out of my system, I am waaay past all of the stuff I mentioned even just a few weeks ago.


What is going on? If he is going to be this rude and a jerk, can something please be done? I have had enough. I asked him about his calling out of Skip, etc and he didnt respond only with a &quot;if you only knew&quot; thread. Yet he will jump down Skips throat any chance he gets onthe boards.

I know I dont need to be privy to stuff, but I am not the only one noticing this. People are starting to talk. I told Kell I am getting excited about trooping and prop making again, and I will ignore him at events unless he challenges me on something, I wont be immature, but gentlemen...something needs to be addressed. I am confident you guys know whats going on, and I am confident something will take place. I am not confident in him being on Command Staff and nor do I respect him as a member of it anymore. 

Thank you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15191','2da0bf05a9','I've got a helmet kit I'm getting ready to ship out to chris Ash.  I'll take some pics tonight.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15192','392b509e92','Joey,

You want the 501st SO logo on the support section of Kiley's donation website? (It's been added, you may wanna take a look if you didn't see it earlier.)

If so, gimme a link to the image, or on suitable that could be edited to fit there, and I will link it to the SO main page.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14936','97068a3d30','Hey Skip,

It's really good to hear from you!!! Yes, life's getting better for us with employment and the baby due in July. I know Corey and I had a bad deal with a GPS unit and him and I have started talking about it and working it out because I value his friendship and I hope we can take care of it and get it behind us. 

Did I do something to anyone else? As far as I know, I haven't done anything wrong to any of the other members. If there is something you know that I don't, please let me know. I really don't want anyone to think bad about me. If it's my attitude or some qurik I may have that others don't like, I would really like to know. I hope you can shed some light on the subject and help me out because now you've got me wondering. 

Anyway, I'm going to bed but you can also call me at 901-517-5190 if you want to. Take care and I'll talk to you later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14006','eec835da99','Hey Glenn,

Let me know if you still need a place to crash this weekend so I can make my pad a little more presentable LOL! Or just call me at 901-517-5190.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8504','71b23969f4','I interested but I want have money for a long time.
What's the scoop?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18307','d3f592a52f','Jon, as I see the &quot;new deputies&quot; being elected, I catch myself doing a little self examination. Here is a letter in letter that I wrote to Jeff and Skip. I wanna know your FULL thoughts on this!!

Z

***********************************************************
Thanks Jeff. You always have a way to make things look better. Here's the rub though: I'm feeling no better about it this morning than last night. I appreciate the command staff now. You guys deserve to be where you are. My gripe is why did veterans get passed up for this? Hell, if Ricky had been selected as a deputy I could have accepted that much more than if three Rookies got it!

As for them having full access to the CoC, that's probably the part I'm must ticked about! Three guys who have been in the group a year, and people like Jon, Bob, Mark, ect don't get that privaledge? Does that seem right to you?

Interestingly enough, Skip sent me a PM about something I mentioned on the boards. I wrote him back and this is what I said:

******
One more thing. And I'm not bitching but just curious. How were the deputies selected? My theory may be wrong but just hear me out: Corey and Chase were selected because they seem to be either VERY outspoken (another term for being the squeaky wheel) or ready to split the garrison at the drop of a pin. I think Gooshy was picked simply because he's down here in AL. 

Now, once again, don't read into this wrong, but how come older members were passed up for office? Are they going to have full access to the CoC boards? 

I've been trying over the past few months to open up lines of communications (as you know, cause I've talked with you a bunch too) and have taked to a bunch of people till I'm blue in the face! I know how you and Joey feel! It's a pain in the ass dealing with the whiners! (as it looks like I am now)

Here's the nutshell: I really don't expect to get an officers position simply for the fact that I portray a laid back, drinking, silly ass (kinda like Jon) but in reality I'm a not that way. It's just a fun personna to have. I know that if you guys were to offer me up a position everyone would say &quot;Z-man? He barely wears armor!?&quot; So I understand that part. The part I'm trying to wrap myself around is how did all the veterans get passed up for selection?

Seriously, Skip, It's really no big deal. I haven't even talked with Joey about this yet, because I think it would make him uncomfortable since he and I are so close.

I have gotten real tired of the drama lately (as you guys have too!) and it does kinda make me want to step back out of it for a while (God knows between work, family, and everything else it's a wonder I even have time for the 501st!)

I'm not gonna pull a &quot;Corey&quot; and post all over the boards that I'm out! I just may be a bit more selective about what I do.

Thanks for listening. Shoot me an e-mail when you get a chance and just placate me, or tell me I'm stupid!  :D 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14682','66958a820c','huh :?:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14690','93a3971a82','yeppers!!! I'ma back! Missed ya too. Sorry I missed this weekend. Heard of all the fun and good times (and crazy forum times) I missed. Can't wait for this weekend!!! Going to be a blast!!! :D
Oh, and Jon mentioned you asked if we would stay with you for dcon, yes Yes YES! More fun to be had :) Love ya, missed ya, see ya soon...
can ya tell i'm hyper and happy to be back? Gma is all healed up, so I'm back for good now!

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('859','a99cb16e58','Package was shipped USPS today. Tracking # 0304 1560 0003 3588 7908');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('860','c1efe8bd26','thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18235','a98e1575fa','Of course I heard it all 3rd person, but basically they addressed all of his little comments either on the boards or the pedophile stuff said in public.  He claimed he didn't realize it had had such an effect on the group, or something like that.  The conversation changed quick enough so I don't remember if anything resulted from the sit-down.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15591','4d93002b6e','I think the costumes are at a 90% done status.  I will ask Gena and see for sure. I will get them pushed through for RL approval as soon as they submit them. I do have a little bit of sway now that I am the XO of Corellian base. I will let you know as soon as I know something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18287','2a0a0543fb','Jon:

Got my mask in on Wednesday night &amp; it looks great.  If the mask maker okays it I thought I'd throw you his name &amp; email if you wanted an alternative.  Wish I could show you pictures, but I don't have a digital camera yet.  Mark Ingram's bringing his to work Monday (hopefully) so hopefully I can get some shots then.  Already have the wig &amp; inner mask &amp; the gloves are on order.  The GF is researching the rest of the costume &amp; I have a possible source for the belt.

I may have solved the knife problem.  Our current solution is to buy a suitable knife, mod it, make a mold of it, &amp; then resin cast that baby.  Hopefully Tambo can help me make the 3D mold.  We think we've found the right knife &amp; hopefully I'll win it on ebay tomorrow so don't bid against me:
 [url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6617027773&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1[/url]

I'll mod the handle some &amp; may try to blunt the ends to conform with DCon &amp; to insure I don't stick myself with them.  Originally I thought V used a sheath on them, but more research has shown that not to be true.  Then we'll paint them up and they should look good.  Try to think of the best way to make the blades look like metal.  There is some discussion about this on the costuming thread on the main 501 forums.  Wish I could get that chrome paint from Japan (see the thread).  The extra spiral on the hilt should even make the knives spinable with the gloves on.  Don't know the total cost yet, but thought I'd throw that out there if you wanted to get in on it.

My girlfriend is also working on the customize hat now.  Don't have a clue what the price would be (likely around $50) but if you're interested she's (at least for now) willing to do a few more after she does mine &amp; one for her.  We were examining hat molds today to base on the design.  Be assured that we're taking our time &amp; will make sure this sucker is VERY accurate.  We discussed the hat's angle &amp; slope for over an hour today alone.

Just wanted to update you.  Let me know what you think.  I'm often away from the computer on the weekends, but PMs would assure that I'd see it if I log on before Monday.

Later,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18075','43eae67766','Its Dale Mattson and here is his email address.

tk510@juno.com

You can tell him I( Geoff Manfre), the Fireman from Northern California then to Tennessee ,gave you his info. He has hooked me up with my Vader stuff( Hard and Soft armor,Helmet and Icons sabers) to my Han in Carbonite,Stormtrooper(GF) and DP Deluxe Tie Helmet w/ box.
All have been well worht the $$$ and way below what anyone else could offer.
 Hope this helps.
Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18242','3981f12645','Seriously, like just push him down a flight of stairs or something.  CID will rule that he tripped on his cape &amp; the American Gladiator pungle-stick got in the way.  8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18243','5f427636c5','Yep, we are cool up here. Got married last summer and Ive never been happier. Hope to see you guys again real soon. Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18245','829379ab22','Well,  it's about 10 on Friday night. I hope things are going well for you. Hope you're finally getting that rest you deserve!!

Ok, I can't sleep. I gotta get a few things off my chest before I can rest. I'm sure I'll think differently in the morning, so whatever rantings I post now, just ignore. I just feel like you and I talk so much and can relate, blah, blah, blah.

Are the &quot;deputies&quot; gonna have full access to the CoC Boards? I just think that kinda sucks if they do. First of all: Corey and Chase!!!?? Second of all, I love Gooshy.  I think he's a great guy, but he's only been in the group a year! I know how it went down: Corey and Chase are the trouble makers so let's give them some authority to appease them. Let's pick Gooshy cause he's in AL. Z-man isn't a serious enough (or so everybody probably thinks) so let's go past him.

Jeff, I'm really not bitching about being passed up. I know it's a real blessing in disguise. I don't have to do shit!! But can you see where my feelings may be a little hurt? Ah screw it. It really isn't anything but the principle. 

I know Joey would never do anything to intentionaly hurt my feelings. I know that you  and Joey know how much this group really means to me, and you know how hard I've worked the last few months trying to open the lines of communications up. I know also I project a persona of laid back, drinking, have a good time guy. And I can really see why they wouldn't want me in any office. I guess I really screwed myself by portraying myself like I do! Hell, It guess the same would be for Jon? 

Anyway, really no big deal, Jeff, I'm just venting, but also wondering why.

I haven't talked with Joey in a week and it was weird to just suddenly see this on the board. Now I know how you felt when you said you were out of the loop.

Just shoot me back one of you no-nonsense uplifting e-mails and I'll laugh myself to sleep........................

This next comment will probably seem stupid to me tomorrow, but right now (I know this sounds like Corey) I feel like just getting out of the whole thing and leading a normal life. I know my wife would love it!!! It's just taken too much out of me and I'm just tired. I KNOW you have to have felt like this lately!

Hey, really, I'm not suicidal or anything! Just tired. Talk at ya soon. Hey, I may really take some time off and just chill. 

Z-(I portray myself as an idiot) man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13870','faea74f316','ok. 

I think I just needed to hear that kind of thing.. that  the nonsense is just nonsense. It really bothers me when people attack my friends. I'm really glad that you're doing ok with it, and it looks like Cray and Jeff are also doing better. Somtimes, it's just overwhelming when it comes from nowhere like this. We enlistees don't get to know much about what happens in the command staff. I'm kind of glad about that, though. 

I would really like you guys to come up soon :) I know Jennie and Chris and Donald have been talking about getting you up here to play miniatures. 

And even people who know about good mental health need a hand every once in a while. Thanks :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9719','29d92a1ee7','hey jen

no i won't be at any event probably till adventure con.

january 1st will do, email me then.

thanks
-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17867','5794ef4708','Hey Chris,

Is it possible to put line dividers between posts to help seperate them better? It's ok the way it is, but I thought that lines would help.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17868','f3b441296c','[quote:f3b441296c="TK1427"]Hey Chris,

Is it possible to put line dividers between posts to help seperate them better? It's ok the way it is, but I thought that lines would help.[/quote:f3b441296c]

Yeah, I'm working on a new way to organize the event information in the forum right now, if you can hang in there just a little longer I'll get that in at end of week.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15737','2720312925','[img:2720312925]http://www.clicksmilies.com/s0105/mittelgrosse/medium-smiley-054.gif[/img:2720312925][img:2720312925]http://www.my-smileys.de/smileys2/gurke.gif[/img:2720312925][img:2720312925]http://www.my-smileys.de/smileys2/00000968kelly.gif[/img:2720312925]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15057','4db2bcd26a','Wow, I never knew Z-man or anybody else felt that way. Well, I knew Corey did. I've never meant to take advantage of anyone and I really do feel bad that I've done things to make people think I'm a freeloader. I really wish Z-man would have said something to me last year. I have talked to Z-man several times in the last year and he makes it seem that we're still buddies and nothing is wrong. I hope that no one else feels that way about me and if they do, I hope they understand I didn't realize I was doing it. Now that I realize it, I can try and make it better. Thank you Skip for pointing this out to me. I will try to open the lines of communications with Z-man on this and if anyone else you know of feels this way, tell them what we've talked about and that I apologize. I guess this is a great example of poor communication within the SO and why we need to fix it. Thank you again Skip.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16699','0cbf3e487c','I have a feeling it was Jamie.  But it doesn't make a difference as far as what I posted.  Like I said, I'm not singling anyone out.  We need to nip this PM-abuse in the bud.  


Hey, how come you aren't coming to the parade?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15043','8cec539a5a','Hey Chris...do me a favor and delete the Crayfish and bad luck...twins? thread.  I am feeling better and don't want to linger on it and see it when I visit the boards.  Could you please do that for me?  Thanks.

Crayfish');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13943','fc7fda966c','If that comment about not being able to do more than one thing in a day was directed at me, that's not what I said at all. I said I would try to get to Nashville and I would definitely be in Huntsville. I didn't say I would choose one over the other. 

I just wanted to clarify. 

I also just wanted to say that I am not going to dredge up anything you sent me a few months ago, because I'm not that kind of person. 

I do get a sense that you are mad at me for some reason, though. Please let me know if I'm right. 

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16397','817456fd97','Hey  baby! I can't see you on messenger. o.O

Funny you said hey, I wanted to let you know that we don't have a room for this weekend, we were just going to wing it when we got to the Red Roof. You're welcome to join us on winging it. If no one else has room we'll get one for ourselves, but I guess after all the drama that's been hapening, we just wanted to not think about such things.

Aaaanyway, how ya been? How's your man? What's up mah sistah?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18031','20366b6f97','Thanks Holly!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16321','6b37b2e042','Yeah, all the talk of Natalie Portman, and I wanted something fun... so I posted that :p

Loove ya baby. *kiss kiss*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10071','6364a9cb55','The blue one- its more classic looking.

&lt;Plus you can twirl about and make pretty colors with the skirt! teehee!&gt;

What types of shoes are yall gonna wear? I was thinking of going to the local dancer supply store and getting the shoes like we used to have to wear when tapping- but without the taps on them..and in black.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4644','d2ee6aab2c','thank you i appreciate it ^_^ ill keep that in mind i like your arc troopers design and definatly the colors, im so happy i won my carnor jax helmet today. 

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;rd=1&amp;item=7538505411&amp;ssPageName=STRK:MEWN:IT');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('906','b3fc2d6951','Hi there! 

I hope you're recovering from the weekend nicely. 

If you're going to be at Midsouth Con, I'll have 7 dollars for you, ok? The more I thought about what happened, the more I think I was confused about what they did with your money. I thought they were buying you, but I don't think they did. So I owe you 7 bucks. My mistake. 

JenKs');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13899','87a3fce31a','We aren't all evil. Some of us are pretty nice. 

&lt;hugs&gt; 

I hope you feel better.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13900','0f9b10e752','I know.....some are great...but some sure can make you feel like a fire is rushing through your chest.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10008','6c30c5296f','Blacks, golds/yellows, and whites with Outpost patches hidden about the person. 

If the woman has a man then the more the fun trying to find them ;) but thats just the naughty side er...dark side talking there teehee!

If it were to be a 501st angle, blacks, reds, silves and whites

Off to work! see ya later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17969','d8a6e5e9a1','armor on the way,should be here be early next week.
thanks
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10011','1e3afe5654','great idea! 

Do you mind if I tell Holly etc? I bet they'd like this new twist a lot :) 

We're gonna look soooo cute! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('909','31f8b39873','dont worry about it ... its no biggie.. just owe me a few beers or something');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('910','0e8ac087d5','you betcha! 

:)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18253','fbb698e5b2','Joe:  What the Frack does O.J.N. mean in your signature.  Please share your secret message.

Giggidy,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18254','30fc26b7e0','I can not shar the wander that is ojn with you Zach. For OJN was of the moment and is for the 5 of us who were blessed to be invlved with its humor. I'm sorry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14381','ce4d175545','We're working to get everything put back as soon as we can.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16916','e02778818b','April 22? I think that would be good. I was talking to Jester, Bamatrooper, Hammer, and Drax last night and asked what they were doing in April. They had a few things lined up, but they said the last part of the month were free. I thikn several of them would be up for a Prop party around then.

It would be great if we could have Rose or some from our group make some stuff for us. There's another person that comes to Game Nights that is an excellent seamstress. Her name's CeCe and has made John's costume (and several others). She's talking about dressing up several members for DCon (Imperial Tech's or Sith... not sure yet). If we can get her to come, she would be a big help as well.

I told Bamatrooper about JM getting armor. He said he'd love to see how it looks as he'll probably upgrade to that. Nothing wrong with TC-9948, but that mold was made 3 years ago and he's been waiting for something more accurate to come out. 

As far as who to invite? What you have sounds good. I don't know if John is into the armor or not, though.... But yeah... other than that, I think we're the only ones working on 501st membership. 

On the Thursday &quot;non-power tool&quot; prop party, I doubt we'll see much about it until the week of. I talked to a few of them last Thursday and I think everyone wants the foamy saber more than anything. Not sure about the armor, but hey... if they bring a garbage can, I'll have templates. I used tin snips to cut mine out, but I might bring the dremel just in case... Not sure yet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18279','58a4e7b3c1','DAMN!!!

Oh well.  Go check out my new Alien pics.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17605','b56d7ff43a','Hey Shannon
I hadn't heard from you so I picked up those two figures hear at MSC.   If you were holding something for me and I caused you to miss a sale, I will buy them from you anyway.

Missed you guys here, we will hare pics soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17671','3bbc933c56','Hey Chris, quick question:  I'm not sure if it still exhists but if it does I'm not showing it.  Is there still a &quot;trash compactor&quot;  Area?  I had it before the hack but its been gone since.  I didnt know if it was done away with or what, but I heard someone mention it and it made me wonder.  Thanks!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15948','f60f4f5b0a','Dude don't let drama bring ya down man if its a gas issue I'll front the gas by palypal if you need it before hand I wanna see you guys you make stuff fun. Who else will only where the least bit of armor possible. Who else will have one clown shoe? Who else will get fun joke gifts for birthdays? Who else can I share Corey's Vader with? If you're both feeling better please reconsider man. Seriously. I'll do my snoopy dance if you guys come. 

Sides I also wanted to see if you guys still had that extra red plastic I might use for my visor.  :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10603','100048997c','http://www.501stforums.com/forum/index.php

then chat room :)

theres been more people in there now the holidays are over- its a really cool place to meet new people at.

Why I'm thinking of retireing? Because...I dont feel that welcomed in the group any more. Some of the things that were said at Adcon got around to me after Dcon so..I've been really upset over it all. It's one of the major reasons I didnt go to the parades.

Oh and yes I'm excited about graduation! Nervous more than anything though...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10351','7794ea535f','Do you want your backplate back? the one you gave me at dcon?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10187','fdda6da436','Hey Glenn, I got my award today. Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10895','79ffa071f6','Holly,
    Once you guys start figuring out what everyone needs to bring, let us know (specifically things like drinks, snacks, money for pizza, etc. not plastic, pvc, or the stuff I need to ask Joey about (already PM'd him)).

Donald');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16658','9e84ae07e4','It's all good babe, all good. I'm at work right now and got a ton of stuff to do. Anyway, I'd rather be at home, in bed, snuggled up with yooooooou. Talk to later today!

Loves you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10602','312429f988','Joey;
Congrats on your campain for LCO; you have my vote for certain! I read your answers to questions on the main 501st boards; they are excellent indeed. Then I realized something - I still have that TK faceplate for you, sitting out in my garage boxed up and ready to go. All I need is an address to put on the box, and I can mail it out for you pronto if you still want it. Please let me know.

Best wishes!
Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11464','eb17b1d07c','Hey,
    How long did it take you to get your saber?  Just curious what kind of lead time they have.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16983','c2ed8f4481','Your killing me..I'm adusting now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11574','812f36023c','I know how hard it is to keep up with all the threads on RPF.  There is currently one about the differences between a regular SnowTrooper and the SnowTrooper Commander.  Didn't know if you had planned on upgrading the Admiral to a TS Commander, but if you are:

http://www.rpf.invisionzone.com/index.php?showtopic=103421&amp;hl=');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12033','521f80b2b4','Hey Chris, what's this "trash compactor" thing? Did you wipe the board clean or something? I can't seem to access it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8321','46d8f182dd','I just changed computers at work and I still haven't set everything up, so I can't upload them yet. You can download the zip file (about 44M) at...
http://www.novaconusa.com/Art/BestBuy_Star Wars_2005.zip

You may have to cut and paste to make it work. I did.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15552','425b866e0f','Ohh that.  What I did, mostly due to Hammer who used an avatar that was twice the size of yours at one time, was in the forum code, I have it poll for the image size if it can grab it. Then it compares the original size with 140x140.  Using the difference, I have the forum code write out html code to set the height and width to the appropriate size so it looks ok just closer to 140x140 so it won't take over a user's screen when they read the forums.

Not too complicated.

Now why the url would take the second time.. now that I've not a clue. I've been having trouble with that 'debug mode' coming back up lately when the pull for an avatar takes too long and I've been altering the code as time permits for me to get it to behave.

Delicious pirates eh? This I'll have to go see.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11683','255d2b891e','Dude, since we got into a last minute bid war by mistake; I give this one to ya:

[url]http://cgi.ebay.com/STAR-WARS-DEATH-STAR-TROOPER-HELMET_W0QQitemZ8754161938QQcategoryZ154QQrdZ1QQcmdZViewItem[/url]

Good luck, I hope you win it.  :D 


Tie.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10817','f88a671ee5','Corey, 
 here is the website that has the E WEB blaster and the emporer's throne chair
Thanks
Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10818','5c7425e531','Hay Jeff,
You forgot the link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11897','9095bfa8d4','Understand.  So am I.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16711','c24a2bed82','Man, you know you'd be missed.  I bet plenty of people noticed, but there are just a few of us willing to put our thoughts out there on sensitive issues.  

It looks like another rug-sweeping has killed any PM discussion for a while.  I don't care who says it was blown out of proportion.  The fact is, it doesn't need to happen in the first place.  But if everyone else wants to hold hands and fucking sing Kumbaya, so be it.  They just better hold on tight so nobody gets stabbed in the back.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17461','f873542d2e','Thanks so much.  I'll tell him.  It'll make his day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15777','dc85ea892e','Thanks Hammer,
Ill add him to the email list we have going and keep you all updated.
Have an awesome day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11467','99aaa7e132','I ordered mine in June, I believe. However, at the time I ordered, there were already about 5 dozen clients in front of mine. He's a VERY busy guy. Hope that helps. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16819','02f636725d','Hippo...

Just do a member search... on CTN... I don't remember his e-mail address... 

They were $300.00 just FYI');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12417','c9972dbd8a','Sorry if I went over the line in the Gay Bar thread.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18330','4905f534c5','Thank you for editing zach's and stein's post. I was hoping they would had stopped, so that's why I posted something, trying to bring peace until a moderator showed up. your right, people do not need to read that b.s., we are suppose to have that stuff behind us now. 

Can't wait to read the new guideline book, looking forward to it. 

Be well,

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14921','7809eae2f5','just wanted to say hey,
sorry that you guys couldnt make it over to corey's.but at the same time was thrilled to see you mention that you were working.
hope things are going in a positive direction.

thanks also for your support during that,lets just say,&quot;interesting&quot; time on the forums lately.i hope to move past that and get back on track.but it was nice to hear and talk to so many people that agreed with what i have been doing,so thanks.

did i hear you guys are expecting? if so congrats and hope that is going well also.

lastly,and to be honest,not that i want to bring this up, but i know you want to get back into the group.i truely believe you mean well and know that you might have done some people wrong in the past.i dont think many would be honest enough to even state that but hell im always sticking my neck out for everybody.
if you would like some honest conversation about the past and what might be some viewpoints i could help with be sure to ask.if you want me to drop it ,consider it dropped.but im here if you need something.

gotta run,its late.
ill likely see ya at MSC ,pull me aside if you need anything

be good
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12489','5f9fa5a17a','[quote:5f9fa5a17a="SL100"]just curious if your still working that xenomorph board.
ive been molding and making latex alien suit pcs.got most of the suit pcs planned out for a couple of suits.
let me know if much is happening over there.
skip[/quote:5f9fa5a17a]

Not really.  It kinda flashed a little at the beginning, but nothing really came of it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13972','9035654517','ok. thanks. that's really good to know :) 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13973','eec835da99','Hey Glenn,

Let me know if you still need a place to crash this weekend so I can make my pad a little more presentable LOL! Or just call me at 901-517-5190.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('951','5e5a1ba8bf','Hey bro... howx it going.. geoff wanted me to message you and ask have u reviewd my application in the 501st yet so that i can get my tk number by midsouthcon... it would be appreciated.. and please try ya damndest to make my number tk2472.. appreciate all you can and have done');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('952','87148a2afc','I have done all I can do...it's submitted to legion, sometimes they sit on approved aplications and do them all at once.  Your stuff has been in since Sunday...hopefully they will add you before the weekend.  Once your TK # is in I will get your pics up..untill then all we can do is wait.

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('955','104c65948a','No more did i say that than at 4 am geoff checked it and i was up there.. mabey next time i need somethign done ill just pm somone...lmao..wonder if it will work on the kids cleaning there room....lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('956','0df96e272d','Hey, Jason, cool avatar!

You know it's showing up on ALL your old posts, including ones in the public forums, right?

Looking forward to seeing what you come up with next week!   :twisted:  :lol:

Jennie/RL-BlueJedi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18024','14c4687550','Could you delete or archive this thread?

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=86  

I've started a new one.

Thanks,
Loki');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16710','c24a2bed82','Man, you know you'd be missed.  I bet plenty of people noticed, but there are just a few of us willing to put our thoughts out there on sensitive issues.  

It looks like another rug-sweeping has killed any PM discussion for a while.  I don't care who says it was blown out of proportion.  The fact is, it doesn't need to happen in the first place.  But if everyone else wants to hold hands and fucking sing Kumbaya, so be it.  They just better hold on tight so nobody gets stabbed in the back.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7814','3269a7cb16','I'll give you the money then :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7815','57b098a4f4','check out this video!!!

http://www.mtv2.com/#series/13696

it's our band dude!!!! We need to do this song!!

Z-man

Got your phone call....will buzz soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1682','7250d30c72','well,i have a ep3 commander(red).pauldron,duster.I just got an email though saying i have to send better pics before they would approve me in the 501st.Had sneakers on in the pic lol.also said he wasnt crazy about my helmet.Not sure why.It is fan made though.Thanks alot though.You in louisville?Ill have to wait a couple days,send new pics,wait for reply.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('968','ab15e74a02','Hey me and loki want to order some but how much are they b 4 we go buying and dont know the cost...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('969','116cb2e48e','The badges won't cost you anything.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2414','c5c78be094','Thanks! I'll post this evening after we get back from the movies. We're going to see Ep. III again.  :mrgreen: 

BTW, I found an AT-AT Pilot costume on eBay, but I don't have the money for it right now. If I did I'd be all over it. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17782','926b4b5714','I think so! I know from talking to folks people are still planning on going. Chase is hoping to have his Vader done, so I'm definitely planning on bringing my tk. Should be a fun con this year!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17783','d69cecd5dd','yeah man the TK is cool but by my calculations you'll be looking at $650-$750 for it all total. Thats a hurt but its cheaper than a lot of other stuff plus its VERY recognizable. Some of the guys were talkin' bout filming the whole thing in 2 prop parties, thats cool with me cause that'll give me the time to get the money to buy all the other crap I need to have a fully done TK ready for pics for TK rank at the second party');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18175','5a2dbc6621','You have been added to the following events.

All Franklin events
MTAC

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18177','ebbec7653c','Those are the ones.
Usually prices range from $40 to $60.
I'd snag those. They look good.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15709','d12a63cc3d','dude there is sooo much to the story, as always. i've not ever caught up with you yet so we should talk if nothing else anyway...

i'll try and give you a call tonight or tomorrow night if thats ok too.?
-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15710','473066175e','thank you Glenn.  I'll get to those pics asap.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17512','789cfd8b9d','I REALLY want to learn to play SW Minatures!!!!!

I have the AT AT and AT ST, and a few assorted figures, I love them, cant wait for Dcon, there is always people selling the minis...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16740','3687f9c0a0','Hey Tambo,

I see a few of your members are dropping out. Do you have an updated list and have you started breaking them down by groups of 4 yet for rooms? Thanks for your help and hope to get the info soon. We are just waiting for the room capts and roomies now to send the list to COSI.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9915','9cc84b9273','Glenn, how much you asking for the AT-ST and Rancor?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15337','ea21689578','Todd,

I had a couple questions for you about upcoming events. First, do you have space for an extra person wherever it might be that you are staying for MidSouthCon? Chris and Terri dropped out, so I have nowhere to stay.

Second, Atin has you on the list for both the fire fighter event and the COSI exhibit. Which are you doing?

BTW, I think I have sold the Han ESB blaster along with much of the other MR stuff I had lying around.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17452','e4f4b1a591','Hay Glenn,
Let me start by saying Im very sorry for going off on you yesterday the way I did.
While there is no excuse to treat anyone that way, I would like to try and explain.
For the past week I have been bombarded by harrassing emails and such that have been down right nasty. Add to that a lot of personal stress and strife in my life, one major thing being my health. I have been at the hospital for test after test since Tuesday. Everything just piled up and I kept holding it in, until yesterday when I started to drink after taking my pain pills. 
You have always been kind to me and I feel really bad about going off on you like that, you asked a question and instead I flipped out. Again I can only appolagize..
Looking forward to seeing you this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13251','e444c04b42','Mosty the nose.It just needs abit of TLC. I probly will not make the 25th.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17721','85fa0054c0','no need to sigh..you look great!  work it, girl!!!!!

i must admit, i still do a sidestep occasionally by myself, but ryman and i dance all the time.  todd SUCKS at dancing!!!!!!!!!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3843','cc3baa6e33','Yes, send the money when you can. I can ship but its about $15.00. It takes a large box and is heavy. Is there someone I could give it to at Dragoncon who could hand deliver to you?
Where are you located? Im in Franklin tn.
They are $35.00 
If you want them shipped then add the $15.00. If I can save you the shipping, I do not mind hand delivering it to someone when Im at DC.

Thanks Geoff

Geoff Manfre
103 Stanton Hall Lane
Franklin Tn 37069');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3560','9a5cc181ab','I've got a belt greeblie from Glover for you.. send me your address..


Also , you need anything else to finish your TS??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10570','934bbbb6e1','50 for a ticket in is WAY to much for me to even want to request the time off for Chattacon- so my only planed events are adcon and dcon.

Work has been blah! Im glad the holidays are over..that and I'm taking my last class then will graduate in May.

I hang out in the 501st chat room when Im not at work instead of yahoo...my comp doesnt really like that program any more &gt;&lt;

Been kinda on the low side here in the SO though- thinking of just retireing out of the group. Don't know yet..

Hope you had a good Christmas and New Year!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3196','1443ba6fac','[url]http://thedentedhelmet.com/forums/showthread.php?t=8202[/url]

It doesn't sound good. If you can stop payment, it may be a wise move.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17864','ced0de186c','Addaded Eelem and Benji to the roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17865','14ed62f00d','You have been added to the MTAC roster... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17875','1f611a1046','Sure!!!!
As long as I can paypal the money to you????

Is it the same size as Suppas?? IE it is going to fit right????

Do you have pics of it???

Also need to figure out how to get it from you???

Thanks... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17879','f5bd561cba','Jen:

My GF &amp; I have been secretly working on that costume for two weeks now.  Wouldn't mind the reference pics to be emailed it you don't mind.  my mask should arrive this week.

Later,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18011','92f57e1be7','I have added you to the MTAC roster as tenative... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17168','37ee849b3f','Hey Tim, when do you plan on leaving for the COSI event in June. Im not sure now but I may need a ride would it be cool if I wrode with you? Also have you contacted Joey Police about the UKon thing. Ive let Darren know about it but havent heard back from him yet.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17169','ea9a6552ad','You know.. as much as I love birmingham Mr. Z, I just don't think I need to ever drive through it anymore.  I always have car trouble.  Lastnight I hydroplaned on an onramp on highway 280 and totalled my car.  That was like at 10:00pm yesterday and I didn't get back here til 6:30am this morning.. haha.  Thankfully no one was hurt (I was driving with Lauren aka Dark Huntress) and we were both perfectly fine.  A couple helped us pull it out of the ditch and it ran for about 10 miles before it died in the middle of an intersection.  Pushed it into a parking lot and waited for hours til someone could tow the car.  The Ford place estimated $6k just exterior, they can't even get to the engine yet because my hood is stuck down.. haha.  Just letting you know how unlucky I am in birmingham..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17812','1f0c093b72','Welcome to the forums :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13059','50126bb865','Hey Loki,

What's wrong man.  The last fe2w posts have made it sound like you are about to snap or something.  Are you okay?   Everything alright?  How have you been man?  Anyway..let me know if I pissed you off or something since according to every woman I have ever dated I have the special ability to piss them off without really trying.

Take it easy.

Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16319','8c1453eb07','You changed your pic  :( 

Loves you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4678','614722448a','Maybe we should all pitch in a little and buy it for the Outpost as a whole.
Even though I'm not a member, I'd pitch in a couple of bucks.
Robert');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13936','c60f47e076','Jeff,

Now that we are opening talking about a potential split of the Southern Outpost, I just want you and Susanne to know that as far as I am concerned, you two will always be welcome as members in any garrison I am a part of, even if you don't live within it's political boundaries.  And you can publicly quote me on that.

Donald');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17652','47ca7e4d12','Guess what I just bought  :twisted:  :twisted:  :twisted:  :twisted: 

I should have it by Thursday..

anyway, yep I found the laser keyboard, here is the link of the company that sells it.

I was thinking about the roll up keyboard and happened across the link for this one and bang it is only like 40 more than the roll up one..

http://www.laser-keyboard.com/products.asp

keep me posted, I know we will both have them..  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16324','fece9cc905','He called me, I told him to leave the pre-event planning roster stuff alone if the member so wishes ( i've explained this before as how we used to do things) so he will leave it alone, no worries.

He knows he pissed everyone off with the spamming Jan and Feb.   He's cut some of it down, but yeah, I don't read the boards anymore either unless its something i am interested in specifically.

Skip has talked with him once about spam also...

I'm workign on a solution for us.... 8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17405','b6cac95be3','I just wanted to tell you I heard this rumor about you......');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17406','1122308f47','I hope you weren't too put off by some of the stuff that's been said on the board.  First of all, that Mojo guy is a real ass on the Internet for some reason.  I just try to ignore him.  As for Tambo, I'm sure if he knew who you were he would have been a lot nicer in the beginning.  We've just had some bad experiences with people in the past, and as the Membership Liason he's had to deal with people crying to him about why their costume isn't good enough, etc.  I think you're great, and you and Hook are both really fun to hang out with.  I can't speak for anyone else, but I'd say most other people who've met you guys would say the same.  So please don't be offended by some of the folks here.  They're used to playing rough with each other.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16327','883120e19b','the short version is that Skip and I have had a hard time with it.

Its very difficult to expand the staff without leaving someone deserving out of the staff.

i'll have to call you and explain where we are...

PM me your number to call at night...
-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16329','039c1a4956','Hey man, sorry we missed you when we we're leaving Corey's.  If the offer is still good, I'm in for MidsouthCon.  Just let me know.  I don't think Rob's wife is gonna let him come out and play though.  Joey PM'ed me and said he was going to try to get some gauntlets to you.  Let me know what he says.  I think we stoked Rob up pretty good, he's ready to buy some TK armor so I gotta call Skip for him.  If we're still good on Midsouth let me know room detail i.e. cost and shit.  This will be my first time out so I'm not sure on the technicalities.  If you dont care to give me your #(cell or whatever) or Corey's # I'll call you guys with my questions.  It would be more time effective to call you, I can't type for shit!!! Thanks bro!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18336','7c559aa260','LOL...Just call me the Jedi Pimp.  **grins**  But seriously, she's asked me about you several times this week.  I think she's smitten.  And when I told her I knew you, it just degraded from there. :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2048','d76c263099','Thanks.

The lettering is Aurabesh for Vex.

Who's Blue Jedi?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18262','1ef03fba39','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13681','43e59e9626','I am planning on coming and bringing R2 - I assume there are hard-surface floors (he doesn't do well on thick carpet or rugs).

I'll also need help getting him in and out of my truck, but other 501st guys usually help with that.

Do you want us there right at 7pm?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2047','4bf7f536c9','nice avatar.
Watch out for RL- Blue Jedi, she's a spy.
She may try to use her jedi mind tricks on you so be careful.

BH0651');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17948','e0532ba82b','Baby!  I just noticed something...

My phone number is 931-588-[size=18:e0532ba82b]1112[/size:e0532ba82b]

Your TB # is 1112.

Creepy!


Was great seeing you again too!  Next time we need more party and less drama!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18404','80b03c1f91','change your sig to All your Arkansas belong to us.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18406','9ee94046d5','If you need an ear to chew, you know I'm your guy.
Yeah, I've been to that edge too. Not a fun place to be.
Don't be afraid to draw some strength from somewhere. Whether it be me, Robin or the good lord above, know that we're here for you.

As far as the area rep positions, these will be voted on by your area folks. So start contacting all the members in your area that your interested and would love the job. I think you'll get it hands down.

Joey won't have any say in who these people are, except that in your case, he'll get to cast his vote same as the rest in your area.

The area reps will be in charge of moral for their area members, being a &quot;team leader&quot; and organizer for events in their area, reporting to command any items that may need that area's attention, and so on.
Personally, I think this IS your thing and would do a fantastic job.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16097','9a9a4df217','Thanks, man.  I think I'm just saying what everybody that knows him are thinking.  I really don't have anything against him personally, but he's just gone too far too many times y'know?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15273','2add533b16','got the payment and will order the armor.should take a week to get here.then ill email ya so i can send it to you.
unfortunately i have to get it first.

thanks
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15442','eabe7d7f61','Hay I dont have your number..

CALL ME TODAY!!!

Steve Sansweet just re-contacted me.. WE ARE A GO!!!! 

With a few extra perks..

IE Thursday we have been invited to see and stay at Steve Sansweets place, yes this means Rancho Obi Wan, the collection of collections..
Next day, we drive to Skywalker Ranch and make presentation to George and then get tour of Ranch...

Im like buzzing man, sorry, this is soo awesome, we get to go to Mecca  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18144','f05d589ab3','Aren't you supposed to be at dinner with the rest of the freaks?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16728','72009f694c','I do I do... and about a million other stickers for everybody. I was just getting home and about to post about it. But yes, I got all the colors you requested except blue. He had a few shades except for plain and we weren't sure what you needed. But he said since he knows you that you're welcome to come over some time (visit, someday, maybe?) and special request all the stickers you want. :p

Yo-Yo-Bitch out!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3474','631754ccf1','I'm sold. Just tell me when and where to send the money.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16104','6d0a8138a8','Yeah, and I think Crash and Loki are too.   :D 




If you ever want to hear a rant on Stein, just ask Danielle.  But you probably already know that.  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13425','bac45a1558','Does your bug drive well in the snow?

I have been thinking about getting a mini cooper for occasions like this.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1034','9c5b135d53','Hey Craig :) 

I was just wondering if you were gonna wear your biker scout armor? With Chris and Dave there, it looks like we'd have a quartet with you too! 

Of course, Donald's going to be his Tusken.... and you could order Ed around as the Emperor :D 

Just wondering.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17340','fc353dd63e','Hey Corey :) 

I think I'm either blind or stupid or both. I can't' find the roster that has my name added to it in the midsouthcon thread, and I know you added it at least once. Any idea what's going on? 

Thanks for your help. If it's on another thread or something, please link me? I get really confused sometimes. 

Jen/Dodger');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17341','e83e4fc8aa','http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=54

Your listed as JenK

About 3/4 of the way down the list..
If that link does not work, go to pre events and all the way down towards the bottom you will see the pre event roster thread.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9432','cadbac8387','comin to ya soon!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17010','5f94c76933','Hey Tambo.

Any word on those rectangles?

Thanks again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17011','a2a1e49701','yep..got em'  $15.00 bucks shipped for two sets.  or I'll trade you for some dental expanders I need');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1039','8d915deab9','That's what I and the majority of scouts use. It take some reworking to make it look better. Things like reshaping and trimming certain parts if you have a normal to large head. $59.99 is about what they run. I've seen them as high as $79.99 or more on eBay. 

You're not gonna get better for less than $150 for a fan made or $200+ for an Altmann.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12583','fee6f11c56','Hey Joey,

I just talked to Z-Man (you guys just had lunch). Any chance I could get a ride up to Huntsville with you on Saturday...if its okay?  Hope everything is going okay...really sorry about you dropping  out of race but things may work out better this way.  Take care.

Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14917','0a461fe1a6','The nomination was genuine and sincere.  I thought that Joey and you think so much alike, that if Joey could not be CO then you would make an excellent choice.  I really like your take on things, and outlook on life in general, and I completely understand you not wanting to go head to head against Joey.  I hope the new command structure brings you closer to the forefront so the &quot;squeaky wheels&quot; will be told just exactly what they can do with their troublemaking.  

Rest assured that if you do decide to make a run for CO, you will have my full support.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1042','fdc5ce94ad','yep, that'll work.  They are around 50-60.00 at best');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1046','5be9701c05','[quote:5be9701c05="uscmglover"]Nothing really.  I got a bunch of them cast and have been using the mold to dump excess resin.  I'll drop ya one in an envelope.[/quote:5be9701c05]

Did you ever mail this?  Just checking.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11707','3776daed1b','Hey Glenn, I'm sorry I haven't been churning out the member photos like I used to. I've just been getting caught up in so much other stuff that I've completely forgotten about doing them. I suppose I should take a break from doing it so others could get photos made. When things slow down for me, I'll jump back in. I'm really sorry about all this.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11708','3ef824931e','No problem..Just let me know if your still doing the ones I sent you or if I need to get Chris to help me out.  Your Marine helmet Rocks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7329','48633f1764','Yes, you are exactly right about that hitting home.  Apology accepted, and I am sorry for getting a bit heavy handed with you.

I also forwarded your last PM to Jennie as per the last PM.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7333','fca7beb2c0','Dave your email address ( dave@bigpolley.com ) bounced, but here is my reply to all of you...

---------- Forwarded message ----------
From: Bama Trooper &lt;bamatrooper@gmail.com&gt;
Date: Oct 24, 2005 10:24 AM
Subject: Communication problems...
To: dave@bigpolley.com, wookieegunner@highlandcitadel.com, Skipjenn@comcast.net, vy_pi@lycos.com


David, thanks for taking the time to write and to recognize the potential that this might just be a misunderstanding and that text to words do not always convert well in online conversations.  
From what I can tell,  you are correct.  this is nothing more that misunderstood intentions.  Donald and Jeanne are two of our most thorough members who post on the forums.  I can tell you that Donald is well read on protocol and ettequite of the online world and that this apparent 'dressing down" is nothing more than his way of explaining it all to you. 
 
If i wasn't as familair with Donald and Jeanne as i am, I might also see things as you have and feel the same way, so I think its fair to ask them to be a bit more brief and soft on the edges with those that do not yet know them very well. 
 
I am confident that when you get to spend time with them , you'll realize that they are two of the nicest longtime members around this crazy bunch of freaks and geeks.
 
We've had other misunderstandings like this in the past where one member didn't translate well into the online world and ended up offending just about everybody else, ( coincidentally also in Huntsville ) so again, thank you for realizing that this might be the case and stopping to ask before launching a WMD... 
 
 
The forums have been running smooth, but Novacon seems to have become our first errant thread or threads, where information is lost under too much discussion.  We try to have 2 threads, one public and one for planning, but since this event took a long time to arrive, there have been several others started as the older ones are overlooked.  I'll try and sticky the main ones and consolidate the others...  Thanks for the initiative and trying to get the group going for NovaCon.  Shawn can use the help with the convention so email him and ask what you can do to help out...  I am helping him too, but hoping to delegate events to the local troopers when i can, so he is more up to date on the event than I. 
 
 
See you there in three weeks!
 
-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8325','d3a381eea4','Heck, you didn't miss anything.  Gooshy was wanting to work on some of his stuff, and I never heard anything out of him all day.  The other guy I am helping build a suit for came over and we worked on his car  :( 

You didn't miss anything...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17873','af6766931c','oh by the way, I cannot read the boards from work, so if you need to get info to me tomorrow, call my cell!

hosta chica');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17355','bc90547449','I got the whole weekend off!! Including Friday. Wondered when you guys will be arriving. We are looking on getting there between 3-4 pm Friday. If you want to discuss what we were discussing last night, call me. Ill be available all evening.  If I dont hear from you, Ill catch-up with you Friday.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8336','7afd948a2e','What are you doing on here?  Aren't you supposed to be working?  :)  
Love you!  Call me.

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7427','1eacb09858','Okay, sounds great.

Thanks,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1052','79211d761c','[quote:79211d761c="BH7899"][quote:79211d761c="uscmglover"]Nothing really.  I got a bunch of them cast and have been using the mold to dump excess resin.  I'll drop ya one in an envelope.[/quote:79211d761c]

Did you ever mail this?  Just checking.[/quote:79211d761c]

not yet.  I will be getting on them real soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1053','0122fd9b8c','Cool, just checking!  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7426','535014d7c8','[quote:535014d7c8="TK8657"]I'd like to get one of the mini-Fett helmets. Do you take PayPal? Can you ship it to me?

Thanks,
Wes
TK8657[/quote:535014d7c8]

Yep, Paypal si quite acceptable.  I can ship it to you for $8.

I have not been able to make any yet...Had some family things going on.  It will most likely be after Halloween.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11137','7b3044e0b0','Umm youd have to check the pre-planing forum..the next event for me is Adcon in Knoxville.

Whats up? Hows life??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7368','f71bf9235e','Well I am looking at getting an event started here the beggining of December for Toys for tots. Never done anything like this but I am trying. My biggest fear is that I need some of you guys to be there and I am afarid that if I set this up I am going to the only one and I'll have to cancel');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17148','cc3b5f0ae6','DUDE!!!!!

Your comments where priceless!!!!!

I had to go back and look at AFT again.. Man, I was the first to get taken out.. WTF!!!! Oh wait, it is because I spoke out against an AL member....

This crap is really getting personal, I guess it always was on their part, but I did not see the AFT newest thing until yesterday, that and the Black Sheep shirt picture..

Ivan was majorly pissed. I talked to Skip for a few hours yesterday and he said Joey is blamng him for us not going to craptacular con.. Joey also says that no one has a problem with him or the  Lesters.. and that it is Skip fueling everything..

Skip said it is time to hold the ultimate meeting and make the changes, IE split. He has had enough.. SO guess what is happening at  MSC. Yep, the meeting..

In a way it is sad that it has all come to this. I mean I love the SO, but this is all going way to far on the part of Joey and stuff. With the shirt picture and the latest AFT, I have lost all respect for Joey and Jeff Lester.. Lost my respect for Holly over the weekend when I got the fuck you look and ignored..

On to some good news...

My dad decided last night that he is getting the plans and pricing the materials to build us a workshop, us meaning me and mi amigos. So sometime hopefully this summer or early fall we will be having a armor party where we will be building a workshop  :lol:  :lol:  :lol: 

Well time for another cup of coffee, call me today when you get off work please.. I have a MRI and EEG today at 10 AM I hate hospitals and Dr.!!!!

Have an awesome day
Luv ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16446','d16e3c927f','I'll do what I can for ya baby. Always.

I need to go get that refund for the boots anyway. Loove ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9196','3b17c3e44a','Got a room at the Jameson for us... I think we need to make a new plan of attack for leaving Monday morning.  I don't think I'll feel like getting up at 4AM to make your flight, Maybe we can stay in Nashville Sunday as well.  We can figure it out.  Maybe one of the guys who live close to the airport will let us crash, then you could keep your car at a secure location and if I can't make it down to pick you up then all you would need is a kwick taxi drive..That would save on the parking fees as well.  I'll ask around and see who might help us out.  I think Zach lives real close.  All is still A go for late Friday night, a bunch of us will be hanging out working on props.  I'm still planning on taking Monday off to help you out and get you on your way.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13952','f895e81886','Hey Cray :)

I know you dont know me- but Ive been in your shoes when it comes to some members of the SO..being a little less than formal when addressing other members. So I know your frustrations with the issues.

If you ever need an ear to vent too or get something off your chest please dont hesitate to pm me :)

Have a good one!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13953','9ade9ec5c2','You doin ok man?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13954','1cfa7c529f','Thanks.

By the way....(in best Joey Tribioni voice)...How you doin'?

 :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11089','6975840f71','Hey you! :D

I just wanted to offer again to host any of the custom mando stuff on my webspace if y'all would like too.  Just a place to keep all the info together and the like :)

I can also give you access to it so you can go in and edit things if you want too as well...

Have a good one!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3322','c03d5ef572','Hey Zach.. i managed to snag an extra Leia while i was in san diego, so if you still want it let me know... otherwise it will be sacrificed to the ebay gods... lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2804','9503c9fdc5','Thanks "dad" !  Look forward to seeing you soon.  Are you doing the 23rd party?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18288','c76176a26e','Jon:

The maker of my mask said a referral was OK-dokey.  To see what his product looks like go to: [url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6044253086&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1[/url]

Don't know what he'll charge, but I requested the belt &amp; pop-rivets not be used and he sent that mask painted &amp; shipped for $75.00.  

His name is Eddie, he's out of NY &amp; his email is: WiseMagic26@aol.com

Later,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14442','47e75a4064','No problem Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14646','e69251601c','Do you need to come over and work on props with Joey?  If so, come on,  the door is always open for you.  I'll even make you a drink.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18302','1d4a1bbf1d','come on down bro!  It'll be cool to have you.  If you come later in the evening you can join us for dinner, or come and stay all day!



I believe the pirate chick needs a Loki injection.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17237','cf69d3b16b','dude, please i was kidding....

you are buying stuff to make a costume, not buying stuff off the rack and hanger and wearing it....buying supplies is one thing...

joey is bent and you know why...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11628','08bd6e4e5f','Are you thinking about coming?  If so, could you bring your Biker Scout?

I've promised to let one of the Chattanooga fanforce guys wear my TK, another one wants to try a biker scout.  We've trooped with them before, I think they're trustworthy, and they're both ready to get some armor and quit wearing bathrobes.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7671','650dd28a94','Thanks. it does help/Every little bit of info I get from y ou giys gets me closer to compleation.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17686','d6602d4ab6','Well I'm majoring in Software Engineering (like yourself, I saw it in your profile) so I'm familiar with java, but only the basics as of now.  I'm still learning you know  :wink:  I'm familar with html of course and php from my other forums I've done.  I'm pretty familiar with UBB forums, I've hosted and run 5 or 6 successful ones in the past.  I mostly only do graphic design as a hobby.  I would like to think my graphic skills are better than my coding skills, so if that helps you find a job for me then I hope that helps.  I'm sure there are more qualified members out there who have more experience than I do, but I would love to help on any scale to aid the Southern Outpost.  I know how much time you spend on the forums, and I read your report about the hacker and was impressed on how well you handled it.

Please let me know if I can help you out in any way, I know how much a load you have on your shoulders and working with a team is a good way to lighten that load :)

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18196','5878ad3fa1','hiya :) 

Chris A said I should ask you about something, because you would know better than most. 

so here goes: 

I had the idea at midsouthcon to make a series of small clay troopers doing things that our troopers have done in the past, such as forming the letters YMCA, doing a disco stance, having a pirate chick wrapped around them, being goofy in general. My question is, if I sell these, say at an art auction, will I get in trouble with LFL? These will be representations of troopers and Fetts and the like, 3 inches tall approximately, and made a little &quot;cuter&quot; by making their heads larger than their bodies, etc. I'm going to try to get them as accurate as possible, too. Each one will be unique, though. 

Please let me know if I can't put them in an art auction at a con, or sell them outright. I'm thinking that it may fall under &quot;fan art&quot; as I've seen many many portraits and such done of Anakin, etc at con art shows and auctions, but I want to be sure. 

Thanks :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9425','d7b3b85bf2','Hardy har har!!!!

Yes I do, what e-mail addy would you like me to send it to you dear?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9426','d7c8cf6ecc','Hey Jamey! 

Thanks so much for the Poo Doo. Thank Greta too :) 

The fudge base is exactly like the fudge my dad and I used to make every christmas together. I was wondering.. would you ask Greta if she'd send me the recipe? If she wants it to be a secret, maybe just the fudge part? It used to be on the back of the hershey's cocoa can, but it's not there anymore, and we never wrote it down. I'd love to be able to make that fudge again for my kids. 

Thanks, 
jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9714','0b3bcb5b60','Glenn

I haven't heard back from you in a while on getting those parts to finish my snowtrooper.  Can you do the control panel and get me the greeble for the belt?  I can paypal you or send an MO.  They need to go to 32571.  Thanks!

Ian');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14275','e3ba52e674','ohhhhh ok..  Poor Eleni.. she's in the dark about so much lol.. especially how she has an emperor, another high official, and two leaders of their own religions on her ship! hehehehe

She's just a runaway who happens to fly pretty well. 

I thought you'd be playing city of heroes by now. hehe. 

did you ever tell me whether or not it was ok to send suggestive and sexy petmail through PM to you? I forgot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13515','efe55f30db','Hey Derek!

I'm gonna be back in town tomorrow but out again on Tuesday...then back on the 19th until Mar. 2 so I should be around to do it.
I'll give u a call when I'm in.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15856','cd3b8676ea','I told you I talked to him hon... we'll do it tonight. It'll be ok. You could always pm him. Trust me, he loves you.

And I love you baby. *hugs*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7370','b7e3ba00aa','I'll bring it to Toys for Tots unless you need it before then. My number is 694-3044.

Regards,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7371','b514fc9832','TFT will work for me, hope to see you there! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18056','34b2f01d7e','don't go over 100!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18057','c26580d9c4','ok, figure I better tell you how I do the roster thing, not that it is so hard a moron could do it.. No Im not calling you a moron..

I keep a master list on my computer at home. I just have it as a notepad file. Just go in and c&amp;p the entire pre event roster thread, , paste into notepad and you have what I have.

When someone asks to be put on or taken off the roster.
Go to your master roster and make the changes there. Also change the date and time (in mili time) at the top so people know it has been updated.

hit CTRL &amp; A at the same time, then CTRL &amp; C

Open the pre event roster thread and hit edit.

Right click on the present roster and selct all.

Hit CTRL &amp; V at the same time..

Hit submit at the bottom and double check that all is good on the board side..

Equally important is please PM the person you are updating, IE if I was adding you to Wonderfest.

Subject of PM Wonderfest
Body: You have been added to the Wonderfest roster... :) 

Same applies if you are removing them from the roster except you tell them they have been removed.

Send that PM to them and you are done until the next one..

While I update several times a day, just do it once daily if possible. Some days will be slooooow with nothing to update and others will be like someone offered money to do an event..

A couple of days before the event, c&amp;p the roster for the event and post it daily in the actual event thread. Unless there are no changes.. Then just post it the night before an event, this way whomever is running the event has a general idea of what to expect...

Like I said I will change my password Friday morning early.

email me on my blackberry if you have any problems. I will be out of touch only when flying and probably between islands and the last 4 days of the cruise as we will be crossing the pacific..

You can also call me  :) 

Thanks again I owe you..

Have an awesome day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7218','e6046d3337','Thanks. See if Ed can do the Nov 5th Best Buy too. I haven't heard from him all summer.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12020','a8343793dd','I checked and I don't have anymore from AdCon than what's been posted on the SO gallery. 

Also, if you do send me any pics to post, it would be great if you could reduce them. Can't post 1-3mb pics in the gallery :)

[quote:a8343793dd="Obi-TN"]Before, I try to email you a bazillion photos, could I send you a DVD instead? I gave one to Ryan, but his computer can't read a DVD+R. I think it only goes through D*Con and has lots of old stuff.  

If emailing, would I zip them into super-huge files? Most of my pics a 1-3 MB each.
Also, do you have any good AdCon group pictures, especially ones with me in them?[/quote:a8343793dd]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8143','5b2d104b46','I got talked into it. I had wanted to do this for a while but up North the few I met were jerks and full of themselves. SO I went to TJA The Jedi Assembly and became a Jedi there. I have the full costume and I am currently updating it as we speak. I am getting two new lightsabers costum made and a new tunic. Next feburary I am getting the real boots from the movies fitted to my self.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7220','5e96cc60e0','We met this a couple weeks ago at that comic con in Nashville; I was the taller TK.  

Loki tells me you have a sandtrooper on sale for about $400.  Do you have any pics of it.  My only concern is willit fit me; I fit in the new TK ok, but I am 6" 215lbs.  If not for me maybee my wife will fit into it with some extra padding. 

If you would like to send some pics, the best address is todd.taylor@ipaper.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8067','c4dc529e6a','Thanks. I'll try them out. I missed the first due to my computer spased out on me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14817','7fa27f1a55','Tambo:

I should be at the prop party.  Probably a little later in the day (after lunch) depending on how much I have to study.  Wanted to remind you that I wanted to buy 2 thermal detonators off of you at the party.

See ya tomorrow.

Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14828','f65964e73a','Katie:

Good to hear from you again!  So which SG costume did you do?  I'm guessing you didn't do the easy fatigue off-worldy costume I did.

Thank you for the well wishes for Wendy &amp; I.  She's flying down here next month, so we'll finally get to see each other in real life.  It's weird feeling so close to someone that you haven't even meet.  Guess I should brag about what I did for her for Valentine's Day.  First I got her the &quot;Dressing the Galaxy&quot; book from Amazon, that was easy.  The special part I did was go &amp; buy a book of SW Valentines like school kids give to one another.  Then I hand wrote out a love letter to her on the backs of them.  I was working out of town that week so partially due to time constraints, but also as a romantic thing, I went back to some emails we wrote each other a little while back when we were being poetic/romantic and used phrases from those letters to make the letter.  I also scattered tons of clues throughout the letter to assist her in remaking the letter.  Then I ripped apart the sheets into the seperate cards and mixed them up as a puzzle.  I think it took her half an hour to find the right combination of 32 pieces.  That will be a hard thing for me to top.  Just thought it was worth the effort.

Glad to hear that we'll see you again at COSI (as far as I know, your ex won't be going if you wondered).  Loki's right, the SO will be the ones not only thrown out, but possibly even requiring the assistance of police authorities.  :lol: 

So cousin Ryan isn't opening up much on MySpace?  What an idiot, if I had half a chance to chat up a beautiful single woman like yourself (&amp; Wendy hadn't grabbed me  :)  ) I 'd probably end up saying too much.  Let me know if he plays possum too long and I'll light a fire under his rear.

Yep, I went to a Church of Christ school for my undergrad.  David Lipscomb University, here in Nashville, is the oldest of the CofC schools (we tell the alumni of the other schools that DLU is the &quot;Harvard of CofC schooling&quot;), Pepperdine in Malibu, CA is likely the largest although many churches of Christ wouldn't even claim it.  I majored in Accounting with a minor in Political Science.  DLU is one of the best accounting schools in the South, so it was also very difficult.  Hence I went to a state University for my MBA (plus the State has a benefit for employees with reduced tuition at a State institution).  I've been an auditor for the State of TN for a little over 6 years now.  Now, I'm studying for the CPA exam, which I'll be crashing on tonight after I leave the office (yeah I stay late to &quot;abuse&quot; the State's internet speedy connection).

Yeah, I could just hit your MS page, but what did you study in school?  I'm guessing you didn't go to RIT like Ryan?  Yeah small christian liberal arts schools can be quite an experience.  My main reason to attend was to find a wife, but it seems our age group (at least the college kids) are waiting to marry.  C'est le vie!
 
Great to hear from you once again.  I'm off to go to my study buddies house to study more of the exciting world of accounting.  The SO is having a prop party tomorrow I want to go to so I'm off to go earn the right to have fun.  Stay in touch and I also hope life is treating you well.

 ~Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11111','feff853d85','All I know is it's fiberglass and it came from Australia.  The Wollacks had two; I got one and Rose the other.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11112','36c73bd0c4','hello beautiful,
long time huh? 
sorry `bout that,whats the next event ?
im so outta the loop its sad .
was glad to see you reply
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14288','766586b0f1','.ok. hehe good to know. 

and good. go get something to eat! 

In the mean time, I'll send you hotmail about the bene gesserit stuff , including that I am stupid and for some reason forgot that you'd written all of the bene gesserit stuff out on wildfyre. duh. 

bon appetit');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16172','0e82225962','Chris:

I spoke with Joey at Atin's last prop party about getting my girlfriend Wendy (cleverlilminx) access to the member's side so she can get an idea of the nuts I hang with.  She's SL/DZ/TR/TS-3845 from Garrison Carida.  Joey said it'd be OK to do based on everyone's opinion when the issue was discussed before the hack.  I've PM'd Joey twice about it, but he never responds.  Can you help me/her out?  I'd like her to be able to enjoy the Trash Compactor &amp; some of the OT stuff.  Plus she'll be at COSI so it'd be great for her to at least be able to read the pre-event stuff.

Thanks once again for getting my TS pictures done.  Let me know.

Thank you kindly,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15103','ec5d05cde4','Joey in regard to what you and I talked about at Atincon, could we get cleverlilminx access to the good stuff on the member's side of the site?  We'd appreciate it, plus it seems that right now there's more info for COSI on our site than on the Ohio site.  So it'd be helpful for her to see the Pre-events area too.

Let me know if it can be done.

Zachmire

P.S&gt; Good to see you again this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15481','d009d6ee81','Hey Tambo... I'm gonna be needin some gauntlets.  Do you make them too, or just the add-on stuff?  Let me know how much for just the add-ons or full sets if you make 'em.  Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15482','4afe1fd119','Hey Atin,  Do you have a roster for this one going yet?  Just to let you know I will be there and I've got a buddy coming with me.  Should have been 2 more but they bailed.  Having never been to one, I need to know some stuff.  Is it kewl to stay at yur place Sat. night.  Is there enough room? I dont care to pick a spot on to floor but I don't want to be a imposition.  Do I need to bring anything like food, beer, asian chicks for Loki, or anything else?  Just let me know if theres anything I can do to help.  I'm looking forward to finally meeting you guys. Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16183','1f4110f423','Well if you come across any other 501st / non-SO members.. let me know. they really should have access.  Maybe not to the Trash compactor.. they really should ask for that from me for themselves.. but for full access, they ought to have some level more than 'average forum user'.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17913','85933f7591','We are looking to Dive in Pennyroyal Ky on Saturday, May 18th? Temp shold be great plus clear water. Will talk with you on the 22nd.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11777','70850270dd','Letme in, pleeeeeeeeeeese!  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6200','e8e93850b2','Hey bro, you gonna' be at Horror Fest? If so, I've got your clone blaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15862','7a41f18ff7','It's alright hon. He's just waiting for your call. We'll do it in a few hours.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11026','ee6a2f9fca','You going to chattacon?  Is it a decent show?  Worth taking the wife and kids or go it alone?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14809','6840d272bb','I don't feel comfy with the group any more. There's a few people in the Outpost that constantly make fun of me at any event I go to, say rude and mean shit about me and make me want to crawl into my room and stay there. I have honestly been considering retireing or seeing if I can transfer to another Garrison.

That's how Midsouth was for me..and thats when I really stoped doing things with the Outpost. After Skip and Chase said the things they did about the SG group I craked.  Then I found out what they and a few others were saying about me and my friends at Adventure Con..

A few of the Trooper wives also just...they make me want to stay away as far as I can from the group at a con. I know they will say something or make comments that make me feel awful.

I can't participate with a group when it's like that, Bob.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15895','962621432e','I sent a msg to sweetpea for both of you so have him check his pms later. And I hope you are both well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4342','0bd4292151','w t f ?
he said to meet him at 730 ...?
holy hell... i even wrote it down ...730 he said he didnt get off work till 7
so we set it for 730 at toys r us 
greg
 let me know asap where he wants to meet now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15864','7d7fe40f55','Are you two alright? You're not ill or anything are you?

I understand if you can't make it but I was really looknig forward to seeing you guys at the con. I owe you both a meal in the very least.

So I'm sorry you can't make it but I hope you're both well.

I really like you guys just let me know if there's anything you need.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17017','44876a0cdf','Cool!  

LMK what kind of expanders, and I might can get them for you.  If you want to look for yourself, go to www.pattersondental.com and tell me what you want.  You can't order it yourself, but I can usually have it to my office next day.  If you don't see what you want, I can ask some of my orthodontist friends to see what they have.  

Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16668','a206408e1f','Yep, you've got the right Jon   8)   We've got so many, I know. Thanks for the contact, I'll be sure he gets back to you on this. I don't really think there's a website, but he can probably give you a few pointers. So no worries.  :( 

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16093','9384d3d008','Yeah I did, but here it is again just to be sure

Jon Jones
202 West Longleaf Drive Apt. 426
Auburn, AL 36832

Thanks Skip!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11791','84e6777dd9','Cool dude!  See you there!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17681','de9dbe34ab','I'm wrangling a few things right at the moment but I do have a list of items I want to accomplish graphics-wise. I'm sure you've noticed the board takes a hell of a lot of watching  :wink: So that eats my time hard.

You are one of the three I'm considering leaning on to assist from time to time with member pics, occasional design changes and so on. Not implying I'll pick one of you, I meant I plan on putting the three of you to work if possible  :twisted: 

GWL work is sporadic, but when its on, it can bury a GWL in 60 seconds flat.

Do you know any server side scripting/coding?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14074','c6bca94b0d','Hey, Chuck. I was gonna write you. I think I am going to be coming either Sunday night or Monday morning depending on who is playing Sunday night, but I will definitely need a place for Monday night. I will let you know about Sunday as soon as I know, but I would think probably not.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17968','96096438f8','armor on the way,should be here by early next week.
thanks
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15878','d96d0e6dc6','That's good to hear.  As soon as Corey asked me I knew this would blow up on the boards, so I was not looking forward to it.  I figured I'd rather just avoid the whole thing than be part of another split(at least I have that luxury; Corey doesn't).  


I don't think you've got much to worry about in the foot-in-mouth category.  At least not publicly.  Steiny seems to be taking it upon himself to be the whipping boy on this subject and holy god the new fire alarm just went off on the wall next to my desk and I've just lost an eardrum.  Fuckin hell that thing's LOUD!  Well, anyway I really hope you get to go.  And tell Rose she almost made me cry with her post, so I owe her a fart for betraying my cool manly exterior.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17040','04713fe55b','No problem! Thanks for keeping things organized - see ya at midsouthcon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17041','367356ba72','Tambo.

They make sevral different types of expansion screws, but the technology has changed quite a bit since the 70's, and so have the designs.  Good news though.  I have a few orthodontist friends that were practicing back in the 70's and have asked them to look for those old RPE's in their store rooms.  There is a chance they might have some.  If they do, I'll let you know.  

In the meantime, LMK how you want me to et the money to you for the rectangles (check, paypal, whatever) and I will send it right away.

Thanks again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1567','8a77806e1b','Heres the low down as of today (and will most likely NOT change)

5:00 PM  May 17th, our line up begins infront of Northpark Theatre in Ridgeland MS.

May 18th throughout the day we will have various radio, tv stations there as we raise money for charity.  Those attending the campout//line up throughout the day will be given special passes for VIP seating inside the theatre (Basically so that while we're promo'ing and raising money, our spots in line stay).

If you have any questions, please feel free to give me a ring, and if you have any friends, please bring them! :) the more the better, especially when we're trying to grab a crowd to raise money for the charity!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1568','328240f930','[quote:328240f930="ReplacementKiller"]Heres the low down as of today (and will most likely NOT change)
[/quote:328240f930]

ok, thanks.

I have a friend interested in joining the 501st with an imperial officer costume and he's interested in coming down as well.  So that's two that should be there at least.

-brad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12731','6ba42af4a8','Don't know if they could help, but couldn't hurt to try:

http://www.law.utk.edu/departments/CLINIC/clinicprobono.htm');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13372','e578c00370','Hey man, you know anyone making or selling a good, not too terribly expensive, EP III pauldron. I need one for my CDR Bly and keep hitting dead ends. Maybe someone has a pattern so Leighann can make it? Any info you can give me would help tremendously.
Thanks
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8480','49832c6af1','for you $200.00 bucks  :lol: 


nahhh 10 bucks each and 4 bucks shipping for how ever many you need.

my Paypal is tk1128@bellsouth.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16159','979a2bb357','Any update on Gina &amp; Steve?

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16160','c7f0b599f1','You probably know by now, but Joey (Bamatrooper or TD152) is the CO while Skip (SL100) is the XO. 

I still have not heard from Kevin in California about the helmet. From what everyone tells me, that's the way he is and waiting is all part of it. I'm seriouslly thinking about selling the Clone helmet once it comes in for what I paid for it ($175) and then pooling my money to get a TK kit. That's really what they all were telling me to get from the start. Nothing against the TK as that was my first love, but the Clone's are (imo and probably yours) cooler. I know I need to have paitents and just stick to the plan, but I know that if I want to troop DCon, I'll need to pass on the Clone for now and go with something that they can help me put together in 5 hours. We'll see. Once the helmet comes in, I may fall in love with it again. On the other hand, it looks like our group in Chattanooga won't have a TK. Sure, we have Jamie (superrepus) that has come out in the past, but he's never on the boards and is always busy when I ask him about doing things. Yogi has clone armor (if he ever cuts it out) and you'll have it. I guess Ben plans on getting it as well. 

ANYWAY, I know you really like the resin helmet you have, but if you ever decide to try an ABS one, let me know. Once it comes in (and I make that decision), I'll throw it out on these boards first. 

At least I have the little and big Mando's to work on....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12839','879c8f88bb','Ok.  I had seen you post in other places so I was curious.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15590','5d6606dda1','Derick:

I meet Gena &amp; Steve at the EIII premiere.  If memory serves they're also members of the Church of Christ.  That'd be great if they wanted to room with Wendy &amp; I (hope Gena &amp; Steve can hold up to the traditional 501 level of wackiness).  Right now they only require one trooper per day for the room so Wendy &amp; I already have the official number covered for the free room.  Now we just got to make sure they get added to list for entrance to the COSI event.  Are they RL yet?  How close are they to getting the costumes done?  Talk to them and see if they want in.  This would meet my roommate needs, big time.  Let me know.

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16644','a20ec56b34','Yeah, what can I say. I was at this event in Huntsville and Jamie healed this blind kid. Just walked up, touched the kids forehead and BAM he could see again. Afterwards we had a party and Jamie turned ordinary tap water into wine!

But anyway Lets see I hope to get off work on Friday at 1:30, give me an hour to get home, pack the car and maybe be on the rode by 2:30. Its about 4hrs to Atlanta so wed be there sometime around 6:30-7:00. At least thats how it works in theory. What about you, when do you think youll show up?

Have you talked to Hammer much about not going on the road trip? The only reason I ask and this is just a random thought and I not trying to steer anything one way or the other but. I was wondering, we dont have Hammer riding with us so thatd open up a spot (in theory) and I was wondering if there was anyway we could get Rose to go along. As I said Im just throwing that out as a random thought. I havent asked her if thatd be something shed be interested in doing but I tend to rely on her a great deal and she currently isnt working. All she would do here is play on the computer while I was gone. Anyway, just a thought and if that doesnt work I completely understand Im just thinking out loud

[back to work]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16282','53fd582a79','Good mornin baby! I'm up bright and early and chipper, and I dunno why. I'll just blame you, er... my love for you that is. It keeps me going. :) Aaanyway, talked to Hammer just after I talked to you. He was on the road from Cookville, but we decided may hang out some tomorrow or something. If you wana join us, I can wait untill after you get off work, but I figured you wanted to work on your armor if it was good enough weather still, and I'm just making sure everything is cool with him.

But I love you baby. I've got alot to get done this week. But hopefully I'll get it. Atleast the Holly duster and snow trooper duster patern is finally taken care of. I really did have a great time with Drax and Laura yesterday. And I had a good time with you and your family this weekend. I really do love them. And I'm glad they're finally accepting me.

Oh, one more thing, I wanted to let you know not to push for me to help maybe run the possible costume contest for adcon. I realized that I don't really want Marcus to let me do it because I've asked, I'd only really feel comfortable if he asked me to. The panels I've run for costuming in the past (and being asked once to judge a contest, but I couldn't make the con) I was asked to do, I didn't offer myself first. That's too coinceded in my opinion. I just wanted to make sure Marcus knew I was experienced, and that's all I wanted to do. Honestly I'm not sure I really even want to run something like that. So anyway, it's all for the best. Just let these things happen as they will. Besides, it's his con. :p

But I've typed enough, I'll let you get to work finally. Love you baby! Love love love!!!

ROse');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16187','0d096de03b','Yes, I remeber seeing cleverlilminx name on there so it's all good. Just wanted to make sure you were still on the list for a room.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16188','0d096de03b','Yes, I remeber seeing cleverlilminx name on there so it's all good. Just wanted to make sure you were still on the list for a room.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16189','14d1d463f7','Thanks Andy for checking up for me.  We don't want to break the rules, just want to make sure everything is covered by LFL's rules.  Originally some of the traffic on the Ohio board indicated that as few as 2 troopers could be in a room.  Since we didn't know any other couples in our garrisons that didn't already have other plans, we were just going to keep quiet.  But we don't want guys to be left out in the cold.  So thought I'd hit up my garrison for single troopers.  We had another couple who we thought might work, but they're going the Rebel Scum route, and haven't been approved yet, and now the list seems closed for now.  Time will tell.  Just awaiting word about when to reserve the room.

Thanks,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17053','367356ba72','Tambo.

They make sevral different types of expansion screws, but the technology has changed quite a bit since the 70's, and so have the designs.  Good news though.  I have a few orthodontist friends that were practicing back in the 70's and have asked them to look for those old RPE's in their store rooms.  There is a chance they might have some.  If they do, I'll let you know.  

In the meantime, LMK how you want me to et the money to you for the rectangles (check, paypal, whatever) and I will send it right away.

Thanks again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17478','dc9c89a358','I have Stormtroopers, and Sandtroopers. Let me know what &amp; how many you need !
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16181','1a180b80f2','Dude, you rawk!  I've been trying to get Tambo &amp; Joey to do this forever (think that brought up the &quot;should we let others in&quot; question before the hack).

I owe you man!

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14290','8545086304','.ok. hehe good to know. 

and good. go get something to eat! 

In the mean time, I'll send you hotmail about the bene gesserit stuff , including that I am stupid and for some reason forgot that you'd written all of the bene gesserit stuff out on wildfyre. duh. 

bon appetit');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10740','f21f05e465','I have not seen it yet.  I am needing something from there but I do not know yet if I will be able to be there at that time.  Thanks for letting me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15603','d928d6f8df','Derrick:

Sounds great let me know what you hear from Gena.  Congrats on being selected XO for Corelia.  Hope you don't get half of the crap that SW leadership can bring with it.  Now when's your base making a patch?  No patch, no base...those are the newest rules...which I just invented.  :wink: 

Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14425','03109f2f08','hi Shawn :) 

Novacon sounds like it's getting more and more interesting! 

Did they say that they wanted us (the 501st) to be there again? I know it's early, but I was just wondering.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14426','ecb36e5e45','They talked like they are wanting us back at the end of last years con. 
I'll know more as we get closer.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17695','d6602d4ab6','Well I'm majoring in Software Engineering (like yourself, I saw it in your profile) so I'm familiar with java, but only the basics as of now.  I'm still learning you know  :wink:  I'm familar with html of course and php from my other forums I've done.  I'm pretty familiar with UBB forums, I've hosted and run 5 or 6 successful ones in the past.  I mostly only do graphic design as a hobby.  I would like to think my graphic skills are better than my coding skills, so if that helps you find a job for me then I hope that helps.  I'm sure there are more qualified members out there who have more experience than I do, but I would love to help on any scale to aid the Southern Outpost.  I know how much time you spend on the forums, and I read your report about the hacker and was impressed on how well you handled it.

Please let me know if I can help you out in any way, I know how much a load you have on your shoulders and working with a team is a good way to lighten that load :)

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17860','7c0093dbdc','You have been added to the roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17983','c99d8f3a0f','I was searching for pics of you at Cons and such cause Rochelle hasnt seen a lot of your costumes, well look what pops up when you google your name

[img:c99d8f3a0f]http://mishuna.image.pbase.com/u32/deadelvis/upload/33109630.skip.jpg[/img:c99d8f3a0f]

Dont worry I aint showin' nobody');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17862','ced0de186c','Addaded Eelem and Benji to the roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7248','ab3ab156e0','ok, so Skip and Loki are getting free rooms for this con AND .. AND they will get free passes to the con? 

I would really like to have my reimbursement for Midsouth con NOW. 

Jennie, honestly, I don't think we are ever going to be given a fair shake by anyone up in Tennessee. Especially if Skip has anything to say about it. I don't really know what has crawled up David Reimer's ass and died, either. He seems to be veering sharply into the Jamie Ethridge twilight zone. 

I am really getting sick of people saying we don't attend and we don't "deserve" to be comped and we don't "sign up" for events when we are the very FIRST sometimes to do so. I am equally annoyed with the explanation of "oh we don't mean YOU.. you're here!" because I really have to wonder just who the hell they ARE talking about. It can't be you, or Chris (who should qualify for active status just for managing this forum), Donald, or Shawn. It must be those people like Jamie and David Reimer and Ed (who has no Vader suit right now) and Craig?? 

AND YET.. we get lumped in with them when it comes to "people who rarely attend." Because when a free ride is concerned, all bets are off, I guess. 

ok. rant is over. sorry.. not really that mad.. just wanting to share.. very frustrated..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11716','c445f817be','Here is a list of the last ones I did:

BH 1667 "Jaster Mereel"
TC 6180 "Obi TN"? (Glenn)
TK 8049
TK ???? "Spencer"
TX ???? "maafp" (Mark Arancibia)

I know Glenn's is up on the gallery (I check the clone pages frequently to see all the awesome clones), but I don't know about the rest of them. If you still need them, I can send them to you. I keep all of the ones I do for backup.

Thanks for the comments on my bucket. I've put a ton of work into it, and I've already had to do repairs on it! I had to replace about half of the glue on the inside of the helmet, while keeping most of it intact. THAT was hard. I still have to weather it, and I'm eager to go to BamaCon so I can get my armor. I won't weather anything until I get my armor so it all looks consistant.

Anyways, I'm not stopping the member photos thing forever, just until I finish up a few things. I'll probably pick it back up during the summer. By then I should have my Galactic Marine and my Jedi character done.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17423','d249ce921d','Ben says hi.




oh, and as for problems in the past, you have no idea.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17751','08e107e95f','That sounds great.  Yeah, she is really excited about getting it all put together.  I'd help her out, but I've really been bogged down lately with work and since my car accident I have trouble getting around, heh.  We can probably get a little done each weekend or something.  Let me know when I can help you out with hers and Shannons.

Thanks, Joey.  See you at the next event.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18213','c76176a26e','Jon:

The maker of my mask said a referral was OK-dokey.  To see what his product looks like go to: [url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6044253086&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1[/url]

Don't know what he'll charge, but I requested the belt &amp; pop-rivets not be used and he sent that mask painted &amp; shipped for $75.00.  

His name is Eddie, he's out of NY &amp; his email is: WiseMagic26@aol.com

Later,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16678','0129405852','I wanted to drop you a message and let you know how much I appreciate the fact you guys made me feel welcome a Atin's prop party. And I also want to say thanks for the offer of letting me use some armor in case I was able to make it to Memphis with Chris. I dunno if thats standard procedure with you, but it made me feel a little more welcomed into your Outpost.

 I hope Chris sent you a message about some TK armor, and that yes, I'm ready. 

Send me a message when opprotunity comes available and we will work out some specifics about money transactions and other details.

Thanks again, and mention to your wife that I appreciate her kindness as well.

Your pal, 
Rob Reed');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17698','ebbd0f556f','Hey Joey,

I've got a friend in Harpersville, AL who is itching to get her armor built.  Her name is Lauren, she's been to a few of the events.. dragoncon and adcon I believe, and I think she said she knows you, zman, collier, and a few others.  I was wondering when you were planning on getting another prop party going in the area so we can help her get it put together.

Also, Chris (TB1309) contacted me about helping him with the site, forums, and members galleries so thanks for putting in a good word if you did.  Hopefully I and a couple other members he is in contact with can help lighten the load on his shoulders and bring a fresh feel to the site.

Later,
Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17880','9612bd0322','Gooshy:

Damn now I've got competition in my own back yard.  I had a private prop maker commissioned to do the mask and it should be here this week.  Not that Wondercon crappy mask.  It doesn't look too bad, but the paint job is bad plus it's just a flimsy plastic mask we think.  

My GF is doing the rest of the costume (the hat is very difficult).  We're working on the apron &amp; dishtowel too (that was an extra surprise we had).  This was going to be a big surprise because no one expects that level of costume quality from me, but now the cat's out of the bag.  FRACK!  :evil:   If you know about the knives let me know.  We're looking at doing resin cast of them in the shealths since there is a weapons problem for DCon &amp; they'd have to be bonded.  I predict no less than 10 Vs there this year &amp; I plan to out do all of them.

Well at least I still have one secret costume left that only a few know about.  :twisted: 

Later,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7267','11b80d6bec','[quote:11b80d6bec="TB1184 UAHTB"]we're just hoping for some more local support, not necessarily telling everyone to drop what they are doing and come to this con. if they tell us they cant come / dont want to come, no biggie. please calm down, we're not trying to cause trouble.
[/quote:11b80d6bec]

More local support than what?  The other multiple times people have posted to rosters?  And yes, by complaining about people not signing up on yet another roster when they are already on the official roster you are causing trouble.  

Shawn is the event coordinator here.  He asked for one specific person (Joey) to help him.  Joey started a roster.  By starting a different roster, it causes confusion about who's coming and who's not (if you saw the multiple roster syndrome because people just replied to the roster post instead of contacting the event person and saying they were showing up, then you would know what I am talking about).  Having enuthsiasm for an event is great.  Potentially having a real Sci-Fi convention in Huntsville is great.  But if you are not the event coordinator for a 501st event, then DON'T DO THEIR JOB UNLESS THEY ASK YOU TOO!!!!  If the ball gets dropped, it's the officers responsibilty to make sure it gets picked up, not ours.  If you think a ball needs to be picked up, email Joey, Skip, or heck info@501stso.com, that will go to all the officers.  

Also, you have to remember that there are members here who will show up to events that don't routinely post that they will be there do to job issues.  For example, find 2 posts where I have said I would be at an event.  I will make it easy for you, here is a list of all my posts:

http://highlandcitadel.com/501stso/phpBB2/search.php?search_author=Wookieegunner

You will note, that other than the Best Buy thing where I said Saturday would be better for me (no comitment there) there isn't one.  In the past year I have committed to possibly 2 events, and one of those was EPIII opening weekend, and I'm not positive I committed to that since I flew in from Florida that night (you might remember Jennie going to the airport to pick me up).  As a matter of fact, the Sunday of Novacon I am flying to the other side of the country, so I might end up having to do last minute things to get ready for that instead of making the event.  That's why I don't commit.  I never know when an emergency will come up and I will have to work all weekend.  And I find it VERY insulting when people complain about "the Huntsville folk" not supporting events, even if it is "one of us Huntsville Folks" doing it.  I do attend events, as a matter of fact this is the first Florenece Ren Faire I have missed in five years because I was getting ready for and driving back from Birmingham so I could help out at Boo at the Zoo.  And most of the time I spend events in normal clothing making sure kids don't steal our stuff while everyone else is dressing up and having fun.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15518','3f2caad1e5','Killer!!! Let's get that sucker in and bring it to Joey's next Saturday and put that baby together quick!!! Seriuosly, we'd love to help! 

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14308','54936bb34c','Hey Atin, here is the message about the kid. The contact is in the message, hope its what you were lookin for this kid really diserves this.

************************************************************
I am writing on behalf of Davis Ferguson, a 9 year old boy at Fort Campbell, KY with an inoperable brain tumor. He and his parents have gone through an awful lot in the last 2 years with Davis illness. Recently, the chemotherapy Davis was receiving proved to be ineffective. Matt and Danna Ferguson, Daviss parents have now put him in a clinical trail program at Vanderbilt. Everyday, they take Davis to the hospital for treatment. On the good days, they bring him home. On the bad days, they must admit him. There have been more bad days than good these last few weeks. 

What I was wondering, does your organization ever make visits to terribly ill children who just adore Star Wars? I am a World War II reenactor, and we will occasionally go to Veterans Hospitals and visit our past veterans. 

I realize you probably receive many requests, but if you have any members who would be willing to come to Fort Campbell and see Davis, just for a few minutes, it would really help cheer him up so he can continue to fight his illness. 

I can be reached at [color=#0000ff:54936bb34c]sfclaw@yahoo.com[/color:54936bb34c] or by cell: (931) 561-9507 if your members would be interested. I will do everything necessary to coordinate the visit if we can make this happen. 

Very respectfully, 

Edward Lawrence 

1SG, USA 

4th Brigade Rear Detachment Sergeant Major
*************************************************************


Later,
The Media Whore
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8138','b25f22b4bd','Well, on the plus side, that disqualifies me from making jokes that the Tennessee people keep forgetting about all the Huntsville people who [i:b25f22b4bd]do[/i:b25f22b4bd] travel, and THAT'S why we weren't included in the distribution. 
[img:b25f22b4bd]http://www.clicksmilies.com/s0105/grinser/grinning-smiley-019.gif[/img:b25f22b4bd]

I'm not posting this because I'm already uncomfortable with the argument in a publicly-viewable forum, not to mention the mention of "free anything" in a public forum, but I saw the Boss's post saying we should've spoke up about not getting our cut.  Honestly, if their accounting was so bad that they couldn't tell they had several persons' worth of leftover money, they had bigger problems.

The only thing that's really vexing me, though, is the "I'm from Tennessee, and I'm more entitled than you are!" attitude that some of our younger boys have got.  I know they'll outgrow it on their own, but in the meantime...!

Oh, well.  I'm going to blame it on the approaching holidays and go get ready for the convention.  I look forward to seeing you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2258','0c69f304a8','Hey SweetPea, 

I'll be able to have R2 there on Thursday for the news show. Call me so that we can work out the details. (502) 593-0283

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17780','f8fe74c744','I know!  I think everyone forgot about MTAC after the forums got hacked, there isn't a thread on it.  Think we should remind everyone?  Are you going to bring your TK to that too?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18043','296189fb32','Hey Atin,
When you are on vacation, would you like me to keep your preevent roster section up to date for you? If so, then you would need to change your board password to something that you wouldn't mind giving me, as I would not be able to edit your post as is. Let me know.

Palpy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18378','dcc160f7c0','thanks gooshy

here is your total

8.00 shirt
8.00 shirt
6.00 shipping through usps

22.00 total and i will throw in a free decal

payal me at wiseguybutttons@alltel.net

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18382','6b9da17fdc','Hey!!  I know you're REALLY busy right now and I hate to bug you but...  is there any word on getting some gauntlets pulled.  I really want to get my Mando finished and these are the only &quot;vital&quot; pieces left.  Not trying to hound you, just wondering about a possible timeframe.  Thanks Joey!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18383','14b9e394ae','Put me down for one of the cog SO 2xl shirts for sure.  I will take 2 of the red shirts pending a question.  Do they run a little larger than the last batch of black t's we had made in December.  Those ran really small and the XLs were equal to a mediumon me.  I know all t's fit different, but if the red ones are true to size I will take 2 of them. please advise');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1203','c8c4656f45','I wouldn't mind getting one of these patches, as I am in KY and would be funny to point out to the other guy I work with if he's not already read the forum.  You do accept Paypal right?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1204','772a66e404','Patrick:

Sure just send to my paypal account (no credit cards please) to PBLnixon@hotmail.com.  For one patch and shipping its $2.37.  Make sure to include your address.

Thank you kindly,
Zach Nixon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1206','45c44659df','Ok, good. I'll leave the smiting to you :) 

And that's what my plan was, as well.. to go to Bham to troop Saturday and then Sunday do whatever Shawn can fix up. Weeknights are impossible for me, as I have to be up at 6 am to get Zoe to the bus on time the next morning, and (on Thursday) entertain a monkey who won't stop saying "bottom" for an entire day. So that's just not going to happen. 

Can I hitch a ride with you guys Saturday? 

Thanks for listening');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15458','ba026de870','Joey:

Could you [color=red:ba026de870]please, please, please, please, please, please, please, please,[/color:ba026de870] [color=yellow:ba026de870]please, please, please, please, please, please, please, please, please,[/color:ba026de870] [color=cyan:ba026de870]please, please, please, please, please, please, please, please, please,[/color:ba026de870] let Cleverlilminx into the non-SO group or whatever it takes so she can read the fun stuff like we talked about at AtimmyCon. 

Please, please, please, please, please, please, please, please, please, let her in.

Thank you kindly,
The Zachmire
[color=orange:ba026de870]Please, please, please, please, please, please, please, please, please, please, please, please, please, please, please.[/color:ba026de870]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11186','77caffdf6c','Zach, A Mando?  Excellant!  That means you have to come to a Mando party so I can size you for armor!

We made all of corey's mando in one day, say the word, and it shall be done .  Let's do it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15883','c9fcd8f97b','Wow! Didn't know you've done THAT much stuff for these guys. Yea, it's kind of a pisser. I think you and I should be able to fly out there and meet them when they drive up! I would do it!!!!!

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8735','6e76ab1ee5','Hello, im the fellow that had the post looking for info on armor kits.Judging from the picture  on your post  , your the person ive spoken to on several occassions.Is your name Skip or something along that line?
  Any ways heres my contact info now that i have a regesited account  on these boards.


                              ajt@cpws.net

                                                                          Thanks for your time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8117','4ec6a0f08f','Hmm. I'll go back and look at the threads in a few minutes here and see what Jamey originally posted.  It's not like pulling teeth to get info out of that man, really!  (more like hunting a jabberwock at night during a dust storm.... [img:4ec6a0f08f]http://www.clicksmilies.com/s0105/aktion/action-smiley-039.gif[/img:4ec6a0f08f] )

I know some of the people who originally posted to the NovaCon threads that they'd definitely be there are not bothering to post again, figuring that we MUST have all the relevant info and there's nothing they need add.  Le sigh.  Chris was planning, when he told me about it, to attend all days of NovaCon.

Anyhow, I'll go look up what Jamey posted, and get back to you in a few minutes here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1214','de8ac2e61b','Check www.bikerscout.net for advice on modifying a DP/Rubies Scout Helmet. There are a number of things you can do ranging from trimming the inside to reforming the outside. You should be able to get links to good tutorials if you search that website.

Also check here http://members.allstream.net/~tj_/

Hope that helps.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8268','695d058150','Hey Justin,
Which pics did you want? They are all on the 501stso gallery in the link in my first post. If you need the original sized ones for something, let me know which ones you need (or if you want them all). They are big so you'll need a large mailbox if I email them :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15889','b3cccf5e62','YOU BITCH!!!!!!!!!! I wanted to go too!!!

Hey, seriously, if you get to go, that would be fucking cool. You deserve it!


Let me know what happens...

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12154','daa14ca612','Scratch that last part on the Costume Construction Archive. I can't see anything there because there's no info in that forum. D'oh!  :lol: 

-Troy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9181','92fbe27fb4','I know I usually come up 65, but everyone keeps telling me to go 280.  Does 280 run into 65?  If it does, which way do I need to go on the interstate...North or south?

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1528','9876846251','Meant to tell you that I mailed your patch out yesterday.  Thanks for the payment.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14102','952c3ae269','LOL

That show was funny! Course, his new one is too..when I get to watch it.

Coming up for Adventure con?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18154','ebd27773d3','What's your take on little gift bags for all those attending the con from the SO?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11178','ae9ab5fabc','Awesome. Hope you get to make it tonight. If you get this message in time and you have a scrap of the duster fabric left somewhere I'd love to get hold of it so I can compare it with the multiple brands on dropcloths I saw at homedepot. Catch you soon bud.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1227','c4a25d3e38','Thanks for the offer!

What I used for my original was a range finder from a cheapo Rubies Bucket.  I made a metal stalk for it from Aluminum.  I would like to keep it the same on the copies, but I don't know how to mold it.

Here's a few pics.  Here is the completed assembly.

[img:c4a25d3e38]http://img1.yoxio.com/img/155988.jpg[/img:c4a25d3e38]

Here it is broken apart.
[img:c4a25d3e38]http://img1.yoxio.com/img/155989.jpg[/img:c4a25d3e38]

The RF is actually 2 pieces, which is nice if you want to install electronics and stuff in it.  
[img:c4a25d3e38]http://img1.yoxio.com/img/155990.jpg[/img:c4a25d3e38]

I wish I could mold it as two pieces, but I would take it as a solid RF, and still have the ability to slide the aluminum stalk in it.

Any ideas?

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9524','c679bfbc7b','Hey!  Saw your message.  I still have a few greeblies to stick on this thing...I know I suck, but I never seem to have time to work on anything.  I actually have a gallon of silicone waiting on me to hurry up and get through with it.  

I'm just not sure how to make a two sided mold. :?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7564','4878a85cef','Okay, thanks! 

Regards,

Wes Caraway
2768 W. Gallaher Ferry Rd.
Knoxville, TN  37932');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7788','874674b8e8','[quote:874674b8e8="Z-Man"]cool! I'll see what I got going on and check with Joey and see if we can make it. Thanks for the invite!!![/quote:874674b8e8]

Hey!  Are you planning on coming?  Just need to know for snack and drink planning.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2629','2f8adb4ec9','this is that project I picked your brain on before, the tambo boba bucket. then maybe if I get it right...I might try a Vader like I had mentioned. We shall see!

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7567','3e98a29546','Please change the shipping address:

Wes Caraway/Resource Associates Inc.
1140 Topside Rd. Suite 3
Louisville, TN  37777

Thanks,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15939','f60f4f5b0a','Dude don't let drama bring ya down man if its a gas issue I'll front the gas by palypal if you need it before hand I wanna see you guys you make stuff fun. Who else will only where the least bit of armor possible. Who else will have one clown shoe? Who else will get fun joke gifts for birthdays? Who else can I share Corey's Vader with? If you're both feeling better please reconsider man. Seriously. I'll do my snoopy dance if you guys come. 

Sides I also wanted to see if you guys still had that extra red plastic I might use for my visor.  :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16445','d16e3c927f','I'll do what I can for ya baby. Always.

I need to go get that refund for the boots anyway. Loove ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5690','6ba744f2ff','Thanks
The $5.24 bid is actually me.  I just found it yesterday and placed my bid. It is loose and missing the blaster shots that make it so cool.  For this reason it is useless to collectors so I am hoping it will not go to high.  All I want to do is set on the shelf anyway.  If you know anyone who is looking for Target Exclusive Clone troopers, I have a few for trade.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18039','9d5086efa3','Hey Drax,

Need your opinion on some of the threads in the COC forum.  

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18150','01d477d1ce','If you have a 12&quot; Zam or the 12&quot;KB Toys Chewbacca, I'd like to have first shot at those.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18151','01d477d1ce','If you have a 12&quot; Zam or the 12&quot;KB Toys Chewbacca, I'd like to have first shot at those.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18152','efa013763b','Hey bro, missed you at MSC Acouple things here Tim and I have some business in Kentucky on Friday April 7th and are planning to come down and stay (maybe at Coreys) Friday night and drive home Saturday. Now heres what I was wondering:

1.	Stanley tote/ armor bins do you think you could fill me in where to get acouple of those in your area?

2.	Boba blaster parts would you have time or materials to maybe mold up some parts on Saturday? If not, I understand, I just thought, being in the neighborhood, Id ask.

Anyway, hope all is well with Mary and the baby. Talk to ya soon.

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13735','896d387352','Dude... pardon my language but ..

WHO in the hell would say something that horrid to you?? Who's butt needs to be put in a vice?!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15643','7dbf533708','Betty,

This is really the first time I have actually come to you and said I am sorry.  I made a assumption about you with out giving you a chance and for that I am truely sorry.  I hope we can possibly start over and hopefully have a friendship.


Susanne');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5323','a25bf4d1eb','Sorry it took me so long to get back to you. My only problem is I didn't bring a car down with me, but I can look into getting a ride.  I'm still kinda new to the area, haven't really been out and about much, is the Richmond Wal*mart the one that's down the bypass from EKU?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9656','06b6dfd70e','[quote:06b6dfd70e="ampkiller"]hey t bone

got the hats beanies and headwraps done they are 5.00 each

also i have the one color southern outpost decals ready, they are 2 for 5.00

let me know what you might want and i will geta  shipping rpice to you

thanks
-mark e
wiseguybuttons@alltel.net[/quote:06b6dfd70e]

Mark,

Hit me up with 2 do-rags and 4 stickers.  Since I probably won't get back with any of the gang until after Christmas, could you ship them to me priority mail or something?  Are you still taking Paypal?  Lemme know which addy and I will get the money to you. 

Thanks,

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17267','47e89c21ac','Sounds like fun but there are a few questions.  

1)  What time

2) Where are we meeting

Here is the trick to all of this.  Jessi and I will be coming back from the Thomas P. Hinman dental convention in Atlanta on Saturday.  I have a class until 11:30 central and will be heading back after that.  The trick is,
Jessi's mom will have been keeping the kids from Thursday until Saturday.  She gets a little wild-eyed after a few days with them both.  We will have to ask if she minds keeping the kids for a few more hours. 

We would love to go, and I will put Jessi on persuading her mom tomorrow.  We'll see.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9301','0178ddc3ce','Sent you an email with directions to the bamatrooper@mail.com address.  Lemme know if you didn't get it and I will resend.

Lineup begins at 4 PM CST parade begins at 5 PM CST.   I didnt drive back home exceptionally fast (averaged about 5 miles over the speed limit) and it took me 2 hrs and 20 minutes going the 280 route.


I-65 to exit 250
Get on 459 North
Get off on the 280 exit going East bound
Follow 280 East all the way into Auburn
Get on I-85 North
Get off Exit 77
Turn left on to Phillips Rd/Fob James Drive
My house is about 9/10s of a mile on the right.
Just after Phillips Rd turns into two lanes, begin slowing down.
There is a big rock in the front yard, and a bright yellow sign for Dannys Appliance
Turn right on to 34th street, and my driveway is on your right.


I will be home anytime after 1:30 CST.  So come as soon as you like.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8899','d18227066d','Mark,

Are you still doing shirts?  I've had a couple of people interested in a shirt with my FettEx logo on it.  Does this sound like anything you would want to do?

[img:d18227066d]http://img1.yoxio.com/img/121880.gif[/img:d18227066d]

I would've emailed you, but I can't for the life of me find your email addy.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15758','8de9cc62db','That will be fine..tomorrow night might be best. I have company over tonight. Lets catch up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1277','457a9c1515','Well... finally got around to getting COH... fixing to test it out... i'm on virtue... first ATTEMPT at a character is Frozen Ranger

lol... give me a hollar if ya see me on sometime');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1278','1178c5137e','[quote:1178c5137e="TB3529"]Well... finally got around to getting COH... fixing to test it out... i'm on virtue... first ATTEMPT at a character is Frozen Ranger

lol... give me a hollar if ya see me on sometime[/quote:1178c5137e]

Way Cool!  I'm usually on as one of these characters:
Skyburner
Ice Bolt
DuMosque
Silver Valor');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14639','fcbbcc5f11','yep sure do

i will sell them to you for 3 for 5.00 since you got them before

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17951','690b4b650c','you have been added to teh roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17952','de4c10346f','Richies Armor  has the trooper boob plate.


You ready for a foot rub?  I'll have to come to memphis soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17954','a318d5fd05','holy shit Danielle, your sig banner is the fucking shit! I love it. very cool indeed. 8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16804','8c89ad0893','actually I think we're staying at Derek's condo (FREE FOOD! and seperate rooms so no sharing beds. ahhhh.) 

But I'm sure we'll be at the Red Roof plenty. :)

P.S. am bringing my camera so we can film some shots and such. Figured with EVERYONE practically there, it's perfect!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13920','dfcbe3374e','Joey, I'll call you tonight.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5803','184ed5a6cd','Hey Rat, any events coming up in Enterprise?  I'm trying to find something to do Nov 19 and 26 weekends???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17870','14ed62f00d','You have been added to the MTAC roster... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17871','a8a44daaa5','Hey Chuck!  Just wanted to send you my address as we discussed.  Thanks for the badges in advance, I appreciate it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11662','b57bff58d1','Hey Ivan!

Thanks for writing!  Things have been going pretty well, though we've been soooo busy.  Ya know, I thought I'd have more time out on the road than I actually do.  Between rehearsals and load-ins, and sound checks there's not much time for anything else.  If I get a chance tonight or tomorrow I'll give you a call..but if not, I get home on Sunday and will be there for 2 days.  We should have a big get-together dinner just for the heck of it on Monday or Tuesday if people are free.  Anyway, I'll talk to you about it later!

--Ryan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11663','56b3c459a0','I know I am off sunday, and if memory serves me right, I am off monday. I am up for the dinner, let's get derek, danielle,anakin= Joe. maybe tambo if he is not busy.

where do you want to eat? somewhere close to your house?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17693','85786f67fc','Thanks bro, it was a labor of  love.  We are looking forward to trooping more than ever.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17694','c44a466ab9','Laura and I got the card. Thanks! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12133','b5c2de4edc','Hey, thanks for all the tips! Yes... the blue Tac Ops clone is what did it for me. OK... maybe going for the TC isn't such a bad idea after all. I'll check out Clonetroopers.net, thanks. It helps to know as much about this as you can before jumping in. Oh... I've no doubt that I want to troop, but as they say "knowledge is power", or at least enough to get you locked up for a few days. I'm still a little ways away from being able to get any armor. I'm looking at about 4-5 weeks before the money I'm looking at comes in (if loki's estimates are correct) for either the TK or the TC, although I might be able to get the TC helmet pretty soon if I go with that. That's mainly what I'm thinking... variety within our group here. We have a TK in the group (when he shows up), although I don't know his TK number. I stayed with him at last year's DragonCon. And Yogi (Lando) will have a TK soon. It's only natural that I want to be cooler, um... different than them. heh... 

I would definitly love to have some help after I get the stuff. It would also give me a good excuse to go to a few armor parties. My wife (strangley enough) tolerates all this to a point, but she's not into it. I'm still not sure how I snuck naming our son Anakin past her.  :lol:  

I'd call you, but my cell doesn't pick up while I'm at work (stupid metal encased building). Anyway, what did you want to know? The only other Alabamaian I know is Jody (SarkaVrae). Yeah, she was a founder of the group and our first PR person. She moved back to Birmingham several months ago. She flirted with coming back, but then she landed a real job there. Feel free to call me at work as I always have to explain why I call long distance (since I'm not in customer service). My # here is 706-764-1437, ext: 275 if you need some more info about her. 

Thanks alot. I'm glad you guys got to make it to Chattacon. Wheteher you guys liked it or not, having you there MADE it better. 

Vesper... out!
(yeah, that sounds just as dumb as "Seacrest... out!". I need a tagline....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11678','4478ebf7b2','Greetings CDR Mereel!

Sure brother.  I can paint it for you.  I don't know how soon I can get too it tho?  All my work-areas are full, and I'm in the weeds so to speak.

 I was thinking about inviting you and TAmbo up for a mini-prop party one saturday night.  Perhaps you could bring your backpack up and we can get started on it?  Depending on how many colors you want, It will probably take 2 or 3 evenings to get it totally colored and aged.  But a good start makes for a quick turn-around, and it would be good to make sure it's what you want.

 OR, I also want to try and make one of Attin's mando-gigs.  I could get it from you at one of those parties, and we could go over the color-scheme you want and such?

 I picked up the sheet sintra for my armor 2 days ago!  Pretty stoked about that.  Mom made the vest too small, so there's been a delay on that, and she had me send the jumpsuit back so she could make sure they fit each-other.  So I'm without uniform at the moment.  Having the sintra is good tho.  I can start on the armor....

 Sorry for the delay man.  Been playin' alot of catch-up.

Have a great nite.

Pat');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15731','49d74259bb','I will keep the vest in mind my friend, but how much for da jumpsuit homie?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15732','dffaea641e','I got 75.00 invested in it so far. don't know how soon she is going to get my new jumpsuit done. had someoe on the legion getting me a bluish materail for my pre pro look, haven't talked to him in a while.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18165','974739a1ce','Hell yeah!!!!!!!! you guys better come over and play with Tambo.  I'll put a order in for some more rubber and resin.  what do you have to cast again?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18167','f54a4f543c','hey tambo...we all went to dinner tonight and ryan told me that you have done a custome fitted mask for someone else...is that something you're still willing to help with?  if so, could you give me some specifics, like price point for the material, skill level, etc...  i have a couple of costumes in mind, the main one being tion medon, but of course, that is not out there anywhere, so it would have to be custom...i'm sure todd and i could figure it out, but why the hell try when there's someone who can help us.

whatcha think?

thanks, star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18290','85d8fc43ea','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17209','a09b7e55f0','Wow you are a very decent looking Ani!!   :D 

Good job on the costume.

Don't worry about not having a costume for CIII, your ready for CIV.    :wink: 

The other hand would to have rush the costume and go in a sub-par costume.  I did that with my Jawa and even though everyone likes it and it was approved for the legion, it is now going through a complete overhaul.  I'll even have Jawa voice samples to play on my voice amp.

Well considering I'll be in TN on Thursday visiting Zach, I'll let him know to stop the studying once in awhile to go troop.   :D 


And those kind words about the King of Giddgy well remain our secert.  Shhh....   :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14679','81b90bcac5',':shock:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17268','3b165d54ff','Oh man that would be cool as crap! 

Thinking about meeting for dinner around 8:00 then heading up to the Iron Horse about 9:30? We have a young babysitter so we will have to leave about 12:30.

See what you guys can do! 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14635','c62e14c38f','No problems.  thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10682','00e1961e99','Hey Alli, You must be a mind reader. I do need some saddle girths. How much are they? and can you email me some pics please. and sizes, that way I am not returning belts.  please please please.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5492','b733195b51','This is my home phone #

859-885-0625

I'll be in until around 9:30-ish Saturday, then I have a few errands to run before the event. Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17565','41e0b6c4b5','Send me the low down on the ho down !  Time, What do we do about eating, You know what I mean !
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17886','1f611a1046','Sure!!!!
As long as I can paypal the money to you????

Is it the same size as Suppas?? IE it is going to fit right????

Do you have pics of it???

Also need to figure out how to get it from you???

Thanks... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17888','160838d38b','I have a paypal account, can not remember what my password is.  I am not sure if it is the same size as suppa, do you know what size his is? The color is bronze, and with a hint of black. do not have any pics of it. I was thinking about bringing it to adcon, that way you can try it on and see how it fits you. Then if you like it and want to buy it, you can take it home with you. maybe you could write me a check for it. I know that you have the money or you would not be wanting to buy a necro suit. pm me back and let me know what you think. 

Brad Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16829','10f88781bd','I for real don't wanna go.  I'd rather go to the Burn Camp and make some kids happy than go up there and work like a dog for three days.  Plus, it's right after Wonderfest and I don't want to spend two weekends the same month without my girls

I do plan on going up to see the thing before it's over, but I want to do it on my terms and my timetable.  Besides, me not going will let someone that didn't get to go to The Ranch go to this!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17360','37919221c9','Oh SNAP! Thanks for the heads up, Glenn! Yes I will make a big deal of it!

Yes, we will miss you guys too.

Hey, make sure there isn't a: &quot;The bama guys think they are too good to be here&quot; rally. I really wish I could be there, we all have family things we can't get out of and with the parade last week, we needed to pick the least expensive troop! I SWEAR we would all love to be there with you guys!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16771','ce1427ae86','I dont see Cray's name ??
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16775','09e732c5b2','Hey buddy. How's it going? Your beehive is looking AWESOME. I'm considering buying a beehive bucket, but I don't want to have to sift through threads and threads and threads at CTN to find the seller of the helmet. Do you still have his contact information?

Also, how much did you buy it for?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16774','fec61a187e','We're Traveling down Friday night probably following Skip.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18163','0f042d860b','well, it says you're online right at the bottom of the screen...duh!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17738','1c037b2db9','Don't think a thing of it my man.  We have always been openly critical of each other's costumes. We rag on Stein all the time about his clone wars Ob-Wan with Curtain pulls.

She's working on it, this was it's first time out, and she'll get it up to Mando Squad standards!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13956','1cfa7c529f','Thanks.

By the way....(in best Joey Tribioni voice)...How you doin'?

 :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4961','df4f390038','Check out this event in Lexington on Sept. 17th.
[url]http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=659[/url]
Sure would like to see you there. We'll be trooping along with the Rebel Legion. Come on out!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10052','e571403136','Hay Man,
You dont have to buy me anything, I greatly appreciate it though..
Anyway, I need your address, Got the coins today and want to get them on the way by Monday..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1316','1f096dac1f','Here is our supergroup info:  http://www.guildportal.com/Guild.aspx?GuildID=27561&amp;TabID=247765

We are going after the Vahzilok in Galaxy City, on 4/17 at 3pm..
we're mostly going to practice our team tactics and just in general get together.  You're welcome to bring a toon in with us!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13087','0dd4073a37','Mark,

I got my stuff back there before Christmas, but my wife was cleaning up and I think my stickers were thrown out in the trash.  Do you still have some these?

Lemme know,

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13088','fcbbcc5f11','yep sure do

i will sell them to you for 3 for 5.00 since you got them before

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13089','8f29bcd454','It's my old set... I've still got my "good" set. In all honesty, I'm just going to let it run it's corse on Ebay. Its a really busted up set, it'd take alot of work to keep it from falling apart. I'd wanted to keep it... but than I was getting ready to move and I remembered it'd been over a year sence I wore it last. That and my ESB Boba is a real money pit, so I can use the cash.
 :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13560','0fd018758c','All I have are some EPS files of the Outpost logo and text I can send you. Just give me your email address and I'll send them. I'm glad things are going good down in AL. I'm just trying to get a good blaster for me. I'm sick of the lame old Kenner toy blaster but they always want too much $$$ for a good replica. One day maybe I'll have the $$$ to get one. Anyway, really good to hear from you and hope your TK is still holding up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1664','328240f930','[quote:328240f930="ReplacementKiller"]Heres the low down as of today (and will most likely NOT change)
[/quote:328240f930]

ok, thanks.

I have a friend interested in joining the 501st with an imperial officer costume and he's interested in coming down as well.  So that's two that should be there at least.

-brad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18158','24920f0bec','Small bags that I can get 10 for 5 to put them in- got 20 today close to the outpost colors.

When my friend is getting married we are making Star Wars chocolates for her to give out- stormies, vader, r2, 3po. Was going to make some more for the SO folks..2 per bag

Was also thinking of trying to get some of the heat transfer paper to make bandanas or something...and the other Im not to sure of.

Any thoughts or suggestions?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4048','23feba64fe','Wow... sorry about that Zach, this COMPLETLY slipped my mind last week. I got it shipped out to you today priority so you shoudl be getting it Monday or Tuesday i'd guess. 

the Figure was $12+$3 for the case, and shipping $4... so $19 total i guess

just paypal atuman@hotmail.com whenever... 

as i said sorry about not getting it to you sooner... lol... next time just call and remind my sorry butt...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17804','525f8fe227','I posted in the pre-events section about mtac! woot!  I put your name on there, hope you don't mind.  You can post which costumes you are wearing too  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17805','e06803e280','please add us...hook, scalper, and darth tater

thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7650','9b9930d17d','Dang! Shoot! I hate that you can't make it! Oh well, we'll see you at another event soon. Take care, Goosh!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10337','6a57413b7c','Sorry your pic got edited Zach. Personally, I dislike Stein. I wish I could disintegrate him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7654','19985b7642','Just wondering if you were watching Monty Python on BBC.  Have you seen the "Hungarian Phrases" bit?  Funny, funny.  Talk to you later.  Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10699','28b456f5f2','I've got the belt greeblie and the metal plate...I'm out of buttons at the moment.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16901','f8bee3b42c','Hey Bob, I have some saved on my compy at home that I will email you tonight. They are pretty good but I have better set cut out that you can trace at the UK event at the end of the month.

I love my trash can armor man, it works so great for such a simple idea. One trick im going to use for my next set of Boba armor is to make the belly plate on the lid of the can that way it has the top to bottom curve and the left to right curve. Then you can use the heat gun to get the top bottom curve on the breast plates.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16898','da9b047f00','Im trying to make some Boba Fett armor out of garbage cans. You have any template link for this project? I know youre on the dented helmet, hook me up bro.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16899','da9b047f00','Im trying to make some Boba Fett armor out of garbage cans. You have any template link for this project? I know youre on the dented helmet, hook me up bro.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17714','44f451f3d6','Oh just the basics, Photoshop CS2.  Works good enough for me :)  I use to do some fractal art and models in 3D Studio Max, but one of my hard drives died recently and I haven't had a chance to get that installed again.  But yeah, I pretty much do everything in Photoshop.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18211','2a0a0543fb','Jon:

Got my mask in on Wednesday night &amp; it looks great.  If the mask maker okays it I thought I'd throw you his name &amp; email if you wanted an alternative.  Wish I could show you pictures, but I don't have a digital camera yet.  Mark Ingram's bringing his to work Monday (hopefully) so hopefully I can get some shots then.  Already have the wig &amp; inner mask &amp; the gloves are on order.  The GF is researching the rest of the costume &amp; I have a possible source for the belt.

I may have solved the knife problem.  Our current solution is to buy a suitable knife, mod it, make a mold of it, &amp; then resin cast that baby.  Hopefully Tambo can help me make the 3D mold.  We think we've found the right knife &amp; hopefully I'll win it on ebay tomorrow so don't bid against me:
 [url]http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6617027773&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1[/url]

I'll mod the handle some &amp; may try to blunt the ends to conform with DCon &amp; to insure I don't stick myself with them.  Originally I thought V used a sheath on them, but more research has shown that not to be true.  Then we'll paint them up and they should look good.  Try to think of the best way to make the blades look like metal.  There is some discussion about this on the costuming thread on the main 501 forums.  Wish I could get that chrome paint from Japan (see the thread).  The extra spiral on the hilt should even make the knives spinable with the gloves on.  Don't know the total cost yet, but thought I'd throw that out there if you wanted to get in on it.

My girlfriend is also working on the customize hat now.  Don't have a clue what the price would be (likely around $50) but if you're interested she's (at least for now) willing to do a few more after she does mine &amp; one for her.  We were examining hat molds today to base on the design.  Be assured that we're taking our time &amp; will make sure this sucker is VERY accurate.  We discussed the hat's angle &amp; slope for over an hour today alone.

Just wanted to update you.  Let me know what you think.  I'm often away from the computer on the weekends, but PMs would assure that I'd see it if I log on before Monday.

Later,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7391','535014d7c8','[quote:535014d7c8="TK8657"]I'd like to get one of the mini-Fett helmets. Do you take PayPal? Can you ship it to me?

Thanks,
Wes
TK8657[/quote:535014d7c8]

Yep, Paypal si quite acceptable.  I can ship it to you for $8.

I have not been able to make any yet...Had some family things going on.  It will most likely be after Halloween.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16186','7d6ea18311','[quote:7d6ea18311="TB744"][quote:7d6ea18311="TK3740"]Still looking for 2 SOers to place in my room.  Dereck had a lead, but since the list is capped seems that option is closed for now.[/quote:7d6ea18311]

 might want to see if you are still on the list or not. I browesed through real quick and didnt see it as it might gave been cleared out when SO members were being handled by Tambo.[/quote:7d6ea18311]

Andy, my girlfriend is from Garrison Carida (cleverlilminx) and while she posted for the room, she named me the room commander since I had the credit card.  Hence why (I guess) my room is technically outside of the SO &quot;room block.&quot;  But she doesn't want to room with strangers and we're looking for troopers we know &amp; trust.  Does that clear up the question?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1562','8d59272a0e','Hey Shannon,

Boy, was that a great first event.  I really enjoyed meeting you and your family.  Your wife was a great handler and really helped us all out.

Here are all my links for TK stuff.  You may have some of these, but I have found most all of them very helpful.

http://www.gothos.com/tk5248/mod1.html

http://www.triktoys.com/pages/1/index.htm

http://tk861.com/indexframed2.html

http://www.r2ro.com/kennerblaster.htm

http://www.jedi-academy.com/

http://www.ga501st.com/ArmorTips/armor/Stormtrooper/assembly.htm

http://tk861.com/armor_tips/armorcaveat.html

http://www.scgarrison.com/homebase/armour.html

http://www.legionxxiv.org/starmormods/

http://www.goldenarmor.com/mmenu.htm

http://www.tk409.com/

http://www.multiplehat.com/whitearmor/

http://www.studiocreations.com/howto/index.html

http://muftak.com/ng/tk821/Neckpiece.htm

http://www.imperial-fleet.com/BBC/PVCbbcanhe-11.html?

I hope these help.

See you at the next event!

Thad
TK 5163');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17715','9695c459ba','Ok, good. The Legion lives and breathes by photoshop.
Let me get some things squared away and I may be pm'ing you VERY soon with something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16192','14d1d463f7','Thanks Andy for checking up for me.  We don't want to break the rules, just want to make sure everything is covered by LFL's rules.  Originally some of the traffic on the Ohio board indicated that as few as 2 troopers could be in a room.  Since we didn't know any other couples in our garrisons that didn't already have other plans, we were just going to keep quiet.  But we don't want guys to be left out in the cold.  So thought I'd hit up my garrison for single troopers.  We had another couple who we thought might work, but they're going the Rebel Scum route, and haven't been approved yet, and now the list seems closed for now.  Time will tell.  Just awaiting word about when to reserve the room.

Thanks,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16202','c78896f7c7','Kell,

Just let me know if she needs more access than she has now. Or tell her to send me a PM about it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1362','57079bb603','Chris:  Where are you pictures from MSC?

Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16659','0638f892f0','Shannon:

Do you and the Mrs. already have rooms taken care of for COSI?  Many of the couples I've spoken to have already paired up.  My GF &amp; I have room for 2 in our room if you'd like to join in.  Since she's (my GF) from another garrison we're technically working outside of the SO room block, not that that matters.

Let me know.

Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2056','0f20be8c75','I already told you. email chris or send him a pm (tb1309)here on the board and tell him who you are and about how you couldn't log into revan so you created a new account.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2057','100310ceb3','No...I do not want Revan. Revan is dead. Vex lives.

My question was how to get to the member only board as Vex');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1371','8453740d19','lol... actually... i haven't even got them off the camera yet... i've been lazy... lol... i'll try to get them posted tonight or tomorrow... will be at http://www.chris-campbell.com/pics under conventions... probably be tomorrow night though... got a lot of stuff to do tonight... 

thanks for reminding me... i knew there was something i'd been forgeting');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1375','a95990700d','Just wondering but If your going to CIII if I could pick up the patch there, If not mailing it is fine also. Payment has already been sent.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1376','f10f29b3a8','Patrick:  I'll be at C3 starting some time tomorrow. (leaving at 6:30 am).  I'll be working in the Autograph area from first thing in the morning through the early afternoon on Friday.  If you don't find me my cell # is (615) 426-7554.

Thanks,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1378','53776a98f7','Hey.  I dont think we've met in person, but Im Corey from florence, al.  I just wanted to touch base with you about dragoncon.  The hyatt and marriot hotels both say they are sold out on the website, but I think you have to call for availability.  How much is the discounted group rate?  Let me know and I can probably have the money for you by May 1st.  I also have some non 501st friends that want to go and I'll relay the group discount message to them also if thats cool.  Thanks bud.

-Corey
TK2314');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10869','f9ee7be97c','Loki,

I would definately prefer to have yourself and "the boys" work up a set of gauntlets for me.   I'm just too scared at this point in my modeling to try and pull it off.   I'd rather have a good looking/fitting set - than a sloppy set.  

Boba is by far a difficult costume, and I'm just nervous.

Please let me know, and thank you all!

Love the S.O. Mando's!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16687','29c8c55c4c','Thanks for the info, Derek.  I plan to hit the store after work today (hope too many 501 don't beat me there).  Can also hit Hancock's while I'm there.  :D 

Thanks for keeping this safe from Stein-Mart where &quot;We screw you whenever possible.&quot;

Giggity,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16688','ae5c7fa33f','http://www.thoseshirts.com/tshirts.html


Just go.  You'll thank me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16698','cd4397c86c','I got ya.  I've been trying to calm Corey down.  He gets upset really quickly at the stupidest things, I've had to stop short of telling him he's the biggest drama queen i know.  I don't know if he got 14 PM's but I know he got at least 5, because he sent them to me, why, i don't know.  But they were quite rude, and despite what you may be told, they weren't ALL from Alabama.

Not running for CO?  Who the hell is?  Shure, we bitch and gripe all the time, but from what i've heard, nobody can imagine anyone else doing it.

90% of the time when I jump in on a bitch thread and stir things up, it's just because I think it's fun.  I like to see stuff burn!  Buit I decided last night I'm not going to anymore.  We need calm and order right now, not chaos.  I'll go back to fanning the flames after all this crap calms down.


LET'S TROOP!

God, I wish you guys were coming to MSC.  We're gonna tear the place apart!  And I'm gonna wear the Alien all weekend!  Chicks dig the Alien.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1387','a90aee3917','I am sending them out THIS WEEKEND.  Sorry for the delay, but I had misplaced the stuff.  

Sorry again

Thad
TK 5163');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17014','e8e45d02a0','Hey Skip. 

My next project is a TD, and I need a set of armor.  Word has it that you are the man to see.  If you could, would you contact your buddy that makes the stuff and order me a set.  I will be happy to paypal you like we did with the Vader chest armor.  

Thanks alot!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1390','b1b4652373','Not a problem at all.  Thanks a million.

-Corey
TK2314');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1391','f2fe7bd058','Howdy!

I know you haven't had any public replies to your post yet. Don't get discouraged!  With C3 in progress right this minute, a lot of Southern Outpost folks aren't sure what their schedules are for two weeks from now.

Have a great weekend!
one of the handlers/the token padawan :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13126','62b19873da','To register on the site you MUST use the email address that is listed on your 501st profile.  This is to ensure that you are the 501st member you say you are when registering.  If you need to update your 501st profile ask your GML or the LMO.


John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18372','7a4773d794','yeah, just me and the boy.  Thats why it took me a little while to respond, Connor woke up a second ago so I had to go get him back to sleep.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18373','9f2111826d','I need avatar help...

Meatwad aint cuttin it for me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18374','7983186952','Let me know what you want and I'll look.  I'm still not really happy with mine so I might not ne much help.  If I  ever get a copy of Photshop I'll  do my own (and signature too).  Just lemme know...  I'm going back to bed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8552','9505fe4489','Hey! Saw this and thought: THIS IS SO SUPPA!!!!!

[img:9505fe4489]http://img.photobucket.com/albums/v217/skywalker1620/wheremyhoesat.gif[/img:9505fe4489]

Now THAT'S FUNNY!!!

Hope to see you soon, my brotha!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8120','cc8e511cb5','Hey -- did as much searching as I could, but it looks like the original "is anybody interested?" thread is gone, so I decided to ask him directly.  I sent the text quoted below to him as a private message.  I think I'm not one of Jamey's favorite people, so he may ignore it, but here's hoping for the best.

[quote:cc8e511cb5]Hey, Jamey, all the jokes we've been making about the rambunctions ones ignoring us aside, would you please private message Shawn (TK5773
) when you get a chance and let him know which days you and Greta will each be attending?  So many of the young'uns are trying to be helpful that the noise-to-signal ratio in these posts is about impossible.

I had a post at one time that listed who'd already said how many times that s/he would attend, but it wound up deleted, and this afternoon I just don't have time to redo all that research.

Thanks!
[/quote:cc8e511cb5]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1398','eeee927d21','Hey, 
Glad to see you guys again if it only was for a couple of minutes...

Mike G said you might be coming to the Talledega event??
I called him today and he said he was out, too much to do, but i haven't heard from you or the new trooper, Mike.   I've got to capthe list asap, so let me knwo if you are coming for Sat Sunday or both..
Thaks

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1401','344cd7e131','Hey, I was wondering if you still have the Darth Vader GT Belt available for $200.00... If so, I am very interested. Let me know!!! Take care!!!

JCG');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5400','d479661796','No but ive been putting in applications like mad, i manage to sell a butt load o ebay which has been helping me out for now note to self my size barbies bring in good amount of money LOL im not kidding i sold 2 for like 50 bucks .... i find them all the time so its like dude... lol. i do feel alot better though physicaly and mentaly which is helping. as much as i hate ebay its been keeping me above water for now i had enough left over to do it after what i made i know i should save it but i figure its like the armor i will never get around to it later it wasnt much cheap for it 40 cant complain. and thats with a free touch up. eh i still got my armor im happy if my friends go to horrorfes they said i could go with them so i might get to go to a con after all and finally finish my dragon outfit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4672','e65daeb089','No prob.  BTW the link RoseGuard posted is to the website who started the EZboard group I sent you to, so it has the EZboard link as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13092','b98f24e509','Is it that badly broke up?  I've been sooo wanting to do a jet trooper from BFI.  I'll keep an eye on it then, if you don't want to gimme a price. :P

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9691','ca10efa3ea','PayPal account name:

tk_6873@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11993','643c9bcc17','any word on thsoe gauntlets???

here is my address just in case

mark estes
134 algonquin trail 
somerset, ky 42501

i would be happy to mail any monetary donations your way for them

just let me know and thanks again
-mark e');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15802','fec8b0c222','Just sent a kid by the name of kiefferm1 your way for a neckseal. Good luck.
You gotta a copy of that pic you had, I can post it on the FL boards.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10451','f6d4755a29','Pulling some this weekend..and If I have some extra Resin I'll send you a treat.  Mary is doing well.  Only a few more weeks to go.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15516','76767ad82c','Hey!  I bought Gooshy's TC armor, but I have not clue how to proceed.  I've got a lot of the rough trim work done, but I am not sure how to put this together.  I've never done any trooper armor before (other than TS, but that is not as involved).

Is there a step by step webpage somewhere that could help me?

Where did you an Tim get your Ep II buckets?  I'm still wanting to do a BFI jet trooper.

Help!

T-bone');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6231','0c1f697ff8','Not at the moment, not casting the one I have. I have 2 ep3 helmets. I got them a guy on the clonetroopers.net site named javamonkey. its first class. Let me know if you wanna get in touch with him the bucket runs around 2 bills.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1730','23edc5a81a','I will fire you off a money order next week, if youd be kinda to hold the helmet until then, that would be awesome! I am holding off on my paypal account because of my bank right now. Another story for another time.

That would be cool to do a little casting demo, by the way, how much does that moldmax silicone stuff cost? I can just look it up on their website I guess, and figure out where to buy it in town.

You casted your fett helmets out of the poly resin stuff right? I believe its the same stuff my clone bucket is made of. Speaking of, no, if you buy  Glovers normal armor, you get the kelloggs vac helmet in it, but he also sells a recast of the clonesix bucket, which is what I have. Its a cool helmet but it pisses me off, because the clonesix armor is the best stuff out there and he (clonesix) wont sell his stuff to but his close circle of friends because sooo many people, including mike, have recast his helmet. He was really arogant at C3 when people talked to him. Anyhow...

I really want to cast Tambos Fett helmet and cast a few Vaders, get my head wrapped around this stuff, because I dig my custom Fett, all black, not sure if youve seen it yet, most people like it. I want to do more prop making, blah blah blah, so I really appreciate your help! Maybe Ill return you a favor and when I get it down and cast the Vader, Ill send you one!

Crash');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7396','7136a280a2','I have 3 small clips I use to clamp the ring in place - one on the keyslot, and 2 between the keyslot and ears.  I usually mix up enough glue to stick it between each clip.  Then after it sets up, I remove the clips and put glue there.  After the ring is in place, I normally mix up a big batch and push it in between the ring and helmet from the top side of the ring.

Does that make sense?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7397','3c53b52723','Hey jordan. just out of curiosity, did i tick you off somehow?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7554','3a05413349','Jon,

That is looking sweet.  I see the ring really helped the curve in the back.  Did you flair it out more?  If so, be careful that you can still get your visor straight.  Also if you flair it too much, it will shorten the distance between the front and rear of the helmet and you'll end up with a squished nose (like me  :P ).

As you can see from this shot, mine is not too pretty on the inside.  But this was the first helmet I ever worked on.
[URL=http://img454.imageshack.us/my.php?image=helmetring013zt.jpg][img:3a05413349]http://img454.imageshack.us/img454/8724/helmetring013zt.th.jpg[/img:3a05413349][/URL]

Now on the helmet I was working on for Will, I put in the ring and then Bondo'd over it.  I sanded it smooth and you cannot even tell its there.
[URL=http://img454.imageshack.us/my.php?image=helmetring028mx.jpg][img:3a05413349]http://img454.imageshack.us/img454/4292/helmetring028mx.th.jpg[/img:3a05413349][/URL]

As for the visor area, I would leave a 1/8" to 3/16" thick rim there.  I've seen people leave the whole area after they removed their visors and it just makes it look too thick.  Here's the thickness of mine.
[URL=http://img454.imageshack.us/my.php?image=visorthickness3tq.jpg][img:3a05413349]http://img454.imageshack.us/img454/1950/visorthickness3tq.th.jpg[/img:3a05413349][/URL]


I talked to Allen, my friend who is working on the ROTJ Fett, he said weekend after next would be fine.  Now, I need to clear it with the boss.  If she says its OK, I might throw it up on the board and see if anyone else wants to come down.

I'll let you know something more solid by the end of the week.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1447','6884d43e79','Ok I'm curious.

ryu-kumon@comcast.net

Good to see you again though it wasn't for long.

Such a crazy time.

Ed');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16692','241e17fce3','Cool site, Hammer.  May get some of those one of these days.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12826','53fb51766d','Oooopps sorry.  I've been bombarded with e-mails.  I'll pull a few for you.  Throw some cash at me at the next prop party at Coreys at the end of the month.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13010','68d54e014c','sounds awesome, let me know the dates also

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13049','776266af6d','Tambo,
  The helmet looks great.  I still need to pick up a new visor.  What was the color of the green that was used I think it was italian olive.  Also the red want to match that for shoulder bells.  Let me know what you need from me on the helmet.
  Thanks again
Retz');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13941','9b2bbd35fa','Bob and Sissy :


All this talk about old grievances and splitting the Outpost has gotten me to thinking.  There's been a splinter in my side for a year and a half now.  It needs to come out, but I've been putting it off because it's probably going to be unpleasant.  Not anymore.  I've never heard(and until recently, never really wanted to hear) your side of the story.  You might not have heard mine.  But I want to fix that before I see you at Corey's.  Because I want us to be friends again.  


After AdCon of '04, I didn't really know where I stood with Sissy(I don't feel comfortable calling her Betty because that's my Mom's name and it's weird.).  We'd never established ourselves as being exclusive, and I for one didn't want to rush into anything because of the distance involved and, upon later reflection, we didn't really have that much in common besides Star Wars.  

So believe it or not, it came as something of a relief when Jon Wollack called me down in Florida and told me she was seeing someone else.  I honestly had no idea where we were headed(if anywhere), and I didn't know what to do about it.  Maybe I should have been more decisive, maybe I should have talked to her more about it.  But whatever the case, and I think this is important, losing her was never the reason I was upset.  Now don't get me wrong, she's a great girl and I would've liked the end to our relationship to have been more, well, mutual.  But I'm not the kind of guy to hold a grudge over another guy stealing his girlfriend.  It's important to me that you know this.  


What bothered me initially was when I found out [i:9b2bbd35fa]who[/i:9b2bbd35fa] she was seeing.  If it'd been some guy in KY that I didn't know, there would have been no problem.  But according to my personal code, when your friend is dating a girl, she is off-limits no matter what the status of their relationship.  For example, while Jon was living in Florida, Rose and I discovered that we had feelings for each other.  But neither one of us said anything about it until after he'd moved back and resolved things with her.  Is it wrong for me to impose my personal morality on another adult?  Absolutely.  But I just didn't expect that from a friend.  


I was pissed, I'll admit it.  But again, not so much at what was happening, but how.  For all I knew, the two of you didn't have the basic common courtesy to tell me what was going on.  I never thought you needed my permission, but I did think I deserved for one of you to give me a heads-up.  I could get over that.  


And, for the most part I did get over it.  It really wasn't that big a deal in the long run, and I told several people that I hoped things worked out for the two of you(ask Angi), if for no other reason than to salvage something good out of the mess.


But that July, just a week or two after Glenn's wedding I heard that you and Sissy had been saying some nasty and decidedly untrue things about me.  Specifically, stalking, veiled threats and other stuff that I would [color=red:9b2bbd35fa]never[/color:9b2bbd35fa] do to a girl.  


Hearing that sent me into a realm of pissed that I'd seldom reached before.  I could handle you and Sissy getting together.  I could even handle you not bothering to let me know.  But trying to turn my adopted family against me?  That was the last straw.  I decided then that you were no longer someone I knew.  I respected(and loved) the Outpost enough that I would never have caused a scene, or called you out over what was to me a personal matter.  But I lived for the day when you said the wrong thing, or stepped over the line.  Fortunately, as it turns out, you never did.


Over the next year or so this anger and hate aged, and mellowed into a foul non-chalance.  I wasn't out to get you; I just didn't give a shit.  And I was almost at the point where I could look at you without my blood pressure rising when I learned that the whole reason I'd carried this big, bloody axe of rage might have been a lie.


At HorrorFest last year, Sunday in the food court of the mall, Jen came up to me and said, "You need to talk to Bob.  Some of the things you believe about what happened aren't true."  

My first response was indignant.  I thought you'd spun some yarn to cover your ass and she'd bought it.  And besides, why did [i:9b2bbd35fa]I[/i:9b2bbd35fa] have to reach out?  I was the one who'd gotten screwed.  The way I saw it, if you'd wanted this resolved, you would have come to me.  I wasn't thinking about this from your perspective, and at the time I didn't care to.  


Later, thanks in large part to Rose, I heard a completely different story.  She said Suzanne had made the whole thing up about what happened at Glenn's wedding.  And apparently there was more to the beginning of your relationship with Sissy than I knew.  Again, my anger prevented me from wanting to hear any explanation.  I listened politely to what she had to say, then decided again that if you really cared about patching things up you'd make the first move.  Well I'm tired of waiting.  I want to hear [i:9b2bbd35fa]your[/i:9b2bbd35fa] story, from the beginning just like I've done.  And by "your" I of course mean you and Sissy.  

Did I make mistakes?  Yes.  Would Sissy and I have made it as a couple?  No.  I'm not interested in hearing how much I suck as a boyfriend.  I already know that.  What I want to know is, if you'll pardon the cliche, Why didn't you tell me?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11844','50beef814f','no joke, He is constantly pissing and moaning about this and Im tired of his shit...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15092','b9e35a084f','Wonderfest is at the end of May, not March.  So unless your cruise lasts 2 months you should be able to make it.  Brain farts, they're everyone's problem.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1468','8b5d9c18dd','I don't think you'd want it.  Given the source of all the parts and everything I was told to sell it high. I'll probably end up listing it on ebay.

Ed');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1469','1c7506e712','Gotcha.  Thanks anyway.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17408','1122308f47','I hope you weren't too put off by some of the stuff that's been said on the board.  First of all, that Mojo guy is a real ass on the Internet for some reason.  I just try to ignore him.  As for Tambo, I'm sure if he knew who you were he would have been a lot nicer in the beginning.  We've just had some bad experiences with people in the past, and as the Membership Liason he's had to deal with people crying to him about why their costume isn't good enough, etc.  I think you're great, and you and Hook are both really fun to hang out with.  I can't speak for anyone else, but I'd say most other people who've met you guys would say the same.  So please don't be offended by some of the folks here.  They're used to playing rough with each other.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14779','5f8244acc1','Hey, that great.  Joey wants to hold onto our room for a little while and see if anyone needs it before I cancel it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15782','f3526a18a7','nicely done, Stei.n is a dick.

That boy is in more diar need of a blowjob than any man I have ever met.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16578','1b5e9dc80f','You have been added to the roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1475','51d8f30006','OK...This is the list.

ME (plus 3)		$220
Jon Wollack		$55 
Tim Wollack		$55
Rose			$55
Bob Link (plus 3)	$220
Alli (plus 2)		$165
Chuck			$55
Lighthammer 		$55
Angi			$55
Corey and Erika		$110

I need the money next week, so if you've changed your mind and aren't going, or can't pay speak now.

Information...The easiest thing to do is to use this link:
[url]http://www.dragoncon.org/pdfs/2005reg.pdf[/url]

and send me an email with all the information it asks for to  tbone.brown@gmail.com.  If you have a scanner, you can fill it out, then scan it and send it to me.

Next, you can paypal me at:
tandnbrown@knology.net

Or snail mail to:
Tracy Brown
3405 Phillips Road
Lanett, AL  36863

or if you are going to the Talledega event, you can just give it to me there.

Time's getting short...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7563','3f7f31f86c','I have managed to get 2 kits together.  Do you want one?  I could probably get it shipped out to you on Friday.

$50 plus shipping $8

tandnbrown@knology.net is my paypal addy.

Make sure you send me address via PM or in your paypal transaction.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1558','8934534a65','Is it a pain in the butt to send them all? That way you don't have to go through them and pick a choose. But can you send them with relativley high resolution?

Thanks Shawn!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1480','df4bffc3be','OK...This is the list.

ME (plus 3)		$220
Jon Wollack		$55 
Tim Wollack		$55
Rose			$55
Bob Link (plus 3)	$220
Alli (plus 2)		$165
Chuck			$55
Lighthammer 		$55
Angi			$55
Corey and Erika		$110

I need the money next week, so if you've changed your mind and aren't going, or can't pay speak now.

Information...The easiest thing to do is to use this link:
[url]http://www.dragoncon.org/pdfs/2005reg.pdf[/url]

and send me an email with all the information it asks for to  tbone.brown@gmail.com.  If you have a scanner, you can fill it out, then scan it and send it to me.

Next, you can paypal me at:
tandnbrown@knology.net

Or snail mail to:
Tracy Brown
3405 Phillips Road
Lanett, AL  36863

or if you are going to the Talledega event, you can just give it to me there.

Time's getting short...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7781','ad258dcc55','[quote:ad258dcc55="Z-Man"]cool! I'll see what I got going on and check with Joey and see if we can make it. Thanks for the invite!!![/quote:ad258dcc55]

Hey!  Are you planning on coming?  Just need to know for snack and drink planning.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7782','290a51d2de','Crap, I have to play in my band at church this Sunday. I swapped weekends so I could get to go to Nova Con the next weekend. Dang it! I really wanted to come to this! I'll still tell Joey and see if he wants to make it!

Thanks for the invite T!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7779','d90f05148f','Thad,

If you aren't busy this Saturday, a friend of mine, Gooshy (Jon Jones), and I were getting together for a little Mando party.  Jon is working on a custom, and my friend is working on a ROTJ Fett.  I know its about a 1.5-2 hour hike for you, but if you want to come feel free.  I've got some sintra, and I thought we could print out templates, cut out armor,  and I'll demonstrate how to shape it in hot water.  Maybe some painting stuff - "weathering with mustard - 101".  Just good old fett stuff from 10:00 am to whenever.

If not, I'll try and pull you a list of "good" suppliers for fett stuff together.

Just lemme know if want to come.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7780','4394ea7b0f','I would love to be able to come, BUT my wife has scheduled family pictures at 1:00pm Saturday, then she has planned to go to some jewelry show thing with her mother, so I am on kid duty.  Sounds like the perfect opportunity to get alot of great knowlege, I hate to miss it.  Maybe I can make the next one.  Your list of reputable suppliers will be a great help.  

Thanks again');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17420','16577f71c7','Hey, no problem.  I just wanted to make sure you didn't think we were all jerks.  And 10-4 on that hug.  I'll have it ready for ya.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11710','5e9845d37c','[quote:5e9845d37c="HothGirl"]Okay, what I'll do is take a look at some Dooku pics later today (I'm on my way out the door right now) and see what kind of fabrics might be good.

And you're right, now would probably be a good time to get fabric - before all their spring stuff comes in.  I know off the top of my head everything is brown on Dooku  - not a bit of black on his costumes (I'm guessing you knew that too).  So that'll probably be one of the harder things...finding a chocolate brown color that's that deep so it almost looks black.  Not impossible, it just might be a pain.  ;-)

I'll pull open my books and reference pics when I get back and see what I can figure out.  :-)

~ Katie[/quote:5e9845d37c]

I can't say that I thought it was brown, other than of course the cape. Looking at Dressing the Galaxy, I can see how the pants might be dark brown, but the top definitely looks black as do the boots.  What is your source of information that says they are brown?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12724','41e2bf1061','Cotton might be okay, it just wrinkles a lot easier and the fabric might not be as crisp.  But if you got blends, depending on what it's blended with you still might be okay.  And you could always reinforce the front panels.

The Insider where Trisha said it was all brown (in case you didn't find it) 
Insider #77, page 44.

Patterns, the base people use for the Imp officer are civil war officers - which appears to be just like Dooku's tunic.  Simplicity  #7274 is one of them, but that may be out of print (if not, JoAnn's is having a sale on Simplicity patterns next week).  The other I found is McCalls #M4745.  The number may be different than at the store, but if you flip open the book to the costume section, you'll see the blue civil war uniform.  Like I said, they'll both need mods but they'll be a great starting base.

Hope that helps!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15641','be1ddaa697','Well with as many people talked about it I assume you knew.

At the premiere Steiny said all Kiley's costume need was some &quot;falsies.&quot;

Then at the prop party two weekends ago he said that Zach had &quot;dibs on Tambo's daughter&quot; he drug Zach into that twisted comment. A newborn... thats just sick.

The way he treats people. Like cheating Kell out of money. Anytime I'd say thing ato folks about why we have to be nice to him I'd get comments that command staff would be pissed his we treated him worse then anyone else.

If I had known I'd have given you on the moment updates like a weather man hjsut so I didn't have to hear that kinda stuff. God I feel stupid now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1505','d00185d095','Hey, just read your post :)

Glad to hear you're interested in joining us...Are you interested in attending the line up the night before as well?

Also, I looked at your boba fett stuff, and wow :)! Amazing looking :)

Anyway, I'd like to keep in good contact since its just right around the corner, are you going to need a place to stay or do you live in Jackson?

-Bill');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1506','d7de8ec1eb','OK...This is the list. 

ME (plus 3) $220 
Jon Wollack $55 
Tim Wollack $55 
Rose $55 
Bob Link (plus 3) $220 
Alli (plus 2) $55 (paid $110)
Chuck $55 
Lighthammer $55 
Angi $55 
Corey and Erika $110
Chad Suppa $55

I need the money next week, so if you've changed your mind and aren't going, or can't pay speak now. 

Information...The easiest thing to do is to use this link: 
http://www.dragoncon.org/pdfs/2005reg.pdf 

and send me an email with all the information it asks for to tbone.brown@gmail.com. If you have a scanner, you can fill it out, then scan it and send it to me. 

Next, you can paypal me at: 
tandnbrown@knology.net 

Or snail mail to: 
Tracy Brown 
3405 Phillips Road 
Lanett, AL 36863 

or if you are going to the Talledega event, you can just give it to me there. 

Time's getting short...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1507','0870a6b6ee','[quote:0870a6b6ee="ReplacementKiller"]Hey, just read your post :)

Glad to hear you're interested in joining us...Are you interested in attending the line up the night before as well?[/quote:0870a6b6ee]

Let me know what the schedule is going to be and I'll see when 
I can come down.  I live about an hour and a half north of jackson.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1508','0870a6b6ee','[quote:0870a6b6ee="ReplacementKiller"]Hey, just read your post :)

Glad to hear you're interested in joining us...Are you interested in attending the line up the night before as well?[/quote:0870a6b6ee]

Let me know what the schedule is going to be and I'll see when 
I can come down.  I live about an hour and a half north of jackson.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1512','6e7c0bee79','Hey,

 I Much appreciate the help in putting togther this event! :).

Thank you very very much, and if you need anything from me on my side, just let me know so I can email whatever is needed :)

-Bill

Also, please feel free to contact me via phone or aim (jedivader07)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17680','279b492224','thanks so much!  i didn't get to wear it as much as i had hoped with all the confusion and with ryman not feeling well, but it sure is nice to have it finally done!!! (i may tweak it a little more, though)

i'm not familiar with the character that your costume is based on, no surprise!!, but it looks like you'll be joining us soon in the finished product.  my favorite colors are red and black, so i can't wait to see it finished!!!  you go, girl!!!!!!!!

star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16053','e7b0ef2207','Yep.... it's just a big ol' love fest  :wink: 

What I keep wondering is who else was Corey think of let go, who would go if I wasn't... I guess I still feel guilty, ya' know.

But anyway, I keep almost falling asleep... did I sleep last night?

I'm listening to Sammy Davis Jr... right now.

Loves ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17745','d673aa0838','ohhhhhhh, i understand...ya know...you have to talk in simple terms to the comic morons like me....small words, short sentences :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16886','8584dca2b2','Hey Tambo what do you have to do to be a room captain. I dont have a credit card but I do have a visa debit card. Do they charge you for the room then re-emburse you the money or do they just need the number to hold the room.  I am interesed in being a captain because I want to show up the night before so I dont have to leave early the next day and my roommates wont be sitting around waiting on me, plus Graeme from Canada signed up for the event and needs some floor space to crash on and I told him that I would try to swing it in my room.

Thanks
TK1143
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2059','100310ceb3','No...I do not want Revan. Revan is dead. Vex lives.

My question was how to get to the member only board as Vex');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13161','0223aca4bc','[quote:0223aca4bc="TB1184"]Pardon the cheesy Japanese accent title.

Hey Jamey, I wanted to go ahead and set up a line of communication between us on getting this Holiday Special Fett built up. I've decided to make the vest and jumpsuit myself, since it'd be hard to find a jumpsuit in the right color that I could modify and still have it look good. So that's two things out of the way.

I guess the first thing I should inquire about is if you'd be available to make the armor for me. You said you made yours yourself, right? I'm hoping to keep most of my business for this suit in-garrison, and with a Fett locally, I'm sure you'll come in handy a lot - especially with a certain jetpack. :P[/quote:0223aca4bc]

I'm out of 3mm Sintra currently, but as soon as I get my tax return back I can order a sheet and start building the chest pieces.

Whatcha think?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13163','0223aca4bc','[quote:0223aca4bc="TB1184"]Pardon the cheesy Japanese accent title.

Hey Jamey, I wanted to go ahead and set up a line of communication between us on getting this Holiday Special Fett built up. I've decided to make the vest and jumpsuit myself, since it'd be hard to find a jumpsuit in the right color that I could modify and still have it look good. So that's two things out of the way.

I guess the first thing I should inquire about is if you'd be available to make the armor for me. You said you made yours yourself, right? I'm hoping to keep most of my business for this suit in-garrison, and with a Fett locally, I'm sure you'll come in handy a lot - especially with a certain jetpack. :P[/quote:0223aca4bc]

I'm out of 3mm Sintra currently, but as soon as I get my tax return back I can order a sheet and start building the chest pieces.

Whatcha think?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13164','db8abb7298','Sounds good to me. Will it just be the chest pieces that you make? Or will you be able to do the back, knees, and shoulders too? I'd love to help out with the process if I can.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13169','99281b6b47','[quote:99281b6b47="TB1184"]Sounds good to me. Will it just be the chest pieces that you make? Or will you be able to do the back, knees, and shoulders too? I'd love to help out with the process if I can.[/quote:99281b6b47]

I can do all of that.  Just don't make me make gauntlets again!   :shock: 

We can make it to fit you so it doesn't look like the rest of that one-size-fits-all armor that seems to have infested those north of the state line...  ;)

Shoot me some email and we'll continue this conversation.  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10578','df0a1818f0','Sorry it took so long to get back; i have been onb vacation in (no high speed internet land).  You are more than welcome to crash with me.  I have a room at the holiday Inn where the con is located.  We can visit the establishment next door for a drink or two.  

I am only staying for Thursday night and I have to head out about noon on Friday.  I don't hink i am going to throw on armor since i have gained about 10lb since the last troop, and stormtrooper armor is not that forgiving, and I don't want to dress up for two hours and still have to pay $20.   

I am leaving early in the morning so if you want to hook up, call my cell 2 615-210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18078','157ae3800b','easy on the tag line!!!!!!!  i happen to love the banjo and i AM from kentucky.

&quot;INCEST&quot; a game the whole family can play, by the &quot;porker bros&quot;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16198','931c989cd5','Helllooooo Rose, Loki told me, yuo know someone who can make decals for us? 

how much are they?

jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17175','b9818f7ff1','Do you have any issues or problems with me?  If so I would like to clear the air and have a friendship.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17186','974015aa52','As far as the trip goes,
We are taking both jessica and kayla with us.they are going to jenn's sisters house for the weekend.so unfortunately we won't have any room for anybody.ill barely be able to get my stuff in the van.

I'm typing this from my blackberry
Ill respond more later
Cya
Skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13356','299d2b7686','Brutha, if you only knew the half of it...
It all started with one certain XO having a big misunderstanding, a big ego and a bad case of the "green-eyed monster" that's now turned into a full-fledged "scorched earth policy". It's left the whole command staff with more questions than a Jeopardy marathon.

As far as AFT...
I hope you're not reading anything into these cartoons.
I did this about a month ago to pick at Chase's version and decided to hold on to it and use it in case I fell behind one week on production. 
This was that week. I have been busy with work, trooping and home life and just didn't get finished with this weeks panels.

I would never use this comedic medium as a platform to broadcast my political views about the garrison or its problems.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13021','9039218006','What happened to the "trash compactoer"?
It is gone.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1586','143ad1196a','if you send it to charliezanaty@bellsouth.net I can get em all! Please don't go to too much trouble doing this! Let me know if it's gonna take you more than a few clicks. Again, KILLER photos! Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13306','077e9aee91','My name is on the list but I don't have one.
I don't think Craig Johnson has one either.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1590','d5db235633','thanks dude, you rock! Oh yea, I guess since everybodys getting so mad about the event, I just want to say I hate you for getting in the coolest pictures!!!!!!!!!!!!!

I keed, of course!

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9007','243b1779a3','Howdy,

   What's up brother Fett?. . . .Down here near Cameron, LA working on Hurricaine RITA efforts after spending some time up in the KATRINA area of S. MS. I didn't get a chance to mail off the amp. before I got shipped out. . . .will bring it to the X-Mas parades. Using a millitary computer. . .gotta run before they yell at me/shoot me . . .Hope all is well. Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1599','99b28ae2fb','morning my lovely and honest friend
id like to personally PM you with some reasoning to my posts.

1)no other "staff" member has the nuts to fight the group or be the ass that i will.you( but not everyone) knows the crap we deal with.and your right ,to come back from that event and be ambushed with bullshit wasnt cool.so i will defend ourselves and if nothing else prove that i will stand up for our decisions.

2)the "85" thing.
your missing the point. we have 100+ members in our little garrison here.whether or not ALL 100 would have come is irrelevent.the fact remains that when pepsi said 15 and only 15 then 85 HAD NO CHANCE TO COME,does that make sense??? so whether or not joe blow in KY wanted to come or jon and rose didnt want to come(but they really did) doesnt matter.they NO LONGER had that chance.so from a command staff viewpoint we had to choose 15 out of the 100 members.
now we both know that less than half the garrison could have seriously made the event.but lets look at the reality,had this event been OPEN we could have gotten 30+(like the boy scout thing!) with little effort and we had troopers in Florida AND Georgia already emailing wanting to come.
so it wasnt an easy thing to deal with.

heres the funny part,im not even mad,at anybody.
i just aint gonna sit back and let people dog us and call us liars and that we mismanaged this when they DONT know what their talking about.

each person could find some reasoning of why this person shouldnt be there or that person shouldnt have been there and they SHOULD have been there.and then we get to the whole conspiracy crap that we purposely left out people.
i got phone calls yesterday from different troopers and had nasty emails waiting on me when i got home. 
overall it was a cool event and yes im lucky i got to go.


so thanks for posting ,and probably thanks to chris for locking it.but the conversation will likely pop up on another thread.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16227','e658e7c607','Very cool. I would like to request a white bantha skull. I am putting it on my new black tote bin. some imperial cogs in white also. can he do the star wars font?

so many ideas hmmm');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1608','d4394d0f6d','That guy I mentioned when I emailed you about joining(Brian McClure).
He's joined the board as Revan and should have sent in
his 501st application and emailed you.  He's getting together a
jumpsuit outfit and will be attending that premiere in Jackson MS.
He lives an hour north of me in Cleveland MS.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11751','2ef720887e','I should have the insider, so I'll look for the article.

Thanks for all the help so far.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11752','c67b97f971','Yep, it definitly came from Trisha because I think everyone was a bit surprised.  

And in honesty, I don't have the Episode III DVD so I can't look at pics there, but my friend did say it was a lot more obvious this movie.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9141','e09e0db8ae','Sure I'll trade My AT-AT card for some troopers and I also have a AT-ST and some other new figures..bring them up Saturday.  Did you like your membership pic I e-mailed you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12737','b79b378e19','I think on that McCalls pattern you'll have to do some alterations to the front flap (along with the button removal), but it is pretty close.

I know the fabrics you're talking about.  Depending on how the fabric feels when you get it cut out, you might want to add some interfacting to at least the front panel (and probably the collar - depending on what the pattern says) to give it more support so it'll look stiffer and more uniform like.  I guess you'll know better once you get it cut out if it needs it.   :-)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1613','f1d1b2f74c','here is my cell phone number

251-232-0392

its a Mobile area code, but thats because my plan is down there (mine is the free phone on my dads plan). i dont have any exams for the rest of the week, im done, so just call any time. the name is david or dave, which ever.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12034','b3ed8242f1','nevermind my previous message. the board messed up for me or something, and is now working properly.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17359','49e50e1425','Z-Man,
I just wanted to remind you that Saturday is Ryan's birthday. So bring him an embarrassing gift if you have one. We'll miss you (and him) at MidSouthCon.

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18408','389344777b','nope you don't owe me anything. i do have some shirts up right now if you want to get in on them you are more then welcome, i should be doing another run of shirts soon, i will post up when i do to make sure you get your order in

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8502','472263e98b','It's not just the boards, it's the smurfitysmurfsmurf private messages.  Both, together.

There's, y'know, this delicate line between "supportive of person in charge who asks me to assist with problem-solving ideas" and "Move over, I'm taking charge".  I'm trying REALLY hard to not cross that line, but the man keeps nudging me.  Irish-Italian Matron voice in my head is now speaking up, and she's saying, "Do it this way, or there'll be troubles down the road."  Followed by "See, you didn't do THAT quite exactly the way I told you to, and that's why THIS is bothering us now."  And I absolutely, positively, MUST NOT say that aloud.

I keep telling myself that there's a Henna class on Friday night that I'll be attending, by God, and it'll all be resolved soon regardless.

Y'notice all the ones who pissed me off are coming up with excuses why they're maybe-probably not showing up after all?  Loki's the only one left, and he "might have football game tickets".

Men!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8503','362757be24','I did notice that. 

I also noticed that Skip is no longer coming, and that this will probably mean MORE jokes about Huntsville in the future. Never mind that he doesn't know what he's talking about anymore. He'll make something up. If anything goes wrong, he'll use it. Although I do think that his lack of attendance might be due to Jamey's sudden emergence. It's nice to see that Jamey isn't trying to take over this time. He's dancing on the line, but he's not doing it blatantly like last time. 

Do we really care if Loki comes ? He's nice and all, but he has a large trailer park up his ass at the moment. Lester's gonna be here. ZMan's gonna be here, Joey's gonna be here. I AM wondering if all the people who bitched about not having a free pass aren't coming, does that mean we get them? :D 

And since we're fuming together, might I add that I want to copy "giggity gigggity giggity" about 10 million times, print it out, roll it up, and SMACK Zach hard in the groin area? 

At this moment in time, there are ohhh around five males that I know of that I don't want to hit very hard. What is it? Is it male PMS week? Even Ryan's acting weird (he's one of the five, but still)!!

MEN!! 

I have created a new song.. it is sung to the tune of the "spam" song from Monty Python. I bet you can guess how it goes. ;) 

OH, and Doug took the kids out tonight to shop for my birthday presents. I had to remind him that my birthday was tomorrow. MEN! 

Women, on the other hand, Rock!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15359','f47f2e4972','LOL...you can ask her! I will bring it up to her tomorrow when she gets here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2092','f78aa3540b','Got your Paypal.  I'll put the helmet in the mail tomorrow.  I'll email you the tracking info from DHL.com.

Thanks!

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18250','b40c971dd8','Thanks for the fun evening, Jessi and I both enjoyed ourselves.

I looked at all of my vintage 1977 figures when I got home, and they all had that GFLGI or what ever it was.  That must have been what they were manufactured under, before LFL was formed.  I also found out why your TK figure looked different than mine, mine is filthy, yours is mint.  Thanks for letting me look through all of your toys tonight.  Your basement is one of those places that I could probable spend all week exploring and never get bored.  

See you next Saturday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1635','4c0ab895c0','Hey T-Bone,

It was awesome trooping with you at Talladega! I loved those mini fetts, I might buy one from you if you do another run.

Tambo and I are considering casting his Fett helmet and I like the process you used. Where did you buy the Smoothon products? I have done a few castings, but nothing like the helmet process, so I know it might take a few tries.

Can you give me some pointers or whatnot? I read what you wrote, but how well did the plaster work ontop of the silicon you poured on top of the helmet? was it plaster of paris?

ok ok, ill stop asking questions, just wanted to pick your brain, skip and tambo said i should get in touch with you!

Thanks man, hope to see you soon!

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1641','e8a7bbdfca','i'll get it snail mailed out

whats the addy again?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18086','ad0555ef9d','[quote:ad0555ef9d="scalper"]easy on the tag line!!!!!!!  i happen to love the banjo and i AM from kentucky.

&quot;INCEST&quot; a game the whole family can play, by the &quot;porker bros&quot;[/quote:ad0555ef9d]



[img:ad0555ef9d]http://img60.imageshack.us/img60/3186/captaincornyincest7hx.jpg[/img:ad0555ef9d]





The quote is from Hot Shots.  I watched it last night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14660','340f50518f','Hey man sorry I haven't gotten back to you, I usually only have net access at work and I've been too busy there to get to it.  It looks like I'm going to be there Friday night and possibly Saturday during the day. If we don't make it there at the same time I'll still pass the money on to Loki and he can get the figures from you. Just let me know how much you want for them and we'll work something out. 

Thanks again,

Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16015','0eff01ac30','Hey big guy! So I made you a big softie and cry hu? Heh, sorry about that. But you know how much you mean to me and Jon. We love ya, and I hate it when Jon thinks or says things he doesn't mean, one because he doesn't want to hurt anyone, and two because he hurts himself so much over it in the end. Last night he was a wreck, just becaue a brief moment where he finally let everything get to him. But I'm not making excuses for him, I more then anything just wanted to let you know what really happened, and how much you mean to us. Jon talked last night about how you've been there for him more times then he could count. Heh, you know Jon, he has his emotional moments. But seriously... we love you, and I'm so freakin excited for you guys.

Rose

P.S. Are there plans for watching the scifi friday shows at Drax's again tomorrow?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1687','a78971957b','Nope, the theatre has cleared us with that, as long as they're presented while in costume.....Thats what they said for the record.  Basically, as long as we dont cause a disturbence with them, we're A-Ok.

Anywhoo, for the record, if you're with us during the lineup, you have guaranteed spots in line and a guaranteed seat in the VIP area, so please feel free to just cut loose :).

If you have any questions or you wanna meet up for breakfast or something like that, drop me a line at 601 940 7954.  I remember you saying you're from greenwwood right? My dad works for the railroad there, and I'm actually in Oxford right now attending school.

Anywhoo, we look forward to seeing you at the movie, if you wanna drop me a line when it gets closer to a time I can get you directions etc (If you need them); other then that, grab as many friends as possible, because we're really trying to draw a substantial amount of people to draw crowds.  


Looking forward to it, 
-Bill');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1689','e7a03d0784','Hey Richard,  Patrick here.   Would you be interested in riding up to Cinci with me Saturday morning to provide security for the Jedi-actress and 2 other SW celebs (artist &amp; model)?

 I've got a van, and I'll be leaving out at 9am.   
Heres' the intel: 

 There is a trooping mission this saturday (2 days out), in Mt.Zion-Florence,KY being held @ Comics2Cars.  

166 Mt.Zion Rd. / 859-647-7568  http://www.comics2cars.com/

 STAR WARS ACTRESS
MARY OYAYA
(Jedi Master Luminara Unduli)

STAR WARS ARTIST
JOE CORRONEY

Star Wars Model
NUTOPIA

SIGNING FROM 1:00 P.M UNTIL 5:00 P.M.

Let me know if you wanna go. 

**Also**  Wonderfest is comming up, and I've got free passess this year for everyone who came last year.  I'd love to see you there man!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12723','82211280f2','I've been doing some looking, mostly at Wal-Mart and Hancock Frabric stores, and have bought some fabrics to use. I think they are all cotton or cotton blends which isn't what you recommended, but has been all I could find. I haven't seen any wool.

I was thinking I would make a cotton version of the costume and then re-do parts in wool if I could find it.  Have you figured out which pattern numbers I need to use?

[quote:82211280f2="HothGirl"]Hey -

Just thought I'd drop you a line quickly.  I haven't been able to do a ton of looking yet, but I would recommend maybe a gaberdine or wool blend for the shirt.  And the cape I would say a wool blend or something with a nice texture and weight similar to that of wool.  You'll want something for both pieces that won't wrinkle real easy either.

The shirt is the darkest piece of the costume and it's a deep chocolate brown shade.  From what I can tell from my book, his shirt pattern looks very very similar to that of the Imperial officer from the Prequels.  It even has that weird pleat thing in the front of the tunic (that's visable in the 'Dressing The Galaxy' book - I think that's where I saw it).  The collar, cut of the tunic and everything are very close. 

I have a couple of patterns to modify for the Imp officer uniform, I'll look those up and send the numbers to you.  I also have the modifications to make an imp officer tunic.

Hopefully that helps a bit.  One of my favorite things to do is take pictures around to fabric stores and see what I can get close with color and then see if there are fabrics that have a similar texture and good weight for something like this.  The cloak you'll obviously want a good flow to it, but I'll have to check that out more closely later.[/quote:82211280f2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9313','09529f80a6','Send me links from amazon or daviskidd.com so that I can get the ISBNs from the books and I can check.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13553','fd85e09ffe','jell no that is perfect.   Ill make sure to have it with me!

205-908-6195

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16561','7f239fcb92','No no no no.... I thought the Build-a-prop day was seperate from what you wanted to do. The one we were planning for Chattooine was the simple stuff. The foamy sabers and trash can armor that's going to be on April 13th ( a Thursday). I thought what you wanted to do was have a real prop party that was (more or less) invite only and on a weekend when there was more time and we could get more involved with stuff. If you want to host a party, then that's great! Loki was asking about coming up to the Thursday one, so I was assuming you haven't mentioned the one you wanted to do to anyone else yet. I thikn they'd be more apt to go to the one you are planning rather than our rinky-dink Thursday Prop day.

Please... by all means, have a prop party as that's what I'd rather have the 501st look to coming to instead of that small-scale Thursday one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1694','eef3cb4d4e','Roger that recruit.  Good luck.  Until then, enjoy the journey.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18379','c34ae89d6e','thanks hammer

here is your total

10.00 501st 3xl shirt
4.00 shipping through usps

14.00 total and i will throw in a free decal

paypal me at wiseguybuttons@alltel.net

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1696','4ab017d541','That sounds like a lot of fun. Go ahead and count me in. Where should we meet Sat morning? Give me a call at (502) 593-0283 and we can work out the details.

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1697','14f8fc8111','Roger that Richard.  I just called the number, but had trouble with the connection, so I'll try you this evening after working hours.

 If it works out, perhaps I can just come by and get you.  I don't know where you live, but if you prefer, you can come here and we can leave together also. 

 We can hash that out tonight.  I'm glad your gonna go.  Are you gonna go as Vader?  AS it stands, you and I are the only ones, so you'd be a hit man!  Let me know by email if you can, and I'll call the location and let them know to expect Lord Vader.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3532','2ba4fb4c6d','Chris:

I just remembered that I need your trading card.  Could you sign a couple (one will go to Mark Ingram) and include it with Holo Leia?  If you've already sent her, I'll add .37 to my payment for another stamp.  Or if you want to send a few I'll make sure the Middle TN SOers get your card.  I'm in series 2 and will get you mine as soon as they get made.

Thanks,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1704','dfaaf1b2ee','I think I gave you the wrong e-mail address, but what I did was just copy the pics right off that site. It worked great! Who was shooting the photos? they did a really good job!

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1714','288dc2cb0e','ok thanks alot,should have it straight by middle of next week.I will get ahold of you again.Are you guys doing anything around town for the e3 premiere?Hope im straightened out by then lol.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8651','d96654b040','I notcied you mentioned having a contact for clonetrooper armor (at one point)... Chase is trying to see what is avaialable, but I wanted to check with you based on your post...


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9998','669e062661','Mark Arancibia
905 Glenridge Lane
Nashville, TN 37221


Thanks I owe you one!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8654','52dc9e71ae','It was Mike Glover in the Florida Garrison.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8708','9765cd5111','Hey Jamey, do you have the contact info for the guy who makes that DC-15 you have? Also, is this the same guy that made Donald's DC-15s? Thanks.

David');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8715','4a9aeddff3','Hey Chris,

I am getting things together on this, I am getting more and more interested folks which is good, will bring the cost down. Just FYI, it will be money upfront on this deal. If you are going to the Christmas parades, I will be letting folks know there more info.

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18166','a28beffe91','http://cgi.ebay.com/Star-War-prop-Vader-Reveal-Dental-Expanders-metal_W0QQitemZ6618197217QQcategoryZ37889QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

Ill go half with you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15341','787cb6063b','Saturday morning I'll have the kids.  I promised them we would go shopping , I'll take them home about 5 and then I'm headed for Derek's birthday dinner.  Sorry man, I feel shitty that I got trashed last weekend, I couldve finished it in a few hours, but everything was blurry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10188','a80f2a797a','Are you going down to Joey's this week?

He said you were and I wazs going to give you some stuff for him...

Let me know what you t plans are so we can meet up.


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10189','a80f2a797a','Are you going down to Joey's this week?

He said you were and I wazs going to give you some stuff for him...

Let me know what you t plans are so we can meet up.


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10190','15c6d8083e','Mark,
Yep, goin' down to B'ham to see ole Bamatrooper thius weekend.

I'll be out and about on Wednesday. Where and when can I hook up with you?

Call my cell # 615-584-1343 or my home number 931-670-5783.
If I'm not at one number, I'll be at the other.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1717','75f9b7f9ed','T-Bone,

Those are awesome pointers, thank you very much man! I have not done any rotocast before, so yea any tips would be great. I wanted to get that stuff you mentioned from smooth-on, but wasnt sure.

I will be in touch in soon when  I get ready to get this started.

Thanks for the compliments on the suit, but as you know, you never feel quite done. The helmet is one of mike glovers out of florida where we get the suits from. Its no kelloggs..and as far as the weathering, thats just mostly the gravel techinique of rubbing it in the gravel in the driveway as the paint is drying! And then layers of black chalk, walmart bag stamping and some airbrushing on the helmet...

Yea, if you have that helmet next weekend, I will shoot you the money, you want me to send you a money order or something?

Lemme know..

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10884','a48f407c30','I'm going to need to wait until the next order. Thanks for the notice and please let me know when the next order is placed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8712','e5b281a47d','I'm interested.

What's the timeframe? Might be tight on cash considering the upcoming holidays.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15424','00131f4ffe','Where is the trash compactor?
I want in it please.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16902','100248b8ff','send the ones from the computer, Ill be working on them on Sunday. Thanks, Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16903','100248b8ff','send the ones from the computer, Ill be working on them on Sunday. Thanks, Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1724','cc4b929d01','That thread was deleted, are you still going to the premier there? And if you are, at what time? I got the advanced ticket a long time ago.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1725','4938dc670e','Hi Tom,  A couple of our members will be there at midnight,  but that theater is hosting the local SW fan club "the Star Wars Syndicate"   so a few of their costumers will be there all weekend.  It didn't work out for us and the other club to both be there at the same time, costuming the same characters....

The 501st will be at the Vestavia Rave theater on Saturday May 21st, and a few might be there on May19th for the midnight opening also, so there will be SW fans and costumes at both places.

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1728','dec86f3f0c','[quote:dec86f3f0c="TD152"]Hi Tom,  A couple of our members will be there at midnight,  but that theater is hosting the local SW fan club "the Star Wars Syndicate"   so a few of their costumers will be there all weekend.  It didn't work out for us and the other club to both be there at the same time, costuming the same characters....

The 501st will be at the Vestavia Rave theater on Saturday May 21st, and a few might be there on May19th for the midnight opening also, so there will be SW fans and costumes at both places.

-Joey[/quote:dec86f3f0c]

Ok, just wanted to know if any of you would be there for the opening, not necessarily in armor. I read about the Vestavia one, I may show up there also because the rest of the family wants to go watch the movie, but no one wanted to do the midnight thing with me. LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10338','cf3826d66b','I met up with Jeff yesterday... I didn't have time to go to the bank so I wrote yoiu a check... I hope that is cool....

Also did you have any luck getting a hold of Mike?

He still has not responded to my PM and it has been almost three months since I ordered the blaster...



I hope you had a good x-mas and have a happy new year!


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1734','83ae0cb6d6','Youll get a Vader Helmet for sure for all your help. I am wanting to learn casting on the fett, got some folks interested if I do good, then want to learn some fiberglass stuff, ive done some already but am really intrigued. 

Yea Glover told me some of his stuff is copied and some his own sculpts and he is a big boy, thats why it is shaped the way it is...Im going to take the heat gone to some parts and keep fitting it down...

well right on, thanks for the info..going to there website...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1741','d784b719cd','Hey Jamey, with my recent computer failure, I lost all my contact information. What is your email address again? (We were/are talking about a possible huntsville/madison squad)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17003','c5398cbec4','Hey Tambo I never heard back from you about the room captain thing. All I have is a debit card and it probably wont have much $$$$ on it so if its a pay and reimburstment thing I cant do it but if its just to hold the room I think I can do it.

Let me know, 
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17004','9d444a392a','Hey Glenn since your the go to guy on this you might be able to help. I have a buddy on TDH that signed up for the event. Jango_Fett_Jr is his TDH name and somehow he got left off the list and now its capped and they wont let him back on. He wants to bring his uber ESB fett. If there is room can we stick him in with us, he said he would sleep on floor so he doesnt need on the room list just the participant list. If you cant/dont want to do that what else can he do to get in on the list, hes coming from Canada to this.

Thanks
Sorry for all the trouble
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17006','dafb725ee7','Are you kidding me?  Jango Fett Jr.?  You tell him I'll find room (he can sleep in my bed) Tell him i said that.. We will hook him up..I'll take you off the commander list.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17008','5f94c76933','Hey Tambo.

Any word on those rectangles?

Thanks again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17009','b48d860f32','Awesome thanks Tambo, put him in the room with me so I can steal all his Fett secrets, then I will be the Master.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13160','95cb2f768b','Pardon the cheesy Japanese accent title.

Hey Jamey, I wanted to go ahead and set up a line of communication between us on getting this Holiday Special Fett built up. I've decided to make the vest and jumpsuit myself, since it'd be hard to find a jumpsuit in the right color that I could modify and still have it look good. So that's two things out of the way.

I guess the first thing I should inquire about is if you'd be available to make the armor for me. You said you made yours yourself, right? I'm hoping to keep most of my business for this suit in-garrison, and with a Fett locally, I'm sure you'll come in handy a lot - especially with a certain jetpack. :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12851','a055f63a6d','I sure do..make sure you give me enough time to make a good pull for you and get all the parts together.

Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14538','f29a657313','[quote:f29a657313="TD152"]Can you resend the misson report?  I do not have a copy and the foum DB was lost....
thanks
-joey[/quote:f29a657313]


February 4th, 2006: 

Troops from the Southern Outpost invaded the Von Braun Center beginning at approximately 4:30 PM and secured the perimeter. Upon arriving, it was found that a small (but determined) band of Rebels had infiltrated the grounds of the complex. The Rebels were, of course, no match for the superior military presence of the 501st, and soon order was restored. 

The 501st secured a banquet hall at the facility and quickly turned it into a makeshift headquarters for the nights activities. Armor repairs and munitions adjustments were completed, and the invasion of the VBC arena quickly began. 

The Rebels were forced to work alongside the 501st during the nights hockey game event, and helped in dispensing Imperial propaganda, signing autographs, and posing for pictures with loyal Imperial citizens. 

A detachment of troopers from the 501st group helped in patrolling the arena grounds during the night, making the complex safe for one and all. 

Activities at the VBC wrapped-up around 10:30 PM, and were followed by a feast for the troops at a local IHOP restaurant. 

The mission was a complete success. Thanks to those valiant troops who participated. 



Jamey Ethridge 
Fetthunter [BH-3473] 
The 501st Legion 
Southern Outpost');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13167','db8abb7298','Sounds good to me. Will it just be the chest pieces that you make? Or will you be able to do the back, knees, and shoulders too? I'd love to help out with the process if I can.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18046','15a8180959','Yes, Thank you, Ill change it to 
bandit 

on Friday morning before I leave.
my user name is tk6203

I appreciate it.. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18047','14d349bd2a','Can't remember if I told you or not.  One of our members is from Nashville.  She's currently the only female member in our group.  She's my other lead investigator.  Janie.

Maybe on the day you're able to do a hunt with us, you can carpool or something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15835','1aa4889fea','Put Joey down as a room commander for COSI if he hasn't contacted you already.

Joey
Holly
Drax
Laura

Thanks :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15836','360a38bb36','Ok..he did mention that to me a few days ago.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16627','67e39ae3a2','hey I know I'm new but I hear that Z-man never suits up so i did a little cutting and pasting and came up with a shot of the &quot;illusive suited Z-man&quot;

http://mail.google.com/mail/?view=att&amp;disp=inline&amp;attid=0.1&amp;th=109fed24f067ffc7

you think i should make a thread (I did kinda use the mando castle for the image)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10023','32d8d6409f','Hay There,
Actually yes I will be at the 1/106 game, Ill bring it then..

My brother is coming into town and I got him a ticket also..

I always park in the garage, I have handicapped plates so I get to park for free. So I come in through the back by the elevators.
I usually get there around 5-5:30, have to be there then cause the handiman parking is first come first serve..

Anyway, send me your cell phone number and we will hook up on the 1st..

BTW: I hope you and your family all have an awesome Channuka. I didnt get a chance to say it at the parades..

Also Im glad I talked to you cause I know sometimes my sense or lack of humor can be brazened, and I do consider you a fellow brother as well as a friend, so I hope I had not upset you.. I was really kicking myself because of the South Park comment I made about it is all because of the joo.. Please dont think me to be antisymentic for that.. I just sometimes dont engage my brain before I crack jokes..

Anyway, my cellphone number is (931)561-6614

Take care and Ill talk to you soon.
Have an awesome evening..
Your fellow brother in arms,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17807','13a60f0cf9','Added!  You can post what costumes you are going to wear in the thread if you like!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17808','8a43b01307','Again.. that helmet.. its almost a religious experience!

But I wanted to ask cause I know you'll tell me straight up like I would to someone else.. was I too harsh on the COC forum?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17811','1f0c093b72','Welcome to the forums :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15451','4a98ae9362','Email sent Hippie.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5243','7122cf446b','Tyler;
My home number is 859-885-0625, but I don't have a cell phone yet. I know, I'm behind the times... I'll be wearing jeans hopefully a black stormtrooper "helmet and cross-bones" t-shirt. How about we meet somewhere specific inside the store, like the DVD aisle or something? (Give me an excuse to shop for DVD's, mbwahahah.) I think we have about 4-5 troopers and a Boba Fett now. As far as a Prop Party goes, I'm about 10-15 minutes away from the bowling lanes, so if we can't have it at the bowling lanes, my place should be pretty convenient, since I live right off Nicholasville Road in Jessamine County. Talk to you soon; and take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16301','d4e44df106','Thats fine babe check in with the Hammer. Id be there, but as you know Ive got a ton of stuff to do to be ready for this weekend. My armor is looking really good, I get a tad bit frustrated with not having a controlled/stable envierment to work in. The paints, etc are reacting different ways depending on temperature or humidity, etc. Fortunately, Im only weathering at this point, so variations in finishes and paint add to the effect instead of taking away. 

Glad you had a good time at Drax and Lauras. I wont say anything to Marc or Tim about the costume contest stuff for Adcon. 

Ill give you a call after work.

Loves you
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14535','0f23f54a7b','Hey Jamey I tried sending a reply to our Fett armor conversation, and it bounced back to me 3 times, saying it was delayed and that there was an error. Are you experiencing technical difficulties on your end?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5605','91162a1716','no problem.  Couple of things you should know though,

1.  Got cats, hope you're not allergic
2.  I'll be in Nashville setting up before I come home, might be late
3.  I MIGHT go ahead and get a room there Friday night, haven't 
     decided yet, I'll let you know
4.  I'm single, so cleaning isn't a high priority!  I don't live in 
     filth, but I don't wash dishes everyday or pick up my clothes
     untill I run out!

Other than that, sure, come on!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16390','768829e1c5','Loves you babe! I'm back at the office for now...

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17890','1ae292d9b3','thanks :) 

Oh and thanks for adding the mtac to the pre-events list.  I knew this was going to be a decent sized event, it just got lost after the hacker wiped the forum.  I'll PM you if any changes are made to the roster!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16822','10bf39f575','Ok, you got more of a pic then an icon right now, but I thought you might like it.

And if you havn't seen it yet, this is probably my all time favorite email that features Strong Sad.
http://www.homestarrunner.com/sbemail91.html

Love ya baby.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16617','4982c00b95','[quote:4982c00b95="Vesper2112"]I'll give her a call sometime today and see, but since she probably doesn't even know I brought it up yet... I doubt she'll have a problem with NOT having one at her house.

We can still have the Thursday &quot;non power-tools&quot; one at the Dragon Caves on the 13th and have a real Armor Party at your place on whichever day you feel is best. You can decide to make it public or not and that way, everyone is covered. I honestly think that most of our group would attend the smaller Thursday thing if they really want to build stuff since those projects are cheap. It's been so long since we har the last build-a-prop day, it's hard to tell who would want to come. At the last one, we had 5 or 6? Not everyone worked on stuff, either.[/quote:4982c00b95]

Sounds good.  If you want, have the &quot;non power-tools&quot; party at D.C. and I'll schedule one with power for the 15th.  I just didn't see the 501st guys coming down 2 days in 1 week.  I don't know whether to have it open access or not, I'd like for people that come to be working on something not distracting those who are, at the same time don't want to alienate anyone.  Maybe it would be good to have a sewing clinic going on while others are working on armor.   Who are our sew'ing peeps?  If we could get Rose or a couple of the other seamstresses from the S.O, that would be cool as well.  If I could get a couple more people to bring their sewing machine we could crank out some robes/tabbards maybe (I know me and Corey would like a Tunic).  

I think this might work..  What do you think?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12434','017b16bbe6','Byt he way...I think Loki and I want to be nominated as Honorary Members...I think we have more fun posting on your forum than our own.

 :lol: 


I talked to Z-MAn..we are definately doing blaster tutorials that weekend.

Plus it is fun to just come and hang out.

I have some upgrades I am doing to my armor that weekend....hey...bring your black undersuit (if you have it yet) because you can try out my armor and if it fits...may stick you in it at MidSouthCon..in addition to Vader.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10156','832c12de57','Hey there!

I'm "torso_boy" on clonetroopers.net, and I've been tearing it up in the Galactic Marines thread (located in the Episode III subforum). I'd read through that whole thread (currently like 13 pages long! arg!) to get a ton of info, screen grabs, and other reference material. I've personally made numerous lengthy breakdowns of individual armor parts and whatnot, so I suggest heading over there to check out my analysis. Be sure to let me know what you find!

David Reimer
TB-1184
torso_boy on CT.n');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16243','8651e1aa56','Thanks Baby!!

That means alot to us. Who knows, maybe something will change...Ive still got a few weeks to come up with a scam!! :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15300','6d02711527','Thanks.  I had a good time this past weekend.  I'm looking forward to the next &quot;low key&quot; prop bash.  I enjoyed the mini-con, but I had the most fun when I actually got to work with you all.  

 I got my first &quot;rough fit&quot; in my suit, and discovered that the bucket I'm sportin' gives me the famed &quot;pin head&quot;.  It didn't look bad before, but I didn't have the armor and clothing to get a real good look at it.   I've got to loose about 40lbs to sell the costume too.  Or convert that upper body into muscle and make the armor bigger.   So I'm gonna sell the helment and get one that's more flared at the bottom like yours.  Time to start over.

 I'll have the axe again.   Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15301','781c542fe8','Tambo was talking to Kevin, about having  another mando party at his house soon. I was thinking april,but it will be up to Tambo. I am with you about being low key, too many hands in the mix, can't get enough work done. 

Have you  found a new bucket yet?  My next bucket will be from Bobamaker. he is from uk.  check out his site.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10342','9503ee80d5','I used to work for the preds.. I may be able to help you with this projesct... let me know what you need and I will make some calls....


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10865','5996016431','Jaster,

Thank you much for the reply.   I'm definately not rushing in, luckily - having a custom Mando helps a bit to be prepared for what is to come.   The biggest things I'm worried about right now are of course the hard parts.
 
(In this order)
Gauntlets, Jetpack, Helmet.    The Helmet I can get without too much hassle, the person who I just got my new custom helmet from gave me a good price on a decent Boba.   (Mystery size)

The gauntlets and jetpack are by far the hardest for me right now, and I'm not going to rush in.   I'lll be keeping my eyes open on Ebay for jetpacks, and definately going back and forth between the S.O. and the Dented Helmet for suggestions.

Do you have any suggestions on where to get the right color coveralls?  I can get the "after-market" cargo pockets for the front from TK-409...but I really want to make sure I get the right color coveralls.


John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1795','6f46a0b956','Hey Richard.   Had a Great time trooping with you Saturday!  Your good company man!  It was a very therapeutic day of fun for me!

 When you get some intel, lets talk about the movie premier here in town as soon as you can, so I can make my plans.  I'd love to spend Thrusday night with you all!!

 Have a great week man.  I'll be out of town all weekend on work (fri-mon), then we'll only have a day or two to get squared away.  If you can find something out for me this week, that would be awesome.  

 Thanks man.  Looking foward to more troopin' with ya.  

I'm getting you a free badge for Wonderfest, so your covered for the weekend.

later man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2236','691984b7c9','Did you get your helmet OK?

I never received the snowtrooper greeblie...did you put it in the mail?

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16827','72009f694c','I do I do... and about a million other stickers for everybody. I was just getting home and about to post about it. But yes, I got all the colors you requested except blue. He had a few shades except for plain and we weren't sure what you needed. But he said since he knows you that you're welcome to come over some time (visit, someday, maybe?) and special request all the stickers you want. :p

Yo-Yo-Bitch out!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15923','27c1252112','Yeah, I've been sick for like the past week... had to use abunch of sick days at work, etc. But I'm like 80% better now. As far as MidSouth... that's just like so far to drive and all this drama on the forum is a real downer... it really takes all the fun out of everything... ya' know?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17289','43240bb07b','I think a bunch of us are goimg to see Ryan now:
Me, Robin, Joey, Holly, Crayfish, Dawn, Thad, Jessie. Also trying to get Shannon and Cindy to go!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16713','4502a45b88','Hey Derek, you know where I live, how do I get there from here? Do you know which ones they have? Do they have a Mace?


Thanks for the heads up,
Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1813','2648ce0459','Glad to see you've joined! I'd love to hear your thoughts after digesting some of this board. It has its good days and bad ones....but I swear your SWS board is much more mature than this one. :lol: 

Don't let them turn you into TOO much of a party animal. Heehee.

-Greta');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1814','2648ce0459','Glad to see you've joined! I'd love to hear your thoughts after digesting some of this board. It has its good days and bad ones....but I swear your SWS board is much more mature than this one. :lol: 

Don't let them turn you into TOO much of a party animal. Heehee.

-Greta');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1815','81fe25b0d9','Thanks Greta! I also got Robert (Dark Phoenix) from the club in as well, since we made our Tuskens as a joint project. He's DZ-8756, I believe. We trooped with the group Saturday at Kingdon Comics, and it's all good.

I'll most likely come troop with the group for a while the Sat. after the Premiere when the SO invades the Vestavia Rave, but that's all in the air since I'll be performing in our Cantina Band.

Hope to see ya soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1816','81fe25b0d9','Thanks Greta! I also got Robert (Dark Phoenix) from the club in as well, since we made our Tuskens as a joint project. He's DZ-8756, I believe. We trooped with the group Saturday at Kingdon Comics, and it's all good.

I'll most likely come troop with the group for a while the Sat. after the Premiere when the SO invades the Vestavia Rave, but that's all in the air since I'll be performing in our Cantina Band.

Hope to see ya soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13666','d61d8e5783','emerald0_44@hotmail.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13668','7fcf75b099','I have no problem with it..
IF, we do it so it doesnt ruin, break the wheelchair.. I still have to use it ya know..

It is a great idea!! Lets do it!!!!! :)  :)  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13669','bb8213be7f','"Well, there is someone I would have nominated, but since he just had a baby on Monday, I doubt he'd accept.

Have you asked him? 

Go ahead and nominated him let him decide if he wants the job.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16638','d8c720dede','The store Essex on Gallatin road in Nashville has FX sabers for 49.95. Here is the info on it. I didn't want to post on the whole board, as there are some who would probably go buy the entire lot of them.

Essex of Madison
1146 Gallatin Pike S
Madison, TN 37115
Telephone: 615-860-7230
Open 7 Days a Week
11:00 AM - 7:00 PM
(next to Big Lots in Due West Plaza)

I am sending this to those who I believe might be interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16647','4659e15c22','I have added the 3 of you to the parade roster..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16655','0638f892f0','Shannon:

Do you and the Mrs. already have rooms taken care of for COSI?  Many of the couples I've spoken to have already paired up.  My GF &amp; I have room for 2 in our room if you'd like to join in.  Since she's (my GF) from another garrison we're technically working outside of the SO room block, not that that matters.

Let me know.

Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9095','75ab5b8f1f','0627 AM ?????????????  Holy shit thats early.. Oh well.

I'm making reservations today for our room on Saturday.

I'll give you a call 

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1830','e16093d8a6','Hey, this is a list of Mississippi area troopers and recruits that i know of .  Some of these guys have costumes and have trooped a few times before, but many are quiet on the forums or just do not check them often.
 you should email all of them with the jackson plans for the premier. 
also since eveyone might have thier own plans for the premier day (thursday) I might suggest organizing an event for Saturday as well, maybe at the same place again, so that you can have more people attend.  This is what i am doing in birmingham.. a saturday only thing..

Good luck!
-Joey

mmilner@vikingrange.com
mmilner@netdoor.com
mcdo1840@bellsouth.net
mcdonaldts@vs24.navy.mil
dandr3@earthlink.net
dmilner@mfbank.com
tclyatt@mindspring.com
dragon_frog@bellsouth.net
bbuster@ns1.busterdigital.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1831','b0a58dfed9','Hey, this is a list of Mississippi area troopers and recruits that i know of .  Some of these guys have costumes and have trooped a few times before, but many are quiet on the forums or just do not check them often.
 you should email all of them with the jackson plans for the premier. 
also since eveyone might have thier own plans for the premier day (thursday) I might suggest organizing an event for Saturday as well, maybe at the same place again, so that you can have more people attend.  This is what i am doing in birmingham.. a saturday only thing..

Good luck!
-Joey

mmilner@vikingrange.com
mmilner@netdoor.com
mcdo1840@bellsouth.net
mcdonaldts@vs24.navy.mil
dandr3@earthlink.net
dmilner@mfbank.com
tclyatt@mindspring.com
dragon_frog@bellsouth.net
bbuster@ns1.busterdigital.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1835','8bf0f782ac','Hey Joey, I was enrolling my son in the McWane Center's Summer Camp, http://www.mcwane.org/, Hogwarts in the am and Star Wars in the pm! This is the Star Wars info:
[quote:8bf0f782ac]Star Wars 
Hold on as we jump into hyperspace for a fun-filled look at the science behind the Star Wars saga. The Force will be with you as we uncover new worlds, marvel at the wonders of Ewok armaments and build a droid of your very own. 
This is a half-day camp (1:00-4:30). 
Session: June 20-24, 4th-6th graders
Session: July 18-22, 2nd-3rd graders[/quote:8bf0f782ac]

And I asked the girl in charge if they had by any chance contacted you guys for a short visit, she said no but went nuts! She would love a visit by you guys, specially by those that enjoy building the stuff. Here is her contact information in case you guys are interested:

205-714-8377 or email Jan Mattingly at jmattingly@mcwane.org

I did not post it in the forum in case you wanted to contact her first for more info.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1836','0906fc0132','Tom thank you!  I've already called her and set this up!
Thanks!!!!

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1840','4c5d019600','[quote:4c5d019600="TD152"]Tom thank you!  I've already called her and set this up!
Thanks!!!!

-Joey[/quote:4c5d019600]

Awesome! My son will be in the July 18-22 session, and he can't wait, I will not tell him you guys will visit yet.  :wink: 
You guys make a lot of kids very happy, biggest reason I want to join as soon as I can afford it, so, thank you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1842','d46def452f','Hey :) 

 I want to troop Friday night, and Saturday. I don't think I can do more than that without having the kids forget my name. 

I'd love to wear the Bariss outfit again :) I found a nice girdle-ish thing that keeps things smoother, too. 

The shirt's too short? I have more of that fabric if you want to add some to the bottom. Sorry.. i thought it looked ok.  Did it shrink in the wash? 

Can I buy that gold makeup from you? It would save me a trip :) I do need to get my own "blue diamonds" pencil, though. 

Which day would you like to do this? Saturday might be best for me -  trooping in a dress for a day or trooping in armor for a day.. hmmmm .. not a hard choice hehe. 

That would be cool if Chip were there. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1864','79b33ead9a','OK great :) Want to carpool next Friday? 

As for Birmingham, I did say I would go there first, but that was before all of the confusing mess with the Huntsville theatres. Shawn was trying to get the hollywood 18 to want us on Sunday, but it just didn't work out. I don't want us to have a poor showing in Huntsville, you know? BUT.. if I were wearing the Bariss outfit.. I wouldn't be in armor either way. I haven't committed to Huntsville Saturday. The first thing I committed to was Birmingham, so If you wouldn't mind some company, I'd be happy to bring Bariss there. 

I was really waiting for someone else to make a decision.  hehe.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16951','962e3f1b63','Glenn, are you planning to come to the party at my place on the 22nd? And are you ready to get back in the water?
Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17033','75b5c50f19','Wetsuits can be picked up at Academy Sports. I purchased a Oneil for about $60.00 .Its a 5/3 I think. Its fine for diving here in TN and Florida.I also picked up the shorty to go with it.
On the Buckets, you can hold onto them until the party. I am trying to get a small headcount for I was planning on taking afew on a short field trip to my parents to show the bulk of my collection.

Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1875','f6bc6fc619','What times (from when to when?) and if Melissa came she can park and watch, right?

Sounds fun!

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17392','06c04a61ac','[quote:06c04a61ac="Hook"]I think starla will be going, so I am sure we will eat dinner somewhere.  I think Corey and Joey are going to.

I found a good shot of the cape in the Costumes Book I got from derik.  Will that do, or is there a specific shot in the Chronicles.

You will need to send me your e-mail address.[/quote:06c04a61ac]
I have the [i:06c04a61ac]Dressing a Galaxy[/i:06c04a61ac] book. I believe there were 4 pictures in the [i:06c04a61ac]Cronicles[/i:06c04a61ac] book. I'm pretty sure one was of the back of the costume; that is what I need. I'm sorry if I'm wrong about that. My email address is glennstein@jhu.edu

I guess I will find you or Joey or Corey in Memphis Friday, or call if I can't.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17393','bc90547449','I got the whole weekend off!! Including Friday. Wondered when you guys will be arriving. We are looking on getting there between 3-4 pm Friday. If you want to discuss what we were discussing last night, call me. Ill be available all evening.  If I dont hear from you, Ill catch-up with you Friday.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18140','519952b39b','the anime thing here in cool springs, i think the date is april 21 or something...check it out on the thread');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9657','6832a18fb5','hey t-bone

 yes i accept paypal at wisguybuttons@alltel.net

2 do rags and 4 stickers is 20.00, and it should only be about 2.50 to ship these out so your total is 22.50

thanks again
-mark e
wiseguybuttons@alltel.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12313','1db7325fa9','NOOOOOOOOO * vader style* i dunno .. its been kinda heckacious im fixin to move to a new trailer in hazelgreen and ill be working 2 jobs now to make ends meet since these tards at petsmart couldnt seem to give me enough hours to start with on the other hand if things go well i should try to be able to make it to dragoncon by then i should be able to get the rest of my Carnor jax together. Im still haveing difficulty decideing if i wanna go with red boots and red armor or what im gonna combine a mando armor vest/suit with the armor i got with that royal guard i only got one shot so i cant screw up lol.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4667','9a42d128e4','[quote:9a42d128e4="TX7727"]sorry about the 2nd pm, i accidently deleted the email and the link didnt copy right when i tried to put it in, would you mind shootin that link back to me[/quote:9a42d128e4]

My icon scares you? It's from the new Attatix line. As for the cloak, you might check here: http://p197.ezboard.com/bcrimsonempirethesquall It's a forum dedicating to making Royal Guard costumes.


There you go.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3785','b41d4be83d','lol thanks, ill keep that in mind...i feel better now and everything i think is ok...i was just REALLY ill about some things as i said that were going on some of them didnt know the inside story on some of the bs that was going on but meh its over with now i was glad to finally do my first trooping and i hope to do so alot more! if you wanna chat or something some time feel free to use my contact info');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9310','60249a34cd','I got your book and will bring it on Saturday. I also came across this site, and thought that you might want to see it. JOOS Kick Ass.

http://www.highfidelitydisco.com/index.asp?PageAction=VIEWCATS&amp;Category=225');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17768','bb29e2ab81','I must have access.......I hear it is all that and then some. :lol:

Please sign me up!

On a side note. Thanks again for speaking with me about the hotel. I plan on a follow up. I did call the hotel manager after speaking with you and he stated it was his mistake. That he had been confused and said he thought that you were in the room above our. I laughed at that since we were on the top floor. Told him that next time he or his staff decided to be unaccomidating they better try it with a different bunch.

Thanks again and why haven't you signed me up yet? LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4968','0aac7e73f2','Scorpion74805@cs.com ive refunded your money plus a couple extra bux to this email i hope this is the right one');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6796','31d242443d','Ivan already called dibs on the helmet... if he backs out you've got it.


Don't know about camping, would like to.... but just way too busy  :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1885','418016f0c6','Is there anyway to still see your Talladega photos? When I click on the link, all I see is free comic book day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12736','57bf7360c8','I didn't go back that far on the Trish comment, but I'm pretty sure I have that issue at my apartment.

I think I saw that McCalls pattern Tuesday when I was at Wal-Mart and thought it looked about right if you took off the buttons. The number for Simplicity also seems familiar, but it is also close to my birthday 7-2-73.

The cape fabric is "woven suede solid" on my receipt and what I got for the top is "Cotton Solids 55/60". Not only do I not know the fabric from Wal-Mart, but I seem to have lost the other items I bought when I was there. Oh, and this was in Memphis, so I can't go back to the store.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12832','3a1872860c','That's good!  I'm glad you got stuff replaced.

If you just take a look at a good picture of Dooku and look at the pattern, you'll know if there's anything else.  I'm not sure, without looking at it, if Dooku's tunic flap in the front goes straight down or cuts in a bit.  I'm thinking the civil war pattern might have it cutting in (almost at a bit of an angle).  It should be pretty clear if you take a look.  I don't have the pattern in front of me so I'm not as much help.   :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18377','3cfe3f567d','Hey Mark,

I'll take those medium cog and tk shirts off your hands.  Here is my address:

Jon Jones
202 West Longleaf Drive Apt. 426
Auburn, AL 36832

Let me know the final price with shipping and I'll paypal you asap.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15969','195727d08e','Hey Richard,
I wanted to check and see if you had gotten the email I sent you about the Gamorrean Guard costume? I sent it to the email listed on 501st.com. Let me know when you get the chance. I know you're gonna be busy for a while though so there's no rush and all I wanna know is if you got it or not. We can discuss it further when you have time after April maybe :)

Drax');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1908','7375ddee71','That always sucks, problems with a supplier. Zack is looking for something similar to Maul, not exact. 
What news do you have for me, oh wise one!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1909','a5aad88025','Well, I will say that this costume  of mine went totally movie accurate, down to the Boots. And it was not cheap. I started with going to www.jedi-academy.com for pictures and some pretty good preproduction scetches of the Maul robes. Next I started looking for the Frank Thomas Boots(Gortex 101).That took about 1 year to find a set. 
Most of my robes were made buy Kathy Pillsbury.She did a great job on them but it took almost 2 years to get my stuff with some help from Police,USPS and an Attourney. Even thought her work is the best. I would not deal with her again.
The soft costume is made up of 8 parts. Pants,vest,inner cloak,outer cloak,sash, loin sash, cummer bund and if you want more, there is a very detailed hooded cloak.Then there are the boots,horns,contacts and makeup.Don't forget a lightsaber plus you can add the wrist link. I can send you pictures of mine.There are a large ammount of reference pictures online that are great.
There is a site called Kropcircle that has a maul costume.
Let me know if you need pictures or more info. I hope this helps.
Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13496','5d2ad67a55','Man, thanks for the invite, but Im working at the Fire Hall today. I am waiting on my Bikerscout armor.When I do get it, I give you a shout. Have a great weekend. Thanks again. Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13497','6b22dbbb04','Hey,
Corey wants me to pick him up a belt to make an officer belt. Do you think you would have time to dye it for him in your return to nashville? BTW, when is your return to Nashville?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5366','2a07381520','Well i finally mustered up the guts to do it 

[img:2a07381520]http://maverick0013.homestead.com/files/mytattoo.gif[/img:2a07381520]

not finished yet though have to get the outter ring done when i go in for the touch up. 

i also got my royal guard almost done i just have to get the armor on the umpire chest peice and fix my TX armor to work with it then im set. On the other hand i got my character bassett almost finished i have to do her tail and =modify some feets and ill have a full body dragon costume i bought wings the other day. i managed to make enough extra on ebay to do something to keep me from going crazy. lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5419','6febae790c','Hey dude, just wanted to say hi. hope everything is well with you. 
are you coming to the horror fest?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1911','0be2a603aa','Will you E-mail or PM me the guy That you bought your Pauldron from?  I have decided to steal your idea and get the black and white one, and that guys are the nicest that I have seen.

Thanks

tasullens@mindspring.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17240','34e8bcf415','Hey Jester

Just saw your post on the announcement from Drax thread.  

Just an opinion here (and you don't have to answer specifically), but is the same person that is pulling stuff with you and Drax, the same one that got people all stirred up about a split.  I don't know who it is, and I don't care, but isn't there something that can be done with them?  I know that they could be blackballed and what-not (unofficially) but isn't ther something in the 501st charter that allows us to dicipline someone that is extremely disruptive.  I realize that this is a volunteer organization, but if someone is causing trouble consantly, then something should be done.  If the command staff did not want to go as far as giving them the boot, couldn't all their posts be moderated, they be put on proation, something?

Fed up with al the B.S.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1983','13f9f6fd26','Dude...I thought you had died or something   :lol: 

I have 2 left from my first run.  Crash had asked about one, and so has a few other people but until they send me the money their open.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16395','3ca135c62f',':P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13004','8fc64ed8ca','hey vesper,
wanted to finally get back to you,
as for armor,

clone armor is difficult for some people to make.it comes untrimmed and usually unpainted.the work can take weeks to do,and not everybody is good at that kinda stuff.if youve never put together anything like this id not recommend it.plus the clone armor doesnt include a helmet which would have to be bought or even built,yet another reason not to recommend this to a new person.
as for trooper armor,we can put together that in a day or 2.it is already trimmed and might only need a few adjustments.the helmet is included also.
i can actually get the trooper suits.they run $550 and im about to order some other suits for other people.i would have it in time for corey's prop party and could deliver it to you there and also begin putting it together.

either way, armor rocks and youll have fun with it.
but let me know if you might be interested in the trooper armor.
cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17282','24893c6082','There are a few more places that I am going to try.  I'll keep my nose to the grindstone.

My address is 

Thad Sullens
170 Kathryne street
Springville, AL 35146

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1944','a5c615b028','Sorry about Sunday. 

Doug had to work on Saturday - all day, and I didn't make it to Birmingham either. He was a little annoyed that I was going to troop on Sunday again, and for the sake of sanity, he went to see the movie with Jody and I stayed home with the kids. I think I'm going to just sign up for one event per weekend from now on, so he won't get so mad. 

Again, I'm very sorry. 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12107','121a7594ce','hey whats with the topic they have locked ? why cant i read it ? what has the SO got to hide from other members');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12108','0163e0911a','It's all about YOU!!! and we don't want you to see what we're saying about you!

I KEED! Hell I can't even get in there yet! 

I think you have to PM one of the higher ups and they'll key you in.

How ya been girl! You ever gonna make it out of your house!?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7470','01f41d83eb','well z man yesterday i officaly turned 21 ...now i can party with ya XD');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7471','343110ff4c','Whoo Hoo!!! Lets get drunk and screw!!!  er...uh I mean, PARTY!!!!!!


ZZZZZZZZ-man!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9059','0153ba4549','Howdy,

    What's up brother Fett?. . . .no time to "party" in LA. . .although I heard that Bourbon St. is open for business. . .some fire friends snuck over there and whooped it up a bit a few days ago. As far as me. . . .I've taken over Red Beach 1. . . .an abandoned stretch of shore where I park my govt. rig in the evening on the beach. . .kick back by myself. . .watch the sun go down. . .play my guitar. . .and drink some Natty Ice which was smuggled in by our pilot who flies in every day. . . .but other than that. . .I'm bustin' my ass and givin' the taxpayers their $$$'s worth. . . .gotta run.Take it easy.
 
Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17013','65fc47ca23','Your in the room with me..so we can all go &quot;fett&quot; crazy all weekend');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17016','44876a0cdf','Cool!  

LMK what kind of expanders, and I might can get them for you.  If you want to look for yourself, go to www.pattersondental.com and tell me what you want.  You can't order it yourself, but I can usually have it to my office next day.  If you don't see what you want, I can ask some of my orthodontist friends to see what they have.  

Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16401','cacc41f09d','ahhh i have been forgetting to even sign into messengers lately, no one is ever on except a few people i don't want to talk to anyway.  that and i have been trying to stay drama free.  

Sure i will share a room with you guys.

I did have a question about midsouthcon though, is tim going?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1951','17fcefef45','Hey man ! Glad to here it. You must be 18 or older . I am TK3331 ,
Got my armor from GOTARMOR.COM ,This is a good guy to deal with I have found for great fitting armor.
Blast you later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17599','f15396b75f','Keep it under your hat ! PLEASE for now !
 We are Building Ciny a Boussh ! Dont want it out till its done !
Price is $750.00 for S O Members.
Leigon board is $775.00 .
We gave $850.00 &quot;Again between you and me &quot;
What did you have for trade????
Take care,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1956','948f8153b7','Thank you, man.

And, I'm going to go ahead and get my armor though I'm not 18. Reason being I can sign up for the 501st as soon as I turn 18 in January.

Well, have a good one and catch you later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17286','41ea307e49','Thanks for the pics.  Between that and the parts list you gave me, I am miles ahead of where I expected to be.  A trip to the hardware store will be in order, very soon.  I would still appreciate it if you would pick up the parts that you can get for me locally in your area that I wouldn't be able to get otherwise.  

About Skip.  I think I have made myself clear on that whole issue.  I hate to hear that they are stirring up trouble again.  It seems like some people are not happy unless they are stirring the pot and causing mischeif.  I just hate that they cause stress on good folks like the Becks and yourself.  

Oh well, F@#% 'em');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17278','4694586ec6','Well, I heard back from one of my Orthodontist friends, and no luck.  She had several expansion screws, but they were not what you were wanting ( too modern).  I can send you a pic if you want, but I still have another friend, that has been practicing for a long time, on the lookout in his store room.

I'll keep you posted');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1962','946a7113e0','I ordered my white pauldron from the guy at gotarmor, today.  How fast did he get your stuff to you?  I don't think that he will rip me off, I am just excited!

The link to the MG-34 gun that I posted looks pretty easy, easy enough for me to tackle anyway.  I will probably start mine this weekend, and I will let you know how well it goes.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1963','9d62e167b1','Howdy!

If you are already managing the baseball game, or if you want to be Point of Contact, just lemme know and I'll be happy to quit ordering people around.  I promise that I will not be offended, not even annoyed, and that I'm quite aware of my tendency to "get all Irish" as first husband has been wont to complain.

Chris and you both sounded stressed to me on the boards, and I need something to do with the nervous energy my allergy meds are giving me, so I kinda leapt in without really checking first.  I haven't yet emailed the STARS guy, waiting to see if anyone says "but I already did that!"; but if I don't see anything by midnightish tonight, I'll go ahead and do so.  Or call him in the morning.  Maybe both!

Ta Ta For Now!
Jennie
(Z-Man made a joke last weekend about me being rather verbose, as in "you should get your own forum", so I've been trying to figure out how to add "Verbose = Maximum Verbosity." to my sig ever since.  Darned character limit!)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1970','aed6f441da','I have no problem with you taking it over. Things have picked up at work and I  don't think I could get everything lined up in time.

I thought Jamey was going to be the point of contact. he's mia again.

We may have the empirier Sunday, but she will be late.

See you Sunday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1972','aed6f441da','I have no problem with you taking it over. Things have picked up at work and I  don't think I could get everything lined up in time.

I thought Jamey was going to be the point of contact. he's mia again.

We may have the empirier Sunday, but she will be late.

See you Sunday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1994','1298855cae','Well since you shipped me the snowtrooper greeblie, I'll knock off another $5 from the special Southern Outpost price of $55 + shipping.  These will be the last for awhile...I will have to buy more resin before I can make more.

The kit comes with:
[i:1298855cae]1 child-sized helmet
1 ear cap
1 aluminum antenna stalk
1 Range Finder
3 Mesh screens (for covering the keyslots and ear holes)
You will have to provide your own visor.[/i:1298855cae]

Payment - I can accept checks (subject to clearance), Paypal (subject to an additional 3% for fees), or money order. Shipping usually runs about $8 - Give me your mailing addy and I can tell you exactly. 

Sizing - I'm not sure what hat size this would be, but It is around 7 3/4" from front to back. I can  actually get my head in it (I can't see out of it, but it'll fit over my noggin). I think my hat-size is 7 1/4".

Let me know and I can PM you the payment details.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1974','344cd7e131','Hey, I was wondering if you still have the Darth Vader GT Belt available for $200.00... If so, I am very interested. Let me know!!! Take care!!!

JCG');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1975','4fb2230943','[quote:4fb2230943="SL-5437"]Hey, I was wondering if you still have the Darth Vader GT Belt available for $200.00... If so, I am very interested. Let me know!!! Take care!!!

JCG[/quote:4fb2230943]

sold it a while ago, bro!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1976','37316750e4','[quote:37316750e4="BH7899"]Cool, just checking!  :)[/quote:37316750e4]

I'm dropping it in the mail now.  Now that C3 and epIII events are over, it's time to catch my breath.



Put me down for one of your kiddie fett helmets.  I don't think my 4 year old is going to do it, but I will have another chance when my 15 month old gets a bit older.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17620','3696ee7266','Thanks alot

Paypal sent');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17621','ec732460d4','yes,paypal is the best way,
simply send the 550 to
skipjenn@comcast.net

ill take it from there,
welcome aboard trooper!!!!!

ill cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17627','a1f30ffbad','Sorry I wasn't able to grab that evangelion book from you at msc, kell.. I was stuck here in Auburn..  I wish I could have been there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17635','7489304d56','I hope to be, I am confirmed at this point. 

Thanks for the birthday wishes, hope this finds you well in the land of cold and ice.

Are you going to COSI?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5168','0cc7ef3204','We had not discussed it.  You probally over heard Susanne and Jeff talking about it as they usually host one or did until 2 years ago.  I'll explain that one to you later.  Send me your email address so I can add you to my contact book.  Mine is admiral_holly@bellsouth.net

holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13266','5198c490b2','Hey boy,

sorry, but I gave the owner a list today and she said 8 was plenty. Any other characters she wanted were stormtroopers (not clone. Her boys are more Original trilogy lovers, not prequel), an Ani, a Leia, or a Han. Since you weren't sure, I went ahead and just added all those I knew for sure. There simply isn't enough room. Sorry!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18106','f601d8acec','Any word on when you will be shipping out the rectangles?

Please give me your address or payal account so I can pay you.

Thanks again.

P.S.  Still no luck on the expansion screw.  I went to a huge dental convention last weekend, and looked, but they didn't have anything that was close.  I have yet to hear from one of my older orthodontist friends, so don't give up hope yet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18107','9c6faf3a22','I'll send them out Friday.  My Paypal is tk1128@bellsouth.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18108','2af0a0611a','sorry that you won't be able to come...see ya next time!!  you're doing the anime things, aren't cha?

star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18109','7f664c145d','Ok, Jennie this is a long one. Sorry in advance. I think this covers it all but being that I am still seeing red. I'm not really sure. Let me know if there is anything else that I can do to help in resolving this. By the way has the cordinators checked into the hotel where Shadow con was held a few years ago. I remember the rooms were large and the hotel was rather large as well. Just a thought.  Thanks again for everything.




Ok,
Here is my horror story from The Mid-south con Hotel.


Friday night Skip and I arrived around 9:15. I had called the hotel at 4:00 to confirm my reservations due to my terrible experience last year. Last year they completely lost my RSVP and I stood in the lobby for 3 to 4 hours waiting on them to locate a room for me. They said they were booked solid, but some how managed to pull a really cool room out of the hat. This year on the other hand was the worst I have ever seen. In checking in they DID have my RSVP as I knew they would because I called and spoke with Gwen Harris at 4:00. What they did not have was the correct room. I had requested a King Suite with a pull out sofa and EXTRA LIVING quarters. Basically the same room I had last year. They told me that they didnt have me down for a King Suite but could get me a King and 2 roll a way beds. I accepted thinking that the room would be close in size to my original request. WRONG!!! This room was a small shoe box with a refrigerator. Sorry Bob, Betty, Rose and Jon.  After getting to the room and seeing the shoe box. I went back down to the lobby and explained the situation. The very unfriendly Nell(?) proceeded to show me 2 other rooms. One was the same as the one I had and one smelled like a dead skunk. No to both rooms. She stated that she would not have anything else in the hotel as they had already over booked by 109 rooms. Now if you ask me that is just plain negligence on their part. Under no circumstances should a hotel over book by that many reservations. Especially not when hosting a convention. WHAT WERE THEY THINKING?????? Any how. I was passed to the hotel manager on duty Mr. Oliver and he told me that they would guarantee that my stay would work out just too please deal with the roll a ways and the room for one night. I agreed since he lowered the rate. He told me that the roll a ways would be in the room by mid night as the staff was overwhelmed getting rooms cleaned and all. No problem. I am a reasonable person for the most part and I was going to go to a meeting and wouldnt be in the room until late anyway. At 2:00am NO roll a way beds were in my room. I again went to the front desk where a foreign man was working now and told him the situation. He did not have any available roll a ways at this time as they were now scattered around the hotel. The nice lady working with him at the desk said that she had a few unclaimed rooms and he said to give me one. It had 2 beds in it and he was going to comp the room because of the mess I was dealing with. The only thing he asked was that I check with the front desk in the am to see what could be done to fix the rest of the weekend. Now I mind you at this point I have spent way to much time on this issue. The six of us went to bed. End of Friday night. 

Saturday morning after getting ready I went to the front desk and spoke with a Mr. Nelson who was working the desk. I explained the situation and he offered to move me into another room that had come available. I told him that would be fine as long as he got me a roll a way bed. He said that it would be in the room by 7.  He said the room would not be ready until after 4. I told him that would not be a problem as I had a meeting to attend that would keep me busy until 7 or so. At 7 we packed up the 2 rooms we were in and moved them to the new room. When we got in there the roll a way was not there. I went to the front desk to inquire about it with Betty and Angie. Nell from the previous night was on duty. I told her that Mr. Nelson had moved me into the new room and told me that the roll a way would be there by 7, could she please tell me when it was coming. She got really really really rude and told me I was NOT getting a roll a way unless I paid for it. I told her that Mr. Nelson had not mentioned the fee and that I would not pay it. She left the desk to go and call Mr. Nelson to get his side. In the meantime, Mr. Oliver came over to the desk to find out what is your problem this time those were his exact words. I told him that all I was inquiring about was the roll a way that Mr. Nelson had offered. I said to him but while I have your attention I wanted to say that there was a fridge in the room when I checked in and now there is not. I do not need it just want to make sure that you all were aware of it. Now returns Nell with attitude flaring. She said that she would have it delivered at the hotels conenvience. I said that her attitude was not necessary and that I did not appreciate here being rude. Mr. Oliver stepped in and said that the only rude person was me. At this time I asked for the number to corporate and the names of those working Friday night and Saturday. He said he would get that for me and have it delivered to the room. I left and went back to my room where my dinner was waiting.
Just as I got settled in and started eating Mr. Oliver knocks. I went to the door and he handed me his card and then proceeded to be just rude. I told him thank you and good night and I shut the door. I did not want to argue or let my dinner get cold. He knocked again and this time wanted to know if I was sure that my stay was up to standards now because they would be happy to move me to another hotel. Again I told him things were fine now and again thanked him and closed the door. I had at least 8 others in the room who would attest that I was not rude. Upset but never rude. Mr. Oliver knocked for a third time but this time he yell that the hotel was now going to ask me to leave and if I didnt then he would have me escorted by force. I shut the door and immediately called Mr. Nelson who is the manager over Mr. Oliver. Mr. Nelson returned my call and told me that I did not have to leave the hotel but that I was not to allow more than four guests in my room. I told him fine but that they new before then that I had 6 in my room and why it was an issue now. He said it was a fire thing. I asked him if he was aware that most of the rooms had additional occupants due to the fact that they lost reservations. He said he was aware and that he didnt have to let me stay. I agreed to move 2 of the people in my room, and told him that I would contact corporate with my complaint. After this I could not eat and I left the room. Until Midnight Mr. Oliver followed my every move around the hotel. I was not disturbing anyone nor was I causing problem for him to do this. Kicking me out of the hotel was also uncalled for and it all was because he was mad. When I shut the door the first time he should have left and that would have been the end. Instead he knocks 2 additional times to stir the pot.UNCALLED FOR!!!

On Sunday at check out Chris was given a hard time because the room he was in was still in my name. Sorry for this. Chris explained the hole in the ceiling thing and when he was done I called the hotel on my way home to find out what happened. Mr. Nelson said that it had been an error on his part and that he had mistaken Chris for the people in the room above ours. Funny cause we were on the top floor. He changed his story a couple of times and I told him that I would be watching to make sure that no damage charges were added to my bill. 
Today Skip checked the account and the hotel from hell has double charged us. Like this nightmare just keeps going and going. I wonder how long it will take for them to return the phone call I made Monday and the one I made tonight. No luck so far. 

This is as much as I can remember as I am still fuming about it all. I am sure that I have left out details but none that should be to important. The key here is that they were just out of line. The hotel policy printed on little stands and placed all over the hotel stated that if you are not completely happy with any part of your stay the stay is on them.

Yeah theres a lie.



Thanks
Jennifer');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1982','37316750e4','[quote:37316750e4="BH7899"]Cool, just checking!  :)[/quote:37316750e4]

I'm dropping it in the mail now.  Now that C3 and epIII events are over, it's time to catch my breath.



Put me down for one of your kiddie fett helmets.  I don't think my 4 year old is going to do it, but I will have another chance when my 15 month old gets a bit older.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17005','9d444a392a','Hey Glenn since your the go to guy on this you might be able to help. I have a buddy on TDH that signed up for the event. Jango_Fett_Jr is his TDH name and somehow he got left off the list and now its capped and they wont let him back on. He wants to bring his uber ESB fett. If there is room can we stick him in with us, he said he would sleep on floor so he doesnt need on the room list just the participant list. If you cant/dont want to do that what else can he do to get in on the list, hes coming from Canada to this.

Thanks
Sorry for all the trouble
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17490','9e7fa101eb','AOTC');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17491','b00f5a2fdd','Loki,

   Hey man. . . .I have no computer skills. . . .didn't know if you got my last PM. . . .my cell# is 505-670-8512. . . .let me know yours if you can. . . .I'll be rolling out fairly early tomorrow. Interested perhaps in crashing in your room . . . . .depends on a few things. . . .lowdown on the ladies to start. Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1989','4fb2230943','[quote:4fb2230943="SL-5437"]Hey, I was wondering if you still have the Darth Vader GT Belt available for $200.00... If so, I am very interested. Let me know!!! Take care!!!

JCG[/quote:4fb2230943]

sold it a while ago, bro!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1990','aab5ea8997','The Lewis gun is like a large cannon, seen when the Falcon was taking off from Mos Eisley. The mg-34 is more like a rifle.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1991','286c93df54','[quote:286c93df54="BH7899"]Dude...I thought you had died or something   :lol: 

I have 2 left from my first run.  Crash had asked about one, and so has a few other people but until they send me the money their open.

TB[/quote:286c93df54]

how much?

It's been so nuts...so nuts.... :roll:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17028','58069844cc','I really don't know about Zach, so I put him on the list....if he stays he stays..if not we have room for another.  So...what are we going to compare?  :shock:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('1995','d6949720ed','DUDE,..Ultimate Star Warss Fan Jason Here! TK1716

I am looking for some Sw Weekend Items:

T-shirt XL

Clone Pin

Mickey Vader

Sw Weekends Pin (one with mickey painting ears on vader)

can i pay pal you  or write you a check,..just let me know


e-mail me:     sw_fan2000@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12831','59777254b5','[quote:59777254b5="HothGirl"]I think on that McCalls pattern you'll have to do some alterations to the front flap (along with the button removal), but it is pretty close.

I know the fabrics you're talking about.  Depending on how the fabric feels when you get it cut out, you might want to add some interfacting to at least the front panel (and probably the collar - depending on what the pattern says) to give it more support so it'll look stiffer and more uniform like.  I guess you'll know better once you get it cut out if it needs it.   :-)[/quote:59777254b5]
The simplicity pattern does seem to be discontinued, but I'll still look for it some this weekend.  What other front flap alterations will I have to do to the McCalls'?

I know the pattern mentioned some interfacing was required. Hmm, I guess I should buy some of that, too. I'll have to look and see where it is supposed to go.

Wal-Mart in Nashville kindly replaced my missing items from my Memphis visit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13495','f041b7f652','It all depends on the customer.  I sort of doubt it since i willbe in Key Largo all next week on business.  After being gone that long I ussually need at least a week in the office to catch up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2005','59f6a2ab2a','Drop me your paypal addy and it's on the way.  Zip is 32505; I don't mind tossing you some extra bucks for your hard work.  This stuff is a pain in the ass to get done.  

[quote:59f6a2ab2a="BH7899"]Well since you shipped me the snowtrooper greeblie, I'll knock off another $5 from the special Southern Outpost price of $55 + shipping.  These will be the last for awhile...I will have to buy more resin before I can make more.

The kit comes with:
[i:59f6a2ab2a]1 child-sized helmet
1 ear cap
1 aluminum antenna stalk
1 Range Finder
3 Mesh screens (for covering the keyslots and ear holes)
You will have to provide your own visor.[/i:59f6a2ab2a]

Payment - I can accept checks (subject to clearance), Paypal (subject to an additional 3% for fees), or money order. Shipping usually runs about $8 - Give me your mailing addy and I can tell you exactly. 

Sizing - I'm not sure what hat size this would be, but It is around 7 3/4" from front to back. I can  actually get my head in it (I can't see out of it, but it'll fit over my noggin). I think my hat-size is 7 1/4".

Let me know and I can PM you the payment details.

TB[/quote:59f6a2ab2a]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2008','59f6a2ab2a','Drop me your paypal addy and it's on the way.  Zip is 32505; I don't mind tossing you some extra bucks for your hard work.  This stuff is a pain in the ass to get done.  

[quote:59f6a2ab2a="BH7899"]Well since you shipped me the snowtrooper greeblie, I'll knock off another $5 from the special Southern Outpost price of $55 + shipping.  These will be the last for awhile...I will have to buy more resin before I can make more.

The kit comes with:
[i:59f6a2ab2a]1 child-sized helmet
1 ear cap
1 aluminum antenna stalk
1 Range Finder
3 Mesh screens (for covering the keyslots and ear holes)
You will have to provide your own visor.[/i:59f6a2ab2a]

Payment - I can accept checks (subject to clearance), Paypal (subject to an additional 3% for fees), or money order. Shipping usually runs about $8 - Give me your mailing addy and I can tell you exactly. 

Sizing - I'm not sure what hat size this would be, but It is around 7 3/4" from front to back. I can  actually get my head in it (I can't see out of it, but it'll fit over my noggin). I think my hat-size is 7 1/4".

Let me know and I can PM you the payment details.

TB[/quote:59f6a2ab2a]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2034','fc16ba8610','[quote:fc16ba8610="uscmglover"]Drop me your paypal addy and it's on the way.  Zip is 32505; I don't mind tossing you some extra bucks for your hard work.  This stuff is a pain in the ass to get done. 
[/quote:fc16ba8610]

Well, I can't get the damn website to work on just a zip, but it shouldn't be much more than $8 for shipping.  Send me $58, and if it's more don't worry about it.

Paypal addy is tandnbrown@knology.net.  It can ship it out on Monday.


Thanks,

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17887','005ca3224a','Would you do me a favor !!
Please pass this on to the Reables !

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=3707#3707

Thank you,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17434','d657887897','Ben,
That's okay. I just find it unfortunate that my message to you which was intended to keep you quiet on the situation so that both you and Becca could be active members instead resulted in you openly admitting the situation and her application being denied.  It was just that I know Tambo is really strict on costume standards sometimes and I had just visited Chuck Flynn who I think had been inactive until he completed a new costume this month, but I didn't know how much of a grace period there would be. I guess the names added to the confusion.

BTW, congratulations on the upcoming nuptials.

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15840','382fefeea7','We were hoping to stay in Loki's room....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17763','6f33e980ff','need pics with a better saber..the Legion guys may not like the toy.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13477','30c5d6f346','Shipping is probley around 10-12 bucks. Im selling one to Corey, maybe you guys can work out a way to get them together.

Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13430','f6cf1c04c6','I haven't had much experience with it in the snow, only a handful of times, but it's been pretty reliable and I've never had any trouble in it - it's easier to handle in this weather than either of the other cars I've owned, that's for sure !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13431','550502eec9','Thanks for the info. My  mustang sucks in the snow, and I can not really drive in it either, so  usually catch rides and wait for the snow to melt.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13434','8f7049fa60','thanks, i pulled a few pics from teh galleries i had.  i'll replace them with better ones when shawns are uploaded...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13435','29931f6cee','well at least when someone asks them where they got those star wars characters, we might then get a good reference if they think enough to use us for a commercial..  hopefully it will all work to our advantage.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11145','7599a4818e','sure  ...give me the short answer ...check the board ...i knew that!

as for life its much more free than before ,and i like it that way so far
im working at u.t. ,in the evenings 5p-1a
how`r you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12685','7307edc379','I  just wanted to find out if you'd gotten anything done on my avatar. ? it's ok if you haven't. 

Also, we just bought a beetle lol so that link is close to my heart :) 

&lt;hugs&gt;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2040','557001c1f9','Hey man, Shannon here,
Wanted to know if your were going to Joe Davis Stadium Sun. night?
Looks like Im the only TK going? 
Let me know, take care.........................');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17608','e634c87af1','Thermal detonator I will need , will get with you when the time is right.
I think Jessie wants the Guard, So maybe it will stay in the S O !!
Take Care,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2043','4bf7f536c9','nice avatar.
Watch out for RL- Blue Jedi, she's a spy.
She may try to use her jedi mind tricks on you so be careful.

BH0651');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2044','8982174d4a','Hey Mike,

Are you still doing clone armor? And are the untrimmed kits still $325? I've got a guy here in Memphis who wants to get a kit.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2049','d76c263099','Thanks.

The lettering is Aurabesh for Vex.

Who's Blue Jedi?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2050','c37f94b8da','no idea.
she always posts something about being a spy,
which is why I said that.
she's rebel legion apparently, but is on the board.
I don't think she has an imperial costume yet.

can you see the member area yet?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2051','c1a392e4d1','Hey there, heres that message I said I was going to send.

http://nuclearstomach.bigpolley.com/uploads/davreconcept01b.jpg

This is what my Jedi will look like. His name is Davre Gamob. He's been my Jedi character for a long time now, since 1999. It's time to flesh him out. His story is like a comic series, tons of adventures and whatnot. But it ends rather gruesomely - he gets crushed by several stories worth of temple floors.

Anyways, my biggest problem will be locating feaux leather. If Ryan ever gets back with me on my belt (which he needs to since he said he would do it!) I'll have that much already done. As for the sketch I did, I think I'm going to go ahead and give him full sleeves instead of half sleeves.

What is the contact information for that lady you told me about last night? Do you think she would also be available to do other parts of my outfit, notably the vest part?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2052','c37f94b8da','no idea.
she always posts something about being a spy,
which is why I said that.
she's rebel legion apparently, but is on the board.
I don't think she has an imperial costume yet.

can you see the member area yet?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2053','189200d5b4','No, I do not.

So what now?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2054','189200d5b4','No, I do not.

So what now?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2055','0f20be8c75','I already told you. email chris or send him a pm (tb1309)here on the board and tell him who you are and about how you couldn't log into revan so you created a new account.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18010','b7f3fb7436','COOOOOOOOOL!!!!

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18018','0aafd4a85d','Funny you should mention that. I was thinking about ordering a new black bib shirt just for that purpose.
So, yeah, I think it's a great idea!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18121','cf511ffb0e','paypal sent

Thanks alot');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18122','dd78257f48','Mark? 

Do I owe you money for shirts?? 

Please let me know. I think I remember ordering something around christmas but now I can't remember. 

Thanks. sorry about the ditzyness.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8360','ce2a3ce618','I may be interested in a rank plate.....captain's rank. Let me know how much it would cost.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2076','6b2d32ba3c','I added you to the members group so you should see the whole forum now..

You can email them to me at
bamatrooper@mail.com

Or send me a link to where they are at and I'll grab a few.

Pic the best few, i try to put 16 per event if its a big one like this... 8 if its a small event...
-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2081','9265887859','Don,

I am interested in participating in the video. What are the times for the shoot. I work in Cincinnati and get off at 230 pm, so I could possibly make it around 430 or 500 pm. I have a imperial Officer uniform and will be able to email you a pic when i get home this afternoon. I am avalible either the 9th or 10th, preferrably the 10th, since I don't have to work the next day. Let me know. Hope to hear from you soon.

Jeff Ignatowski
Scor' Ignef
ID-3323');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8455','55db92990e','Sounds good, I'll let you know when i can get the money together and then we'll "git er' done". 

Yeah, since I have had the new baby money has been a little more difficult to find. He is only 6 weeks old (6 more weeks and he might be a little easier to handle). Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15991','aff0dd2a1a','Kewl man!!!

OK I need the following ASAP:

Full Name
Address
Phone Number

Also, Was just talking to Loki..
Joe was looking for a room mate and Loki had a shit pot of people in his room. Sooo, I called and was able to snag 2 connecting rooms for Midsouthcon.
So you and rose have room mates and rooms, now no excuses for not going :) 

Great that you are going to the ranch with us..
Leave Date is Saturday April 15th early in the morning.
First Stop Richards place in KY.
Then haul butt to California.
We have to be at Steves Ranch on Thursday the 20th.
Over night at Steves place.
Skywalker Ranch on the 21.
After the ranch we will probably get a room outside San Fran, as SF gets toooo expensive. Then see SF the next day, you know do the tour thing :lol: 
The following day we will take a straight line to Vegas, it is about a day trip down there.
We will spend 1-2 days there, cause you can stay and eat cheap in Vegas, that and what happen in vegas stays in vegas.. :lol: 
Then its home to TN

So if Im reading the clander right we should be back home by:
Saturday or Sunday the 29th or 30th. Maybe sooner depending on driving and stops, I mean we might see asign for the worlds largest ball of yarn, and who can resist that  :lol: 

Luv ya man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16399','817456fd97','Hey  baby! I can't see you on messenger. o.O

Funny you said hey, I wanted to let you know that we don't have a room for this weekend, we were just going to wing it when we got to the Red Roof. You're welcome to join us on winging it. If no one else has room we'll get one for ourselves, but I guess after all the drama that's been hapening, we just wanted to not think about such things.

Aaaanyway, how ya been? How's your man? What's up mah sistah?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15405','d1efd414df','Are you going to be going to Chatanooga this weekend. We'll be there if you are.  Don't worry about mailing them, we'll get together and work it out sometime soon. 


Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16968','144c579b77','Sweet, thank you again. Have a good time in the Islands. Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16970','9ea71b3618','Good Morning Brother,
Again thanks for helping me yesterday..

Here is the COSI Roster as I have it now..

If you can double check it, make the corrections and then Ill post it and update the main pre event roster thread also...

Umm one snag that I have seen. Im suppossed to do the AT ST driver, but like I told you yesterday, Joey doesnt seem to be talking to me, so now I dont have the bucket for it.. What should I do??? Any suggestions, ideas??? Let me know..

1. BH-1128 Glenn Tamboia Jango Fett/ Clonetrooper/TIE Pilot
2. TC-7301 Sean Rothe Clone Trooper
3. TD-235 Mark Ingram Sandtrooper/TIE Pilot/Snowtrooper
4. ID-9997 Kell Yarwood Imp. Officer
5. TR-5123 Rose Coe Royal Guard
6. TC-760 Jon Wollack Clone Trooper/ DS Trooper
7. TC-6180 Glenn Stein Clone Trooper
8. 
9. TK-4267 Tim Birtch Stormtrooper
10. SL-100 Skip Curley Darth Vader/Clone Trooper
11. TC-057 Tim Wollack Clone Trooper/ Sandtrooper
12. TC-152 Joey Beck Clone Trooper
13. TS-718 Holly Beck Clone trooper/Snowtrooper/Admiral
14. TK-2486 Jon Jones Stormrooper
15. TC-1620 Jason Bales Clone Trooper/Snowtrooper
16. TB-1621 Laura Bales Scout Trooper
17. 
18. TK-6203 Corey &quot;Atin&quot; Miller AT ST Driver
19.         Richard Cross
20. TC-8881 Chase Gustafson Clone Trooper
21. SL-4358 Joseph Powell Pre-Armor Vader/Stormtrooper/Snowtrooper
22. TK-1143 Tyler Phillips Stormtrooper
23. TK-3331 Shannon Oliver Stormtrooper/Sandtrooper
24. ID-3331 Cindy Oliver Blue Senate guard/ Officer
25. TK-3740 Zach Nixon Stormtrooper/Snowtrooper
26. TK-2138 Chris Ledbetter Stormtrooper

Family Members&amp; Guests.
(Mark I.) Wendy, Colten (Bossk) &amp; Alex
(Skip) Jenn
(Kell) Ash



we need 8 room commanders then I'll start making the room lists
1. Tambo
2. Skip
3. Joey
4. Sweetpea
5. Corey
6.
7.
8.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2116','2a16086ead','I'm going to also send you an email, but I wanted you to know that I got your pins today.  I will pick up your t-shirt tomorrow. The question is which T-shirt do you want?  They have one shirt which just has the Vader Lava logo, but they also have a 2-sided shirt that has a small Star Wars Weekend logo on the front and the logos from five years on the back (see 1st picture on starwars.com of SWW merchandise, link in forum). It also glows in the dark, but I don't know what part of the shirt.  I'm going back tomorrow, so you have until then to let me know which one, otherwise, I guess I'll just get you the one from this year.  You might try calling me on my cell phone 615-957-9747, if you can't respond before 8 a.m. CT Saturday morning.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2117','6cc78e7524','Hi,
I posted this on the thread also, sorry I didn't reply straight off, I was trying to get some better details for everyone.  It looks like Thursday is the day we need for troopers etc.  As far as the time of day... that has yet to be worked out 100%.  There is a production meeting Saturday or Sunday to iron out some of that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2118','f930bed0f0','[quote:f930bed0f0="TK1427"]Hey Mike,

Are you still doing clone armor? And are the untrimmed kits still $325? I've got a guy here in Memphis who wants to get a kit.

Thanks![/quote:f930bed0f0]

you got it.  I need 4 weeks for delivery right now.  I'm a tad bit swamped.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2432','3fe2d7daf7','i didnt know how else to contact you... you cut off my cell really fast that ment i didnt get to call you... hell i am kinda upset at the face u didnt keep it on a day or 2 to try to talk this out with me... mabey i was wrong.. send me and e-mail or something');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16231','53c379f657','Thanks Chris! I will let her know! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16232','60e08ee73d','Hey, gimme a call sometime today. I'll be home. I've done all my online crap this morning, so the line should be open.

BTW, I've got news. Laura Bales called me at midnite last night and she chewed my ear for 2 hrs. Interesting stuff. 

She was was also shirtless and drunk, but that was a special part of the conversation... which I enjoyed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16233','fa7aa3e5ca','hey john,

where do you work and live in crossville?
im a sales rep and cover that area occasionally.there are a couple other members over there and was thinking about throwing together a lunch one day when im in that area.

cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8696','07c3d83645','We saw serenity, and it rocked. I knew it was going to be good, but damn that was awesome. 

how was your weekend?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2134','f4d98f4be9','Hey bro.,

Was wondering if you would be coming over for AdCon? If so, could you bring me three (3) of those Xwing chest box kits? I think the price you told me was $30 each. If that's cool with you, I'll have the money waiting, if not, no pressure, I'll get them from you when you make another run.

Thanks
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2136','9d0fb749a3','Hi Darth R.

I don't currently have an Imperial outfit to use for the video. But I'm willing to offer the services of my R2D2 and MSE6 (aka. Mouse droid). 

Richard Cross
SL1959');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2137','9d0fb749a3','Hi Darth R.

I don't currently have an Imperial outfit to use for the video. But I'm willing to offer the services of my R2D2 and MSE6 (aka. Mouse droid). 

Richard Cross
SL1959');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5324','8bc3fec88b','Yeah thats it man. If its not raining that day you can ride with me. We can put our armor bins in the bed of my truck. You would probably have to help hold a helmet though. Also another guy from Richmond is coming and he drives a car so he can maybe give you a ride to. 

If you want to troop we will definatly find you a ride.

Just try to find someone to drop you of at Wal-Mart and I will give you a call on your cell (need the number) or we can meet at a spot in the store.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2148','93a749faee','Hey Big J...still waiting on payment for the Sandtrooper.  Did you send it?  I need to pay Ivan or it comes out of my pocket.

Send $95.00 to 

Glenn Tamboia
2573 Cardinal Lane
Clarksville, TN 37043');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18074','50b265547b','I got all of my stuff from Dale at the Wookie Cantina.Unfortunatly I tried to find his email address after I sent you the post. I know he trades on Ebay under  &quot;tk510&quot;. He seems to stay low key.So he may not talk to you.Its worth a try. I will try to get his email .Skip may use him as the sorce for the Stormtrooper stuff. My Vader is very close to original and I have been very pleased with it. If you want to see his product before you buy, call me and you can come buy to see for yourself. Im in Franklin.
Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7152','af6f23e13e','So, ya comin to the zoo then?

Lions and Tigers and Skip, oh my!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7749','7377993186','Dumb question.. what are folding stocks???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7750','f7e6e38adf','its a piece of metal that folds out to give you a stock like on a rifle, the back part. to help you get a better shot. its used on shorter machine guns, to make it compact.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9927','f693643dfb','Hammer Dude,
Those are funny as shit!!!!

Thanks..
How do you guys put them in your pic area??

BTW Have you sen the challenge coin thread on the forum?
Im getting 15 of them in mid June and are free to the first 15 that ask for them.. Do you have one yet? Do you want one???
Let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2181','950aae55be','I was planning on having them done for Adcon and hope to, but I got sick and that has put some things behind schedule.  I will try to have them done, but if not I will probably be over in Knoxville during the summer and will plan on meeting you and giving them to you then.  Well before dragoncon.  Sorry to be wishy washy, but I lost about a week to some virus.

Kevin

And you are right $30 it is or trade.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7157','52f4030b68','Let's just kill people then.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2207','f7902ce409','Richard,the GL's are done. I have three . They are $35.00 ea. 
Thanks Geoff
615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2211','2389f464e0','hi im greg, from knoxville
im still kinda new to the group ,and was wondering where you got your tie=pilot kit? im thinking on" richie`s armor", or the more expensive "costume junkie" version. anythoughts or advice?

i`d started out with the notion of putting together a tk outfit but have decided that TI is a better choice(less plastic) and is under represented in the 501st. 

thanks---Greg (TI2986)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17928','85933f7591','We are looking to Dive in Pennyroyal Ky on Saturday, May 18th? Temp shold be great plus clear water. Will talk with you on the 22nd.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12663','c7a05fc4b7','Yo! Zachmire! Hows it giggidy been!? Hope things are well with you. Just wanted to drop and note and ask you a couple of things.

 Seems like there has been some fussing on the boards with the higher ups. There's been talk of splitting the SO. What are your thoughts on this?  Skip told me he's been approached by some TN folks about doing this. Have you heard any rumblings up your way? I'm just trying to contact a few of you TN guys to see what you may know.

I would personally hate for this to happen. I've known and loved you guys for quite a while and it just feels right to keep the SO together. Do you think this would be good for the group? 

Also, he was telling me that some of the Bama guys were rude to the TN guys at DragonCon. I really hate to here that and just hope you guys know that I would be glad to talk with the folks that were the offenders and set that straight. Hell, you guys are our brothers. I would NEVER treat anybody like that!

When you get a chance, Zach, let me know your feelings.

Love ya Man!!
Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16408','234ae560b0','i signed into the messengers');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16846','0e61ef375f','Oh great Tambo...

I've lost the link to the rank badge listing site, wondering if you still had it and would mind sharing with me again. I'd appriciate it, that was a great page. Thanks! :)

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17259','38e470783e','Man, the command board is on fire.
Joey dumped all the crap from Skip's emails regarding this past weekend. 
I'll bet his face is red.
Tambo has recanted his push for a split, but Skip seems to be for it now. WTF?
I still haven't posted the first thing. Let the mystery build. Bawaahhahahah!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17230','1022e387f6','jenn has been talking to suz,

she said alot of the &quot;flack&quot; that ive been getting from them is because of emails ive sent you.
im going to hope that private emails between us havent been getting sent to her and jeff.ill know soon.

as for the split,
everybody at dinner sat night was for it,
we discussed it civily and nobody was mad at anybody,just that it is time.

i tried to convey that to you in private messages and emails,you took it as an attack and went off on me online.
you also should have asked before posting my messages to you.while i have nothing to hide i would have preffered to have a choice in that.especially the parts that name zman for outing suzanne.posting that shows very poor taste towards one of your friends.
yes that weird corey butt thing happened long ago,but it was hardly ever mentioned again.and corey was very upset to hear from zman that suz was telling people in alabama about it.
so dont give me that &quot;we dont gossip&quot; crap.

 ive got 3 people stepping up for web duties,ive got a forum in place, a website host,people working on logos and all in one day.

if we salvage this then thats fine,if not im prepared.

no hard feelings here,just done with this crap and if moving on is what needs to happen then fine.

the drax thing too was out of line.you sent him a private message from me.since you did that im bound to believe that my messages were also sent to jeff and suzanne.

yes i got part of the story incorrect and have posted an apology.but we received a phone call sat night from who i thought was hammer and drax.it was radioed over the frs that we got a call from them.corey said it was radioed and can confirm this,he said call him if you dont believe him.
then yes he did get a call from drax ,the following conversation at dinner did involve the con sucking and drax and hammer calling looking for them.

so yes,i may have gotten part of the story incorrect but it doesnt change the facts much.and it doesnt change the fact that i was trying to help you from looking like a fool,but got stabbed instead.

i saw you calling a moment ago,
ill think about this more before i go off about it.my emotions are running high at the moment.
believe it or not im not mad at you,more mad that were having to constantly deal with this crap.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16440','ea07d11756','Hey babe, could you call acouple of the Knoxville Home Depots and find out if they have any of the Stanley totes that I &quot;need&quot;. Here's a link to the Stanley site, so you know which model.

http://www.stanleytools.com/default.asp?CATEGORY=ZAG+BOX+ROLLING+CHESTS&amp;TYPE=PRODUCT&amp;PARTNUMBER=37001&amp;SDesc=37%26%2334%3B+Mobile+Job+Box


Thanks babe!

Loves ya!
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17480','0a539f8cb2','Are you kidding? I love you guys!!! Awsome custom mando and costuming skills, food in mass quantities, a precious baby... what more could you want in friends? :p

Seriously though, after talking to you about Starla's mando, and seeing what she did for yours... I'm chomping at the bitt to see hers. Although I'm a crazy mandalorian fan, so don't mind me...

I'm not sure when Jon and I will be able to make it Friday... he can't get off work untill 1 (eastern time) and it's a 6 hour or so trip. No worries though, I'll get us there sooner or later. I'll be sure and call you when we get a better idea, so you won't be waiting up for us. Because we'd love to join you.  :D 

Anyway, thanks for the kind words, can't wait to see you and your clan :)

Rose
(757)869-5123');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18176','9dc376e696','Are these the ammo pouches that I will need for the TD?  

http://www.hoeffer.com/public/sitharmorpouches1.jpg

Is this a good deal? ($60 for the pair)

Thanks for the help.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17279','c74b041601','Keep looking and asking around..if you find one or more I will be so freaking happy you won't belive it.

In the mean time what is your address again so I can mail those buttons to you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12803','fd56584bd2','I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17027','ea3a214633','Hey Tambo, it will be awesome to have of us Fett heads in one room. We will definatly have to do some comparisons. Did you include Graeme on our list of members because the Ohio Garrison left him off. Also does Zach need to listed in our rooms I thought he was getting his own with his girlfriend, or is this the cover for Graeme?

What day are you showing up on?
 
This event is getting cooler and cooler.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8511','eed6ffc5a9','$20.00 each + $4.00 shipping to anywhere in the USA.
Any size available. Each is custom made to fit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8512','ced56834a9','Hey bro, how's the belt doing?  Will I be able to meet you this week and get it for Novacon?

I need to get that clone trooper from ya too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16089','90f385a2ad','Any word on that armor, Skip?  No Rush, just checking up.  Thanks

- Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17640','34d86a7dc8','I was told that you were interested in lending me a hand with graphics and so on for the Outpost? True?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17641','49f0b533b2','At MSC, Skip mentioned that you were interested in helping out with graphics, etc for the Outpost. First, this was the first time I had *ever* heard this. I apologize, had I knew about this, I would've already spoken with you.  Is what I was told true, you're interested?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4935','961f7341b2','Call Ed at The Deep and tell him that you're going to be the contact.
I don't have his cell number on me, but work is 256-883-7327.
 That's the Huntsville store.

Good luck!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8525','a7b1f3b021','Good luck, it is never as easy as you think it will be. And I didn't think it would be easy......

I worked in a children's home for four years and thought I would have no problem raising my son, boy was I wrong. It is probably one of the most difficult things that i have had to do and i have been thorugh alot. 

We did have some trouble with the delivery, not to make you feel any better..... :D. The doctor's were afraid that they would lose my son and had to pull him out. The delivery (the pushing) only took 25 minutes. It was a nightmare. Since he has had problems with colic, lastose intolerant, gassy, acid reflux, and just fussy. Everyone tells me it will get better and i keep thinking, it better soon or I am not going to make it. 

I am so encouraging arn't I....... :shock:. When he is quiet it seems all worth it though. I love that little boy so much. The worst part of everything is for 6 weeks after you are not allowed to have sex. The 6 weeks ends in one more week and I can't wait. I think i am going to explode..... :lol: 

Anyway, are you having a boy or a girl.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5505','c5a3d2ddf0','Hey Jeff whats going on? I was wondering what you were doing on Oct. 31 for the release of Episode 3. We are going to be having a event at the Florence, KY Media Play, just basic picture taking. I am not sure the exact times yet, but sometime between 9:30 - 10:30 pm until midnight when the dvd is released. It would be awesome if you could make it, let me know as I will be heading it up. Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14880','2b8644b9aa','Are you still making these? I need to get a new one for the COSI event in June. Let me know the total price after shipping and how to get you the payment. We talked about a captain rank, 6 pips, for 15.00 plus shipping. Let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15551','5d9fc2538f','That's what Thad and I did.  We copied it into Photo Bucket and shrunk it down to 6K.  But, everytime we would copy the URL into my Profile, it would show up HUGE.  We were afraid that my avatar in the boards would be that big, but it was normal sized (atleast compared to everyone elses).  So, after sitting there scratching our heads for 20 minutes, we decided it must be like algebra: Don't ask why it works...it just does.  

Later (when I accidentally deleted it) I tried copying the URL back into my profile and it kept giving me the message, DEBUG MODE.  It's the same picture, same size, same URL...it just don't like it anymore.  I have since found a nice little picture of some particularly delicious pirates  :wink: , but alas, like the proverbial dead cat, my curiousity is still getting the better of me.  lol

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17777','41007a5d7c','Thanks! It's an FX. Crash and Loki spent a long time getting it cut down to fit me - it still needs some work, the back of the thighs were biting me pretty bad after a few minutes!
You're coming to MTAC, right? Not too much longer til that!

[quote:41007a5d7c="Gooshy"]Thanks Kell!  I really appreciate it!  I really like your new stormtrooper armor!  I saw it on your flickr gallery.  What type of armor is it?  Did you mold it yourself?  I got a set of FX/GT armor for a friend that lives in Harpersville (like 15 minutes from birmingham) and she can't wait til we can get it built for her.  Hopefully Joey will have a prop party soon, lol.  I was really sad I couldn't get to memphis this weekend, I hope you all had a great time!  I can't wait for the next event, I really miss you guys..[/quote:41007a5d7c]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17778','f8fe74c744','I know!  I think everyone forgot about MTAC after the forums got hacked, there isn't a thread on it.  Think we should remind everyone?  Are you going to bring your TK to that too?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17120','f4168aaad3','Hey bro, looks like I'm going to have to take you up on picking me up acouple of totes. I'm going to need two of them. What do you see as the best way to handle this (as far as time frame and payment, etc)

Thanks!
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15995','bf86f32c52','ive reserved 2 rooms.
a 2 bedroom room for $79 and a suite for $109
the $79 room is the basic 2 bed-room,no frills
the suite has one large bed and a living room along with a couch that pulls out into a bed.then theres lots of room on the floor for sleeping bags or blow up mattresses.dont know if you saw the room i was in last year but its that same kind.
if its just the 2 of us we were just gonna find 2 more people and share the cheaper room.we thought we might open it up to a few people that we liked if they needed floor space and get the bigger room.

i see that you guys,possibly loki and joe need rooms.the 6 of us can fit in that larger room and should bring the price down.
let me know if you and your better half would be interested.
hope all is well,you seem a little tense on your posts lately.
take care,
skip

oh yeah,you guys still comin down for the parades next weekend?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17239','2e486eb0a6','hey i'll give you a call,  i didn't want you to feel like you just said, i figured it would be so.. i'll try you again in a min.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13250','606c3a649b','$20.00');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16459','4382d9b49d','Oh great Tambo... I can't see the trash compactor yet... can you be the one to show me the way? Pleeeeese?

How ya doin man? Going to be a good weekend comming up. See ya soon :)

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18275','0301ea7a3a','Dude, got to work tomorrow nite. sorry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18276','123bf6f2f5','can't make it. working. maybe next time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18277','0301ea7a3a','Dude, got to work tomorrow nite. sorry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18281','30b7e53f21','what is robert paulson?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2265','24dab8dd5e','Sorry I didn't get a chance to call you last night, pretty busy around here :)

But anyway, the news show is at 5 and we want to try and get there no later than 4:30 or so. 

Are you going to need a place to stay thursday night? Do you have place to stay the rest of the weekend? Also I will make sure you are taken care of, free pass to the show, some eats here and there, etc. Just let me know what you need.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17379','fb30856a5c','David,
It's great that you've passed on your costume to your girlfriend. I think your Galactic Marine is going to be an awesome costume. However, I think this technically would make you &quot;inactive&quot; because you don't currently own a costume for membership. I doubt Tambo will do anything about it, but just keep that in mind until your new costume is approved.

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13498','9f40a24626','Hey Derek,
  Saw you online and it reminded me to let you know that I finally got into the Rebel Legion board.  Also, let me know all the info about those pens.  If they are in Shelbyville, I'll do my best to get a bunch.  I posted the pics from the birthday party on photobucket.  Feel free to use any you want.  Sorry that I didn't get any real good shots of Plo Koon.  It was so crowded that it was hard to get around.

Also, I hope that you'll think about trooping my event in Shelbyville in October.  

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17380','084c4b7b5b','It's still my costume. I still own it, and I'm still in posession of it. It's just that when I get my GM done, Becca will be wearing it. I also fully intend on wearing it to events that the general concensus is OT troopers. So there are no worries. Plus I'm well within the 501st's rules for membership activity. I could go without a costume for the rest of the year and still be in it. :P But I'll not chance that. Haha.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17654','27db62bd58','It was decided this weekend that Sweetpea is taking a trooping break... not leaving, just needs some time away from managing job, family, and events all at once. He'll still be around the board occasionally, and I'll still be here (can't get rid of me :p )

And no worries, he'll still be working on his Boba project, just thought you'd want to know... that and I like to keep reminding him. 

But seriously though, I'm letting you know this because of the COSI event. We're still DEFINATELY going to be there, no questions about that. But Jon is currently the room captain for our room, and we were hoping it wouldn't be too much trouble to switch that role over to me.

If I could be room captain and our main contact, that would be wonderful and greatly appriciated. This way too, you'll get an instant answer for sure on anything you may need from us. Thank you, and we missed you this weekend, but hope you and the lady and the baby are doing well :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16447','889ff6acbd','Thanks babe, no pressure. I told Tambo I'd let him know in the next day or so if I need him to pick me one up.

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17403','e363ea6d2f','No Suzanne. Personally and honestly, I don't. I had a discussion with Laura last weekend... on how when Angi, Betty, and myself joined the 501st, it looked like we were 3 desperate ladies looking for Star Wars men. I know that, I've always known that's what it looked like. Hell, I'd be defensive too. I told Laura that. And it doesn't bother me, that time has passed. The truth was the 3 of us were friends who met through Star Wars, enjoyed costuming, and just happened to be invited one adventurecon to hang out with the 501st. It's not our fault 2 of us met the loves of our lives that day... it just happened, and we're thankful for it.

The truth is I've found some of the greatest family and friends in this group. And I would personally like to include you as one of those people. It's just hard for both of us, with everything else that's going on, to have moments together to form a bond like that. The truth is I don't want anything to do with arguments and drama, so sometimes I have a tendancy to avoid them by walking away. Jon is the same way. We don't want to hurt anyone.

I guess what I'm trying to say in all this is No, I do not have any personal issues of any kind with you. I've seen you as a wonderful person many times with great intentions and love for this group. And I respect and admire that. You have NEVER done anything to hurt myself or Jon, and I never thought otherwise. So yes, I would like to concider you a friend. I would truly like to concider everyone a friend. I love Laura, and if she loves you, my thoughts on the matter are that if she loves you, why can't I get to know you and love you too? My phone number is always avaliable, and I am always here to talk, even if the conversation has nothing to do with me... 

heh, actually, I was concidered the &quot;mom&quot; of my old group of friends back when I lived in Virginia. They called me every day, even after I moved, for someone to talk to or help them or work things out. What I mean by this is I can appriciate and admire all you wives do and sometimes even sacrifice for the group, I do.

I'm sorry I'm rambling, I just wanted to make sure you knew I truly don't have a problem with you. Truly.

Feel free to call me anytime. I'll answer if I can. :) And thank you for asking, it means alot to me.
Rose
(757)869-5123');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16785','02d2ee787c','Hey babe, if you get a chance today, could you hook me up with Strong Sad avater (SIC)... anyway just a thought. Don't sleep in :)

Loves you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16623','384a52945d','Sounds great! I agree that the 501st guys would be more apt to go to your prop party than that smaller one on Thursday. Are you going to announce it here? (I won't say anything about it on Chattooine so you can invite who you want). As far as the sewing people in Chattooine... I know there's Dallas and Scarlet for sure. I have a sewing machine that I know a little on... enough to get two pieces of fabric together, but that's about it. I'll gladly bring it. I think Dallas doesn't have a machine, so she could use mine to make stuff that day along with anyone from the S.O. that comes down. I think it would be great to have Chattanooga as a nice &quot;middle ground&quot; for those that have to come from Alabama as well. 

Anyway, it's up to you who you'd like to invite, but it sounds like this would be a great idea and as Loki said, people are going to want to go to an armor party in April since Atin will be at Skywalker Ranch.  :shock:  I hope he gets to take pictures!

[quote:384a52945d="JW01"][quote:384a52945d="Vesper2112"]I'll give her a call sometime today and see, but since she probably doesn't even know I brought it up yet... I doubt she'll have a problem with NOT having one at her house.

We can still have the Thursday &quot;non power-tools&quot; one at the Dragon Caves on the 13th and have a real Armor Party at your place on whichever day you feel is best. You can decide to make it public or not and that way, everyone is covered. I honestly think that most of our group would attend the smaller Thursday thing if they really want to build stuff since those projects are cheap. It's been so long since we har the last build-a-prop day, it's hard to tell who would want to come. At the last one, we had 5 or 6? Not everyone worked on stuff, either.[/quote:384a52945d]

Sounds good.  If you want, have the &quot;non power-tools&quot; party at D.C. and I'll schedule one with power for the 15th.  I just didn't see the 501st guys coming down 2 days in 1 week.  I don't know whether to have it open access or not, I'd like for people that come to be working on something not distracting those who are, at the same time don't want to alienate anyone.  Maybe it would be good to have a sewing clinic going on while others are working on armor.   Who are our sew'ing peeps?  If we could get Rose or a couple of the other seamstresses from the S.O, that would be cool as well.  If I could get a couple more people to bring their sewing machine we could crank out some robes/tabbards maybe (I know me and Corey would like a Tunic).  

I think this might work..  What do you think?[/quote:384a52945d]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2284','5aab22fdb1','John Meyers (Hammer) said you are more welcome to stay at his place thursday night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18205','947a3b50cb','Cool... We'll be there... but as of right now we're looking for a place to crash, Corey will be out of town on town on the 7th, so we may just grab a cheap-o hotel. We should get into Clarksville around 4-5PM friday afternoon and have saturday open for &quot;whatever&quot;.

As far as molding stuff... I've got all of the small greeblie parts for the ESB Boba blaster, just some random small stuff like that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16025','2139e21c1d','Yeah, I'm doing wonderful baby. I'm getting all emotional actually. I just finally finished writing and sending letters to Hammer, Joe, and Corey. So I'll hear from them later. But I'm sure everything is fine, because that's what friends do, be there no matter what. I love you baby! Now and forever. *kiss kiss*

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14580','c05e870906','I mentioned it to Marcus.... I know he was giving a good deal to fan groups on tables... I want to say $25 or something like that. Anyway, he said to drop him an email at:

eraser@chartertn.net

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17762','0570b57e90','Do you need more pics or am I all set for the SL designation for the Dooku? I was hoping to shave soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13852','e6f5e0480c','Sorry I didn't respond sooner, I've been working my day job then coming home and working until about 2am the past two weeks trying to get a costume finished for a con this weekend.

The fabric looks okay, I would suggest trying to dye the tunic fabric darker though.  At JoAnn's, there's a permenant fabric dye - it's NOT RIT dye, and it hangs near the RIT dye sort of in a bag.  I would check that first and see if they have a dark brown.  If it is a cotton fabric, it should take some color.  If it's got poly in it, then it's a 50/50 shot.  If you do try RIT dye, I'd suggest liquid if you can get it.  Make sure to wash the fabric first before trying to dye it and do a test piece of fabric.  Sometimes dyes react funny.  I had a piece of fabric once (synthetic) that I tried to dye purple...ended up grey.  It was weird.  But the worst that will probably happen if your fabric is cotton is that it won't do anything.  Hence why I'd suggest testing first.   And if you wash the fabric before dying it, not only does it get the sizing out but if it's going to shrink, it'll do it then.

I'll have more time the first of next week.  I leave on Friday for the con and will be back sometime Sunday night.  I can find the name of the dye in the bag (for lack of better term) if you want, let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13501','efe55f30db','Hey Derek!

I'm gonna be back in town tomorrow but out again on Tuesday...then back on the 19th until Mar. 2 so I should be around to do it.
I'll give u a call when I'm in.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13502','9ac441b636','[quote:9ac441b636="HothGirl"]
The Insider where Trisha said it was all brown (in case you didn't find it) 
Insider #77, page 44.
[/quote:9ac441b636]
That is the start of the article on the Top 10 Moments in Star Wars. Could you double-check that reference?

I am having trouble finding dark enough fabrics.
[img:9ac441b636]http://people.vanderbilt.edu/~glenn.stein/Dooku0008.JPG[/img:9ac441b636]
The fabric in the top left is what I have been planning to use for the coat/shirt. The fabric on the right is what I was going to use for the cape.  The fabric in the bottom left is the Rubies cape. I cut the neck part out of the Rubies cape because it was this ugly black foam instead of fabric. I was going to use it as a pattern to cut the cape, but then I was thinking about using the Rubies and using what I bought as a lining. This presented two problems. One, is that I would need more fabric to replace the part I cut out. Second, as you can see in the picture, there is little contrast between the cape and coat.

So should I just go ahead and use the fabric I bought for the cape as the cape, or should I keep looking for something darker for the shirt? Could I dye what I have to make it darker? If so, with what dye?

I will be posting a picture of my clasp (and bad chain) in the Costume Contruction section shortly.

Thanks again,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18159','50dc422f4c','Hey bro, how you doin'? Acouple things here Tim and I have some business in Kentucky on Friday April 7th and are planning to come down to Clarksville and stay Friday night and drive home Saturday. Now heres what I was wondering... any chance we could crash at your place friday night? I completely understand if you've got other things going on etc. But I just thought I'd ask.

Well... anyway, hope all is well and give me a call sometime if you like.

 :) ~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15225','ea5bc39024','No apologies necessary at all.  I definitely understand about getting the green light first - I would do the same thing; them's the rules and I always play by the rules; you definitely did the right thing. I'll ask Joey to make it an official event when I get home tonight. I'll put you down for the event too - many thanks for joining us! You've also got a place to stay; I have a fold-out bed in the living-room that's all yours. In the meantime, if I can do anything to help, please let me know. I GREATLY appreciate your help, and I look forward to trooping with ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5762','44dada5dd9','Hey Tim ive got more pics comin your way. Also if your not doin anything for halloween you could come troop my town with me. Im goin to be sportin my Vader and it would be cool to have a trooper with me. Its a small town so we would make a big splash. I had a blast last year in my trooper armor. Also I think we are goin to try to set up something with SunCoast in the Fayette mall again for the EPIII DVD release. Should have a good turn out this time. Lots of local troops that are active now.

I still have some contact info for the SunCoast people that I could try you could also try to get some info in person if your in the mall anytime soon.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4351','e29508d1c7','The 35 dollar one should be the one. Check it out and let me know because I would love to get one. Thanks.

Scor' Ignef (DEfault)
ID-3323
"Dorks are Hot!"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4399','36729919bf','I am definatley interested in one of the Jango Helmets. Let me know the final price and how you want to work out the payment. Do you have PayPal? About how long do you think it will take to get them in to the store and shipped out? Thanks.

Scor' Ignef (Default)
ID-3323
"Dorks are Hot!"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4347','649fbb4d2e','If this one is the Rubies Adult Collector's Helmet, I am in for one. Just let me know the final price and the arrangments you want for payment. I have my custom armor pretty much finished, just some final fitting and forming. All that's left is the helmet. Let me know.

I was also wondering if they had a Rubies Scout Trooper helmet. I have a friend in the Ohio Garrison that is looking for one. Let me know. Thanks.

Scor' Ignef (Deafult)
ID-3323
"Dorks are Hot!"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17727','73f0813890','Sure! I'll email you the full size ones when I get home tonight! 
Don't worry a bit about that, we all knew those folks at the BK were totally out of line :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17728','40eea55a03','hi...since we had darth tater with us, we view everything from a different perspective than most others there.  todd and i were disturbed by several things, and have decided that if we go back to this con again, we will not stay at this hotel.

#1 there seemed to be an area that we could never get to with the stroller, like all the ball rooms, shopping rooms, etc.  if we're wrong about that, then that means that it's very confusing and not easily marked as a handicapped accessible route.

#2 while leaving our room (#576) on friday, i think around 2 or so, we met a middle aged black woman who was an employee of the hotel...i believe in some form of administration.  she was talking to ryman in the hall, and made a comment about watching her around the railing because the slats were wide enough for children to fall through, and that when she first started working at the hotel years b. efore, a child had fallen through   from the 5th floor and received head injuries.  now tell me something....even if she was b.s'ing, why would they choose that type of railing, and since they have it, why don't they have a netting of some sort on the back side of it?

#3 late sat morning, around 11, we all met in the lobby and headed to the hotel restaurant to grab some food.  we expected a good spread since all the elevators had a large poster advertising the different types of food they offered on the buffet.  according to the list, at noon they offered fried chicken, etc.  we arrived downstairs and was seated, where we ended up having to put together our own tables  for the group of 17 while the wait staff just kind of stood around and watched us.  then she (annie, and another younger black woman with short hair) asked us if we were going to get the buffet, which was $8.95.  about 12-15 of us chose to eat, and at 11:38 (the time stated on our ticket) we got up to fill our plates...unfortunately, the food offered was not what had been advertised.  there was shaved ham and bread, along with condiments to make a sandwich, along with a pitiful salad bar, that didn't even have standard items such as bacon bits.  all of the serving utensils were wrong for the items they were in, which made it very frustrating when trying to fill your plate.  over all, i ended up eating a pathetic salad that i could have gotten at home or shoneys for $3.99 or less.  after getting to the table, i realized that my drink had never arrived, so i had to approach the staff and ask for it.  towards the end, the server (2nd black woman) came around with individual tickets, although we had told her that my husband and myself were together, and he'd already paid.  we found it strange that they advertise a great southern lunch at noon, but we got there not even 30 minutes till and there was this entirely different items offered.  we would have preferred the breakfast buffet to still be out until the lunch items were ready, or at least have the servers let you know that there is a &quot;brunch&quot; in between the two meals.

#4  on the website, the hotel advertised under &quot;ammenities offered&quot; it states that a kitchenette is included.  we called ahead to make sure of that detail since we would have milk, etc for our daughter that would need to be refrigerated.  the staff assurred us they did have them, but that it was first come, first serve basis.  we arrived friday, and upon check in, my husband requested the fridge.  after receiving our bill saturday evening, we realized we had been charged $15 extra for that item.

sorry to be so scattered.  i've tried to think of all the details i can, but with a sick daughter, late nights, early mornings, etc...my brain is a little fuzzy..hope i haven't bugged you.

starla, scalper');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4428','0b454471c9','Here is all my information. 

Jeff Ignatowski - ID-3323
205 Cave Run Dr. #3
Erlanger, KY 41018
Wanted: Jango Helmet

Let me know about the final cost and we'll work out the payment arrangement. However, you would like it. Thanks.

Scor' Ignef (Default)
ID-3323
"Dorks are Hot!"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15313','5a12014684','[quote:5a12014684="JW01"]I am Bob, my sons (18 &amp; 16) are Bobby(Will be registering as JW02) and Corey (Registered here as JW03) Respectively (was confusing with so many  Bob's, Corey's &amp; Jeff/Geoff's at the party lol)..Bobby was dressed up as the Jedi and Corey was filming it.  I'm going to order a pvr for my pc to transfer the Hi-8 then burn it to DVD.. just might be a week or so.

If you need any more information let me know.

Bob[/quote:5a12014684]
Well, a last name would help differentiate between all the Corey's, Jeff's, and Bob's. I used to have a PVR, but it died. I have hacked my TiVo instead, but will need a PVR to get all the stuff off my old TiVo drive eventually. I filmed some of the stuff, too, but will need to see if I can lighten the image to make anything visible.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15314','a3e5486c5f','Last name would help I guess.. Ours is Duff.  The force is telling me yours is Stein.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2342','1cbaa6bc9f','What exactly do you mean get it through you?  And how much am i going to need to buy the kit right now?  I need to save some $$$ for it...i can have about $200 or so by the 3rd of next month.  Sorry for being so blunt..i'm just really wanting to get this...i'm just a freak for Starwars...lol :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2343','a9a3bf3bed','The people who make and sell the armor like to stay low key. They don't like a lot of people knowing who they are. So normally, you would have to send the money to me first, then I send it to them. But they told me to go ahead and let you contact them directly. The armor is $493 shipped to your door. At least last time I checked. The boots are $95 on ebay and an under suit will be between $30 and $50 depending on what you buy. A blaster is about $20, A voice amp will run you between $85 on ebay to $215 at romfx.com. You will also need to buy a couple packs of snaps at Hobby Lobby, and a large roll of white Industrial Strength velcro for about $40 at Office Depot. Anymore questions, just ask.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11158','98973a9548','Oh man, I was looking forward to you riding with us.  If you want you still can and save on gas.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2347','9c95eb62b6','From what I can tell from the current postings on the HQ board it looks as if Dan and a few others have become the first to recieve SL designations for the Ep III Anakin or Darth Anakin, Pre-Armor Vaders, Ani the youngling slayer or whatever P.C. name they are better known as now =P.  I'm totally redoing my costume currently. Ryan has continued to  alot of help. I'm really striving to have a screen accurate costume by Sept. if at all possible so I can dawn it for D*C. (depends o when the fabric gets back from the dye houses in China I guess) I was wandering Skip if you guys were going allow costume submitions of that nature into the local garrison. Cause I'd really like to join and hang out wth you all more. I still want to do some TK armor in the future but I wanna work on one costume at a time. Sorry to bother you with something goofy like this I've just be excited aboutt he whole thing recently. Thanks for any responce ahead of time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2349','182811487c','Always a pleasure to troop with the best damn trooper in the Legion!

Snowtroopers- I'm always making them, so if you ever want one then LMK.

Clonetroopers, yep, for your style, they are very versitile and readily available also.  I can get them from the one maker of them for considerably less than retail. 475.. our price has been 325 for the armor.
That includes a two piece EP2 helmet .  these are true raw kits though, not perfect pieces like the TK kits come, those are done in  a pro shop with a team of migrant workers trimming and sanding the pieces..

Currently there are 4-5 active EP3 helmet projects around.. most are 170-250.00 deals, and are great quality.
hop on over to my other project   http://clonetroopers.net where i am XO for that detachment.  most of the clone projects are there as well as tons of info and conversation...... 
 
-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2351','75e21299e8','Hey Shannon, 

I found a link to a MG 34.  Don't know how much it is, but I have heard some good things from the seller.  I am considering buying some stuff from him, so let me know how he does if you decide to buy.  

http://www.sithplanet.com/prop_mg34.html

See you later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16551','03b578f55e','Hay what time you all getting to the hotel on Friday?????

Im trying to decide when to leave, as I hate bumper to bumper traffic when I have the segway on the back???

Let me know...

HUGS');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13191','8af0f1573d','OK, Here it is guys and gals, We will be celebrating Sweetpeas Bday..
Im going down to order a cake today.. Have something very SPECIAL in mind for him!!!!

If you want to get him a gift, go ahead.. 
Myself Im going to get him a gag gift and a real gift..

Remember this is a surprise, so lets keep it quite.
Loose lips sink ships..
Now if I can find him a pony to hump *LOL*

Please note, this email is being sent to everyone on the Roster for Feb 25 armor party, except Sweetpea.

~Atin

PS If you got this via PM, it is because I have no email addie for you...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16547','716fdf825d','Hey baby, I was bad tonight... got caught up, took a rest, got on the board, and got pissed off. I know you said not to, but you don't do everything I say not to do... So I posted about calling you, because I know you want to be sure no one is hurt by something that you by no means mean to hurt anyone. 
Also, I just reposted after myself with a roster for something we probably won't even make it to. Just a little statement that I can post whatever the hell I want.

Anyway, calming down. Just wanted you to know what that was about.

Talked to Angi too, she's cool with not staying with us this weekend. Besides she may not be going alltogether so she won't be gone from mojo two weekends in a row (midsouth).

Love you baby, hope you have a good morning.
Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5060','9773e1bb6c','hiya TAMBO,
havent heard much from ya regarding the tie outfit...i suppose that means youre satisfied .

GOOD NEWS;

i have the two new plates now. send me the old ones and ill send them along to you.AND ILL SEND THE OLD ONES BACK TO THE SELLER.
keep the velcro thingy`s that fasten the plates together as none came with the ne ones.

where are we on the DST  helmet? as that  will close the deal.

havent had much time latley to get on the boards but i have an income now and hopefully  will be back in armor of some type soon

thanks 
TIBERIOUS');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10573','300ab36c3a','He emailed me just a few minutes ago about it, we're going to try to meet up friday. Thanks again! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11759','c67b97f971','Yep, it definitly came from Trisha because I think everyone was a bit surprised.  

And in honesty, I don't have the Episode III DVD so I can't look at pics there, but my friend did say it was a lot more obvious this movie.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10825','d9a15b4e74','I signed her up right after I did.  She is TI 7399 on Glenns list.  

See you later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2357','5b55fd3943','hey gal,
thank you for really making ad-con great.i looked fwd to seeing you both days.although, i think you left your fingerprints in my rib-cage.after poking me between the armor plates 50 or so times...ouch!

will look fwd to seing you tuesday at the movie ,what time you coming down this way? maybe we could meet before it .

anyway, i really enjoyed the weekend 
hope to see ya soon.

greg w
tiepilot suprem-o!!!!
irishyankee1862@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9116','98cbfed32c','tambo,
im working hard to get a new set o` duds for some serious troopin` this year, can i rely on you for some help?
i was thinking of getting a clone or a tk outfit , any leads would be helpful.
please keep me up to date on the dst helmet (is there a problem?)
ill be looking fwd to getting it ,(or a gunner helmet will do as an alternate)
thanks ...gregw');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16347','7d9eb6240b','What's up man? I was just reading your post this morning and wanted to make sure you were OK bro.

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18363','e190bf93f7','Dont know, I havent heard anything different than what we already know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12865','9a081eedec','That's rich, Steiny gets up tight for you being offensive. I think that's a case of the pot calling the kettle black.

What an idiot.

BTW, I love AFT so far. The best part was with me, of course!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8414','5bdea6bff8','You have admin priveleges, right?  If you get a chance, would you mind grabbing all the posts in the public forum's NovaCon thread that are kvetches about money, and move them to the thread in the members-only area?  I think Chris is going to be late coming home from work again -- building management set the thermostat to "winter" and computers don't work so good when hot air is blowing on them -- so I can't just ask him to do it.

It may be too late to keep us from looking like a crowd of gimmes, but at least that way [i:5bdea6bff8]new[/i:5bdea6bff8] visitors will be less likely to pick up on it.  My fault -- I never should've said that line about DragonCon prices for a local con in a public forum.  I'm going back to delete that post myself.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8994','45f1e4044c','Hey Atin,
Any word on those bowling balls? I was hoping to mabe get one at the parades if I can find the cash :)

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5671','ac8d78bf75','I work at Courtyard, a property of Marriott Incorporated. A few months back, we had a guest who I believe was there for approximately 1 month while his house was being rebuilt from fire damage. He had his dog and bird with him, and on occassion, his ex-wife would bring her dog as well while she visited. He had to make previous arrangements and get permission from our general manager and our assistant general manager, but since it was a special situation, they allowed him to bring his pets.

I can't speak for the other hotels, but my hotel was gracious enough to allow his pets there. So it's possible others in the area would allow your parents and their pets to stay there, provided that they explain the situation.

I hope this helps!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17207','0d6d188274','No I wasn't sadly costume construction was costly at the time. Here is the current version of my costume from this last weekend. [url]http://knoxlotr.8m.com/cgi-bin/i/rg/anakinobi.jpg[/url] I knew you were outa state I jsut figured I'd say hi in my own spaztic little way .Tell Zach he need to troop or hang out again it's been a while since I've seen the King of Giggidy. He has talked about you alot. and I think you're porbably jsut what he needs right now in his life he's a good guy with a good heart. Don't tell him I said that though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10747','7e2b975538','any word on that dst helmet?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10748','7d8b4077e5','Go to BamaCon next month at Joeys (our commanders house in Bermingham Al..we will be working on all kinds of stuff including helmets.  My wife is about to give birth so I've been kinda buisy as of late.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5596','ba7b72cc71','greg wright
6525 millertown pike
knoxville tn 37924

thanks for the note , im not checking mail as often lately but will keep in touch, thanks for the update on the dst .  the new armor looks great you should be really pleased with it 

greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16248','e758658687','haha, what's up zman?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16449','410955e256','You going to the parades this weekend? You gonna be there friday night?????');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15926','a5ba28f033','I just read through the Skywalker Ranch thread. Maybe I missed something. I didn't read into any of Corey's posts as being directed toward Joey. Maybe its just me. If he is being an ass, I say we just let him. Eventually he'll be ignored.
Understand I'm not defending him, I just don't see the grounds of malice.
I looked like to me, that on that thread, there were enough asses to go around though.

Also, as far as Skip being a nay-sayer or a problem child, sometimes his silence is as bad as the other's griping.
Note all the &quot;shit-storm&quot; threads where Skip [i:a5ba28f033][b:a5ba28f033]HASN'T[/b:a5ba28f033][/i:a5ba28f033] jumped in to squelch the problem.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2532','4e636ead95','Sweet!!! Are you guys going to come over on Sunday after the movie? We'd love to have you guys over. Perhaps stop and pick something up for lunch and hang out for a while?

What are the reactions to the stickers? People seemed to be quite pleased with them at the con.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2533','4808a9f372','I don't see why not sunday, Jon goes to bed about 9-10 when he has work at 6 the next day, and the movie will let out pleanty of time before that. Going to be a great day, digital projected sw, lunch at the Kirkhams! Weee! :p

As for the stickers... v. well! I'll show you the thread sunday if you like. Major buzz is starting actually, and I think command staff is going to work on comissioning an official Southern Outpost sticker for you to do. Maybe... Oh, and BAMABOUNCER is curious about "ORDER 66" stickers, and greg here in knoxville, screen name TI2986 , was curious about getting is "custom rebel kill" stickers by dragoncon? Like I said, I'll show you the thread sunday. Looking good man :)
Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5413','e39a70c5d2','im sorry ,
ive been waiting for you to send the old ones .
will send  tommorrow 
update on the dst ...please
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5414','bc739375cd','What address do you want them sent to?  I have them boxed up and ready to go.  Getting the chin cups molded for the helmets right now, next the ears and back fin.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4298','357ac6bd7c','trying to get my ducks inna row, dont count me out yet
thinking of putting together an x-wing pilot outfit fer d-con 
still got that vest? how much?
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5164','192c861f3f','gregory wright 
6525 millertown pike 
knoxville tn 
37924

sounds good will send your new plates out asap and send you a heads-up
when i do.
thanks keep me posted on the dst ...and remember i get #1 off the mold
hope to see ya soon 
tiberious');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5165','66d234eed6','Thanks again I'll be looking for them in the mail and I'll send the broke ones to you.

My address again is

Glenn Tamboia
2573 Cardinal Lane
Clarksville, TN 37043');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2379','456b1bcbd5','from what ive heard they are not gonna open up the anakin-vader costume to everybody.i saw some emails regarding an upcoming disclaimer to keep from having mass anakins trying to join.
you look kinda like him (anakin)so if you get your costume top notch then yes there is a good chance we can do it.but your costume has to be really good!!!
i would join the rebel legion(if you havent) and get involved that way.dont concern yourself with being a 501st member.the RL is usually welcomed at events we do so your gonna be able to come out and participate.
but i need to add that the anakin-vader will never be "vader",you know what i mean?
id just keep posting and get involved.we'll know more about the whole anakin-vader thing later.
cya 'round');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10751','58cd9a0f87','ill not be able to make it there ...sorry
was hoping you could insure i get one ,as promised 
best of luck with the new baby , regards to your wife ,prayers and well wishes  , yours
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2383','5662cc42d5','No I totally understand about the costume quality. Primrodo,Danakin, and Ryan is even in on a mass order of Obi-Wan/Anakin waffle pattern fabric from Taiwan that's being dyed in china and sent back to Justin (Primrodo) whos sending backout. I'm gonig with actually leather tabbard for the outer tabbards and probably raw silk for the pants and inner tunic. As well as I've got my square puch in raw resin kit I'm gonig to start working on and I'm gonig to play with making the glove till someone has a great one out there. But I plan on this being top notch. I'm also redoing my graflex again. I think it's Elvis trooper who makes the proper end caps. 

I also understand I've joined the RL and thankfully it's in the process of cracking down on the quality of its member's costumes. This way its not jsut the red headed stepchild of the 501st =P. But to remain in the RL i'll still need to redo my Crapanakin costume I currently have.

BTW i have those ARC pics of you, Chase, and Glen as well as myself in the forground if you want copies let me know. 

Thanks for hearing me out. I hope after the dust settles that I can make the cut if not I'll have to wait for my wallet to let me get started on TK armor.

And to reiterate I'm not totally dissapointed with the rL it jsut doesn't hold the standards of the 501st nor the pride. I know that the costume i'm trying to perfect is also looked down upon. Oh well it's jsut my favorite character and I don't have the stature for a full armor vader I'm too dang skinny. Stupid high metabolism. Stupid money. LoL

But yeah I've rambled on here I'm gonig to go join my girlfriend in the pool. Have a good one and my best to you and yours. Thanks for hearing me out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2384','52fd36b5d0','always,thats what im here for.

ok,the anakin costume isnt looked down upon.actually our garrison has no issues with RL standards or the anakin-vader costume.the issue actually lies with the fact that it is a "face" character. what if somebody that looks nothing like darth vader puts on the helmet? guess what,now they look like vader.most of the 501st is helmeted characters.anytime you have a "face" character you have to be ALOT more careful.what if a 300 pound dude has a perfect anakin-vader costume? if we open it up to the costume quality only we are in for trouble.we would have to accept the 300lb dude's costume because it was "correct" or "canon",then at every event the guy would want to be"vader" though no a single person would know who that is..
check out this guy
http://schmootika.bravehost.com/myPictures/EP+320.JPG
i know him and he's cool.but does he look like anakin? what if his costume is perfect? kinda hard to explain to everyone who it is at an event.

so its not gonna be a simple fix.

and as for the RL.yeah some of the costumes suck.but alot are good.i hung out with the new freedom base commander this past weekend.he wants to try to organize the freedom base to match the southern outpost.its a good idea.might help the RL get more active around here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16367','97ad24e05e','Dude; you're one of the coolest people on these boards, truly. I'll come down there and TAKE you to some of these events if I have to, and you're a lot bigger than me so that'd be a sight to see.   :lol:   Seriously, there is indeed some stuff that even I, the nice guy that I am, have to wonder about with the 501st, but I usually just ignore 90% of what's said on these boards because the most important thing about being in the 501st is the people that you troop with. To me, these forums are NOT the 501st, not even the Southern Outpost. They're just words on a screen that I read every other night or so. The real 501st, and the real Southern Outpost, is suiting up in a costume and going out to greet a mob of happy kids, then afterwards going out and relaxing with the people that trooped the event with you and sharing in the experience. Losing you and your contribution to this group would be, in my humble opinion, a serious loss to the Southern Outpost. Stay the course, amigo!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16807','10bf39f575','Ok, you got more of a pic then an icon right now, but I thought you might like it.

And if you havn't seen it yet, this is probably my all time favorite email that features Strong Sad.
http://www.homestarrunner.com/sbemail91.html

Love ya baby.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9963','22a77762b5','I'll ask Mike again about the Blaster.. I'll try and call him this week.

Yes I want the helmet. The parades went so fast i forgot to get back with you while i was up there...
I am pulling snowtrooper armor now.  I have 2 suits 1/2 of the way finished, one is spoken for and I can get you the other one...

With this week being xmas, I might not get them done until next week though, shipping just before new years eve......  I usually sell the kits for 175 trimmed and ready, 200 with the straps and buckels to assemble it...so we can work the helmet kit as part of that if you want, that is fine..

you can send me a check or paypal for the difference anytime.
Where do you live in Nashville area?  Jeff Lester is coming down to my place around new years and he can bring your helmet to me and bring back the snowtrooper armor for us, so we don't have to ship it..
He works somewhere in south nashville ...?
LMK


-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15100','e07032c80f','Yes, I was there. Let me know if you still want it and I'll set it aside.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16935','f2bf854960','Just wanted to tell you , that you and your brothers' clone suits rocks.  the extra details you put into it, make it stand out. 

best suits in the world.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10026','0161849611','Kevin the Thermal detonators are done and they came out perfect.. I made a few casts and built up a few for Christmas gifts.  I also casted up your rocker switches and the hose connector thing.  You have to come on up to the house sometime after Christmas.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2391','0514de108e','Point taken about the face character thing. That was a point I posed on the RL boards. I mean peoplewere talknig about female Anakins. I made a comment toward sthe affect of "This disturbs me greatly. I can see it now... Luke, I am your fath... moth... ah hell son just find yourself a really good therapist." Ican only hope that performance studios will be able to do a decent wig and that my attempts to straighten my hair out a bit so i can layer the wig enough to make it look natural will work. I'll quit bothering you with all this sorry to take your time. 'm jsut getting excited about all of it if you want to see the fabric I'm getting (roughly as the pics posted aren't the right color) check the RL boards under Jedi then Anakin/Ob-Wan fabric... Ryan said you're a RL member as a blue Senetorial guard. That's kewl. Once again man I didn't meant o drop this all on you and sound like a whiney guy if I did. I really just excited about the cotume coming together. BTW I had an idea and it looks like quite a few people liked it o the local fan force boards about setting up a costume workshop. I know not everyones is a fan force member or whatever but thats not an issue if any of you guys want to take part in it drop by the boards and leave a thought or two. We're jsut talking about sharing techniques and all.

BTW as a side note did you go see the movie this past weekend? They gave away special small posters for a Father's Day treat. I took my father so he could say he saw all the SW movies first run in theaters. And picked up my Darth Vader "Who's your Daddy?" small promo poster. I fgiured I ask since you're a fellow fan of the ultimate villian.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16769','7e064c558e','Hey man

Ill talk to Rose after work and find out if she would want to go. I think shed be a cool addition to the road trip but well see where the chips fall. This weekend will give us a chance to talk face-to-face about everything, etc, etc.

Im loving your upside down gutted ewok thats awesome stuff. When I saw ROTJ as a child I cried and cried when that one ewok got shot and the other one was trying to wake him up man thats sad. But we should do a fan film and have ewok predators that hunt people and take there skulls I dont know but itd be funny, Kinda like a Monty Python movie

Anyway man, its cool to be all mushy now and than. Im the same way about this group, but just like you we have our own little click, you and Loki our some of my best friends in the SO, I was sad to see Tammy go, she was a blast but hey its her journey. I come from a very screwed up back ground, I dont talk about it much, but Ive seen a lot of confusion and fear in my day. Never would let anybody get too close and in general was always a loaner. Out side of my parents, Rose and two brothers, the you guys are all I have. Its ment a lot to me also.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11141','0bf7a2411d','thanks drax,
im so outta the loop its sad
appreciate the reply/link
tiberious');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16443','ea07d11756','Hey babe, could you call acouple of the Knoxville Home Depots and find out if they have any of the Stanley totes that I &quot;need&quot;. Here's a link to the Stanley site, so you know which model.

http://www.stanleytools.com/default.asp?CATEGORY=ZAG+BOX+ROLLING+CHESTS&amp;TYPE=PRODUCT&amp;PARTNUMBER=37001&amp;SDesc=37%26%2334%3B+Mobile+Job+Box


Thanks babe!

Loves ya!
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12147','972c8e679b','Apr 29, 2006 13th Annual Leeds Creek Bank Festival (Leeds) - Apr 29, Leeds 13th Annual Leeds Creek Bank Festival 205-699-5001. www.leedsalabama.com. Free admission. Leeds Memorial Park, off Hwy. 119Fun-filled day for the whole family that begins with Walk America and blossoms into a festival complete with entertainment, food, including funnel cakes and barbecue, and rides for the children. 10 a.m.-4:30 p.m. 


you know anything about this???  Might be fun?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17132','28b5a94489','Your response to the AFT was brilliant. Bravo, Bravo.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17141','49575cf0d5','Good evening Sir.   Would you post 2 pics of me in my &quot;early&quot; mando to my &quot;kais&quot; thread if I sent the pics too you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17142','99ac5bd7fc','sure..send them to me at tk1128@bellsouth.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2405','de031565ae','I just posted a post in the members only forum about you and your stickers and this weekend. You're welcome to still post in the public forum about your weekend and your stickers, I'm sure they'd love to hear from you. But I also told them to pm me or your screen name if they had any questions about getting stickers. :) Luvs ya!

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17185','0db2015316','Ok... here's the story on our end... first of all, angi is not with us, she's with the big group in the party rooms, she's taken care of there. Just wanted to clarify that if there was any confusion.

Now as of right now, Bob and Betty are definately comming saturday, and are trying to make it friday. When Jon and I decided finally to go to MSC, we told them we'd do our best to find them room if they did make it. They've done it for us before. They also have an air matress, AND even though they'll be bringing brad, he will be staying with the party room/group anyway.

Jon and I are all for this suite plan though. I'm good for the money and we have an air mattress as well. Right now Jon is really REALLY looking forward to having a quite party free room to rest in, and we appriciate this more then you know.

We have one more question though... Jon and I still havn't made definate travel plans yet. We can drive the full trip to memphis if we need to, but were wondering if there's any way we could just make it half way to Nashville and hitch a ride the rest of the way with someone. We were going to do this with Corey, but he wanted to leave in the morning, and Jon can't get off work untill 12, which would put us in Nashville around 3-4. If you have any advice or help, we'd really appriciate it. But like I said, if we need to, we'll make the whole trip ourselves after all. More then anything we just want to be with our friends, when it counts :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16570','9e84ae07e4','It's all good babe, all good. I'm at work right now and got a ton of stuff to do. Anyway, I'd rather be at home, in bed, snuggled up with yooooooou. Talk to later today!

Loves you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17211','14299c7e7a','You've got a ride, sir! The only thing that worries me is that my new car, a Mazda-3, is pretty low on storage area, so we'll have to be kinda inventive on how to fit our bins in the car. I'm pretty sure that I've contacted both Police brothers about the 'Kon and the KY Lions' Children's Camp too. I'm about to post this on the UKon thread, but whatever you do, [u:14299c7e7a][b:14299c7e7a]do NOT NOT NOT NOT bring any firearm to the UK mini-con[/b:14299c7e7a][/u:14299c7e7a]. I've been told that anybody carrying anything that even looks like a weapon will have UK campus police called on them. Lightsabers, however, should be okay.  Take care and I'll talk to you soon.

PS - Do you make back-pieces and cod-pieces for Mando armor? If so, later this year I may want to buy some from you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2419','f36d2408c8','Hi

I missed Ad-con, but frm another thread, I understand that you make vinyl stickers.  I would like 2, white, standard cogs 4 inches in diameter.  

Let me know what else you can do (I may find something I can't live without, but didn't know existed).

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17630','877a321d90','No problem! Sorry you couldn't make it down, but it's totally understandable - I'll keep it set aside for you until next time! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18081','36f33522c0','did not receive it,just checked my account to verify

$550 to

skipjenn@comcast.net

once received i can order it for him

thanks
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4178','a5e8817c66','Dude, you still got that faceplate?  Joey's looking for one.  If you have it PM him... TD-152');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4302','28192cff3c','welll thats o.k. ,
i earned it ...with all my indecision and such
vest????????????????????
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11125','a681998d33','Hey Jester

I owe you a very sincere apology for not thanking you for the care package before now.  I was extremely excited when I opened the package and saw all the great SWAG.  I wanted to thank you in person on New Years, but in the rush of the holidays, it slipped my mind.  I also forgot to bring your extra neck seal back to you from the Christmas parades, so I feel like the biggest putz in the entire Galaxy.  

I thank you again for the very thoughtful gift, and will bring the neck seal to Bamacon.  

Your brother in White');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16590','cec431da0d','rose,jon,corey

hey guys,
jenn and i have those 2 rooms reserved still for MSC.
after reading rose's post regarding jon i thought i would offer this to you guys.
there are now some more solo troopers coming into the con,they need rooms.if rose and jon would like to stay with us,and let the solo guys stay in the &quot;party&quot; rooms ,just let me know.
i thought rose and jon might like to have some privacy ,if they wanted to, that they wont get staying in 2 adjoining rooms with 8 people.
besides that we got the con rate of $79 for the double room and also have a suite for $109,which if im not mistaken,is the same rate corey was given for the 2 bed room.
ill talk to jenn but perhaps we could get the suite and let angi stay with us as well,we could split the rate 5 ways then. again, just a suggestion.

just let me know, hope everybody is doing well.this weekend will do wonders for your spirit!!! cant wait to see everyone

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2485','807f01ea5d','I have several different versions of the cog, depending on the use. I have the ones that are canon to the Gunners (small teeth on the inner cog), the one that is canon to the TIE pilot helmet (thicker outer ring), and then I have a standard canon cog as well, with the thin outer ring. 

I have several others. Here are pics of our display board. There have been 4 or 5 added since then, including a stylized Ep III Clone helmet, a Clone Trooper helmet/shield logo and small republic logo kill stickers as seen on some TIE pilot helmets. 

http://www.thekirkhams.com/images/stickaz

I'll do even more when I get decent screen caps of some other logos. I'm thinking about the logo from the blast helmet on the Millenium Falcon, as well as a few more Rebellion/Republic logos. 

I charged $2 each at the show, so I'll charge the same plus shipping, unless you want me to hand them off to Roseguard for delivery.  8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2486','777963ea35','Just 2 of the standar cannon cog will be great.  My wife just had a baby, so my trooping is very limited right now,so shipping them would be the best option.  Let me know when you get pics of the other stickers up( I will probably want some).  

$2 each (plus shipping) is a done deal!

Let me know how you want to finish this transaction.

My address for shipping is

Thad Sullens
170 Kathryne street
Springville, Al. 35146

Looking forward to doing more business with you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11680','6aa6ad1e9d','hey reb-bel as in "oh, you are ...just a reb-bel"
that still makes me laugh a bit

please give me a addy i can send yer m.o. to fer the vest
i may go x wing pilot to ad -con
greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4372','5b965a7efc','Chris:

Sounds like you're starting out right.  I got an inexpensive P90 several months back, but started out with (&amp; still prefer) my M-4 carbine.  Due to the heat of the Southern summers, the SG-Delta Team Leader (Scruff) decided we weren't going to wear the WEP G-8 jackets, so I just wear the garrison jacket with the rest of the normal off-world uniform.  When we did the event at KY Kingdom for the the SG-1 ride, it was funny to see the Yankees sweating to death in their WEP jackets (course I was sweating pretty bad in just the garrison jacket too).

For the leg holster I got a cheap one off ebay and I still need to add some sew-on velcro to it.  May not get that done before DCon.

Let me know if you have any other questions.  Just remember that AR ain't Vancouver, so sometimes you've got to mod the costume for the climate.

Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4642','335a28c998','Hey you :)  not to be pushie or anything but are you going? :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4643','82350cce3b','I've seen a few ARC kits on eaby here and there. I'm just using a stock clone kit with TK forearms and some mods of my own. My ARC is based on the action figure, hence the TK forearms.
My advice would be keep an eye on ebay.
SeeYa
-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4313','b93ca03847','no problem hold on to it till then please');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11124','97e0a53a67','Let me know when you decide to make those kits.  I will pay any amount necessary.  If you don't want to spend the entire $600 for the rifle, I will gladly chip in $300 to help with this project.  All I would ask is for a kit and some help with a custom mando.  

Sorry the group project fell through, I was really looking forward to it, but sometimes life gets in the way.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4382','a8a62e7327','tambo ,
missed out on ups sat(damn i wish the drax delivery had not been a bust)
i can still send it ups but i need to know if you want to have to sign for it or not ...incase you are not home when it gets there
or as a alternative;
bev is off thurs ,i suppose could make a delivery to you in your area and you could meet some where convenient ,dont you live near nashville?  i could plan a murfreesboro(stones river/civil war) trip and swing by your neck of the woods...that will insure no dmg ,and give us both a bit of a chance to talk shop. its up to you.

also- good news;
 i got a job with u.t. (maitenance) mon thru fri 5pm -1am), i worked there 7 yrs ago have missed it dearly.
got hired fri ...thats why i couldnt catch drax (as i had set it up after my 5pm interview...)

lemme know 
tiberious');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18327','91c8cc5df9','you need to remember that alot of the people that read the board dont understand your kidding.
no we wont be getting arkansas,so yes,i would drop it.
cya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8731','00e72a0c46','Hey Daniel,

Can you email me full-sized versions of the 3 pics that you posted on the forum?  I keep an archive of event pics, and would like to have those in my collection.   :D 

You can send them to me at jethridg@hiwaay.net



Thanks!

Jamey (Boba)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2492','a2413bee5c','BTW, here's a pic or two for John of me in my kilt. Really want a Utilikilt Survival, but at $250 it will have to wait. I'm still trying to figure out where to come up with $800 for an AT AT Pilot costume.  :? 

[img:a2413bee5c]http://www.thekirkhams.com/images/kilted.jpg[/img:a2413bee5c]

[img:a2413bee5c]http://www.thekirkhams.com/images/mendixie.jpg[/img:a2413bee5c]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16119','d442c510c3','Ill take it, how much?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2501','0e15b3faa2','Do you have a PayPal account? If you do, that would be the ideal way to do it. Once you receive the decals, let me know and I'll give you the PayPal info. 

Does that work for you?

Thanks,
Scott

[quote:0e15b3faa2="TK5163"]Just 2 of the standar cannon cog will be great.  My wife just had a baby, so my trooping is very limited right now,so shipping them would be the best option.  Let me know when you get pics of the other stickers up( I will probably want some).  

$2 each (plus shipping) is a done deal!

Let me know how you want to finish this transaction.

My address for shipping is

Thad Sullens
170 Kathryne street
Springville, Al. 35146

Looking forward to doing more business with you[/quote:0e15b3faa2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2502','c3ecc20615','Sure do!  Paypal is fine.  I'll let you know when I get them.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11986','179ea83147','Hey Joey.

First, What stuff do I need to bring to Bamacon to make one of those DC-17 BFG's. I have decided that I am goig to do a blue clone next for me and I will need a BFG.

Second What is the best material to make Jessi's custom mando armor from?  I know that it can be made from sintra or garbage can, but which one is better.  I don't know how I would go about getting the sintra anyway, so I guess that makes the answer easy.  If the sintra was that much better, I was going to try to track it down.  

Third, if you would please add me to the garbage can thread on the boards.  I know that there is probably not alot in there right now, but I can't wait for all the debauchery to start.  

Thanks for all your help.  See you at Bamacon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2504','f39313bf42','when i called they said it was a credit.. they fuckign lie too much... i talked to somone notjsut the machine but i talked to a human.. god i hate sprint');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2511','9709e3ec8f','Hehe, sweet! You know it doesn't have to be a utilikilt that you own to join the Kilted Trooper Brigade  :P  

Oh, I found some pics on your site's img files of your sticker display, so I went ahead and posted it in the thread about your stickers. I'll be happy to show you sunday if you like :) I already sent a email to Laura that we'd like to join you sunday for the movie. I'll also have your JarJars in Carbonite then. Looking forward to it! Love yas!
Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5433','d7e626f58b','amp,

I wanted to let you know that we miss you and we are thinking of you.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18202','480d02ff35','Found the email this morning.
Will order tonight when I get home.
Should take about a week to get here.
No prob
Skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18203','a06884e71e','Sorry, Shannon. The week got away from me and I forgot to get back with you about tonight. I again thank you for the invite but at this point I'm screwed! We WILL get together again soon!

Ya'll have fun tonight!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18204','947a3b50cb','Cool... We'll be there... but as of right now we're looking for a place to crash, Corey will be out of town on town on the 7th, so we may just grab a cheap-o hotel. We should get into Clarksville around 4-5PM friday afternoon and have saturday open for &quot;whatever&quot;.

As far as molding stuff... I've got all of the small greeblie parts for the ESB Boba blaster, just some random small stuff like that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17704','af7a26f2ee','Daaaw, I'm blushin  :oops: I love you too!!! Any time the 3 of you need anything at all, just let me know. My phone, and time is always open. I'm so glad you have joined us, and stuck with us through this crazy mixed up time we're having. I promise it isn't always like that... I can also promise that the good times, good costumes, good friends, makes it aaaall worth it.


Hm... well now, my fellow fair skin friend. I've always had fair, freakishly pale, break out at the touch of air skin. Got it from my dad. I'll NEVER show my juniour high pics (although my mom would) for fear of scaring off the masses and being forced to go into hermit like hiding. So this is what I did...

I learned that most people with fair skin are alergic to all products with the following ingredients:
Sodium Laurel(Laureth) Sulfate
Amonium Laurel(Laureth) Sulfate

They're a foaming agent found in pretty much every liquid cleaning products. Laundry detergent, liquid and soap, and especially shampoo.

It was a little difficult at first, cutting these things out. But once you go through the trial and error of finding the products without, and still work for your body chemistry and general cleanliness... it's well worth it.

I use &quot;All Free&quot; detergent, die and perfume free. Same price as all the other brand name detergents, and a few other companies are making it now as well. And I try to take my own washed towel and pillow on trips if I can.

And for hair and body, I now use mainly all [url=http://www.avalonorganics.com/]Avalon Organics[/url] products. Both my local health food store and grocery store carry them, and I havn't had a single problem with any of their ingredients. There's alot of other companies with laurel/laureth sulfate free products too, just gotta find em.

Hope this helps. This is only about 3 years of trail and error speaking, and I still break out a spot here and there, and wear light makeup for redness. But it's all minor compared to what I had been going through. And I can contest that within a week of switching detergents and shampoos, there was immidiately a huuuge difference.

Fair skin is sexy and the guys love it, but it can be a pain in our pale white butts to maintain and work with.

:D Rooose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16661','47d1894aa1','I'm thinking that someone once said to me at one of the last two prop parties at Corey's that John knows how to do some awesome weathering on weapons.

I'm taking your advice and asking you (if it's possible) for him to sent me to a website he might know of or some quick instructions on how to do what it is he does that makes killer weapons.  Dear god, I'm hoping I have the right John...

I wanted to write a Dear John letter, but...for now (as per your request) I'll wait. :D

And John...stay cool.  Never had any problem with you.  Don't expect any either.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16145','13096f8334','hey dude...are you going to coreys this saturday, do yo have knee darts?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17184','e1799e94ad','Hey hon... I forgot to mention this completely different subject on the phone earlier. :( I'm afraid Jon can't get all day off friday. He can only get off after 12. We hope this doesn't screw up your plans. We'll still be there though. I'm trying to work out a ride after 4 from nashville to memphis, so it's all good. Either way we'll get there. I'll get our sweetpea there somehow. No worries. Take care my friend. Love you. 


Oh, And I had to talk to Betty about this weekend and the room situation. I had to ask atleast if Bob was on the command board lately. They havn't even made him a member yet. Joey won't include him. I didn't really say anything, but they won't talk either. They just want it all to be taken care of. If Skip could call Bob, I'm sure that would make a big difference. I don't know though. He feels like they took him into that room and made him staff all for show, and now they could care less about him. *sigh* Sorry to bring this to you, but I love them too. :)
Thanks again for calling me though. It means alot to me. Love you!

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17877','a8a44daaa5','Hey Chuck!  Just wanted to send you my address as we discussed.  Thanks for the badges in advance, I appreciate it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17878','f4084fab7c','it's a great thing any time you're on the light side of the dirt.

i'll check with todd...it would be fun, i think, because i love the broadway/touristy bars, and i would get a chance to know everyone better, but it really depends on todds work schedule (hopefully we'll know about the oklahoma thing today) and the big one, if ryman is better,, cause we'd have to get a babysitter for a few hours.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16023','48ecbbff72','You doin alright babe? You hear from anybody today?

Loves ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16667','aacfb14ebc','Added the 2 of you to the Dcon roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2538','bb335deba4','Cool! Then we're on for Sunday movie, late lunch and a little hangout at La Casa de Kirkham! Woohoo!!!

I can't *wait* to see ROTS in digital. Unadulterated imagery at its finest.  :D

Can't wait to see the thread. I love it when people like our work. It makes me a very happy boy.  :wink: 

What kind of beer do you guys prefer? I have a significant collection, but would not be averse to stocking something specific as well...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2539','535bc458b3','Heh, funny you should mention that, cuse we've just decided we'd cut back on drinking :p But we don't really have anything specific we drink more then others. And we're always up to trying something new. Thanks for the offer. We're looking forward to it as well :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10973','8f744f8f27','You and Jen are absolutely welcome to join us Saturday night. We don't have anyone else sharing our room with yet, and would be more then  happy to have you two :) I've got a friday/saturday reservation at the con hotel. Just give us a call when you get in Saturday and we'll let you know what room number you can unload yer stuff. See ya there!

Rose and Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16035','d2ee6691b7','Good Morning,
I was pretty torn up until I talked to Jon yesterday..
Yes I still remember the first time him and I just sat and talked. It was a great moment. I have felt a kinship towards both of you since that time...

He has pm me to about what is happening with him. If anyone can understand what stress can do, it is me. Like I told Jon, I never saw the pm yesterday from him as far as Im concerned.. He needed someone to vent to and I was close.. It is what family is for sometimes..

No hard or hurt feelings here. Well except against the other 15 people that pm me bitching and crying. But atleast I know who to watch out for in the future...

I also told Jon that after talking to Loki, I used my priority club membership and got 2 connecting rooms for Lokis gang, you guys, Skip and Jemn.. So no excuses not to go now..

Hay just remember, I love you both more than words will ever say..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9984','cb935e877d','Let me get back to you after the New Year and I'll send you some pics of the parts I used...if I can find them.

Merry Christmas!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7177','d5f0a192f9','nothing's illegal unless they find you and charge you. :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4555','5d90c2a083','I am doing red and black too. I am already done all the armor, just waiting for the helmet so ic an finish up. I'll send through that money today.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5678','9774d2c22b','[quote:9774d2c22b]I hope this helps![/quote:9774d2c22b]
Sure does, thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17198','47ac002be8','The elusive female-type-companion of the Zachmire exists!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17199','376ba3cc84','&quot;elusive&quot;!?!  


Nay, I'm just in Philadelphia silly.   :P 

Zach tells me your the best ROTS &quot;bad&quot; Ani in the legion.  Were you at CIII?  There were two awesome Ani's there. 

Hope to see you in Ohio in June.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17863','44ffe779d0','Hey Mark!
Now that midsouthcon is over, I've started combing through the RL merch boards to look for ya. I'll let you know what I find! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17234','14299c7e7a','You've got a ride, sir! The only thing that worries me is that my new car, a Mazda-3, is pretty low on storage area, so we'll have to be kinda inventive on how to fit our bins in the car. I'm pretty sure that I've contacted both Police brothers about the 'Kon and the KY Lions' Children's Camp too. I'm about to post this on the UKon thread, but whatever you do, [u:14299c7e7a][b:14299c7e7a]do NOT NOT NOT NOT bring any firearm to the UK mini-con[/b:14299c7e7a][/u:14299c7e7a]. I've been told that anybody carrying anything that even looks like a weapon will have UK campus police called on them. Lightsabers, however, should be okay.  Take care and I'll talk to you soon.

PS - Do you make back-pieces and cod-pieces for Mando armor? If so, later this year I may want to buy some from you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4201','9d85b97512','Dude I want it!  I"m coming up this weekend to Clarksville to work on my R2 unit...  Can you LMK what you want for it,a nd I guess i can either pick it up sometime or get you to mail it...

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2570','4eb856520c','Alright thanks...but it might take a couple of months to come up with the money...i'll get back to you when i have enough money for the armor and you can get me the contact info. to get a hold of those guys');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4611','74732455bb','payment sent..... let me know that you received it. Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4575','e6d2d4f988','What email address can I send that Paypal payment to.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2582','169a1eafe9','Yea, I probably would only put a couple of faceless pics up there if you did. That's why I didn't post any of her on the pics I put up!

No, I haven't forgotten about you on the other pics! I'll send em your way today!

Z to Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16598','e1686f6b52','That sounds fine/a good idea with me. As much as I enjoy being in the middle of an all night room party with abunch of solo troopers, it sure does sound nice to be able to get away and get some sleep if needed.

I'll talk to Rose after work and see what her feeling are.

Thanks for thinking about us Skip and yes, This weekend is going to be awsome! Trooping, just like the good ol' days
 :D 

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15977','8a0fb985fa','Seriously man about the Steiny thing we should talk if you get this really quick give my cell a ring. Cause Skip pmed me after my post and I let him know the laundry list of crap myself and others have put up with with steiny and he said the command staff hadn't heard wind of half of it.

But I'm glad to hear you're well in the least. I'm psyched about a good deal of things recently I get high speed directway dsl tommrow,  now all I need is a job.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12977','95261c65ca','Derrick:

FYI, one of my girlfriend's first costumes was the red IRG costume.  She's studied the costume well and knows what it needs.  If you have ANY questions contact Wendy through these boards, she posts as "cleverlilminx."  I'll let her know that you may be contacting her in the future.

Giggidy,
Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2589','2ba53d254a','well u never called back what is going on?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18164','efa013763b','Hey bro, missed you at MSC Acouple things here Tim and I have some business in Kentucky on Friday April 7th and are planning to come down and stay (maybe at Coreys) Friday night and drive home Saturday. Now heres what I was wondering:

1.	Stanley tote/ armor bins do you think you could fill me in where to get acouple of those in your area?

2.	Boba blaster parts would you have time or materials to maybe mold up some parts on Saturday? If not, I understand, I just thought, being in the neighborhood, Id ask.

Anyway, hope all is well with Mary and the baby. Talk to ya soon.

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10590','90faed5864','I have your blaster, Glen dropped it off tonight.  I will be in Memphis tomorrow for work stuff; just let me knbow when you would like to meet.  I will be at the Holiday Inn where the convention is being held.  I am going to try and go through the convention on Friday until about noon, and then I got to split.  

My cell is 615-210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13911','936deace5f','No bother at all !
The event at the Ouintard mall, 700 Quintard Drive.
It is at highway 78 &amp; highway 21. If you come up 431 , it will dead end into 78. Where it dead ends, you can hit I 20 as well. Better to hit I 20, Turn left on 20 to B'ham, go 2 exits, Anniston Oxford Exit, Turn right.
You cant miss the mall, its on your right !
My address is 830 Watson Dr Oxford AL..
When you get to the Mall, I can take you to my house, an on to the Boyscout thing.
256 283 2602 cell
256 831 7267 Home
If I can help more, Let me know !
Shannon
The Blaster Disaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5266','0eeb1a0158','Hey Cadet, are you interested in the event coming up in Lexington, its the one at the bowling alley on the 17th. We would love to have you come out. Always nice to meet fellow troopers. You could meet up with me and Darren at the Richmond wal-mart. around 10:20 that morning.

My cell number is 606-344-9455 so you can get ahold of me that morning.

Let me know if your interested, we are also tryin to set up a prop party/ dinner/ get together afterwards. The event runs from noon till 4pm.

Hope to see you there.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13792','3588233be6','hey , just wanted to let you know i made my gloves from the white dress gloves for the military or marching band gloves could work. you can dye them really easy, and then sew on the white patches or use a glue. i have a felt pattrn glued on for now, until i can upgrade later.
hope tihs helps.

Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17696','17d917c451','Joey,

Jennie has a costume she wants to make and have ready by April 24th. She's wanting to make an AT-ST costume and wanted to know if you had a spare snowtrooper helmet she could buy off you, or how much would it cost to get you to pull / paint one.

In case you are curious, ref pic: [img:17d917c451]http://photos.imageevent.com/kzhome/501stacd//atstcrew.jpg[/img:17d917c451]

She's deadly serious here. She's already been reading the detachment web site, etc.

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10210','eeb8dbfee9','You have an impressive collection. Is there anything you do not have? LOL.  I saw the cases of Pepsi.  If you still have the soda in them there is a chance they could leak out.  My mother in law collects Coke and she has had several cans leak and explode.  I would hate to see soda spilt over all that.
Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12974','ed64333049','Hey Chase, is everything all right? 

Are you fed up like me,with all the constant bickering in this group?

Hope all is well with you.

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5501','c257339701','250+shipping...  They are 200 in raw form, this one is finished...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2603','b5821b27a8','Cool! Ok, that's a BIG dish, I remember my dad had one like that before the small digital ones came out. I hate to admit it, but I was one of the ones to program cards and do computer links to get the Direct TV for free, so I'm familiar with experimentation! This sounds really cool, and LEGAL!! I like that part! I'll go check out the web site and wee what it's all about. Thanks Mojo!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18319','4cb2f1182d','THANKS! I have NO idea how to even BEGIN creating a fan-film, although I know for a fact that there is going to be a film-school in Lexington sometime in the next 18 months or so. (Just a certificate-level-only technical program at first though.) What book would you recommend for screenplay-writing?

Many thanks, and I can't wait to troop with you. Your Chewbacca costume is hands-down the best in the 501st/RL. When I tell people about the 501st/RL, almost everybody asks &quot;Do you all have a Chewbacca?&quot; and then I tell them about your costume. Take care and many thanks again!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18101','a67f7b100f','Nah; I've always thought it'd be cool to be a volunteer fireman since I did a lot of Damage Control training in the Navy. But I'm only a graphic-designer and college teacher up here at LCC, not nearly as exciting as being a fireman. Todd was in the Army, right? Hopefully we'll all troop together soon; take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2608','d444f2174b','Zman,
Yeah I used to run an ATMEGA myself  :twisted:  
I bought a whole package deal. I've been real happy with it. Dialing the satellite arc is a bit of a pain but once u get it in, it's cherry.
If u ever want to rap about the setup give me a call. I think I gave u my number.
-Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2609','7cd673aa6e','Cool man! Yea, I'm a gadget/computer geek!!!!!!

Have we met in person yet? I think I first saw you on the Clone Boards right?

I'm gonna check out the web site.

Man! I wish there was still a way to do the Direct TV thing! I know for a while you could do DishNetwork like that!?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2615','b4f44004f9','Hey Tyler;
Tim here again, just seeing what day next week works best for you if you still have the time to prevent me from ruining a perfectly good new AFX kit, lol. Again, many thanks in advance!   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2616','d737deeb35','Hey, man, I saw your post on the "big news" thread -- very nice, by the way -- and you just might be able to answer a very off-topic question for me:
Why do horseback riders want or need to wear bodyguard-grade body armor vests?  I was at Unclaimed Baggage in Scottsboro yesterday afternoon, and they had just such a vest hanging in the sports section.  One sewn-in tag made pretty clear that the manufacturer intended it for horseback riders of some sort, and the other sewn-in tag bragged on how this armor was "B grade suitable for Bodyguard Use".

Thanks!
Jennie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2617','662b0fe9f7','Hey Jennie.   No prob.  Imagine being either kicked in the chest or stepped on by a horse.  Now imagine either being thrown during a race then trampled, or simply kicked by a horse that's really wound up before or after a race.  They have weapons for feet.   :D  

  Both my wife and my sister have been equestrians in they're life's experiences, so I've picked up a good bit of intel as a bystander.  Horses hurt my knees to ride, cause of the twist to get the feet in.  So I ride metal horses.  :twisted:  

 Have a groovy day!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2623','4760de3d40','Hey T-bone,

I am going to order the stuff to make the helmet in the next day or two.  I am going to order the Mold Max 20, but what urethane resin did you use? Did you use the Smoothcast 320 or just what product should I buy from them for the slush casting? Please let me know, I want to cast them next weekend. thanks again!

Chase

clone');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2636','1a4d4f1a04','cool! Yea, it got to be a real pain in the butt having to work for an hour getting the programing back up only to lose it within a few minutes! Oh well, I will check into the dish you're talking about. Thanks for the info!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18099','bf5ee8fd9b','LOL thanks! You don't know how long I've wanted to add that on there! 

btw, will get those pics from midsouthcon to you by this weekend!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16669','f4d2960b54','Thanks so much Rose!  Appreciate the assist.

Tell John I'm the Ghost Hunter guy if he doesn't remember me.  TK Egon  (Paul in Clarksville)...

:D

Paul');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8118','e40fdba118','Hey, Jamey, all the jokes we've been making about the rambunctions ones ignoring us aside, would you please private message Shawn (TK5773) when you get a chance and let him know which days you and Greta will each be attending?  So many of the young'uns are trying to be helpful that the noise-to-signal ratio in these posts is about impossible.

I had a post at one time that listed who'd already said how many times that s/he would attend, but it wound up deleted, and this afternoon I just don't have time to redo all that research.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16645','b70742df3a','Yeah, what can I say. I was at this event in Huntsville and Jamie healed this blind kid. Just walked up, touched the kids forehead and BAM he could see again. Afterwards we had a party and Jamie turned ordinary tap water into wine!

But anyway Lets see I hope to get off work on Friday at 1:30, give me an hour to get home, pack the car and maybe be on the rode by 2:30. Its about 4hrs to Atlanta so wed be there sometime around 6:30-7:00. At least thats how it works in theory. What about you, when do you think youll show up?

Have you talked to Hammer much about not going on the road trip? The only reason I ask and this is just a random thought and I not trying to steer anything one way or the other but. I was wondering, we dont have Hammer riding with us so thatd open up a spot (in theory) and I was wondering if there was anyway we could get Rose to go along. As I said Im just throwing that out as a random thought. I havent asked her if thatd be something shed be interested in doing but I tend to rely on her a great deal and she currently isnt working. All she would do here is play on the computer while I was gone. Anyway, just a thought and if that doesnt work I completely understand Im just thinking out loud

[back to work]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7686','ec14f3a87d','[img:ec14f3a87d]http://i23.photobucket.com/albums/b375/loki41872/pics184.jpg[/img:ec14f3a87d]
[img:ec14f3a87d]http://i23.photobucket.com/albums/b375/loki41872/pics185.jpg[/img:ec14f3a87d]
[img:ec14f3a87d]http://i23.photobucket.com/albums/b375/loki41872/pics186.jpg[/img:ec14f3a87d]
[img:ec14f3a87d]http://i23.photobucket.com/albums/b375/loki41872/pics187.jpg[/img:ec14f3a87d]
[img:ec14f3a87d]http://i23.photobucket.com/albums/b375/loki41872/pics188.jpg[/img:ec14f3a87d]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2660','d1b22dc1f2','Hey Jon,

Do you have a cape for your Boba costume? I have an ESB cape that I got off the TK409 website. I was just going to use it for a while and buy the correct one later. If you interested, let me know. 

Thanks,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2661','389d63d186','Sure, I could use a ESB cape. That's one of things on my to buy list. So I take it you are doing a Boba also?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16391','768829e1c5','Loves you babe! I'm back at the office for now...

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2666','af00885bc5','Okay great. Just let me know when you're ready for the cape. $25 seem fair?

I'm hoping to get my ROTJ Fett done by Halloween. 

Regards,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2667','d487d5062c','$25 is more than fair, I'll take it. Any time you want to "get rid of it", I'll be more than glad to give ya' the money for it.

That's cool you're doing ROTJ. I'm not sure when I'll get mine complete, work, girlfriend, etc have been keeping me pretty busy. 

cheers,
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17139','ef28b22000','Rose and I leave here at about... 12:00 and it's about a 6hr drive, but we gain an hour... so that'd put us there around 5-6PM. Just in time for rush hour!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7374','1a8f1fd41f','Hey, I was talking to Joey Saturday, and he said once we know when we are doing Best Buy and he will try to come up and do Vader.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8978','1f4748a6dd','hey do we have a wasilla alaska garrison ? i was talking to this guy whos gonna help me with my rogyal guard cape and well i looked and didnt see it ?! i could of sworn we had a garrison everywhere!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4248','ff30c32308','I wasn't going to be "straight up" with you, because you make me feel like it doesn't matter what I say. I give advice, I tell you like it is, I try to be nice, and you just go on as if I never told you anything. I'm sorry, but it's not worth my time if that's the case. As you say, I'm done with this matter, and I mean it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2670','3b79a9d213','We'll get together some time on the cape. No hurry.

Judging from your clone armor, when you do complete your Fett, it'll look great.

Have a great 4th!

Regards,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4801','c0752458b4','The Belle dress is looking great....can't wait to see it finished. And don't worry about it being yellow, you look great in everything you wear. Shame I can't be there cause i really could be Beast.... :? So how are all the other costumes coming?

Question: Do you really have a Rebel tatoo on your left shoulder blade? Would it be cool if it looked like this  :rebel_p? 

My mando costume is coming along. I had to work through some problems with the bagginess of the coveralls and since i haven't learned to sew yet I had to improvise. I still need to attach a few things to it and get my helmet, but it is about 80 percent finished. When i get some pics I will send them to you.  :duel 

Anyway talk to you soon.

Scor' Ignef (Default)
ID-3323
"Dorks are Hot!"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5756','a21e48630e','She should be to you on wednesday! 
The tracking number is 7040 6686 4571 (fedex) if you need to check.

-kell');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6692','389cd12e49','Cool, got it - thanks! What time should we be at the Dairy Queen? I'll be sure to get Cadet too - he's looking forward to it also.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7199','7e1c18dcc1','Hey Jeff; Tim Birch here from Kentucky. I need a neck-seal - would it be possible to get one in time for Halloween? I can't find my cheapo balaclava, and I've been meaning to replace it with one of your neck-seals anyway, so I guess now's the perfect time to do it, eh? Please let me know how long it would take to get here, and how much it costs, and how I can pay you. Thanks!

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7755','ba393210aa','Ahh. so what do you use for the toys then?

 I was thinking of buying a paint ball gun or somthing similar and then repainting it to make it look better but Im not too good on the whole gun thing and what models. Id prefer somethign a bit more durable for the costume');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7408','047cb6be0f','Jeff - the $24 has been sent via PayPal. MANY thanks; I greatly appreciate it!!!

--Tim Birch');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7291','25faca2946','Will do. What is the price, including shipping, etc? Many thanks!

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7295','df49ea001f','first off,
i saw little to nothing wrong with you helping out and getting a roster thread started.

second,
though shawn has been the main contact for that event,if you want to call it that , there is absolutely no rule against someone else throwing out a roster thread or trying to help out.
if infact shawn was "running" this event, then he should have interjected into YOUR roster thread and kinda taken it over.which i dont believe happened.and since he didnt take it over then "I" assumed the thread was useful....wouldnt you?


now,with that said,lets talk about huntsville....

i want to be open about this with you.at the risk of getting my head chopped off.
There has been a long running huntsville situation.this garrison has been around for 3+ years now.ever since the beginning ,huntsville has been in a world of its own.and thats ok,
the problem is,people travel all over this garrison,and people traveled to huntsville often.but it was realized that the huntsville people hardly ever came out of that area,except for the occasional event.while the Tn,KY members went all over the place.events big or small,didnt matter we went there and did our thing.
so a number of people began joking about the huntsville people not doing much.well it was said a number of times and it kinda was hurtful to people that lived in that area.i will tell you that you can go back and look up tons of events and sure enough the huntsville people pretty much troop huntsville ,though alot of events in huntsville were covered by TN troopers.go look up the best buy huntsville trilogy dvd release from last november.......

so ,whats up with huntsville? well ..nothing,simply put the dozen or so people in that area  have their own lives and cant run around like the rest of the garrison.i guess the reason the "joke" is hurtful is because the "joke" is actually true.there is not another city in this 4 state garrison that has this problem.the bama guys travel,the tn guys and the Ky guys all travel.why dont the huntsville guys travel?who knows.

so now when ANYBODY even begins to joke around about the huntsville people its taken personally,when in reality,it was simply a little jab and no real insult is or ever was intended.

the reason IM in the middle of this ongoing joke is because its the TN and KY guys that normally joked about huntsville.but since THEY drove down to huntsville to support events and huntsville hardly ever drove anywhere the guys up here felt like they earned the right to play around.

now,you got automatically thrown into that "huntsville" crud when you joined up.we didnt know you,but alot of us do now. i can tell you that the guys like you and driving up here to nashville for that crappy little event we had 3 weeks ago sure put you on every ones good graces.plus tambo has good good things to say about you.

dealing with jennie and donald:

donald is a great guy,matter of fact he is like a big brother to alot of us and he is actually 100% telling you the truth when he says that he has done events and never suited up.he's always been there for us.
i kinda know where he was going with alot of that message.im not 100% sure he was trying to attack you, as he was trying to help.
sounds crazy i know,but ive known donald a long time and he wants nothing but the best for us all.
im guessing he doesnt want you to fall for the Tn and KY hype.and whether you believe what ive told you here is up to you.but from his standpoint you and loki are jabbing at huntsville again so his defenses went up.
personally ,for the most part,id kinda forget about it and not over-react.this is one of those situations where any reaction will simply cause more stress and if i thought he was really being mean id step in and say something.i will be messaging him and letting him know that i did receive a message from you and that were communicating.
what i wont do is to tell you to "crack open a cold one and forget about it"
I would recommend helping shawn with the novacon thing as you have done,dont back off,just assist.
and as fall and winter events begin to happen you decide if you want to hang out with these guys.i can assure you that youll have some nice trooping experiences.they seem to all be friends down there,though not like how we are around here. :lol: 

ill see you hopefully at novacon,ill be "slumming" with you guys,as jennie posted,though i honestly have no idea what that meant?

and if you want to come up and and see how cool this group can be you ought to look into the christmas parades.we have an absolute blast.
and lastly, i know you may have had some issue with a few people's "party" crap.yes,there are a handful that drink alot,but i dont drink hardly at all,and neither do alot of others.sure we have had some great drunken hotel parties but those are the minority.most of what we do is the more respectable type of events.
i better run,
keep in touch and dont let this crap bother you,theres always some kind of crap going on,it seems to be the norm these days.

cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3307','8635272912','Chris Ash recommended I seek you for your binders. I saw them today in B'ham and handled them, and frankly, I want some. Bad. They are very awesome my friend! Are you still making any? If so, I'd like to acquire some.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7679','e398f98f9a','Tyler;
Can you give me a call (859-885-0625) about Halloween. I can still make it, but I have a mandatory school thing that I have to go to that won't be over until 6:15pm. I can still swing by and pick up Cadet/James but we probably won't be getting into Beattyville until about 8pm.  :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7680','4da9113978','Hey Tim, thats cool. Things will kind of be dieing down by then, but I will try to keep everyone jazzed up. I have passed out business cards to everyone last week during our festival to get lots of interest up. There should be loads of people there to see us. 

I would suggest that you come down with some stomach virus, and just come on down and troop. Surely you can find out what happened at the meeting later. But thats the college student in me talking. 

I will give you a ring later, hopefully we can get this to happen, it would be a big splash in a little pond, i bet people would talk about for a long time, people still ask me about my trooper suit from last year.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7807','a72e36f683','Sure, you coming down this weekend?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2731','aa5dde2cbd','Whats up man? happy 4th. Just touchin base with you. I figured it would be a shame if we went till another Adcon before we hung out again. I figured maybe we could bum around someday in a non 501st capacity...you know, like "normal" people do. Hit a movie or just drink some beers. Let me if you get some free time and I'll make myself available.
Keep you tinfoil hat tight,
Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12922','3333b44e98','[quote:3333b44e98="TK6203"]I appreciate it wookie,
I do have the number for my lawyer I used years ago when I had to fight to get my SS originally.
My problem is being able to make it during the 1-3 years it takes just to get a hearing from the SS judge.
Anyway, thank you again..
Take care.[/quote:3333b44e98]

True, but you might be able to get an injuction to stop them from pulling your SS until you can get that hearing.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10837','547834ecde','hey tambo

i need another rocket, the one i got from you broke aomewhere in transit bewteeen getting it from you and getting it home. i was looking for it this morning and came across it.

just wondering how much to get a "screen accurate" one from you this time

just let me know and i will paypal you if you want.  also let me know about the mg payment also

can't wait for those..................

see ya man
-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5734','caa82ba050','Will do. I have a decent collection of Mara pics from the comics, etc, that I collected. I'm not home tonight, so be on the look out for them tomorrow!

kell');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17840','c830ffd130','I havent had a birthday party in like over a decade, well i split one two years ago with someone but not my own if that counts...

I am glad Jeff will be there, that will be cool..what day are we looking at? 

Thursday and friday are no good for me...kinda limits it huh? I hope that doesnt throw a monkey wrench into anything?


Lemme know, youre very sweet, Todd is kewlll and Rymie, well shes just mine!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13906','10a5e045fc','Hey Shannon.  

What do you think of this shit?  This is what you get for sleeping, when you should have been on the boards trying to stop this nonsense

You know there are a few people that I know that I don't care for, but all this talk of splitting up the S.O. over a bunch of pissy little whiners that won't be satisfied even if they get their way is terrible!  Those people are going to bitch no matter what!   I have yet to see anyone post that we need to split up and why they think so. 

What you and I need to do is start a movement of people that don't give a damn and just want to have fun.  Those people take all of this stuff way too seriously, and it just causes problems for the rest of us.

On another note, sorry about not being able to be there this weekend, real life reared it's head and nixed us trooping.  The next time you have an off weekend, us and the wives need to get together.  We only live about an hour away, so we could do dinner or a movie, or hell, even work on props! (what a novel idea) 

Talk to you later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12380','621791e07e','As much as Jessi and I would love to go, we can't.  This Christmas, Jessi bought her mother season tickets to the Birmingham broadway series as a present.  They usually bring 3-4 broadway musicals to town every year and Jessi thought that it would be good for them to go to the plays together (sort of like the gift that keeps on giving). When they go to these plays I get the kids.  One of the plays just happens to be in town the weekend of Fantasiacon, and their tickets are for the Saturday matinee (2:00 pm).  So that nips any trooping in the bud.  It wouldn't make any sense to drive up to the con, only to drive back to Birmingham so they can be at the play by 2, then to drive back to the con at 6:00 when they get out.  

So, you can bet I will check the con and trooping schedule before she does any Christmas shopping next year.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5453','7ea3a59836','Looks like I've given you and Z-man the mando bug. 
Joey has the molds for the gautlets. I have patterns for the chest armor and other plates. To get a good helmet, check ebay for a Don Post 1995 Boba or a Rubies collectors edition adult Jango. Prices will range from $25 to $70. You can get a jumpsuit just about anywhere. the boots i got came from Sportsman's Guide. The gloves and other extras from Wal-Mart &amp; Lowe's.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16690','1ca7ffea49','SOunds like a plan. I replyed to Skip and told him it sounded good but I would talk it over with you before making anything 100%. 

Yes, Corey PMed me about what time we'd be coming down friday... I'm not sure what he's up to. I asked him few questions when I replyed and havn't heard back from him... hope everythings OK... maybe when we get to the Redroof, he'll be waiting in a clown costume and than kill us!
 :lol: 

Oh and I'll talk to Paul from Clarkville... who ever that is  :) 

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12130','1c6f7d35d0','Hey Vesper.  Joey and Z-Man are the best people to talk to about this.  There are a few things I recommend you doing:

1. First...feel free to go join Clonetroopers.net ([url]http://www.clonetroopers.net[/url]) and there is a lot of helpful advice.  Be advised..it is not proper internet etiquette to out and ask where to get armor on a public forum...but you know that.

2.  Second..you can PM Joey (his screenname here is TD152 for armor and a resin helmet or Z-Man..for ABS helmets like he and I have. They can put you in touch with the person.)

3.  I had TONS of help....and you will too.  The armor does require sanding and trimming and fitting to your body specifications...but we would love to help you.  Plus we can give you tips and choices on how you want to do some of your stuff to fit your comfort level.  Like I said...make sure you make it down to Joey's in February (you have my phone number so call me if you need any directions or anything (my phone number is (205) 281-0807 in case you lost it).

In fact...give me a call today if you get a chance....I actually have a HUGE important question for you about one of your members who is now a local Alabamian now.

Anyway....the TK vs. Clone debate is a neverending battle...the TK is more traditional while the clonetrooper is what tons of guys are going to just for the coolness and more variety of squads.  Plus....if you do a blue one like mine...they ARE the 501st...the main squad that the whole organization is based off of.

Anyway..feel free to shoot me PMs or give me a ring if you have any more questions or such...can tell you anything you need to know.

Later,

Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3502','29dad46f97','Hey Jamey,

I haven't seen you respond to my post on the TBBG board or several e-mails I've sent so I'm wondering if you are still alive? I noticed you still occasionally post on this board so I'm hoping you receive this message.

I never received the Boushh costume parts, patches or buttons I sent you money for last September and would like to politely ask for a refund.

You can get a hold of me at: armothe@yahoo.com or armothe@gmail.com.

-A');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15924','573920ff42','You're still there!!! Go, Do it, do it now!

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4876','48752572df','Sorry to hear about that. Whats going on?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7707','50ce845265','We'll get there probably about 8 and - I'm guessing - go 'til about 10, so you should be back about 11 at the latest, and I'll get back about midnight. I've got some good directions that will allow us to avoid all the twisting and dangerous roads to get to Beattyville that will actually take less time in fact. I'll check my messages first thing tomorrow. Talk to you soon.

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4621','1d229bcf0d','Joey's been out of town for a while, but I think he's back now, saw he posted today, try to PM him!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7690','a48f407c30','Cadet;
Tim Birch here ("TK-Tim" from Lexington.) I have to stay late tomorrow night, until about 6:15 at the latest. I'll be at your place around 7 at the latest (I hope) and we can take off from there to Beattyville. I hate to do this, but it'll help me get a big raise if I show up at this thing at work. :(

My number is 859-885-0625, and my e-mail address that I can check during the day tomorrow is ImageMage@alltel.net. Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4657','ed547ed26e','No problem. You going to Dragoncon? I am ready for some fun,chicks boobs and beer. Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7786','01c2081d77','I'm about to go into the meeting right now, and hopefully I'll be out of here around 5:45-6pm at the latest. Then I'll be hitting the road ASAP to get James and HOPEFULLY we'll be in Beattyville around 8pm at the latest. It's been a hideous day; everything so far has gone wrong; so hopefully things will run smoother tonight. Wish me luck...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15470','5beb0c429d','Todd, I am going to have some of my buddies over on April 22. I will post it later today. Have a great weekend.
Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2824','acf8e11e44','Such a big ...  uh shoes to fill! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5906','87dfab640b','Yep, still going! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5912','b26f3afddb','I love your personalized logo; that frickin rocks dood');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16670','928708e1a7','What do you think about getting the room deal with Skip?

Loves you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16715','04f377e41d','Ryan went earlier tonight. Only Ani and Vader. Give him a call for directions, as I have not made it out there yet to get one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15830','c6bdc4ab11','I am soo not pissed at you, I don't understand why these childish people are.   I am glad you get to go and you had the right to pick whoever you want.  Tell whoever is pissed at you to go to hell!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7916','b464377201','I have made the reservation for our room at NovaCon. Room roster is as follows:

Angi
Loki 
Rose
jon (me)

I got a double nonsmoking (hope thats OK) we check in friday afternoon/evening and leave mid-day sunday. Total for the room (both nights) is $186. Break that up four ways and we're looking at $46.50 each for the weekend.

Are you driving (Ihope)  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7787','1cfa85e981','Looks like I'll be leaving here right at 6:15 - aaaaargh!!!! Gotta run for now; they're calling me back. Later!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2799','27591500d1','Cool!  what did you say, a what, when?
Thanks Glenn,

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17720','906acc4c96','Bah, I'd be in braces myself right now if I hadn't already had them 3 times and retainer twice... but when the last retainer snaped in half in my mouth from the force of my teeth going back into place, *sigh* I gave up. Teeth are crazy :p

Besides, I didn't see an ounce of baby fat on you. I know how it is to feel uncomfortable though. I look back at pics of me from 2003, and can't help but wonder... &quot;shouldn't I have given birth to a 100 lbs baby atleast 2 years ago?!?&quot; *sigh*

[quote:906acc4c96="scalper"]i feel like i should be dancing around again in leg warmers, have a pouf,  and listening to the bangles.[/quote:906acc4c96]

No comments on that here... I might just still do that from time to time  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11075','5d25448d69','Carl;
I'm Tim, TK-4267, and I'm just "up the road" from you in Nicholasville. I'm usually more active than I have been lately, but I've had two full-time jobs for the past 3 months and have been snowed under. Hopefully we'll have some more Kentucky events soon - we had two in the last part of 2005 that were a blast. If you need to get in touch with me directly, I'm timbky@yahoo.com.

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2849','ef98154fd8','I will send them out this weekend. Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16724','7cdb489ad9','Wassup?  How's about them Bantha Skulls?  You got some for me?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16725','6080a5a948','I purchased a set of mando knee darts on ebay for $3.00. Should be excellent to make a mold from these. Ill send a pic when they come in.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17086','e7162cc75d','Rose and I are all about getting the suite. I'll ask her when she gets home to make sure, but when we talked last night, that was the direction we wanted to go.

Thanks for keeping an eye on us! :D 
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17090','c41369d5ce','I talked to Dallas today. She said her cell was cut off until sometime late Saturday. Anyway, she said that she's still going to MSC as long as she can get a ride. She also wants to know if SithG can ride along as well. I thought it sounded like you planned that, but if you can call her and confirm everything wth her, that's probably best. 574-551-4234. I guess that's it! Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17092','23b5891bc9','Hey!  I just wanted to let you know your Zam looks great! So, when do I get to wear it? Huh? Huh?  Puhleeese?  lol  Just kidding!  Anyway, very cool costume!  Talk to you later!

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17095','1a640e12e7','Yes we are trying to make it. As of now I have to work Friday and Saturday. Those two days have come open for vacation and I have put in for them. However I am low in seniority so I may not get the days. If nothing else we will be there Saturday night about 10pm. Brad will be with us. We have our own mattress and such. I may not know until Thursday what our actual plan is. Ill let you know as soon as I find out. Sorry about all this. I wish I had better plans, but its my jobs fault!!  Thanks for hooking us up. Bob and Betty');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13826','f47eb36413','I think it looks close enough to Brenden Frasier for Jennie to enjoy the sight I think. lol

Ok, I'll go look if the medicine hasn't taken effect yet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16673','928708e1a7','What do you think about getting the room deal with Skip?

Loves you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8178','5ff875f557','Sometimes, yeah i've seen that bit, funny as hell!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4346','1ab0b72aaf','cant understand why he changed the plan ...i will try to get hold of him');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17311','a12961b5cd','Hey Tim thanks for the ride man, I can squeeze my stuff in some how even if we have to take it out of the bin and put one bin inside the other and lay the pieces in the floor. Thanks for the ride if I need it, what day are you planning on leaveing for the event and coming back home? Also I dont make the back or the cod at this time but im working on it.

So no E-11's at the con but sabers are cool. I can deal with that because I will probably do Vader one day and might do a Supreme Chewbacca the next if it doesnt look like a turd. Other wise I will be a blasterless TK.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9050','fc968a1815','http://pg.photos.yahoo.com/ph/rpodmore@sbcglobal.net/album?.dir=/ac87&amp;.src=ph

What we did is the guy up near Cleveland is a wiz at modeling things in 3-d in  a CAD rpogram, so he has completely sculpted the armor in this computer program.  THe plan is then to take these models and get them milled out in a high density foam, to use as the vac-form molds.  The armor was scaled to fit my brother, and he's 6 foot, 6 foot 1, and like 230, with broad shoulders, this is me with him at D*C http://tkbearcrew.com/v-web/gallery/albums/Dragoncon05/IMG_3485.sized.jpg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9051','335828d97d','hey ryan, i am starting building my long awaited jango to go with holly's zam costume.  it hit me that you do leather work on the side, so i was wondering if you would be interested in a commission for the jango pouches and holster rig?  

Im figuring june for a completion date, so i can work with your schedule...
LMK if you would like to try this..  we can talk about it at the xmas parades...


-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8699','45b4d72d0b','Hey dude, haven't started the cool job yet, still in limbo. I just got hired to work at borders book store. something to pass the time, and make a dime.

right now, I am gearing up to make a boba fett costume. getting  the jumpsuit and vest made, looks like I will be cutting some armor out again. 

here is the address:

Ivan Matos

p.o. box 20105
Clarksville, Tn  37042

How are things with you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11265','f0dd90e414','Carl;
There are about a dozen or so of us in Kentucky; and we had two really great Kentucky events recently, so I think we're doing pretty good. I've got a line on two more Kentucky events - both for children's charities - that I hopefully can post on the boards soon. Do you have your helmet on/off pictures taken yet for the 501st website? If not, I have a pretty good digital camera and will be happy to take them for you and send them to our GML, Glenn Tamboia, and I can even take out the background for him to make it easier for him to send to 501st HQ. Take care and welcome to the 501st!

--Tim
timbky@yahoo.com
www.dynamiceye.net/sw');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17098','a10008db7a','Thanks bro,

When Tim and I did our clones for C3, we intended them both to be painted with rank stripes... but we ran out of time and the red one was the only one that got that far. I've been meaning to &quot;finish&quot; mine for months, but I've been insane busy. Soooo Rose more or less made me block the time out and over the past month I was able to get it all weathered etc. I'm pleased with it and most everybody who saw it thought it was very cool!

As far as the grenades... they were a &quot;piston&quot; from the endo arm. PF had a mold for them and Tim cast a few of them for himself. Saddly PF no longer has the mold. But if your interested, you are more than welcome to mold one of them that we have. I think they are a nice addition and I could picture Mandos using them also.

Yeah, I kept my old helmet... Rose wouldn't let me sell it!

Missed ya' at the parade bro, hope to see ya' at MSC!!! :D 

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9199','13f21732b2','probably not :(. If that changes I'll be sure to contact you asap. Tell Joey not to worry about the armor for the time being.

Thanks,
Drax');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4545','287205755a','dont forget that the deal is not all wrapped up till the dst helmet is here.
ill keep on costume junkie till the front /back plates are in hand.
please keep me posted on the dst helmet as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17063','9fddefd972','Thanks bro! It's always a pleasure to troop with you. Long live the Mandos!!

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16057','b99bddb264','I'm sorry your sleepy baby. I just couldn't get comfortable last night. Evenn though I loved laying next to you. I'm sorry. But we'll have a real bed and a real home soon. It's all good. And I got to watch you all night, which was a wonderful anniversary treat. I love you baby!

And I know you're always going to feel guilty about going with the guys. Even if yesterday never happened, you still would. That's one of the reasons I love you though, that everyones loves you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2897','ae12355656','hey phinz,
it s tiberious ( tie pilot from ad con)

two requests; 

#1)we spoke about the decals for the back of my bucket you know the kill flags... (sized `em to a post it note)...remember

i still want `em...

also ill help you with your AT-AT helmet as well
there is one on ebay (actually its a tie bucket) but we could re-paint it 
its got a buy -now for 60$
i live in knoxville so id be willing to help anyway i can

#2) if you have any pics of me at ad con id love to have a copy as i have none 

rose said you had `em onna disk 
or you could email `em to me
irishyankee1862@yahoo.com

tiberious ti-2986
gregw');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4720','9b30799122','allie ,
just started a new job at u.t., so i have to work on friday evenings 
will have to say at this point counr me out .if i can go on sat i will try to get there on my own just to be fair to every one,so you want have to wait on me and all that
thanks greg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4830','1c55cc3f60','thanks,
its a great job, the kind you have to learn how "not" to work at ,slow pace and easy going ,great benefits 2 personal days off per month and 1 sick day ,plus every holiday with pay...plus its mon-fri
so at least i can build a new armor kit and keep trooping now.

will be getting a x-wing helmet soon ...so give me a mailing addy and ill send you your 15 bucks+shipping for the vest.
hope to see you soon (maybe d-con) but  definatley keep in touch
tiberious');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2908','c016bf2adf','Loki....WE GOTTA MAKE SOMTHIN" BIG HAPPEN at D Con......I wanna break some barriers.....I wanna bust some of those New York Garrisons BALLS!!!!

Let's think up some shit for DCon! You're the only one I can count on dude! 

My cell # is 205-229-1234

CALLME!!!!!!!!!!!!

fuck!  I gotta stop drinkin' so much......oh FUCK THAT! 

THE ONE AND ONLY Z-MAN!!!!!!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2912','1817b2a34b','please i beg of you i have retained from posting anything on teh board about me and u.. please refrain from that cause belive it or not i still think of you and have strong break there..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2918','b80ed35a00','[i:b80ed35a00]"I know we've got [color=yellow:b80ed35a00]members who think they should be able to say anything they want[/color:b80ed35a00], to anybody they please, and if someone's upset about it, that's THEIR problem."[/i:b80ed35a00] 

Name them.

[i:b80ed35a00]"This is an attitude that one is supposed to outgrow by age twenty-two at the latest, but unfortunately [color=yellow:b80ed35a00]all too many people old enough to know better[/color:b80ed35a00] are turning into jerks on the message forums."[/i:b80ed35a00]

Name them.

[i:b80ed35a00]"To top it off, Chris is getting [color=yellow:b80ed35a00]a lot of off-the-boards whines from people[/color:b80ed35a00] who seem to think board moderators have nothing better to do with their time than to provide parental refereeing on behalf of people who cannot moderate their own behavior."[/i:b80ed35a00]

Name them.

[i:b80ed35a00]Left blinker! Total subject change! 
So ... [color=yellow:b80ed35a00]any word[/color:b80ed35a00] on possible decals and stuff for the cars? I hope to have Southern Outpost stuff on all the cars in our DragonCon caravan, if not before.[/i:b80ed35a00]

One Word: [color=yellow:b80ed35a00]Embargo[/color:b80ed35a00]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16448','889ff6acbd','Thanks babe, no pressure. I told Tambo I'd let him know in the next day or so if I need him to pick me one up.

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17934','9f7527ba68','I'm not sure how often you check this... but I wanted to go ahead and get this typed before I pass out from exhaustion.

I want to be the first to thank you personally for giving us Jester Time this weekend. There's absolutely no way we could have gotten through what we did without him. It truly is appriciated what you and he both do for this group.

This weekend we got alot of things said that needed to be said. Alot of things are out on the table now that can hopefully get us through this rediculous time of drama and pain. There are various reasons we're all part of this group, but the basic point is we all love it, for what it is. We're all friends with a common thread, and yet on top of that we all have our own lives to deal with. But this group is family to alot of us, and we do what we can to keep it together.

And I MEAN THIS. We are all family. We all at some point get allong and enjoy our time together. And even outside that time, we would do practically anything for eachother. Sometimes I can't explain why, but it's true. I recently went through a personal health issue that I've barely told anyone about (I didn't even mention it when I was pouring my heart out this weekend), and yet without even knowing it, this group helped get me through it. Helped remind me what fun and love is. THAT is family!

And just so it's said to you as well, something I need to say directly to you... I've NEVER heard or said any kind of &quot;rumor&quot; or &quot;story&quot; relating to you or your husband. I'd never even heard anything about them untill speaking to Laura 2 weeks ago and she mentioned that you were upset and why. And I'm so so sorry that Jeff felt the need to make sure everyone knew there was absolutely no truth to these rumors. I never believed they were.

I meant what I said before this weekend, I like to think you and I are friends. I hope we can become better friends. When I get married (no date set, just an important example i'm using), I want you to be there with all my other friends that were there when I fell in love with our Sweetpea. That's who I am, and that's what I'll fight for.

Again, thank  you for what you do, and thank you for being a part of this crazy mixed up bunch I call family. And thanks for putting up with this rediculously long pm...  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12690','19c44dced8','I may make a simple banner like the one I have right now since I only have access to my work computer right now...but once my home computer gets fixed I can make unique photoshopped banners.

You making it to the hockey game Saturday?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18324','edfebb8fac','Thanks Skip, like I said before really no big deal, was just wondering what was up. 

Yea, I think I really woud like to help out locally if any officers positions open up. 

I think just read more into it than should have.

Please understand I have nothing against ANY of the guys! I think they are super people and never meant to bring their personalities into this, although I do know how Corey and Chase felt about things prior to MSC and would hope they don't bring ill feelings toward others and use it to stifle members.  

I know you guys wouldn't just let these guys run rampet and would hope you and the command staff make the final decision on editing posts or deleting stuff. If they are just hall monitors if I read you right, then I feel much better about it. I just think too much power in these guys hands can wreak havoc.

Be careful Skip, who you guys give even small powers to. I know you guys don't want to regret it later. 

Thanks for listening. I hope you know how much this group means to me or I would not be trying as hard as I have been to keep it together.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13608','6caad79620','I talked to one of my friends that works at one of the pencil/pen manufacturers.  He said that there's a really GOOD chance we can get those pens.  They have vendors and contacts all over the world!!  Just send me the info.  We may be onto something here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18035','7f016fed5f','Loki,
  Here is the link for the helmet I'm watching on e-bay.  What do you think?

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6616244572&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1

see ya tonight.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6560','11fa755478','Jeff,

You already know I'm going to be there.. :D 

DC');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13959','4ece3f64ed','I am very hurt.

Sad.


My body aches from the emotion I went through.

And to make matters worse...I think I just hit on the Southern Outpost's first CO....I truly am pathetic right now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16600','9d2d396a3d','so...............i got my mg34, but its missing the entire reciever so there is no way to put it together. i went looking for a receiver for it and they cost 400 more dollars, what a rip!!!!!

i don't want to fire the damn thing i just want it put together.

anyway, i am thinking of just sending it back and saying to hell with it. i have a mg34 plastic replica that i got from cushmans i think, its okay, and i guess it will do.

anyway, just letting you know................

-mark
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11782','ea2366c420','Dunno if you saw the post on the forum but...

how's Monday @ Macaroni Grill in Cool Springs at 7pm for dinner?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2946','30cd915bf1','Tyler;
I'm glad all is well. I totally understand about unexpected company; these things do happen. I have all the armor except the helmet put together and looking pretty decent, and the Cincinnati Orchestra event was fantastic. I still need some trimming of the tops of the thighs and the upper back of the calf pieces. I'm only 5'9" and can barely walk in the armor now, and am pretty much unable to bend at the hips or the knees.  :shock: 

Would you have some time some night this week to help put together my helmet  if I drive down to Beattyville? I hate to ask, but my nephew just talked me into trooping at next weekend's event up at COSI in Columbus, and I'll need my helmet finished first. For the Cinci Orchestra event, I borrowed somebody else's helmet, but he's not going to the COSI event, so I'll need to finish my own helmet. I'll be glad to get dinner, etc, and/or pay you, of course - I greatly appreciate it.   :D 

Best wishes;
Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2947','834216cb9d','Tyler - never mind my last message; there's no way I should expect somebody to have free time within a week's notice to build a bucket. Sorry about that.  :oops: 

Hopefully we can troop together soon though, and I hope all is well with you and yours. Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2948','4aa16de859','Hola Chica,
hows it going? Didn't really get a chance to chat much at Adcon. Man that was a busy show. Just wondering how things were going, catching up on the gossip  :P 
I saw your pics with the TD armor on, I had no idea you wore the white  8) 

Take care,
-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2949','c8d9c610c1','LOL where did you see them, and how did you know it was me  :P 

I have been gone this week-end visiting Corey in the hospital.   You gots any of the messengers?

How is life?

Angi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2954','058e126464','Saw it right on the 501st SO website. Got u listed as a TD =)
Everything is pretty cool, can't complain. You hitting any of the events around? Going to the expo center toy show? How about that kids B-day party in Knoxville? If so I'll cathc u up on things there =)

CU round
Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2955','06c7966f79','there have been so many posts lately and I have been so busy I can't keep up, when is each of them?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2961','dfc73550dc','TK-Tim: We ought to meet sometime. Maybe I could hop on the bike and ride over to Lexington next weekend if that's cool with you. I'd love to check out your Stormtrooper armor and maybe get some ideas. Send me a PM or email me at strick68@bellsouth.net
Robert Strickland');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12579','73034bc694','MANY thanks for the tip on the armor! I have no skills for doing it myself, unfortunately, and I'd definitely much rather pay somebody from the S.O. to do my Mando armor than buy it from anybody else.

The helmet that I got is a Don Post, and if finally arrived today. It's a great helmet, but the scope was broke off, and the whole thing looks like it was crushed or warped. I'm not sure if that's the Post Office's fault or the person I bought it from, but it's going to take a LOT of work to get looking decent.

Hopefully I'll be able to afford the armor within the next month or two; I'll probably be going for an ESB Boba myself as well. Your ESB helmet looks absolutely PERFECT; I'll definitely be using the way yours look as the goal for mine.

Take care and drop me a line any time. Thanks again for the help!
--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2980','4dd327e3c9','Big J I got your check this weekend for the Koto Sandtrooper.......bad news brother.. I did not hear from you for weeks and no payment so I had to return the figure to Ivan so he could sell it and make some money.  Ivans shop has not been doing good and he now is going out of buisness.  The figure has sold and he is no longer taking orders.  Sorry man, but 100 bucks is a bunch of cash to hold when you really need it.  Do you just want me to destroy the check or send it back to you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2981','1b4178ae90','hey almost forgot
I have yahoo mess. I'm Death_STAR_Flunky. If you ever see that I have a web cam on...don't look, I'm usually jerkin it for the ladies =P
See ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2982','50eba4b8b1','The toy show is Aug 13  at the expo center 1 day only
and the kid's party is the last weekend (sunday I think) in July.
There is also ConGlomeration in louisville the 12-14 I think I'll hit this one too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('2983','f773bf7dd3',':shock:  I WANNA WATCH!!!!!


Seriously I don't know what I will be doing about them, I need to save my pennies for D-Con... (doesn't that sound like rat poisoning?)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18390','dcc160f7c0','thanks gooshy

here is your total

8.00 shirt
8.00 shirt
6.00 shipping through usps

22.00 total and i will throw in a free decal

payal me at wiseguybutttons@alltel.net

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13768','466a83b614','Argh! I got the 1997 mask! I wondered why it looks so.... not good.

How hard will it be to make the '97 mask look good?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11139','6204c4e03a','Check this link for clone armor http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=1145&amp;highlight=clone+armor+armour+bulk+order

Or PM Joey (TD152)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15198','b1b52b7a7b','&quot;We would be honored if you would join us.&quot; With Strick not being able to join us, I'm about the closest 501st SO member to Louisville that I know of. I live about two hours away, probably about halfway between the event and where you live, but if you need a place to crash, just say the word and my house is your house. Thanks for all your help and input!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3011','03d44f2d8d','My family's going to a B-Day party for a friend's little girl on Sat. but my Sunday is free. PM directions to your house. I can only stay for a little while so no ROTS for me (Dang it!). I'd be happy to help you on your Stormtrooper costume if you need it, though unfortunately I have ZERO experience with those things. I hope the SO crew can get something together to get some Death Star Trooper helmets made for the group since I'm going to need one before Halloween. I told 'em I'd donate $$$ and labor to the project.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15149','79c6e653e4','I was just thinking this morning &quot;Where has Strick been?&quot;  We're having an event on July 2nd, just about an hour south of Louisville. More info here:

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=81

Even if you're not in costume, PLEASE join us for the event; just to hang out with us, seriously. By the way, I don't have your e-mail address; could I get that from you? Take care and stay in touch!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5497','48d2dd24ac','10-4');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3016','4af09df9ab','Hi Mojo,

I have a picture of you with me(stormtrooper) and Kevin(Fett). If you can give me an e-mail address, I'll send it to you. 

Regards,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16745','f87d4d2e1b','Hi Rose!
  I'm unfortunately not going to be able to get to the parades this weekend, but I'd love to have some stickers.  I'll be happy to send my money down with Loki.  I'll take 3 cogs.  If you have different sizes, you can send one of each.  I'll be happy with whatever.  Just let me know if this is o.k. with you, and I'll get the money to Loki.

Thanks!
Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16536','4b92b31ce8','Hey Skip, Ive got a buddy who is looking to buy a set of armor in the next 3-4 weeks. Are you still the go to guy around here, if so what is the general price for a kit shipped to KY.

Thanks,
TK-1143
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16537','ade18b0955','Everything is copestetic.
Just chugging right along.

Will yall be in a rental this weekend or the million dollar truck?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16393','d7c6a22610','You're blind but back at the office? Jebus, they really do want to pay you for doing nothing. :p I looooves you baby. Hope you get to feeling better. I'm going to take you to force you to get those perscriptions filled later. Hehehehe, because I love you that much. *wink*

Rooooose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8759','4bb5d0d76c','Get to work, you!  :)  Love you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4323','e66c468d91','Joey,
 Jonathan Bjork  wishes to meet with someone to discuses the 501st involvement of NovaCon. Since this is getting more detailed and starting over my head could you or someone up here talk to him on the details? I'm used to just setting up small events. This one is not small.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17943','0445b97993','Got your attention didnt I.. I will get even man..

Hay can you have Starla contact me please. Im in the middle of buying the Necro suit, but I want to make a mod or two to it so I have a Mandalore the Destroyer suit.. Part of my idea is a full length hooded cloak with the Bantha skull on the back, and I would like to commission Starla to make it for me...

It was great seeing you all this past weekend and Ill miss all you all for the next month..
here is my blackberry email.
atin@mycingular.blackberry.net

How is Ryman doing???

JR had his appointment with the audioligist today. He has a 30% hearing loss do to fluid behind the ear. He is now being referred to a ENT and they sound like they want to do the tubes in the ear.. Im ok with that as long as it will help his speech delay.

Also I was thinking after April, my family and yours should maybe get together more often if you would like. We have kids the same age and hay I really enjoy both you and Starlas company..
Just an idea..
Have an awesome evening');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16750','02d2ee787c','Hey babe, if you get a chance today, could you hook me up with Strong Sad avater (SIC)... anyway just a thought. Don't sleep in :)

Loves you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3037','4af09df9ab','Hi Mojo,

I have a picture of you with me(stormtrooper) and Kevin(Fett). If you can give me an e-mail address, I'll send it to you. 

Regards,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3038','0b598ef523','You are the MACK!
thanks dude.

angelbuffy@highland.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3040','9f5a264597','skeered ya didn't I??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3042','0b598ef523','You are the MACK!
thanks dude.

angelbuffy@highland.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3045','263e2a5222','[quote:263e2a5222="TIBERIOUS"]hey phinz,
#1)we spoke about the decals for the back of my bucket you know the kill flags... (sized `em to a post it note)...remember

i still want `em...

also ill help you with your AT-AT helmet as well
there is one on ebay (actually its a tie bucket) but we could re-paint it 
its got a buy -now for 60$
i live in knoxville so id be willing to help anyway i can

#2) if you have any pics of me at ad con id love to have a copy as i have none 

rose said you had `em onna disk 
or you could email `em to me
irishyankee1862@yahoo.com

tiberious ti-2986
gregw[/quote:263e2a5222]

Sorry I haven't replied sooner. I hadn't checked the forum in a while.  :oops: 

I definitely remember your kills. I have a couple other sets of decals to make as well for other members.

Haven't gotten the scratch together to build the costume yet, but my wife is kind of excited by the idea. She's actually considering an AT AT Commander's uniform so she can be a handler and we'd be a team.  :lol:  We  had some medical bills come due, as well as some other unexpected expenses.

I've looked at the Rubies helmets, and am concerned as to how much work I'd have to put into it to make it correct as opposed to just ponying up the bucks to get the Altmann's.  I've not really decided. I am intrigued by the $62 price, though.

I'll see what pictures I have and throw them on my server. You can download them from there and then I'll delete them. Makes it a lot easier.

Hope all is well on your end of the world!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4988','e874e0a6c4','I didn't get to go to GenCon  :( I was wanting to go but ran out of both time and money. 

I thought that your tatoo was real since it was always in the same place. Thats pretty cool. Little bit of good girl/bad girl image.  

I saw the finished pics of the Belle dress, and it looks great  :shock: (not that i am surprised). Oh yeah, you don't look like a dork (even though "Dorks are Hot!" and i have the t-shirt to prove it), then again maybe you do.....lol.

Anyway hope everything else is going well. Drop me a line soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10204','0f1c8ae33d','Oh my gosh, yes I would totally be interested, I've been wanting one of those for ages. How about $175?

[quote:0f1c8ae33d="Obi-TN"]Kell,

I don't know how often you expect to wear the Leia ANH costume that you've got, but are you interested in buying the Master Replicas Leia blaster? I've got one that I don't need since I already have the signature edition. I was hoping to get $200 for it, but I'd let it go to you for a good offer.

--Glenn[/quote:0f1c8ae33d]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10917','8608defbf7','oh cool! I didn't know about that, thanks for letting me know!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15527','2e21764bf5','I'll give you guys a call this week.  We have all been fighting this crud.  Joey has been coming home from work this week and going straight to bed.  I have been in the bed most of Thursday and Friday.  Hope you had fun this week-end in Chattanooga.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13917','6ac5255e77','I saw what they did to Crayfish.  They must be some sick bastards to pick on a helpless crustacean like that.  LOL.  I notice that none of them have publically admitted what they did so they can be culled by the rest of us.

Yeah, Jessi and I wanted to be there, but things just didn't work out.

I think you and I have the same mind on all this, we just don't give a shit.  If we split, we will still troop and have fun, if we don't, we will still troop and have fun, so it doesn't matter who runs the thing, we will still troop and have fun!

Talk to you later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5066','d096f9c1c7','So how did DC go this year? I saw the pics of your costumes, they looked great. I think you looked better in your new Leia costume than Carrie Fisher looked in it (At least a better body......lol  :oops:). Thos steps were perfect for a picture with the Belle dress. All you needed was beast to be waiting for you to dance. 

Still waiting........ :wink: 

I hope everything went well. Drop me a line. I can't wait to see the rest of the pics as you post them. Later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17218','62fe26d480','Awesome. Well phew, you guys had me worried there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17235','a12961b5cd','Hey Tim thanks for the ride man, I can squeeze my stuff in some how even if we have to take it out of the bin and put one bin inside the other and lay the pieces in the floor. Thanks for the ride if I need it, what day are you planning on leaveing for the event and coming back home? Also I dont make the back or the cod at this time but im working on it.

So no E-11's at the con but sabers are cool. I can deal with that because I will probably do Vader one day and might do a Supreme Chewbacca the next if it doesnt look like a turd. Other wise I will be a blasterless TK.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17598','573f67e58f','It &quot;may&quot; be a little bigger than the red, not much.
All, Robes, Blaster, Helmet, The whole nine Yards,
$750
Thanks,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16926','0dad99a637','yea im going to pick on up today...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17769','e72cb2a20c','I was going to email you something. It was going to be intelligent.  I think my brain fell out.  I will sleep, then find it, then email you tomorrow.  The &quot;OMGWTF HOTEL IS EVIL HULK SMASH!!!&quot; thread is started, on the General board, with a better name.

G'night!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12996','d9be698b68','things are going to change..thats all I'll say and the thing you said is a big topic with me and Joey.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3079','f1fbfb0c1f','He's a good guy, I've bought several things from him... But I am currently having "problems" with him also returning my emails. From what I've heard in the past week was that he is way behind on orders, but promises to make good. I don't think he's out to cheat anybody, I really think (hope) that he just needs alittle time to make it good. If I were you, I'd be a squeky wheel and just keep emailing him.

Please keep me updated.

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16808','916bf27b8a','how u doin?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3091','8e88233cc6','Joey, sorry it has taken me a while to get to this, but what is your address?  I want to mail you a resin piece for that chestbox.  Also did everyone at adcon talk about new SO apparel (ie jackets or something) or should I bring it up?

Thanks'

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10227','b583f37d0a','Awesome - yeah send me your address and I'll get a check out to you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10228','1342c68d38','[quote:1342c68d38="kelldar"]Awesome - yeah send me your address and I'll get a check out to you.[/quote:1342c68d38]
Glenn Stein
110 Acklen Park Dr Apt 110
Nashville, TN 37203-1163

I'll try to figure out who's going to ShadowCon and get one of them, maybe Chase, to bring it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11632','024d2b0215','cool, be great to have the best 501st clone in the legion for the day!  Come on down, we're gonna show those primatives how to run a con.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10230','512ef81d37','Glenn,

shoot me a line on how you want to make payment and me to get this to you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3104','0134c80c02','Tim: I'm glad you PM'ed me. Unfortunately my wife scheduled a family photo appointment for 1:30 at Sears tomorrow afternoon so I'll have to  pass. Maybe we'll get together for some trooping when I get my DST costume together. I'll send you more info on the Louisville Zoo's Hallowenn activities when they update their website.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17703','823d9f15fa','yeah i know lauren, cool that she has armor now!

we just need toget together and get it built, shannon has a set to build too..


we can have her done by may 6th free comic book day....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5760','1e0fb81379','Tyler;

Great pics - many thanks!! I'll start putting them up in my gallery tonight and when done I'll put a post with a link to the pics on the boards for other people to see them. I'll also send them to the 501st SO's web liason, Chris Ash (TB 1309) to get them up on the Gallery section of 
the main S.O. website. Next question - what should the Kentucky people 
do for their next event? Any ideas? We gotta do this again, keep our 
momentum going, lol. Take care and many thanks again!

 

TK-Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4958','df4f390038','Check out this event in Lexington on Sept. 17th.
[url]http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=659[/url]
Sure would like to see you there. We'll be trooping along with the Rebel Legion. Come on out!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3117','10e251e69b','I find you very....bewildering.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13662','64773a64f2','How you like that post ?? !!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13663','24f217d7bb',':)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12598','5e4f7419a7','In light of the cancellation of Bamacon, pm me your home address and Ill ship out the pauldron.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3122','29c56eaf44','Your posts seem to be so full of aggression and malice...shaken, not stirred, with a slight twist of sarcasm.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3165','6fddd19eab','are you going to get ym mandalorian helmet back my armor is finished i jsut need it...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10262','67a763dba8','Dude, sorry I missed your call the other night.... i've been sick all week. Are you going to be around this weekend?


~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5276','498ee3c1d4','Cool pics from DC. Now I really wish i could have been there. It looked like so much fun. 

So did you win the prize for the best looking Leia there? If not, you definatly should have won. I won the droid hunt at the Honda event this last Sat. for the 501st. I was so excited. Funny how the silliest things excite me......lol.

So how is everything else going? I am just busy being bored here at work. Oh yeah by the way, your friend Melissa is cute, but you are definatly the cuter officer..... :oops: Anyway I guess I'll talk to you later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5246','9d7ff82d59','I'm gald things went so well at DC. Still looking forward to seeing those pictures. I just read your blog. You gotta send me some pics of your star wars sleep wear...... :shock:. A new model for the Star Wars line of clothing. 

Did you end up skipping out of class yesterday? I hope you are recovering well, I know how difficult that can be...... :wink:. I iwsh I could have been there. Anyway I guess I'll talk to you soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10318','327d60ae43','I sent out a check today - it should get to you Tuesday! 
Yeah, Chase is supposed to be coming down that weekend, if you could get it to him that would be great.

Thanks again!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4162','90f195f35c','Tell me you still have that stormtrooper faceplate..
 I want it asap?!?!

LMK


-Joey
205-908-6195');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3214','6bed9b1863','Drax has it right now. He's not 100% yet though. What he's doing is looking it over to see if he could mod. to work for him and he's trying to see if he can afford it with DC coming up. I paid $325 and that's what I was wantiing to get for it.

While I gopt your ear though... I am in the process of building a Boba (ESB) costume and was wondering if you had any parts that you're needing to get rid of.

Thanks
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3238','38ec2ae0b2','I recieved an email from Marc Miller (TI-0785/ID-0785) regarding Death Star Trooper helmets. He's in the North Texas Squad of the Star Garrison and he runs [url]http://www.swtroopers.com[/url]. He has offered to loan us his WWII U.S. Navy "Talker" helmet and said he would try to scrounge up the dimensions of the other parts. His email is ogibendogy@charter.net if you'd like to contact him about this. With the vacuu-forming pros here in the 501st S.O. and a little work I think we can make this a successful project and I'm willing to help with labor and $$$.

Robert Strickland
DST "wannabe"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15951','485605af40','Sweeeet 











pea



No seriously awesome. So that's one snoopy dance, a flower gy or ring bearer if Z-Man comes to renew your vowes, and perhaps the alluring display of the rubber ducky for when you guys make it. Oh have and a dinner on me well not literally. But paid for by the association for Jon and Rose at Midsouthcon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13931','f895e81886','Hey Cray :)

I know you dont know me- but Ive been in your shoes when it comes to some members of the SO..being a little less than formal when addressing other members. So I know your frustrations with the issues.

If you ever need an ear to vent too or get something off your chest please dont hesitate to pm me :)

Have a good one!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3243','f76336108e','Hey Joey,

Wanted to hollar at ya to see about getting some snow armor done up. Really love the red troops y'all did from the bridge scene... didn't know if you were still doing any, or if there was an armor party coming up anytime soon.. 

being at comic con for a full week with only 1 real costume was rather boring, so decided i finally needed to get off my butt and get soemthing done... 

You let me know what it would cost to get a set off of ya or else let me know when i can bring some supplies and work with ya on it... actually might want 2 sets, but 1 for sure... 

Chris C.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16407','3aae6bc87c','We're not sure yet, he wants to, but because it's the weekend after the parades, he's not sure he can do two weekends in a row. He may have a better idea after this weekend though, as long as he has fun. You know tim. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16877','ab4c15a086','I've got that link you need at home..I'll send it to you later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14684','66958a820c','huh :?:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14685','4ee5ab0e0b','just saw you on, thought i would bug ya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16934','ea754b336f','Thank you very much for the decals, you rock!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10551','8806e56fbf','Last year I had to pay, I'm not sure about this year, probably the same though. 
Yeah, I bought a blaster from him, if you get a chance to get it and bring it down that would be awesome.

[quote:8806e56fbf="Hook"]If we are in armor, will their be a charge to get in the con.  I am thinking not since we won't have a legion presence.  I will only be at the con Friday morning, and i may not go through the effort to put on the armor if I still have to pay.  Also, Glenn called me wanting help getting a balster to you, have you heard from him on that?



Give me a call if you can 615-210-4673[/quote:8806e56fbf]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5334','ff8d92f8e1','What kind of armor are you going to get? I hope that i can get my scout armor sometime soon or atleast finish my custom mando. All i have left is the helmet. My first contact fell through so i need to wait and find someone else.

So you had all the guys flirting with you a DC, huh? Atleast i don't have to jump on the bandwagon, I've been doing that for a while now..... :lol:. 

I can't believe that Melissa was weirded out by people taking her picture. She is luckier than some of us because when i wear my officer's uniform, nobaody wants my picture...... :x. I guess its the cute girl thing. Then there is me...... :?. Oh well. 

Obviously, your not nervous about having your pictures taken. By the way, what happen to those p.j. pics......j/k. I better get off here gotta go do some work. Talk to you later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10685','cac8e24753','Sounds good, I'll try to pop over to the con friday morning before noon to get it from you. In case you need my number it's 901-210-6543. 

thanks again!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17397','b7e3ba00aa','I would like to let you know that because I had to clarify something, my girlfriend's application into the 501st was just refused. If you didn't have any reason other than to start something or cause problems, you shouldn't have sent me that PM. Thank you very much, my girlfriend will not be happy at all, as I am not.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17400','30c1543072','gotcha...headin down right now, will pass the message along...i'm working around here on this sewing machine like a little slanteyed slave girl...shit!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6147','7f4cd4c685','Thats cool...im just catchin up on things...i was going to be a huge awsome red dragon but...the dude " CLAIMS: there was a hurricane or what ever but as far as i know there wasnt one reported in cali the time the thing was supposed to be mailed....anyway i hope to have fun in my wolf or what not, i dunno if ill be able to come to anniston or not its possible...depends how im doing the only reason im going to horror fest is because my friends mike n deb are going and i know i might be able to go to nova con if things continue to go well. Im glad to hear your doing alright as well. i cant wait to meet ya. Have you tried out your fangs?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4860','48752572df','Sorry to hear about that. Whats going on?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6136','529c033961','Hey there thought i would let you know how that costumes going i have you to thank for the helmet, i got it repainted and fixed up was some stuff on it that needed some work. The mask fits me perfectly with my hair down which im very happy about guess i got a small head lol. I got a double spear too the only thing i have to do is figure out where to get my boots and fix up my cape. The boots have prooved to be a problem cant find em in my size but i guess all i can do is keep looking. Ill send ya some pics if you want.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5426','6c239cc108','Hey brother!!  Sorry I could not make it to dragon con this year. I am in the process of getting a new job, so i couldnt wing the trip to dragon con. 

Everything should be cool for the horror fest. Are you going for both days? 

my email is : darkknight006@hotmail.com 

I have seen some pics of you from dragon con ,you guys looked great.

Thats all for now, see you soon. 

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13168','99281b6b47','[quote:99281b6b47="TB1184"]Sounds good to me. Will it just be the chest pieces that you make? Or will you be able to do the back, knees, and shoulders too? I'd love to help out with the process if I can.[/quote:99281b6b47]

I can do all of that.  Just don't make me make gauntlets again!   :shock: 

We can make it to fit you so it doesn't look like the rest of that one-size-fits-all armor that seems to have infested those north of the state line...  ;)

Shoot me some email and we'll continue this conversation.  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9096','0a8e231076','thats ok maybe we should make one ? XD');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13301','bc3cfded5d','You mentioned during the New Years Eve part at Joey and Holly's about a song on the 501st video.  I think this is ti:

http://www.lyricsandsongs.com/song/500046.html');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14892','d05f2a47cf','[quote:d05f2a47cf]I could not see myself squaring off against a good friend[/quote:d05f2a47cf]

Im with you 100 % !
 So where do we go from here, Skip still have his &quot;say so&quot;  Or does he still  that position? 

Does Joey set who he wants where  now ?

Take care,
Shannon

PS...........Post on the Cub scout thing, really build it up !!!! :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4364','d7cdbfccaf','The Rebel Legion's Correlian Base covers the same states as the 501st S.O. does. The CO, Martin Arnold, lives in Lexington also so you may want to hook up with him. His email is: JodoKirvanti@gmail.com
I emailed him already with a heads up about the bowling alley event but you two may want to network about future SW costuming opportunities around Lexington.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4365','23e8d2b67e','Zach,

Did the Princess Leia Holo come in for you yet, I sent it out last Saturday via express mail, so i figured you should have got it by wednsday at the lastest, if you haven't gotten it yet, let me know and i'll go find the tracking number (its in my car console somewhere)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4366','e12710ae42','Yeah she arrived last week.  Thanks for remembering me.  Sent the paypal out on Friday.

Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18210','ff99f8c187','What straps are you needing?
Cause we throw away the velcro that comes with it.
We've been making a new system with better velcro and suspenders.

If that's the stuff you need than post on the forum.my armor guy doesn't supply us with that.
See skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14519','429d8b8cdd','How are you doing?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6140','329dd18456','ey..havnt been around in a while...still haveing problems but ive been manageing some how or another. Ill be at horror fest i dont have ethier of my costumes fixed up the storm trooper still has ab plate problems and i need to get a chance to pick up a rivet gun and some permanant paint to make em black. As for the Royal guard i did get the chance to paint it and fix it up it fits me perfectly with my hair down. I got the spear it looks great ill have it at horror fest, ill be wearing my sith gungan mask i painted with parts of my TX armor. And il be doing the same with my wolf lol ill probebly get mistaken for a wookie XD. ...anyway i hope to have fun for once and get away from all this stress.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6141','640bf0ef02','ok :) have fun !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3349','6d631543e6','Ryan, I have your Clonetrooper and patch. Give me a call this week and we can set up a time to reunite you with it. 
Geoff
615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4314','ce81363f69','No prob Rose =) 
That kind of shit is not cool at all. She hasn't been here long enough to disrespect like that. When you are new you should respect the people that ALLOWED you to join.
I can't afford Dcon this year =( Maybe next year. Take lots of pictures for me.
Later
Mojo

PS I would love to have lunch with yu and Jon someday. Give me a shout =)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16962','c490dcef73','Hey Rose,

Sorry I was late to the parade on Saturday and didn't get to catch many of you.  I said I would buy some of those stickers from you.  Could you tell me what kind you have and maybe pick them up at another event or pay for some shipping and have them mailed?  I'm going to be at MSC this weekend if you are.  Thanks, and sorry for not being there if it was any trouble.

Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6258','845843e3cb','just gonna say i been thinking about it and after the last event ive decided to just sell the TX armor....i dont want to publicly anounce it...i feel it will only cause me more discomfort than i already have been experienced and if you want to tell others then please do so quietly....its a raw subject...though i will be keeping my Carnor jax and with the money i get will improve on it...and possible do a mando....there are several reasons i decided to sell it and i rather not go into why , you asked me to let you know if i was going to sell it and i am....good luck on bidding.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6259','f72dfe58ab','ok. that sucks that you are selling it.  I understand, though. 

Could you send me the link? 

THanks, 
JeN');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6263','60f9b5107b','For a wimpy con, it was a good time.  Bless Lucas for thinking up  slave lea.   Please try these TK#s; they all came up negative on the database. thanks

2059
1965
5920
0776
2335
2003

PS - I wil be in a hotel most of the week, but I will try to get the Mando formation inspection video on a DVD for you asap; I have to reming myself how to use the editing software.  I don't know about you, but I always despised inspections');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7228','65fa0cd9d7','dunno who took it but igot 800 for it gonna improve on my royal guard might get a Mando started sigh dunno');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7229','cabcd49aa7','ok. sorry I couldn't get it. too much for this month (although I know it was a good price). We had to buy a washer and dryer and the dogs needed all of their rabies shots.. That was 1000 bucks right there. &lt;growl&gt;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13398','111839d882','Hey Hammer, if you could, can you bring your armor, i want Danielle to film some test shots of you for the trailer on the mando film.

got an idea of you beating up some smugglers, wearing tambos or skip creature masks.

be cool');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8975','cb7a23d4c8','hey do we have a wasilla alaska garrison ? i was talking to this guy whos gonna help me with my royal guard cape and well i looked and didnt see it ?! i could of sworn we had a garrison everywhere!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8976','403e3aff2c','I'm very sure we have an Alaska Garrison. It might not be called "the Alaska Garrison" though. There are a lot of weird names out there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8977','0eee0719f1','Hm.. 

ok.. maybe there isn't one!! I was sure! 

ah well.. sorry');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8979','7e3e339020','a who-da what-da where? Don't know! Ask Joey, he'll know!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7464','9cf39ce15b','ack i hate it when that happens....well i think im gonna keep quiet like i have been...i have to still get boots and my cape fixed for my royal guard and ill be set to go, then i have to get some glue and some special paint to do the armor and put it on the umpires belt, i will need to find the regular TKS white arm peices and hand peice though not alot i gotta do then i will be set to go it fits me alot better than the tk');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16337','a9395f6719','Check out the bitch thread. Corey's making promises to quit...again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3408','1f7d82eb00','Just checking in.  Still haven't gotten my stickers.  Making sure everything is OK.  

PM me');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12002','8c23d0c360','It's time to start a roster, so, are you in for MSC, or are you gonna go to craptacular con?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16991','44f2a09f79','just a reminder that we need to figure out what were doing with the room situation for this weekend.
obviously you guys already have plans, so changing such plans is not necessary,per say.
but my offer still stands,if we want to work out the room then lets do it!

corey,
have you updated the roster for MSC?
can you post the roster IN the thread? then post who is staying in what rooms? i think gooshy and chris ledbetter are coming and need rooms.
if they are offered the last 2 spots in the solo room then that would let jon and rose escape and room with us.if corey and angi want to,i say the 6 of us can stay in that suite.not sure if thats a good idea or not though,you tell me.
also i think the 5-6 of us will be quite comfortable in the suite,however if bob and betty do come down its gonna be a little tight,but doable for the one night.they would just need to bring another air mattress.and since sat. night really doesnt end till 3am we wont be sleeping long anyway.

so you guys tell me what you want to do,and we'll try to make it all work out.
FYI- i have 2 rooms reserved and need to cancel one.
ive got a regular 2- bed-room for $79
and
a suite with 1 bed, a living area with couches and a pull out bed,plus alot more room for $109.
i');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12394','6e8ec4ec54','..tch tell you what watch how fast i get the heck out of there or in the ditch ! XD');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12395','a77ae2a87b','funny....lol!! :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12396','9d8c4178df','On the clonetrooper forum, look for "JavaMonkey"  he makes the most accurate helmet by far and the best ot there.  the down side is it is resin cast, so if you drop it on concrete it will break.

The only plastic helmet is made by tc9948.  ths is the helemt crayfish and zman were wearing last weekend.  It isn't vary accurate but good enough to pass for now.  the plus factor is that it is plastic so it is a lot more durable than a resin helmet.

I've had a resing helmet for year without problems.  Unless you shatter it, bondo can fix about any break, so don't let it scare you off.  + if you really don't like it afterwards, you can seel it an actually make money from it and buy the plastic one.

My opinion...

I'll try and take pictures of both of mine tonight so you can see the differences side by side..

Fyi tell them you ar ein my garrison and bamatrooper sent you to them for the helmets, whichever way you go.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17912','917d1a356c','Maybe we can have you with one on a hunt sometime soon.  Would you be up to that?  Would prefer we talk via phone about this though.  If you're available for a quick yak, I'm a phone call away.  I would be more than happy to call you though if its easier.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17942','e0532ba82b','Baby!  I just noticed something...

My phone number is 931-588-[size=18:e0532ba82b]1112[/size:e0532ba82b]

Your TB # is 1112.

Creepy!


Was great seeing you again too!  Next time we need more party and less drama!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16562','716fdf825d','Hey baby, I was bad tonight... got caught up, took a rest, got on the board, and got pissed off. I know you said not to, but you don't do everything I say not to do... So I posted about calling you, because I know you want to be sure no one is hurt by something that you by no means mean to hurt anyone. 
Also, I just reposted after myself with a roster for something we probably won't even make it to. Just a little statement that I can post whatever the hell I want.

Anyway, calming down. Just wanted you to know what that was about.

Talked to Angi too, she's cool with not staying with us this weekend. Besides she may not be going alltogether so she won't be gone from mojo two weekends in a row (midsouth).

Love you baby, hope you have a good morning.
Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7979','ee87571f2b','Sadly I've had no time to work on Obi-Wan yet.  Gotta get commissions and repairs done first then I can work on Obi.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7980','836bbe9ce4','If you need my assistance in any way. I am there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17030','83889a15d9','Rose, 

I would love to buy the boba jumpsuit that jon has for sale for 50.00. I have even lost 10 pounds and going to loose more so that I can fit in the jumpsuit. Please let me know if anyone is in line in front of me for it. 
thanks for your help.


Brad Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10811','3b19581651','lol i had to use it , i loved the movie. Anyway im alright just my chest sure hurt where the belt snapped me. My moms luckly able to help me out its lookin like 1 or 2 k to fix it unless we can find some one else who can do it a little cheaper. Comes to find out the hispanic chick had no liscences, no insurance =/ wasnt her car indeed the cop agreed she ran the red light and was probebly going like i said bout 50-60 through there. Alot of wrecks happen there and i didnt see her comeing then again you dont expect some one to be running a red light like that to hit you. We are going to try to sue the owner of the car if its worthwhile and i had a warrent issued out for her arrest. I tell you what buddy if it had of been us in her situation they would of tarred us up and threw us in jail without question...its sad they will help non us citizens before us...TAX PAYING AMERICAN CITIZENS! seesh. Anyway i did sell the armor i got 800 off of it suprisingly I am working on the carnor jax and i only have a few things left to do to it. I am going to settle with black boots and i think im gonna go with red armor so it contrast better im confused as to which to use because theres apprently 2 of these red and black royal guards i forget the other guys name. but one is Carnor Jax, anyway the helmet is ready and i may have some one who can help me with the cape. For now i will be using imitation velvet but will hopefully upgrade to true velvet when the time is right. I know i hated i miss nova con too but i didnt have my costume done at the point ethier, i suppose i have enough to get my offical TR number youll love my weapon i have with it. Ill try to get some preview pictures taken so you can see where i stand with it. It will be very impressive when im done with it all. Job wise i have a job at Petsmart now and hopefully they will give me more hours i seem to be doing really well there and i highly enjoy it since i get to be around animals all the time. Im doing cashiering right now which isnt as bad as i thought it would be once i got the hang of it. And i guess thats where i stand so far I really hope to troop with you soon and i guess if you have a get together let me know and if i got wheels and its capeable of driveing that far then it would be nice to hang for a while. Right now the one i got is my moms and i dont trust it to travel long distances i got my insurance transfered over to it now though XD so thats the good news. Im always on yahoo if you wanna talk or somin my id has changed though Nova_OOzaru@yahoo.com or RedmaverickFeram@yahoo.com and you know you can always email me too on the bassetthuntress@msn.com if im online ill respond.  Oh the other good news is ill be owning my first home, my father;s brother owns this trailer and he was just going to let it default back to the lot owners control but hes going to give it to me and were gonna fix it up talk about lucky break huh? anyway it will be great to have my own place and be out of this studio apt.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17404','f40cf837ea','Thank you so much and I feel better.  Now let me explain a bit.  After this weekend it was shared with me that 10-20 members have issues with me as well as my husband.  So I am contacting everyone that I can and asking them if there are problems.  This is the only approach that I can think of that may stop the rumors that are flying.

And you never know when I will call now that your programed in my phone!

Talk to you soon
Susie Q');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3596','fae5d771f7','CHECK WEBSITE !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17676','44302019eb','I'll try.. he may of sent the list in.. if not I'll try to change it.  We are at the deadline and I can't change much after today.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10760','09948b8893','Hey Hammer,
I just got my bucket in the mail and I have a question for you. How did you make it so that it will fit on the head. Heat gun and stretching? I am going to try to make it out to Corey's this weekend so I might see if you could help in getting that to work.

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10832','d80501586b','I still owe you 15.00.  i will have it next time I see you. 

its a perfect copy, it compliments my other blaster perfectly.

thank you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18240','0a938a6369','Chewbacca, I have, Zam .................I will have to think if I have one !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13442','afb2d9a416','Yep. We're gonna hit B'ham Friday night and stay with the Becks and then head your way Saturday.
I'll have your new TK.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11295','874a0528ed','Hay man,
dont know if you noticed, I do have the sky is the limit in my tagline, I did it in german  :lol:  :lol:  :lol: 

Thought you would get a kick out of that');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11297','4f9228a603','Loki,
Just checking in to see if you had time to talk to the boys about gauntlets.   I looked online and Ruffin toys (I think that is the site) will do me a set of ROTJ gauntlets, assembled and painted - for $230.00

That's a little high for me right now, I was hoping to spend less.  I really hope you guys can help!


John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11504','317198f33a','Holy Shit!  That's fuckin great!

I'm gonna use it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11505','3dbed22118','I'll check with Yogi, he originally sent it to me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11506','bb0a3efd7d','I think I know what the problem is. Your trying to use photobucket to host the image, right. They shrink all file down to 512kb the original is alittle over 700kb. I'm using http://theimagehosting.com they allow a 1mb file, so no shrinkage.

Photobucket:
[img:bb0a3efd7d]http://i33.photobucket.com/albums/d71/Eelem/Clonewar.gif[/img:bb0a3efd7d]


Imagehosting:
[img:bb0a3efd7d]http://images5.theimagehosting.com/Clonewar.gif[/img:bb0a3efd7d]


The same file was uploaded to both these sites.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11734','1b938e6271','I will have it scanned before I open it *LOL*

Corey Miller
3785 Old Clarksville Pike
Clarksville, TN 37043


Just got home, it was a rough drive, accidents everywhere and rain I couldnt see through. Thunder and lighning that was blinding.. Im headed to bedddddd.

Talk to you tomoorow.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11841','a724769b3a','You in this year?

Been talking to a lot of others, the chattanooga con looks gay as hell, and a few of us may skip the parade too.

I'm going to midsouthcon, so get your ass there too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11858','ed89ed0fc3','what is her screen name?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5401','2824840758','yeh it hurt some  still pretty soar, it hurt most going towards my left closer to my back bone than it did to the right towards the shoulder i didnt feel it much in that area but i sho did near the other side lol i was ok though i held my own : poses: are you going to go to horror fest there is a chance i may go if mike and deb go they said i could go with them and ill have my dragon finished by then, gonna combine my armor with it heres the character im working on, i also have the spear you see in the pic.

I drew and came up with everything myself i work hard on my rp chars.

http://profiles.yahoo.com/mazahshenron');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15432','2363a516d5','In case I get so wrapped up with wearing the Vader suit (unless Corey feels better), I may forget to ask about the Mando vest. I can't wait to hear what you have to say about this, but I hope whatever it is I can get... I can get around here. 

I've got some rough places in my helmet I'm bondoing up, but (if this first experience with Bondo goes well) I should have that took care of this weekend. Then I'll need to decide what color scheme to go with. I was going to do a black/red/silver... but Hook pretty much has the look I was thinking of. We'll see....

Do you have an extra visor lens I can buy off you? I'll need one to fit mine and the &quot;baby&quot; Fett helmet.  If Joey's going to FantaSciCon, naybe I can get him to make a set of gauntlets for me by then. Thanks again!

I'll bring my Rodian Jedi stuff with me to the Fathom thing just in case Corey feels well enough to dress up. See ya Sunday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15433','deb1d23a43','I think i have a visor, I'll check.  If I do, you can get two fett visors out of the one sheet

when I show you this vest thing, you'll be stunned.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16963','c490dcef73','Hey Rose,

Sorry I was late to the parade on Saturday and didn't get to catch many of you.  I said I would buy some of those stickers from you.  Could you tell me what kind you have and maybe pick them up at another event or pay for some shipping and have them mailed?  I'm going to be at MSC this weekend if you are.  Thanks, and sorry for not being there if it was any trouble.

Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14499','a11c1567c8','My wife makes cakes and I have finally given her enough advanced notice for her to make a big cake to bring.  She hates making them for me as I am her worst critic :)  It should be enough to feed 50 I think.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15565','60947bc6bc','What do you know about &quot;Strick&quot; (Robert)? He's selling some TIE stuff and Im planning on buying it, I just find it odd that no one else here jumpedfor it and Im wondering if maybe this is a guy no one wants to do business with. 
Thanks! 
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15108','cb61d0ea21','Here ya go Gooshman!!!!

http://www.goldmanbros.com/gc/catalog/Under-Armour-Heat-Gear-Leggings-Black-0125-cat100030.html

http://www.goldmanbros.com/gc/catalog/Under-Armour-Heat-Gear-Long-Sleeve-Shirts-Black-0032-cat100030.html

These things fit tight so make sure you get it pretty big. Although you are tall and skinny and I'm short and fat so I don't know, you may need a large or X-large? I wear XX-large. (no fat jokes)

This is a good price on these also. I think shipping is free.

good luck. if you need anymore help, let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7315','8de26228ac','Hey whats up? Just wanted to say hi and start to get to know everyone here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7317','b1f800fec3','I was told there was one other Mississippi member here!

 I just joined the site a few days ago. Hoping to get some armor soon. I am also a Jedi Assemby member so yes I am that "jedi Scum" as well.

You interested in mabey heping me work out an event down here? I don't know how far you are in relation to me. Me and my husband moved here this June so I realy don't know the area yet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15073','9f079d311e','You gonna try to make this one ?
Take care');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14271','aa9b595f4d','yes...please');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14272','6b6969adf2','[quote:6b6969adf2="Crayfish"]yes...please[/quote:6b6969adf2]

Try it now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14276','fe2aeeaf6e','[quote:fe2aeeaf6e="TB1112"]ohhhhh ok..  Poor Eleni.. she's in the dark about so much lol.. especially how she has an emperor, another high official, and two leaders of their own religions on her ship! hehehehe

She's just a runaway who happens to fly pretty well. 

I thought you'd be playing city of heroes by now. hehe. 

did you ever tell me whether or not it was ok to send suggestive and sexy petmail through PM to you? I forgot.[/quote:fe2aeeaf6e]

No pet mail through here.. save that for hotmail. ;-)

No .. no city of heroes.. I'm recovering user permissions... about to get dinner.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18032','2c286c2c5f','I have Snowtroopers, Fetts, I am sold out of !
How do you want this one, Shipped, or next event.
Send payment to me with paypal:
Send to:
SOL8582174@AOL.COM

Anything else you need?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16994','6c44adc2dd','just a reminder that we need to figure out what were doing with the room situation for this weekend.
obviously you guys already have plans, so changing such plans is not necessary,per say.
but my offer still stands,if we want to work out the room then lets do it!

corey,
have you updated the roster for MSC?
can you post the roster IN the thread? then post who is staying in what rooms? i think gooshy and chris ledbetter are coming and need rooms.
if they are offered the last 2 spots in the solo room then that would let jon and rose escape and room with us.if corey and angi want to,i say the 6 of us can stay in that suite.not sure if thats a good idea or not though,you tell me.
also i think the 5-6 of us will be quite comfortable in the suite,however if bob and betty do come down its gonna be a little tight,but doable for the one night.they would just need to bring another air mattress.and since sat. night really doesnt end till 3am we wont be sleeping long anyway.

so you guys tell me what you want to do,and we'll try to make it all work out.
FYI- i have 2 rooms reserved and need to cancel one.
ive got a regular 2- bed-room for $79
and
a suite with 1 bed, a living area with couches and a pull out bed,plus alot more room for $109.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14692','552db30bd2','If those NC-17 threads exist, I can't access them.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14693','d35899c24c','try it now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10196','0f1c8ae33d','Oh my gosh, yes I would totally be interested, I've been wanting one of those for ages. How about $175?

[quote:0f1c8ae33d="Obi-TN"]Kell,

I don't know how often you expect to wear the Leia ANH costume that you've got, but are you interested in buying the Master Replicas Leia blaster? I've got one that I don't need since I already have the signature edition. I was hoping to get $200 for it, but I'd let it go to you for a good offer.

--Glenn[/quote:0f1c8ae33d]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17398','77eda587a3','Glenn are you coming up to Coreys for your cases soon?  I can help you guys load them and get those figures from you..I'm not sure about midsouthCon.  I also need to talk to you about somethings that have been on my mind.

tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3792','e67691c8c2','Richard I need to order all the Resin and helmet casting stuff, Let me know what website to go to and what to order.  I can call you tonight as well.  Whats your # and the best time to call.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16742','d0e21cf185','Thanks, Skip.  I appreciate you grabbing the kit for me.  I'll cya Saturday at the parade.  I'm just going in civies with a friend, but I'll be sure to take a lot of pictures and video of you guys.

Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17666','9f2dcd02c9','Oh yeah, sure!  Joey and I were talking about it during the anniston event.  I can certainly help you design a new layout or revamp some of the graphics.  Please let me know if I can help you out in any way.  If you have any sort of messanging service I can talk to you more easily that way for design ideas or you can give me a call at 901-210-8841.  Here is my contact info for instant messaging:

AIM/AOL: Goosh132
MSN: jonj132@hotmail.com / Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16830','966ddac412','Is there a site where we can print off some templates to make bobs mando armor?  Thanks for the info.. :D 

Betty :jawa');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4518','d144b2131a','sorry to bother you, i was curious about the arc trooper kits, do you have to just find some one who sells them or are they on ebay i thought about maybe doing a red one at some point in the future , mostly for my future refrences since im working on a couple of projects right now');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5540','485d4779e0','I don't think we are going to get any special discounts, atleast that i am aware of right now. They may have snacks and pizza there but they are still determining that. 

We will be in full costume and they will have a place for us to store our bins. They said we can use their fairly large bathroom to change in, so that shouldn't be a problem either. 

Thanks again for your help.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17809','8d96d8ec7f','Hey Skip my buddy will be sending the paypal for the TK armor this week just to give you a heads up. So we should have a new trooper in KY real soon. 

Thanks man, lookin forward to gettin my buddy in some sunblock.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10349','0fc5a8c0da','Well z man pal...i dont think ill be able to troop with you guys any time soon....things just dont seem to be doing well for me AT all......I wont be able to complete my Carnor jax ethier at this rate. A Hispanic woman 19 years of age , no insurance, couldnt speak a lick of english, RAN from the scene of the accident and went about 2 miles from where it was, i think the only reason she turned herself in was because the care was screwed and wasnt going anywhere. ...anyway...i have no car and well i may not have the cavalier fixed it is possible totaled i guess ill know more later today or tomorrow on a total amount of damage.  The woman apprently doesnt know what a red light was, i was makeing my left hand turn , i had the green light and she ran it going about 50-60 miles an hour and hit my front side and wheel there. Ill be lucky if i can keep my job at this rate... I lost hours i needed. WE are definatly going to sue the owner of the car and get what ever we can out of this. Ill keep ya posted...If you want heres whats left of my car and the one that hit me.  

http://photobucket.com/albums/b208/Maverick0013/CarWreck/?sc=1&amp;multi=5');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16923','9397a6dc02','Hey man
I got a couple of the vader sabres yesterday.  One of them worked fine and I paid $49.  The other one had half the blade not glowing and I got it for $20.  I will most likely cut the blat off that one and use just the hilt.

thanks for the tip.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13046','2363764b2c','You have a problem with me I would appreciate a pm to me instead of attacking me on the boards.  I know how you feel about me and Joey, doesn't bother me at all but I don't go attacking people for things they post or I would stay mad all the time.  Sorry You hate my thread but you didn't have to read it or keep posting on it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6588','b911a05bb8','Awesome, i am so excited. Hopefully we can get a few more people to come out. I believe Ludo and Angel will be there as well. I am trying to get some people from the OG to come as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3841','6d8f8c17b6','cool deal... mark me down for 1 set of snow armor for sure... just tell me where to send the paypal... since it's looking more and more like i WON"T make it to D*C, not in too big of a hurry now... might actually be up for 2 sets, but can commit to 1 for sure right now...

just hollar at me whenver you need the money and tell me where to send it... this working 50 hours a week sucks :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5578','8ccad2a4b7','What's going on? I guess you have been busy, since i haven't heard from you in a few days. 

I saw that your birthday is coming up. Happy Birthday. How old will you be? 

So what kind of armor are you palnning to get?

I saw that someone said that you looked like Christina Agul....I can't spell it either  :lol:. I think you look like Kell and Kell looks awefully good all by herself....... :oops:. 

Anyway i hope everything is going well. How long do you have left in school? Hopefully you can stay frusteration free. 

Talk to you soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16033','ced98ed6db','Hey man, the sign up thread is now open. Are you planning on coming down for that?
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13726','5abe358e7f','Hey bud! You've been nominated to run for CO.. drop a post in the thread to say yea or nea ..  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18080','fd423678d0','Hey Skip did you get any paypal from Justin Marshall for a TK armor kit. I told him how to send the paypal but havent heard back from him if he got it through or not. If not ill help him send it tomorrow. 

Thanks for the help man
Later
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9558','debaacf5f6','skull caps are like bandanas on your head like bikers wear but these are precut and sewn to fit on your head 

the beanies are thick and woven like a tobogan, i belive i gave some of them out the bookstore in lexington that one time.

-mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12283','bbfed04b88','wish i knew what to say,

other than im getting my ass chewed nd nothing will come of it,as usual.

jeff posted on the COC section where we moved the conversation that,alot of people didnt like how i did things.so im guessing he was fighting for them? i dont buy it so ill continue the fight.

as for quitting,no reason for that,we'll get through this and not much will change.
talk to ya later today.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3939','8600b78af6','Excellent ideas! Loki and I are gonna do: Men in Black, Blues Brothers and "Beer" Troopers. We have black suits and I bought the Men in Black devices off e-bay. And Loki works for Miller and is getting us oversized beer clothes to put over our armor. You and Shane grab some old black suits and do MIB with us! And Yes I would love to do PIMPS with you guys! Tell me what I need to get and I'll get Loki some too! This sounds like a blast!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13945','cbd22f07c6','Well if nothing good comes out of this BS with the Outpost (elections and all) Maybe we can salvage our friendship.

From the beginning....

I was interested in Sissy before Adcon had even arrived. I had met Angi online and we had talked and she had shown me apicture of Sis. I knew that you'all had dated once I had spoken to Jon, Rose, and Angi at Adcon. Hell, you yourself had told me you were seeing oneanother. We had hung out most of the weekend at Adcon...you know that. After Adcon, we instant messaged a bit and talked...mostly about you --believe it or not. My birthday was the Satrday after Adcon---Sissy asked me what I was doing and I said nothing. She suggested that we hang out...cool. So we did we were both interested in one another and we talked extensively about youre relationship with her. She felt the same way as you stated that it wasnt really going anywhere. After a great deal of talking we decided to date. I want to make it crystal clear that we discussed in great length that if you guys still had something going on that I wouldnt go out with her cause I didnt want to ruin my friendship with you. I also spoke to Jon, Rose, and Angi about it. I dont know why, it just never occured to me to discuss it with you. Unfortunately I wish I would have.  I solemly swear to you we had nothing to do with anything milicious or slanderous torwards you at all ...ever. During this time Suzanne had already begun harrassing us about us dating. Which til this day I still cant figure out why she cared. I didnt even want to go to Glenns wedding cause I had already heard that you were pissed that I had stolen your girl. That was never my intentions. I really never spoke to you about the whole thing becuase I really didnt know what to say. I hate to bring this up but most of the information you were receiving about this matter came through Laura via Suzanne. I think Laura was an innocent victum in this whole thing. I completly understand why you wouldve been pissed at me. I shouldve have spoke to you personaly about dating her from the beginning. I apologize for everything thats happened AND HOPE THAT WE CAN BE FRIENDS AGAIN.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3960','47160b71bc','Sorry. Haven't checked the board in a while. I've been really busy with a graphic for a big Miata gathering this past weekend.

http://www.thekirkhams.com/graphics/dahoodcompletesmall.jpg

I have yours cut, but haven't picked and weeded them or taped them yet. I'll try and get them done this weekend. I apologize that it's taken so long. :oops:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('3961','8f51324640','Good grief what a graphic!!!  That is really cool. 

No problem about being late.  It happens to everybody.  If I were you I would work on that cool a graphic first also.  

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17935','e8d64ceb6f','Thank you rose!

You don't know how much that means to here you say that. I do hope we can become close friends and I do consider you a friend now.  Please feel free to come to me anytime you hear anything that I can help clear up.  I will not get mad or blow up and most important (and I am speaking for Jester too) we will never lie to you.  I have no problem in admitting when I am wrong or when I have done something.

Can't wait to see you guys at AdCon.

Susanne');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17965','ffbbba8a7f','Hey Rose, do you have any dune pics? been wanting to do a new avatar.
If you have any, please email me at darkknight006@hotmail.com

thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18349','b8d4ed13ee','I know that your thread got hijacked, but it was all very well said. Being one of those new folks, it is true that one instantly becomes part of this dysfuctional family. I for one, am glad to be part of it too.

P.S.
Everytime I look at your avatar, I literally laugh out loud.

-Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5641','36f968a84a','HAPPY BIRTHDAY.....always did like those older women  :oops:. Hope it is a great day for you, get lots of cool presents.

So how tall are you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17628','a1f30ffbad','Sorry I wasn't able to grab that evangelion book from you at msc, kell.. I was stuck here in Auburn..  I wish I could have been there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15418','6024224981','I am ready.  But one question will it really make a difference?  I ask because I did realize or mean to bother you at Corey's I was simply trying to be nice.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15370','8b7cef95aa','If you got the kit right now, she still wouldn't be able to wear it by the parade.  I've cut TK armor for a girl before (Am doing another one right now, but I'm not allowed to say who!) and it's a bitch.  LOTS of measuring, cutting, sanding, re-measuring, recutting, sanding again...  Girls aren't made the same as guys, and that stuff was made to fit a 200 pound six-foot guy.  Lauren's not QUITE that! :D 

But if you bring it and her to corey's, we'll make a big dent in it!  Who knows, if I stay sober we MIGHT be able to get it cut for her in one day.  Please tell me she's getting the smaller ANH helmet?  The regular helmet looks silly on a girl!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16431','3116defba2','Everytime someone in the MAW thread would post, Corey would post &quot;you've been added to the roster&quot;, which caused people to contact me, confused, saying things like &quot;why is Corey adding me to the event roster when you're the one running the event&quot;.

I contacted Corey and asked him to please NOT post in my thread (or ANY of my threads) from now on.

His brand of &quot;posting&quot; only detracts from, and does not add to, the board.  He's always upset (or looking for something to be &quot;upset&quot; about), always looking for drama where there is NONE, has to be the center of attention, and is a &quot;sympathy seeker&quot;.  I'm simply tired of it. 

I immediately PMed Joey after PMing Corey, because I knew Corey would run crying to Joey (and he did).

I'd appreciate you removing Corey's posts from the MAW Walk for Wishes thread, as they only clutter it.  People don't miss events because they sign up for them and *forget* about them - they miss events because they sign up for them and people like Corey clutter the thread with unrelated posts to the point that they lose track of where/when they posted.  

Corey is trying to solve (via his event roster) a problem that he himself helped to create.  His hyper-posting is rediculous and childish.  I know Corey is a part of the SO, but the board belongs to ALL of US.  People stopped posting when he started posting nonsense on *every* thread.  I only post when I put up an event.  I'm not going to weed through his crap to find something.  He's destroying the board.  Several other members have told me that they've stopped visiting the board because of him as well, and I can't blame them.

You can contact Joey if you'd like a copy of my PM to Corey, which was all of 2 sentences (politely asking him to refrain from posting in my thread).  Like I said - he WANTS there to be conflict and drama where none exists.

I guess since his Jar Jar in Carbonite thread died down he needed something to draw attention to him for this week.   :? 

Later!

Jamey


[quote:3116defba2="TB1309"]Dude,

Corey's all upset, what in the world??! He's been making a master roster list on the Pre-events area for events to help because of all the thread hijacking that goes on.

What's going on?[/quote:3116defba2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4000','8f6ef5d19e','Hey, Brad. Whats your TK #. I am submitting and application . Thanks Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4001','78da580fb9','Hi Jennie, Sorry I have not talked to ya. Had a birthday party in B'ham today.
431 to Anniston, go 21 to Oxford, About 1 Mile past  Quintard mall,
Super Center is on the left. OXFORD SUPER CENTER. NOT ANNISTON.
Call me if you need more help, Home 256-831-7267, cell 256-283-2602.
I will be there about 10:30. we have 2 doors to work.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4005','35e5dc2087','im sorry i wont be able to go to the event as much as i want too i may have to work tomorrow not only that but my costume is still out of order i have to fix it up some....if it werent for that id gladly come....maybe i can come next time do you think youll make it to novacon?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13914','ef5bd714c5','So you liked my post !
You see what they done to Cray?
Who the fuck are these people?
Im in the dark,dont know who they are?
Cindy &amp;  I really had hoped you and yours could  make it to my house for our first S O get together, Hope all is well !
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4369','d7cdbfccaf','The Rebel Legion's Correlian Base covers the same states as the 501st S.O. does. The CO, Martin Arnold, lives in Lexington also so you may want to hook up with him. His email is: JodoKirvanti@gmail.com
I emailed him already with a heads up about the bowling alley event but you two may want to network about future SW costuming opportunities around Lexington.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16000','4d6ef99ccd','Corey PMed me this:

&quot;Also, Was just talking to Loki.. 
Joe was looking for a room mate and Loki had a shit pot of people in his room. Sooo, I called and was able to snag 2 connecting rooms for Midsouthcon. 
So you and rose have room mates and rooms, now no excuses for not going&quot;


I guess that means we're going :)

Loves you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17361','a1568bd819','Well it looks like my car is holding up a bit more than they thought.  At first when I brought it by it was estimated to be around $6000 for the body work and then whatever engine damage had occured (which i thought was bad since it had died and smoked and whatever) but they couldn't tell me at that time because the hood was stuck in place.  They assumed it was bad and my dad said that it would most likey be totalled.  They managed to get it open today and found that only the battery had been cracked (which caused it not to run) and an alternator malfunction and maybe some damage to the radiator.  So that is good news.  They said around 2-3 weeks before I get it back.  The Ford delearship here deals directly with my insurance so it seems like everything will run smoothly, I hope.

I'm still going to MSC, just may be a bit late there on Friday.

Cya, Mr. Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17799','0b2ff186d9','yeah its all good.  Go ahead and post it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17800','0b2ff186d9','yeah its all good.  Go ahead and post it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17801','da3dbbfc15','Yes I do, I'm interested in forming an Outpost web team. Not just for member pics but for new website design ( I've wanted to put a new face on the website for awhile now ), making some custom frames so we can have our own members galleries so I can disconnect our members page from the Legion members page, and so on. 

I'm setting up a forum area for this with guides about the members pics, framesets and so on. Extra graphics help will allow me to focus on some needed utilities, like a form for Tambo to upload images to a data store on the server so he doesn't have to email them to me and so on, templates for events, etc. I'd also thought as a bit of humor, we could even design a patch as an &quot;unofficial&quot; Outpost squad.

I'm setting up the forum area now so it'll be a few days, but I was contacting people I was made aware of that said they would be interested like yourself. Again I apologize, I would've given you a shout sooner had I known.

What graphics package do you use normally?

Oh, hope the hotel business got worked out in your favor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4038','5c0ca00052','Hey Glenn,

Sorry for the delay getting back to you. I've been kinda busy helping a friend of mine who is working on getting a bunch of books printed and bound for GenCon. To order the stuff you can call PermaFlex at (614) 252-8034. Just tell them that you'll need a gallon kit of GreenSil silicone rubber, some Plasti-Paste (for the support shell), and some resin (Smooth Cast 300, if you think we'll need it :wink: ). Go ahead and tell them that you're working with me and what we're doing. They will be glad to give you any help and advice you'll need. They also know what I usually buy and can help to fill the order. I've already got the Thixatropic for the rubber, so we won't need that. But if you want to see about some accelerator to get the silicone to cure faster I won't complain.  :D  Also, they're really good at sending the order out the same day (provided you call it in before 2 pm eastern time) by UPS and I usually get it by the next morning. But it might take an extra day to get to you.

If you want to discuss this before you place the order, feel free to give me a call anytime. My number is: (502) 593-0283.

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4075','11bdbc45c8','Yea, Loki and I are gonna have a few things to do too! We need to join forces for sure! I would LOVE to be the out front man getting ho's! Maybe get Joey to film us! I'm such a HAM! Wish you could have seen my Imperial Insomniac at my best! We'll figure something out. Don't know if we're gonna have a party room, but I'd love to get at least Ryan to jam with us at some point. Chuck's retired for a while due to finances (go figure that one) and drums would be hard to work in even though Chase will be there. I guess we just didn't realize how lucky we were at MidsouthCon! Ok, I'm gonna work on getting my black suit, my beer trooper, ect. I'll work on finding some bling too. Where'd you guys get the pimp stuff, Party City? Can't WAIT for Dcon! Somethings gonna happen!

the Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4082','ef2b9add0d','im not havein any luck finding these helmets, the few i have found the people are gougeing like heck on the price asking 300+ saw one askin 700 dude i might as well buy more tk armor for that!!! and its  JUST for the helmet the cheapst i saw was like 220 and that was from sith guy who seems to charge a nasty shipping and over prices some of his stuff but eh i dunno im not finding anything on ebay ethier and i found one site that had em but i couldnt read it , wasnt english.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4089','02e08840cc','It's in Knoxville, TN. I'm pretty sure it's still on, haven't heard anything since original post.
-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4090','cfa4823e94','hey, I won't be in town on the 13th..  :oops:   now I am the turd huh??

How you be?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4092','667b1ff702','its the same date as the ladies party, my armor is still kinda out of order so ill see about going. On the other hand do you have a jango costume or know enough about one for a few tips?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4095','d1ed8e0d82','Woah there... hon, I don't know what to tell you except you need to have patience. It's been what? a week and a day since you asked me that question before? Some of us havn't found good deals for months to years at a time, but they're there. Just take it easy. You're not missing anything just because you don't have another costume. The more you rush, the more you're going to pay, we've all discovered that, and we all get through that. Yes, this is an expencive hobby, and it's good to be eager, but getting angry over not getting what you want in your price range sooner rather then later is only going to cause you a faster heart rate and and emptier bank account. One guy I know who was just in such a rush as you, in the end he was in such a hurry to get what he want, he put $600 in his RG helmet, and now it's a heavy, scratchy(fiberglas reinforced), uncomfortable thing that's barely even carriable, but he still wears it for the sheer fact that he spent so much on it, and because he knows now that he didn't have to. Keep and open eye and a patient heart, and what you seek will come to you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16038','9abc07c18d','I PMed Corey earlier and havn't heard from him... have you heard anything?

Loves!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8666','d1f8a368f9','Hey, I think you need to also thank Jamey for making a showing all three days and bringing the table materials. Without him there would have been squat and for the 501st not to have a table would have been a serious detriment to their impact.  :)

Greta');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17675','3c273bfee0','Thanks Kell!  I really appreciate it!  I really like your new stormtrooper armor!  I saw it on your flickr gallery.  What type of armor is it?  Did you mold it yourself?  I got a set of FX/GT armor for a friend that lives in Harpersville (like 15 minutes from birmingham) and she can't wait til we can get it built for her.  Hopefully Joey will have a prop party soon, lol.  I was really sad I couldn't get to memphis this weekend, I hope you all had a great time!  I can't wait for the next event, I really miss you guys..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4113','a5924b793e','hey shannon,
did you guys find a room yet?
let me know,i recall briefly speaking about it with you.
but it does appear that we do have room you you guys.
we'll be sharing the room with 6 people all together.which is the only way to get the cost down to reasonable.we do that every year.were staying in the marriott with everybody else.

you guys will get a bed and jenn and i will get a bed.the other 2 are chase and loki,and they will bring sleeping bags.
about the only down side is that its not a smoking room and i think there's no smoking in the hotel.but there is a smoking area close to where the rooms are.overall you wont spend alot of time in the room anyway,its just a place to sleep for a few hours.
were gonna be there sometime friday afternoon through monday afternoon.
let me know

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12661','d733642ce7','Hey Crash!! I LOVE the avatar! You NEVER looked so handsome!!

I was just pm-ing with Chuck and we were talking about how we miss the "incident"! Sometimes I wish we were a little closer so we could hang out more. 

How's the back been feeling? I know when your back hurts it makes EVERYTHING on and in your body hurts!! Hope that get's well, bro.

Crash, I want to ask you about something. Seems like there has been some fussing on the boards with the higher ups. There's been talk of splitting the SO. What are your thoughts on this? I know you and Skip are pretty close, and he and I have been pm-ing each other. Skip told me he's been approached by some TN folks about doing this. Have you heard any rumblings up your way? I'm just trying to contact a few of you TN guys to see what you may know.


I would personally hate for this to happen. I've known and loved you guys for quite a while and it just feels right to keep the SO together. Do you think this would be good for the group? 
Also, he was telling me that some of the Bama guys were rude to the TN guys at DragonCon. I really hate to here that and just hope you guys know that I would be glad to talk with the folks that were the offenders and set that straight. Hell, you guys are our brothers. I would NEVER treat anybody like that!

When you get a chance, Crash, let me know your feelings.

Love ya Crash!!
Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7970','761eae5d00','That's the one. Thanks. 

Have you had time to work on oyur Obi-wan?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7592','4878a85cef','Okay, thanks! 

Regards,

Wes Caraway
2768 W. Gallaher Ferry Rd.
Knoxville, TN  37932');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7593','3e98a29546','Please change the shipping address:

Wes Caraway/Resource Associates Inc.
1140 Topside Rd. Suite 3
Louisville, TN  37777

Thanks,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4137','542394f33c','[quote:542394f33c="TK6150"]Hey, Brad. Whats your TK #. I am submitting and application . Thanks Geoff[/quote:542394f33c]

Hey, just got back from wizard world, my first convention and first outing as a tie pilot. My id is 0651.

-brad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4138','ddccc18d04','I just submitted the application for the Fire Brigade.
Thanks 

 Check the site, I have posted a bunch of pics.
Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10794','b856a77663','Z-Man,

   What's up brother?. . . . . .just got back into the country not too long ago after enjoying a well-deserved vacation.  Had a blast in Roatan/Honduras (got to hang out with SpongeBob), rolled with a friend in South Beach Miami, picked up some ho's, tried to assassinate my liver, kicked it in DC/Baltimore, rocked out with a bunch of different folks , hiked the Blue Ridge. . . .

   Hope that you weathered the holidays well with the family and that you did more luvin' than hatin' on one another. . . . .I also hope you got that Red Ryder BB gun with scope that you'd been hopin' for. . . . .careful not to shoot your eye out.

    I was just checkin' in to see how things are going for ya. I'm not going to be back in time for ShadowCon. . . .which kinda sux since they really dig us and Fett likes to represent both on stage [b:b856a77663]and[/b:b856a77663] with the bellydancers. . . . .hell. . .they ask fo' him by name!

   Looks like the next event I'll make will be MidSouthCon. . . . .luv to do the Patty's day parade. . . . .just hasn't worked out in the past. . . .also I plan on being pretty busy for a while with all of the fires going on back in AR, TX, and OK. . . .quite a mess back there.

   Anyhow. . . hope all is well. . . .take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahaoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4143','645a1ea347','Hey! I think I got it! How about the Blues Brothers getting Ho's for you guys! I just found all my costume stuff today for it! We're gonna look great! I'm gonna be Jake (Yes, the fat John Belushi one). 

This'll be fun. Yea, on the music thing, whatever you think dude, I'm there with ya! 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15980','30fb474273','Man do I love sushi, eating it naked,,, hmmm this sounds promising  :lol:  :lol:  :lol: 

Loki is getting a room, Ill call him and see if he got one, I sent Joe in that direction also, but let me see what he has to say.. Ill pm you once I talk to him..
Can you beleive Stieny pm asking to stay in my room??? Talk about a frackin tard....
Luv ya man *HUGE HUGS*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15223','78d03af843','I don't have a place to stay yet either, want to look into sharing a room?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10246','f63b583a99','No problem, I will be out of town until Tuesady of that week.  I will be working out of my home office that week if you want to drop it off.

My number is 599-3440 or cel 210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4156','de0bec6467','Hope you got home Ok. Thats again for the help.
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14445','019d18f49a','http://cgi.ebay.com/Jango-Fett-complete-Star-Wars-Prop-Costume_W0QQitemZ6607226363QQcategoryZ37891QQrdZ1QQcmdZViewItem

Looking to get Cindy in one of these, If anyone knows, its you !
Is this good stuff, or can someone build better?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10168','0e63a8b194','i'm interested');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10169','bd69b33110','Kell,

I don't know how often you expect to wear the Leia ANH costume that you've got, but are you interested in buying the Master Replicas Leia blaster? I've got one that I don't need since I already have the signature edition. I was hoping to get $200 for it, but I'd let it go to you for a good offer.

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14705','275e3e3984','Skip,
I think you said something about Chris and Teri looking for a roommate for MidSouthCon. Will they be getting a non-smoking room or a smoking room? I  'm definitely in if it's non-smoking.

-Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17614','9c3114ec02','Hey man,
Sorry if it seemed like I was tying to skip out on my part of the room. I didn't remember the total that you had said the night before, and I woke up an hour past when I was planning on leaving. Let me know if I need to send the money to you or to Corey. 62 dollars right? Let me know and I will get that mailed, unless you would rather get cash at the thing on April 7th. Either way is cool with me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4215','a9342908bd','Top secret prop party this weekend Saturday the 13th, by invitation only, Clarksville, TN at Corey Miller's house.

We will be:

Drinking some beer.
Building a C-3po costume
Working on R2 Units
Making Mandalorian parts
Trooping a Birthday party down the street.
Planning our Garrison hijinks at D-Con
Vac-forming some stuff.

Corey only wants a few members to attend, as we will be doing a little "Special" project, plus there's a few members he doesn't want to attend, due to personal reasons, thus this event is not posted on any board and is by invite only.

Wanna come?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17411','eb8220d1ab','I feel an apology is called for on my part. I was out of line in my reply to your initial PM. I'm sorry.

However, since the issue is resolved, I will not be continuing the debate of this issue any further.

Sorry for the confusion.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17921','fcc1128e57','Just called you at 502-648-0967...  No answer.  I'm going to assume you're at work?  I'm going to make a few phone calls and I'll send you more info.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12030','f6da02a014','Wow, I didn't even realise! LOL! Thanks (&amp; thanks for the heads up!)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4255','0fb8aed337','Hey Mark,
still got those 501st patches??
thanks
Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4256','2585f3c0d2','Yup. Got plenty.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4259','3cfa3ad374','Hey! Download "Soul Man". Here are the chords:

Intro: E  D  G  A-B
Verse:  E  to A over and over again
Chorus: E  D    E    E  D    E  A-B
Bridge: C    G    A    B    C
Second Intro: F   D#   G#   A#-B#
Chorus out: F-A#  over and over again

This will be fun to do, especially since Loki and I will be The Blues Brothers!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12805','7f0cb4a37e','I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.
I will not post comments about Joey coming out of the closet on the open board.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15973','4a1604f20a','I hope all is well for you man. I wanted to apologize for being part of making stuff hard on you. I don't want to come between you and any other friends especially friendships you've held longer man. I feel like a jerk. I fully understand that I in no way deserve to go. But I'mm gratful for the chance to experiance it with you guys. I am sorry people sent you pm's man. I hope your doing alright man. Did Hammer get you that info? i was having comp problems yesterday night. You need to get AIM sometime man. Come on there and chat in semi-real time with us. Seriously if you ever wanna talk man call me up at (931) 626-4957.

Again man I'm sorry about all the stuff your having to deal with I can only imagine from what you said in your posts how you feel or what you're going though. And I am truly greatful for the oppurtnity to share thi adventure with you guys and get to know you all better on the road trip. Heck i even looked up the lyrics to the Greatest Adventure song off of the animated movie The Hobbit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11528','5ee937d766','Howdy,

   Good to hear from you Tambo. . . .I just posted a reply to the crazy S&amp;M post. . . .(where did that come from?!?!?). We had a start of the year "kegger" last weekend with my crew and some other folks in town. . . .I brought my guitar and the Necro costume. 
    At the right time of rowdiness. . .I busted it out and put it on for the folks. . . .they loved it and were blown away  (and these are some pretty straight folks. . . .outside my crew)!!!  Took pix. . .horsed around . . .and pounded lot o'keg beer as a Necro. . . .I was getting loaded.
    Some dumb-ass friend very late at night decided he wanted to "spear-tackle" me. . . .and did so. . . .luckily. . .only minor damage occured from the melay. . . .ought to know better wearing a costume aound drunks.
    Sounds good about the certificates. . . .
    I've been busy getting the crew started for the year. . .haven't been out on any "real" fires recently. . . . .should ramp up in the next month.   I had to give a formal AAR for some firefighter training. . .where the folks I was with. . . . lost an RX burn and burned an ATV and a couple hundred extra acres for MO. . . .anyhow. . .back in the swing.  We're gonna get you in the water to go diving with us sometime. . . .those pix from the    X-mas parades turned out really sweet. . .I may change my avatar sometime. . . .when I figure it out. Hope all is well with you and Mary and Baby. Take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4371','eba38f566e','Good deal, i'd gotten the paypal, but hadn't heard from you so i was worried it hadn't gotten there... glad everything made it ok...

now to get back to wokr on my sg-17 outfit... lol... got a vest, helmet, and leg holester coming in along with bdu's, p90, sling, and cap!!!

What did you do for a jacket? i talked to mac about getting one from him, but i'm almost tempted to wait to see what price dan's will come in at...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4356','8b09c756da','The event is Saturday, September 17th, and is a cross-promotion with Pepsi called the "Star Wars Strike Force Bowling League" that will kick off at this event. It will be primarily a walk-around meet-and-greet type deal at a local bowling alley, with photos being taken, etc. It will be indoors and outdoors, and there will be radio (and TV, I think) coverage there as well. The event's coordinator moved the date of the whole event back a week for us, so hopefully we can have as many troopers there as possible.  

To sum up, as things stand now: 
EVENT: Star Wars Strike Force" Bowling League 
WHEN: Saturday, September 17th, 12noon to 4pm. 
WHERE: Southland Bowling Lanes, Lexington, Kentucky 
ACTIVITIES: Meet-&amp;-greet, pictures, autographs 

The event's coordinator currently working with the bowling alley's owner to get us changing rooms, a place to leave our valuables, and other details. 

ANYBODY that needs a place to stay Friday and/or Saturday nights is welcome to stay at my place; I have 2 spare empty bedrooms and a couch/bed in the living room if needed. Give me a call at (859)-885-0625 if you have any questions; I'll be glad to do whatever I can to help. Many thanks in advance!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4360','90f29de857','I saw this. I've got a month to get something together! If not then I'll try to make it just to hang out. Thanks for the tip!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4406','0a6f57862c','Hey, nice to meet you.  Do you live in the Auburn area?  I'm actually starting class this Wed ( yeah, im a young'un :p ).  Fortunately I brought my TK with me down here from memphis and my DP '95 helmets (have 2 at the moment).  I see that you've got a boba, maybe you can give me some pointers on starting a mandalorian ;) It's sorta a side project ATM, since I know I can't get it done before D*Con and I don't know how much time I'll have during the weekdays, so it's a slow going process.  I haven't even touched my helmets yet (still have to finish finding some of those metal 9v clips for my TK bucket).  Hopefully we can meet up during the weekend or something.  Nice of you to drop a PM.  My cell is 901-210-8841 btw.

Jon Jones
TK-2486');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4421','c95231dd44','I love you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13929','0a929736ce','You dont have to say a name, You dont have to say a word.
At the next event, just point ! I will kick his ass with armor on.
I trooped by myself before the 501st, I will troop alone after the 501st !
Some of these bastards done me the same way when I joined, 
An Cray, I never forget. I still know who they are ! But, in Bama, you have the best the Southen Outpost has to offer, Joey, Thad ,Zman, Me!
I will be looking for you this weekend, We need you !

Later Brother,
The Blaster Disaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7588','a88307ccbc','Hey Mojo,
I need you to change your avatar pic please. It's political and I personally find it offensive. If this is a problem, please feel free to contact Joey or Skip about it.

Thanks,
Drax');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17435','b2a167ffbd','We're not getting married soon. I was just saying that if you knew us or didn't know us for that matter, it's obvious that our relationship is leading up to marriage. So it's not happening for a while, but it's happening sometime. ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17436','b687839e48','I just wanted to clarify for you what I told David.  Basically, I told him that since he had apparently given/sold his only membership costume, that he could be switched to inactive status until his GM costume was approved depending on how YOU saw the situation, so he should try to keep quiet about it. Of course, he did the opposite.  I did not say he was going to be kicked out or anything like that. I should have mentioned that even if he was inactive for a month or whatever that it likely wouldn't matter since there wouldn't be any votes or anything.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11972','4653c4198a','Oh and BTW the eye-roll in the other one is because that e-mail service has been acting funky on me the past month!

*scowls at tf.n*  Oh sorry

my address?

Evelyn Hively
4980C Eastview Terrace
Apison TN 37302');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13815','e12b6a0f58','Wow brother, I didn't realize that the baby had arrived!!  I'm just now runnin' thru the posts after a long absence, and I feel foolish having imposed my lodging inquiry my friend.  

 Congratulations in the most immense way!  I can only imagine the feelings and experiences you are having already!  She's one lucky girl.

 As for camping in the archives, I can play it by ear and see what develops.  I might be able to camp at Coreys, and we might stay up all night anyway.  I apologize for imposing the question with a newborn in the house my friend.

 I'm very much looking forward to some prop &amp; buddy time too man.  It's been one all-nighter after another for weeks.

 Have a wonderful evening, and congratulations again to you both on your newest family members arrival!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15942','fce3929dbb','Hey man. Casey here, just wanted to let you know that there's a pawn shop here in the 'boro that probably has 20 or so wheelchairs. Just let me know if you are still looking and I'll swing by and inquire.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16244','1cfd604b19','Many thanks; that is [b:1cfd604b19]greatly[/b:1cfd604b19] appreciated. I'm still planning on being there, but I'll be travelling through Knoxville since I live about 15 minutes from I-75. What time is everybody planning on showing up to the hotel? I'll definitely have an FRS radio by the time I get down there - what brand do you use? I'll pick one up at Wal-Mart this week. See you there, and again many thanks for your help.

For the 501st!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15877','c2908e9b41','Richard, if there is anything I can do to help with the Jar Jars, let me know. I really want to help if I can. Even if its jsut holding somethnig still for a moment. Seriously. I feel I owe you and Corey alot for letting me experiance the adventure you two have earned. So really if there is anything at all i can do to help email mecall me pm me whatever.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14349','49c386334c','If you need it, I have 3 of your original pics here:
http://www.fl501st.com/boards/viewtopic.php?t=76
Also got some pics of my gun from start to finish if you want them so you can repost them.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10000','9199a97363','OK so I was throwing this around with Angi last night and I was telling her about an idea I had for this costume..

Its a Southern Outpost [url=http://www.mccallpattern.com/item/M3674.htm?tab=costumes&amp;page=6]CanCan[/url] dress

She mentioned you and Rose might be also interested so I thought Id also throw the idea out to you :)

toodles!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16116','a15b22ac9a','As much as Corey would like this to have been an official 501st event, it was nowhere close. 

It was more of a quick and dirty, run in and run out type appearence. No table, no promotion of the group. No swag or info about the group was ever distributed. The appearence was strictly casual. This wasn't even a kids fair.

We were invited by some of the guys in the Chattooine FF to help do an appearence. They didn't have a Vader or Troopers of any kind, so they asked if we would help out. The Chattooine guys didn't even know what kind of event they were in for. We ALL found out at the same time that this was a freaky church. If anything, we were just added extras to their event. Nothing 501st.

Group names were never discussed with the venue host. 
As we left we were thanked only as the &quot;Star Wars People&quot;.
Basically, this was the equivalent to trooping a kid's birthday party.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18145','afcdbb1b8d','uh, I can't, I got my hair cut and it ran a little over time....I wish! How'd you know I was not there?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18146','afcdbb1b8d','uh, I can't, I got my hair cut and it ran a little over time....I wish! How'd you know I was not there?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6627','02e0d93065','Hey bro, you are so right, the con sucked, but  i just wanted to hang out with my friends. Mando mojo, I  like that. 

On the down side, I can no longer participate in the stinkier stuff. We have random urine testing at my soon to be new job. damn it all.

thats cool you can check on the headset for me. 

just chillin at the house, going to work on props this weekend. 
 take care my fellow mando.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14599','e9fa54356d','Thanks,
Keep me updated, PLEASE !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7596','b6087dd023','hmmm...

I understand the $ about gifts, the cool thing about a Mongolian gift exchange is that each person (or couple) only brings 1 gift, spending no more than $20.00, and only if they wish to participate.  For example, the last one we held, we had 25 people, but only 13 gifts, each person / couple who has brought a gift is given a number.

All gifts are piled up, with no discussion as to who brought what.
To begin, person / couple with #1 goes and gets a package off the pile (any package that they did not bring) person #2  gets to either pick a package from the pile OR snag the package from #1. If #2 takes #1's,  then #1 gets another from the pile.  #3 can either take one from the pile OR take #1's OR take #2's. If #3 takes #1's, #1 can then either take #2 or get one from the pile. If #1 takes #2's, #2 can take #3 or one from the pile.  We do not move on to #4 until a package has been taken from the pile.  #4 can take #3,2 or 1.  Or  from the pile.  if #4 takes from 1,2 or 3 then that person can take from someone else or from the pile. And so on and so forth.  The games being over only when the last package has been taken from the pile. 

Its lots of fun, and can sometimes last for an hour, especially since people, squeeze, shake and guess as to the contents of each package.  I have been a participator and an observer, I can honestly say that even when I didn't bring a gift to participate, it was a heckuva lotta fun watching the process!!!! And there has been a time when a leader (on this occasion Jason's knight in the SCA) had to finally say "ENOUGH" and then we all got to open:)  I guess in the case of the Outpost, 1 of the officers could call quits, or we could select someone. (ok reading this is sounds confusing, but really is a blast, cheap and mucho fun).

Anxiously waiting to hear how you can fix the parking, hope it comes together the way you want.

As far as the hotel thing, I know most people just want to stay at someplace cheap, however, I can honestly say that with my allergies some of the places we have stayed have made me physically ill, and the only reason we have used some of these hotels are because Jason pays, not me.  Some people have higher standards with a budget to afford those standards, if I could, I might stay elsewhere myself.  That being said, I still believe that Joey / Jeff using the hotel they do, is a direct result of Holly / Susanne not being willing to use the cheaper hotel for their own personal reasons.  Out of all the reasons I have heard, these have nothing to do with the Outpost and everything to do with the quality of the hotel.  If Outpost members believe that its a snub against them, they are not only wrong, their kinda conceited. 'cause the world and choices do not revolve around friends / aquaintances all the time.  A spouses comfort level will always be a deciding factor:)
As Jeff posted on one of the threads, each member should stay in the lodging most comfortable for their wallets (or approved by spouse).  I'm cool with that explanation and sentiment.

As far as emails are concerned, maybe Joey just wanted to help out, maybe not. I don't honestly think anyone wants to take an event away, but maybe more people would like to participate / help in planning to make things easier for you and Jenn / be more active themselves / or offer ways to grow since our population has grown.   Reasons for offers could be 1 or more of these.


Laura');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13475','27ad305c81','You can send me a check. Who do you want to get it? I will be out of town the same weekend as your party.

Geoff Manfre
103 Stanton Hall Lane
Franklin Tn 37609');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13304','bc3cfded5d','You mentioned during the New Years Eve part at Joey and Holly's about a song on the 501st video.  I think this is ti:

http://www.lyricsandsongs.com/song/500046.html');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16906','a611126713','Me and Cindy will leave oxford for Atlanta   Sat around 8:30 . If you want to fall in with us, give us a call, Home 256 831 7267 , cell 256 283 2602 .
Take care !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16907','c5121032a0','Hey!!

Why aren't you on the road yet?  Better run!!

Just kidding, see you there!!

H');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13946','a96db9f745','That reply was strictly from me. Sissy is at work and Ill have her read your post and let her reply in her own words.   Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14310','802871bf19','Glancing at your profile because I didn't recognize the username.  Where in East Ridge do you live if you don't mind me asking?  I grew up about a mile away from Camp Jordan park.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12778','83a4ab7f76','If you would, please change your avatar to something else.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5427','fb62bf3382','Thad, you should think about doing a custom Mandalorian. It can literally be thrown together in a weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16591','35c14aa756','rose,jon,corey

hey guys,
jenn and i have those 2 rooms reserved still for MSC.
after reading rose's post regarding jon i thought i would offer this to you guys.
there are now some more solo troopers coming into the con,they need rooms.if rose and jon would like to stay with us,and let the solo guys stay in the &quot;party&quot; rooms ,just let me know.
i thought rose and jon might like to have some privacy ,if they wanted to, that they wont get staying in 2 adjoining rooms with 8 people.
besides that we got the con rate of $79 for the double room and also have a suite for $109,which if im not mistaken,is the same rate corey was given for the 2 bed room.
ill talk to jenn but perhaps we could get the suite and let angi stay with us as well,we could split the rate 5 ways then. again, just a suggestion.

just let me know, hope everybody is doing well.this weekend will do wonders for your spirit!!! cant wait to see everyone

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4745','07a7f55ae4','Sorry bro, don't have any MG blasters for sale at this time. But if I come across something, I'll keep you in mind.

Thanks :)

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14591','a06732935b','Dude,  just got news that Danielle will be coming to the  party but not until after six,it will be too dark to film,so if you want,you dont have to bring your mando. just a heads up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4721','5ee98df88b','Congrats! :D

Hopefully you can come down Saturday and Sunday or even make it next year :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14650','4c7f4b1da4','Your next post will be your 501st!

Choose wisely!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16832','1948f2afb2','Do you have a tutorial for the Fett armor out of a garbage can?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15688','0f2f56f526','Joey,

So who actually attended and what did they wear? How did it go?

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15689','c6e5a73fea','ricky and I handled. got pics to upload soon.

Zman and Crayfish were both clones.

we did a panel and they trooped the venue for a couple of hours.

It was a short meet and greet, deal.  we were just another group of panelists on the guest list and got in for the day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14656','7560af7eaa','Hell, I don't know...

My 501st post I just went in and posted 

&quot;Hey!! My 501st post!!!&quot;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15082','e9f1155b65','John,
Don't forget to look for that &quot;ear&quot; piece that goes on the mando helmet if you get a chance.
Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13484','2d8bd606ad','I used Bondo.It sands nice, then shoot with prime. I am finishing one now  thats ready for paint and will go to Lucas himself.

I had two of the block go to California for 15.00 shipping. That should be plenty to ship them together. I can get refund the diffrence.
Later Geoff


You can Paypal me at
boinker322000@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5944','9f3de57c47','PLEASE READ !

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=11600#11600');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16815','ce1427ae86','I dont see Cray's name ??
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16952','50441f959e','Yes.. I need a wet suit..My old one is about 10 years old and a little tight.  I've got a Episode 3 Clone bucket for you.  If you want it before the party let me know and  we can figure out a link up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4841','aaba4e56d9','I don't have a set, but Drax makes them for around $10 or $20.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7905','7c7a62614e','Ryan, summer wanted to check with you. is the jedi robe pattern from simplicity any good? 


Can you bring your Jango armor to the event this sat. I would like to  borrow it so I can  trace it out. Please. 

which saber needed the 3/4 hole for the rod?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17325','fb30856a5c','David,
It's great that you've passed on your costume to your girlfriend. I think your Galactic Marine is going to be an awesome costume. However, I think this technically would make you &quot;inactive&quot; because you don't currently own a costume for membership. I doubt Tambo will do anything about it, but just keep that in mind until your new costume is approved.

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17495','94b37876a2','you know I got your back ner vod..

Hay I will throw my warhammer stuff in the car for MSC, maybe you can show me how to play.. I lost interest in it because I could not ever get the how to play straight.
Im like you, I would paint to releive stress and relax, unfortunatlly after I had the emergancy surgery my tremors got really bad and I stopped painting..
Anyway, Ill have them with me.. I think youll like my tanks!!! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17498','d89a2a9eba','Jesse and Thad are going to meet us for dinner Saturday night too! Is that cool!?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5689','6ba744f2ff','Thanks
The $5.24 bid is actually me.  I just found it yesterday and placed my bid. It is loose and missing the blaster shots that make it so cool.  For this reason it is useless to collectors so I am hoping it will not go to high.  All I want to do is set on the shelf anyway.  If you know anyone who is looking for Target Exclusive Clone troopers, I have a few for trade.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15098','34a1e6e926','I don't know if we'll make the St. Pat's parade. If you could drop it in the mail that'd be great. Thanks.

Jeff Lester
226 Bobwhite Drive
Lyles, TN 37098');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5694','c2ee2c85b2','Hey, my name is Todd or TK-hooker on the boards.  My wife has been researching Mara as a possible costume.  She wants something feminine, yet edgy.  I like the Mara becasue she is sassy, yet carries cool weapons.  I guess it doesn't hurt that my wife is also a redhead and looks the part.  I was wondering if you had some photos of different costumes; it doesn't matter if they are of you or other people or even animated.  At this point she is looking for ideas for Mara.  If you have them, please send them to my work e-mail as it has unlimited capacity. thanks

PS - She is not the fan that I am, but I am working on it

todd.taylor@ipaper.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13505','a1d107e1c0','They are twenty. Im not sure how you want to get it. It can be shipped, abit of $$ due to the size and weight.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6380','6929d3afa1','thanks! I now have to search for any comments reguarding the infamous ass slapping pic.... :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7754','01c2081d77','I'm about to go into the meeting right now, and hopefully I'll be out of here around 5:45-6pm at the latest. Then I'll be hitting the road ASAP to get James and HOPEFULLY we'll be in Beattyville around 8pm at the latest. It's been a hideous day; everything so far has gone wrong; so hopefully things will run smoother tonight. Wish me luck...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17481','2f7ce7c978','I think I have 1 blue box clone left?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5039','1ad385a46d','Not a problem. Whenever you can get them done I'll take a pair off your hands. But I would still like a pair.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16966','3baaa94882','$600 FOR THE HELMET, $300 FOR THE ARMOR !! :shock:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11335','05577dedea','Corey,
  I saw your thread and remember seeing some things on the web.  I did not post there sites on the forum I have heard some forums frown on that so here is what I found.

http://www.starshipmodeler.com/cfstore/

http://www.starshipmodeler.com/

They do not have a republic crusier but the have parts and ideas
Thanks
Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15858','35e715cbf2','Joe,

I have edited my post. I did not mean to be spiteful. I have a tendency to say things that are taken the wrong way and most of the time I am clueless that it is has happened. I am sorry that you felt attacked.

I know from many of your recent posts that you are having a hard time. Unfortunately, with the way the seating worked out Saturday, I didn't get the chance to talk to you enough to get an update or to give encouragement, but I don't think that things have changed much. While Loki's post implies that you do have a job, AFAIK, you are still unemployed. Most people looking to hire someone don't want to start out by giving a two week vacation, although things might be different in the kinds of jobs you are seeking. Thus, my comment that you were going to be unemployed until May as a consequence of taking the trip in late April.  

Further, you have mentioned that you want a job, not so much for the money, but because it will take you out of your current living situation for 30-40 hours a week. I am just concerned that the harm to your psyche over the next 5+ weeks will not be alleviated by the trip. Like I said in my revised post, this is your life and you can make whatever choices you want; however, you have to be willing to live with the consequences of those decisions.  For instance, the jealousy and envy of other members about the trip might make them less willing to listen to your griping and to help with your situation. I hope things work out much better for you in the short-term than I fear.

MTFBWY,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17407','00ba9f5219','Hey, Spanker here.

Don't EVER put too much faith in what Obi-TN/Glenn/Steiny says.

He's not the most trustworthy person and has no authority in the group. He uses people. Spends money on toys and props that he resells for well over 100% prophet. Basically what I'm trying to tell you is that he rubs people the wrong way and I don't think he realizes it.

I don't think he was taught to socialize with people when was younger. He says inappropriate things and inappropriate times and never thinks anything of it.

I'm not telling you this so you'll hate him or anything. Just so you'll be aware that the best thing to do is ignore him.

And that is all. Just so's you know :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13446','235426b87e','Haha, that's usually my plan, too, I hate driving in this stuff! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('4993','45b153ada4','I'm not the Saturn guy, so..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5402','cc28b5925b','Oh boy........man, I don't like pain!!!!

Don't know if I'm gonna do HorrorFest. I would love to, because it's fun! I gotta do a local event here and don't know if I'll have time for both.

We'll see!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6412','eed747489d','Hey Chuck!  Sgt.Dark here.   Sorry we didn't get to the bar before I left.  The last week was a non-stop run of "add-on" sets and locations that kept us running all over memphis right up to my discharge.  And after 6 weeks of being away from home, I hit the road leavin' smoke under my wheels. &lt;g&gt;

 Thank you so very much for getting my attention and sharing conversation time.  You were the closest family I had contact with the entire trip, and I'm looking forward to those brews my friend!  

 Theres a rumor that there might be as many as 2 more films in the memphis area between now and Feb., so we may get a chance to catch up sooner than later?  I'll be bringing my armor with me next time.  :twisted: 

 Have a great week brother.  Until next we troop!!

Patrick');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5049','6830003733','Call Craig's wife, Tracy, At home. 
256-828-5549
She should be expecting your call.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5050','0b0493d862','cool! You da man! Great seeing you at DCon! See ya a troop soon!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5061','f893148b03','Cool...send me your shipping address again and I'll send them off.  Been doing allot, just got back from DragonCon..Bamatrooper is working the Helmets..We are planning on a prop party soon to work on them..It's going to take a little time, but we are planning on having the DST and DSG helmets soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14706','f0ea6e2c14','Target Exsclusive Vader.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16606','d989ef3a39','Hay,
Didnt you get the memo???
We dont need to bitch moan and gripe, we are all happy, there is no problems in the world anymore.
Besides, that whole thing yesterday was just me blowing everything out of porportion, didnt Greta, Holly or Jamie send you that memo???

No more complaining for me, Im so happy, I mean I happen to think, George put Teddy Bears in ROTJ, that has to be a sign that all is good in the world, doesnt it... Hmmm maybe I should email Jamie, Greta and Holly to be certain. I mean you know, Im always the ass that is wrong, the loose cannon. The biggest trouble maker in the SO..

Dude you need to go on the Mary Ann Ginger thread and post flowers and such.....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17997','35e40860fb','i think i had that suit in the 70's, :lol: 
things like that make you appreciate stuff when your older,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18082','157ae3800b','easy on the tag line!!!!!!!  i happen to love the banjo and i AM from kentucky.

&quot;INCEST&quot; a game the whole family can play, by the &quot;porker bros&quot;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18000','8eda129e17','Amen to that Brother');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18001','74d55c5ecc','What is the secret contest skip is hinting at? 

tell me now. do it');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18105','f601d8acec','Any word on when you will be shipping out the rectangles?

Please give me your address or payal account so I can pay you.

Thanks again.

P.S.  Still no luck on the expansion screw.  I went to a huge dental convention last weekend, and looked, but they didn't have anything that was close.  I have yet to hear from one of my older orthodontist friends, so don't give up hope yet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18003','a318d5fd05','holy shit Danielle, your sig banner is the fucking shit! I love it. very cool indeed. 8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18004','30b9948fcb','Please go. you must go to the event. please, I will buy you two beers. 

I dont know if Summer is going,  :cry: . she might have to work.
plus you know how to dress me in my mando gear. your a natural. 

please please please.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5083','41a27b4346','dude, all the pics I took were on the "Daylight" setting, and we used the flash, so they're all washed out like that.  DAMN!

Password is 

loki1972');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17504','b00f5a2fdd','Loki,

   Hey man. . . .I have no computer skills. . . .didn't know if you got my last PM. . . .my cell# is 505-670-8512. . . .let me know yours if you can. . . .I'll be rolling out fairly early tomorrow. Interested perhaps in crashing in your room . . . . .depends on a few things. . . .lowdown on the ladies to start. Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17506','21f13c5b33','[img:21f13c5b33]http://images-jp.amazon.com/images/P/4901972243.09.LZZZZZZZ.jpg[/img:21f13c5b33]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17524','7929d1d732','Most of that is true.

But it is the pepper that only Holly can pass me.


Just wanted to say thanks for defending me when you knew I was falsely being accused.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17527','800f3f16f5','I have a whole new forum setup and ready to go it whatever crash was supposedly was working on didnt come to be. After MSC, we could instantly be up and running with a forum. It is the same software was this one. I have it de-activated right now, but will have my laptop with me at MSC, and one click and it can be live.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5086','56923f7c44','Suppa start scrounging for cash...get the funds people owe you..I'll start asking around and see if others are for sale.  Did you see the regular Infantry suit with the HERO pistol combo?  I'm starting to like that helmet allot....I wish I could have them all!  The commander helmets with the gold heads on them are the best!  I want one of those.  Time to start selling my toy crap on e-bay like a mad-man I guess.

$200 for a room at DragonCon split with friends

$45 for parking for a weekend

$100 for Gas to and from the Con

Spending time with one of my beat friends Suppa Fett...PRICELESS

HAd a blast and will not forget the greta times..I'm working on a disk of pics for you...so look for a box with a CD or two and a tape from Chris.

Later bro.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18025','be7e75df9c','Thread archived.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18013','68c7067f36','Thanks, I emailed him.  

When you come to Memphis, just remeber to bring my hat.  Or better yet, I may have to come get it myself.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18014','68c7067f36','Thanks, I emailed him.  

When you come to Memphis, just remeber to bring my hat.  Or better yet, I may have to come get it myself.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18153','50dc422f4c','Hey bro, how you doin'? Acouple things here Tim and I have some business in Kentucky on Friday April 7th and are planning to come down to Clarksville and stay Friday night and drive home Saturday. Now heres what I was wondering... any chance we could crash at your place friday night? I completely understand if you've got other things going on etc. But I just thought I'd ask.

Well... anyway, hope all is well and give me a call sometime if you like.

 :) ~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18155','a33c57d8a5','awsome, but you're talking 45-50 members!

what did you have in mind?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15934','8ebade0b60','Yes. But I won't be there till Sat afternoon/evening. I have a gym thing in the morning. Now, if it gets cancelled cause there's not enough kids....then I'll be there for the whole damn thing :-D


Actually, I'm going to work on cancelling the gym clinic. The head coach is quitting, will be perfect excuse...

and I'd love to room with ya guys :-D Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14642','5848c97060','Or if the child is to sick, and you want to ride with us, give me a shout. I will call you on Friday. What are you taking to work on?
Thanks Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14753','a7a1ac5657','I am looking for $50.00. Or trades.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14754','e0e8163a50','I wasn't going to the one this weekend.  It's the one on March 11th that I'll be going to.  Sorry!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6609','6b08cb0356','Sure, I've been looking for something to do beciase wear my Scout around Campus to all my classes  :D .');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6610','e1018a032d','Cool, ill let Tim know. He said he could pick you up. 

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8793','35462532d4','Talk to Greg Chase up near Boston, MA. www.capricornarmor.com. That's my armor. $650 total if I remember correctly. He has the most accurate back available, as well as front, though it could use a slight tweaking. He's a wonderful guy to do business with, but be patient when expecting a reply from him. He's a little slow to reply.

Ask around on BSN about cumberbuns and blasters, and be sure to check our Jeezy's tutorial on buckets. His tutorial isn't for the Rubies, but you can do the same stuff and have a great bucket.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11030','133d722627','Cool. Thanks for the info.  Did you ever think about going to Wonderfest in Louisville, KY?  I go there every year for the models, but I've been noticing more and more TK's wandering around.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11031','f208853515','yes I'm going to try my best to make it this year to Wonderfest..I'm a model guy myself.  We are planning to have a slew of troopers this year.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17183','cd54cf0f96','Here's my #'s   Home is (606) 451-0586  Cell is (606) 271-6091

Sorry, I forgot to sent them to you.  I'll probably leave here around 10:00am EST on Friday.  That way I should get to Memphis aroud 3 or 4.  I'll give you a call when I get there so we can hook-up.  Call me if you ever need anything.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18201','6b6968139b','Sorry to bug you again Skip but my buddy said he sent the cashola last night, did you recieve it, im just tryin to make sure that he didnt accidentally send it to the wrong place.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5108','6f7acf7756','Tyler, 
Colleen here, 
Patrick is in MS working on a Movie and won't be back until October.  I let him know of your message and he said "have a great time and hopefully we'll troop together soon".');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17501','2877821504','Loki,

   What's up brother Fett??? . . . .MAN. . .you got sum ho's crashin' in yo' room?!?!? Who are they, are they up for grabs, . . .and do they want to be [b:2877821504][i:2877821504]in pictures[/i:2877821504][/b:2877821504]? I mean. . .is there a chance for ass there? I may have a an old associate to revisit in Memphis. . . .but constantly on the &quot;hunt&quot; for new strange.  Yo man. . . .I just had a session with this &quot;older&quot; lesbian couple in town the other night. . . .my first real 
3-way. . .other than me and a buddy bangin' some ho. . . .It was crazy!. . .I'll tell you about it when I see ya.

    Hey man. . . .my phone is 505-670-8512 (what's yours?)and I'll have it on Fri. . . .should get there early afternoon. I'll start having some drinks and crawling into whatever costume I can get into myself. I may be interested in crashing in your pad. . . .kinda want to get a better feel for your scene there. . . . .unless you just PIMPIN'!!! I'll have a cooler. . .couple guitars/instruments. . . .CD player. . . .and a small bar. Holla. . . .and take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17502','789cfd8b9d','I REALLY want to learn to play SW Minatures!!!!!

I have the AT AT and AT ST, and a few assorted figures, I love them, cant wait for Dcon, there is always people selling the minis...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17503','a7dbfb80e0','Yo Bro, here's my number

931-588-1112

You're more than welcome to crash in our room, the chicks in there aren't skanks.... yet.  They're some fanforce girls from Chattanooga that we're in the process of converting.  The little skinny one is in desperate need of a good screwing!

I'll holla when I get there');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17906','d1a8f96239','Ah yes....I am 25. A year younger then Summer.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17907','f2b5beb825','Do you live in Nashville? Or...?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14816','bb6f62ba13','honey,

Emily fett is having a fit about me going and wants me to do the cookie booth sale with her.  I am still working on it, so I may be there or not.  AS for Cray, I haven't heard from him and I have emailed him, so who know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5116','f8bef7e434','Beat friends...HA!!!!! thats funny... Your a Beatnick brother.... Nahhh the "A" is next to the "S" and I did not check my spelling... Your one of my BEST friends.... :P 

I Know what you mean about the cape...however heavy it is cool, maybe we can get the other guys to get the grunt suits.  I really Like the Commander helmets with the gold flaming heads also.  Maybe you can buy my Captain and I can get a Commander....Regardless you need to have a Captain suit if that is what you like...And they fucking rock!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16352','d4ef2794b4','been communicating with corey this morning.

he called me yesterday,i was in the middle of something and couldnt talk long.he told me that he was trying to help jamey by starting a roster for him.then jamey PM'd him telling him not to do rosters for &quot;his&quot; events.
since you had mentioned to me that you and jamey were talking again i suggested to corey that he get with you about how to proceed.
i told him if nothing else ,delete your posts and ignore the guy.

he emailed me and said that he spoke to you but that nothing was going to be done with jamey running his own events.

this morning numerous people PM'd him and said that they were happy jamey put him in his place.so corey is gonna quit trying to help,for the most part.though he was mad earlier,he's fairly calmed down now.

but this brings me to this conclusion,
if we were to expand the command staff it wont help.people will still bitch and people will still lash out.
our wonderful forum has become a tool of hatred.people use it to start shit and cause problems.its hard for me to want to go out and really work for these people with the headaches they cause.

as far as im concerned we should look seriously at just cutting the command staff back to me ,you and tambo.and talk seriously about this name change and  or possible split.obviously none of us want to see our hard work of 4 years to be thrown out the window,but we might have grown so much that this will be the last year for the &quot;outpost&quot; as we know it.
im not mad about any of this,but wanted you an i to be in touch this morning.

hope all is well with you guys, 
ill see you this weekend.
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14367','cb1e555948','[quote:cb1e555948="blink4077"]Hi, I only have access to public and recruit forums.  Pretty sure bob has more than that, take your time I dont post often and I  can keep up thru the bob but would like to be able to post sometime.   Betty  :jawa :sandcrawler[/quote:cb1e555948]

Hi Betty, sorry bout that. You should have access now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14383','cdaad90758','Other places you can check for jumpsuitsare Wal-Mart &amp; Tractor Supply.
They have the short sleeved ones made by Dickie.
The short sleeve suits are what Boba wore with a long sleeve garment underneath, so if you got one like that, you're still authentic.
These can run anywhere from $18 to $30. Multiple colors are available.

The vest is usually the prize piece. It's usually hand made. Most of the guys will find a nice colored upholstery material at a Hancock Fabric store or material store of some kind. I found most of my material at Hancock's on the clearence table. The $9.00 a yard stuff was marked down to $1.00 a yard. We have patterns.

The armor pieces will velcro to the vest. If you use a vinyl material for the vest, the sticky back velcro will stick to and stay on the vinyl. Allowing you to remove the armor plates for storage.

Visor material is also somethingt you'll need. If you make it to Clarksville next weekend, there is a store nearby that carries a full sheet of tented material for $4.99. You can get 2 visors out of it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17428','2cee2ca7ea','Hey rose, hop on aim for a couple of mins if you are able.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14387','9d6f676113','Hey Bob and I made our reservations today, Marriott, Thurs Aug31-Mon Sept4.  Are you and Rose still in our room? Hope so  later, Betty :jawa  :sandcrawler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14388','265a4cabaf','That's funny.... I was going to ask Bob about this while we were at Corey's this weekend. Yes we'd love to room with you guys again. I will have to confirm this with my manager... (Rose) :lol: 

See you guys saturday!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18284','5c0a7cbe6b','Hey Tim here is my number
1-606-344-9455

See you tomorrow.
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5128','e5409b2444','Cool man! I had a BLAST too! I really like hanging with you at the Cons and NO you did NOT keep me up late! I really was expecting to hang out later! Everybody seemed to knock off early for some reason! The only thing I hate is that you are in such great shape and I'm an old fat bastard! I'm going to really work on losing some weight here soon. I'm miserable being this big!!!!! Other than that, you're right, we are kindered spirits! I LOVED the pimp trooper deal this year! It BLEW away last years pimp event! YES I will take you up on it next year. My new armor was very uncomfortable and I should have just brought my old armor and done the pimpin' with you. Man! Trader Vics was TASTY! I want another one of those steaks!! And I will hang till Monday also to do the costume contest. Let's keep in touch, and let each other know what's happening in or lives. I am gonna try make Horrorfest too, but I'll keep you posted. Take care man, and stay away from the fires!!!!!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14862','71d1be7566','I was messing with my avatar and everytime I try to change it back to my old one (from Photo Bucket) it tells me it was unable to upload and underneath that it says DEBUG MODE.  Have I done something?  It's the same one that was on there before, so I don't know why it won't take it.  Please help me, Oh Computer God, for I have obviously sinned.  lol  

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5147','bccb1f0bfe','OK, here's the best way. Load the picture you'd like to use into an account on a site like photobucket ( www.photobucket.com ).
Then link that photo back to your profile set up. That should give you a regualr sized avatar without sacrificing the quality. Hope that helps.

Supposedly, Chris Ash has set the board up to limit the size of the avatar, but if you are loading a high-rez or large scale photo from your hard drive, it may be overriding it.

Thad, give me a price on the Vader helmet. I may be down to the Becks around the last of September or the first part of October and can get it from you then. Do you prefer PayPay, check or cash? I can do it anyway you prefer.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5149','0b62efb258','WOW! If I known you were gonna use THAT picture, I'da told ya to leave it big! Looks great!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15471','c72b6f9e63','I don't mind sending you the picture, but what did you do?  I can't upload [i:c72b6f9e63]any[/i:c72b6f9e63] avatars.  How are other people doing it?  I just feel bad bothering you every time I get the itch to change my avatar.  lol  

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15130','10db408169','Glenn, can you move the Tn Burn Camp to pre events? Thanks . I put it in the Where we will be. Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5251','296998991c','I was counting your friend as Boba, plus Outpost Arc, Myself, Strick, and you, and I think there was one more trooper that said he could show up but I forgot who it was. I need more caffiene... Anyhow, I'll see you at 11:00am in the DVD section of the Nicholasville Rd. Wal-Mart. If I can do anything for ya in the meantime, I'll be glad to help!

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16960','e8264b6132','Sweetpeas...I must say I'm incredibly impressed with your new paint job on your Clone trooper uniform.  The Green and the weathering are perfect.  I like the bi-pod on the Blaster and the Poutches of your shoulder.  What are you and Jon using for those mini-Grenades?  Again very well done..I love the Clones as much as the Boba/Jango and the Episode 2 clones are the best!!!!!!  I want a Clone 6 bucket bad.  Later bro.

P.S. I saved some pics (the ones Rose took to update your membership photos)  I know you sold your old Glover armor..what did you do with the old helmet?  (I hope you saved it)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17821','da3dbbfc15','Yes I do, I'm interested in forming an Outpost web team. Not just for member pics but for new website design ( I've wanted to put a new face on the website for awhile now ), making some custom frames so we can have our own members galleries so I can disconnect our members page from the Legion members page, and so on. 

I'm setting up a forum area for this with guides about the members pics, framesets and so on. Extra graphics help will allow me to focus on some needed utilities, like a form for Tambo to upload images to a data store on the server so he doesn't have to email them to me and so on, templates for events, etc. I'd also thought as a bit of humor, we could even design a patch as an &quot;unofficial&quot; Outpost squad.

I'm setting up the forum area now so it'll be a few days, but I was contacting people I was made aware of that said they would be interested like yourself. Again I apologize, I would've given you a shout sooner had I known.

What graphics package do you use normally?

Oh, hope the hotel business got worked out in your favor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18026','be7e75df9c','Thread archived.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18027','1af9f2ac6d','Hiya Chuck!!  I have a girlfriend that is dying to meet ya.  She saw your pics from the Con this weekend.  She lives in Maryland though....just thought I would give you a heads up....there's a redhead lookin fer ya!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16295','3098b7ae1f','[quote:3098b7ae1f="TB1309"]Very cool! I know it'll look killer[/quote:3098b7ae1f]

It's going to look...  &quot;different&quot;, I can assure you of that!  ;)

It's hard making a &quot;real world&quot; costume from a cartoon and making it &quot;work&quot;.  Some of the pieces we're making &quot;idealized&quot;.  Nothing is very detailed - just like in the cartoon.  The colors are going to be funky too.   :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12018','603afe08c5','Hey Tambo are you able to add people to the new section, if so please put me in.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12019','c6b56ce850','I think they are revamping some things...let me ask Bama..we will let you in with the rest of us sickos.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5311','a25bf4d1eb','Sorry it took me so long to get back to you. My only problem is I didn't bring a car down with me, but I can look into getting a ride.  I'm still kinda new to the area, haven't really been out and about much, is the Richmond Wal*mart the one that's down the bypass from EKU?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17064','30a59e61cc','no problem man, if I ever get my damn clone armor from that fool in florida. I would like to comission you to paint it. All I have right now is the helmet. :oops:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13317','cf0ac05408','Hey Joey, I was allowed in to the trash compactor then it disappeared, when I searched for the NC17 thread it said that Corey posted in it yesterday, why cant I see it anymore?

Thanks
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13320','a4edadcf86','I friend of mine helped me on mine. He still has my pattern and mods. He even has a suite to sell.
You can email him at    craig.a.johnson@ngc.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13321','e2d59ff177','Get back to work!!!

Love,
Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17102','23b5891bc9','Hey!  I just wanted to let you know your Zam looks great! So, when do I get to wear it? Huh? Huh?  Puhleeese?  lol  Just kidding!  Anyway, very cool costume!  Talk to you later!

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17103','f4168aaad3','Hey bro, looks like I'm going to have to take you up on picking me up acouple of totes. I'm going to need two of them. What do you see as the best way to handle this (as far as time frame and payment, etc)

Thanks!
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17106','605bb76c49','hey Jeff,

Tell Susanne I got her message.... I'll try and call her later in the week...... be lookin out in the mail for something:)
miss you guys');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5332','7b99949010','I know, I couldn't believe it when I read THad's post about you liking wot. I would like to one but which one I will have to think or read the books again.  By the prequel (sp) was really good.  In fact someone asked Jordan at dc if he would write more about Lan and he said he Planning to.    The prequel really explains how and why they start searching for Rand.  You should read it.  By the way are still coming Saturday night?  You can call me anytime.  hm: 647-1187 and cell #601-0659.  Call anytime.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5339','7e5874d05c','I was just thinking I needed to touch base with you this week.  I have you guys down from around 12 to 6 on Saturday the 8th at the Oxford Wal Mart.  How many do you have coming and would you rather focus your efforts on one door or both?  I am coordinating the scheduling and we want to see if we need to use volunteers for the other door.  
 
I was thinking of making some flyers so whichever picture you think would work best would be great.  I will also coordinate radio promotion through K 98.  If you have any other contacts let me know and we will try to talk to them too.
 
Thanks,
 
Cal Seales
 

112 East 7th St. Ste. B
Anniston AL 

..............................................................
 Need to know if you are up for this one?
Thanks,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15382','bee2ba1056','Give me a call Friday sometime and we can arrange to meet. Thanks Geoff

615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5354','7904b09e0a','sounds like things are better :) 

Did you find a job? 

The Tattoo looks good.. smaller than I thought.. very classy :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16067','764938dc1d','Corey's got the room thing taken care of can I room with you guys in one of those two rooms he got folks?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16068','183808c8c8','sure, sounds like a plan!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16722','7740ab3dd8','Corey,

Will you bring your mando helmet to the parades? I will then bring it back with me to airbrush the predator on the helmet. Cool?

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5375','f77f4a14c6','It would depend on how many we have suited up on weather we work two doors. I would like to plan on that. I have never made any fliers so I can't help you on that.

Normally whoever invited us does the advertising. You my need to talk to them on that.


Make sure we have some place to change and to rest. Maybe some drinks too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5367','9b291f22eb','cool! Does it hurt to have it done!?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5377','32c536b138','He will take care of all that, I just need to let him know how many we have coming.  We will only be at one door, He will have people taking up money, we are to draw them in. I will put you down as a TK.
Thanks for the help. Let me know if you need help getting here.
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15600','49e0c44c63','Hey Bob,

First don't think that Susanne is sharing your pmswith me but she did bring me in on the things that concern me, your wedding and the basket.

1) JOey and I didn't feel that we were invited to your wedding as we never received an invitation nor did you or Betty come on the boards and invite us.  I know that Angie put it out there but as you didn't respond on it we didn't know if it was a true invite or not.  If you remember we didn't go to Tambos or Laura's weddings either.

2) wedding  basket- That was Jennifer Curley's idea and she talked Susanne into organizing the items that we gave her.  Susanne, Jennifer, laura and I all picked out the sex items for the basket.  We had no idea that we would offend you or Betty with those items.  so to that I end I want to offer my sincere apology to both you and Betty.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13063','38c73e437c','Awesome!  I always wanted to be on TV.  That's just enough time to grow a mullet also.

I may try and head up there if there is definately somewhere for me to stay.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13064','2519132ec8','dude, corey has plenty of room, just let him now you wanna spend the night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13067','2efd47079b','I'll be there then');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8168','dd8fe368b8','No such luck on the figures, but I got you a couple voice amps.  They will be in my case so remind me at the next event.  I think there is something coming up at the Clarksville Toysrus, but I can't see the preplanning board until I get my TK number.  I am destined to be the longest running pledge in history.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8173','5c51ae0f2d','[quote:5c51ae0f2d="The Blaster Disaster"]I understand, What can I get from you, And what will I need to get myself?
Thanks,
Shannon[/quote:5c51ae0f2d]

I do the bandoliers, both individual pieces and in "kit" form.

As Founder of the group, I also handle TBBG merchandise, such as patches, buttons, etc.

We have a guy in the group that does the helmets, and another guy who has a seamstress that does the soft parts.


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11991','1e8fa14f2f','[quote:1e8fa14f2f="TK1143"]Hey Jason, im interested in the Chewie suit. Is there anyway we could set up a payment type deal. Im goin to be kinda strapped for cash until after V-Day. 

Let me know about it bro,
Also, I just saw your avatar in fullsize and that is some awesome weathering, how did you do the black and white weathering? Was the white a reveal or a topical?


Thanks for the help bro
Later,
Tyler[/quote:1e8fa14f2f]

It's not mine so I can't do any kind of payment plan...sorry :(. 

The white is just the armor. The black was done with rubbing alcohol and black acrylis paint. Spritz the armor, smear on black wipe, wipe and blot off as desired.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5455','1634fe3cf2','Hey Cadet, do you have a cell phone number so I can get ahold of you at Wal-Mart to make sure we dont miss each other if you ride with me. You may also want to send it to Angie incase you ride with her. 

Later
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7898','b073cacfde','Got it on Monday. Great work! Put me down for the adult version! LOL

Thanks and regards,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7899','2d0c47c8f1','Glad you like it.  Don't forget to send me pics when you finish it.

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7900','e4e6650b11','Ivan,

   What's up brother Fett? . . . .when do you come over to the "dark-side" and start working for the "G"?!?!  I'm sure they have to schedule you for your ID chip, surveillance, and behavior modification implants like they did for me. Just don't fight it. . .it only makes it worse.

    Sorry . . .been meaning to send ya out one of my old mics. . . .I must warn you . . . .it's cheap. . .cheezy. . .but effective. Hell. . .I'll just send you one. . . .if ya like it fine. . .if not. . .I'll get it back from ya.

  Just shoot me your mailing address and I'll send it out to ya ASAP. Hope all is well. . .take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13469','700b134f14','Hey Man what is the price on these kits? Missed out on the others because I am a broke bastard.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5464','b0dbd7b680','Yea, my cell phone number is 513-646-5340.  I'll see you at the richmond Wal*Mart tomorrow morning.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5470','d296ccfba0','Hey,
     Karen Traviss is the author who worte the Rebel Commandos book and the GAR article coming up in Insider #84 along with working on the post-NJO series.  She is a huge clone fan.  Do you mind if I send her a link to the video you made of Anikan walking up the steps.  I understand if you don't want me to, so if you don't just say so.  I wont' send it till I hear from you.

Donald');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8169','fa1bd16263','You were talking about a 501st figure; is that the one with the blue markings?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8170','afa0997c20','Yes they also call the blue striped figure Tactical Operations trooper AKA 501st');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16051','6cccb4b2b6','Somehow people still get us confused, even when our names are in our signatures, and you have Sean Connery package in your avitar. *sigh*

Hammer has pmed me back, he's fine and wonderful and I made him cry again, and he loves you, your big bro.

Talked to Loki too, he's fine. He feels a little guilty though, because he says he was the one that spoke up Corey mentioned you as the first possiblity for the third person... he said he didn't think you'd want to quite you job over it. I told him about your job though, and he said &quot;oops&quot;, he didn't know. He's really sorry, but he's really really glad your going. He loves you too. ;)

Love you baby!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5489','8858cd49af','Sorry dude, I've allready hooked up with Angie, Jon and Rose at the fiddlers Inn.  That's where I think we'll all be at, you should consider staying there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8604','28192cff3c','Could you please PM links to your eBay auctions as you get them up? Thanks.
Robert Strickland
Louisville, KY');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14321','16df496b10','Nah, I moved to Huntsville in 90 to go to college, though the rest of my family does.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15903','3ec72831b9','Corey,

With Jon and Rose pulling out, I hear you might have some bed space in your room for MidSouthCon. Any chance I could stay with you and Loki? I promise not to complain too much about the smoke.

Glenn
P.S. Please note that I did edit my post and have sent Joe an apology/explaination.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5516','c7f6440417','[quote:c7f6440417="Obi-TN"]I met her at C3.  You can send the link to her. I just don't want tons of people to see it before Chase gets his hands on it.[/quote:c7f6440417]

Understand, thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5517','f4c480d02f','Hey Jeff!!

 :D Good hearing from you.. I would be interested in being there to help out..  :?: Are we going to go in costume? Are we receiving any special perks? (discounted price on EPIII or BF2) just curious.. 

Keep me posted on any updated details. AFAIK I should be able to make it..

Later!

DC');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14325','19cf2f05b6','Yeah.  East Ridge High School class of 90.  I went by my middle name.  Rex Gaither.  Played Sax and Tuba in the band.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5519','248b66474a','With tax the unleashed clone was about 27 bucks.  Do you have a good source for the stormtrooper.  I hate giving business to those sites that mark up the hard to get figs. The norm now is about $69.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5699','a7f82e06ec','hey man, Jaster here, Don't know if you looked at the mando thread recently, I think I have a pic of you from dragon con. Can you  confirm this please.

Thanks 
Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6846','c9a82da958','why won't the forum let me post? I tried to post a hello to everyone, and it kept sending me back to the sign in page, and I was already signed in.......says i have access to post at the bottom of the page......weird?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5524','6b6c1524bf','I may be in that area next week.  I am leaving for KY right now, but could you call my cell and leave a message letting me know the store name and phoe number if you have it.  My number is 615-210-4673 thanks

By that way, all the targets in Franklin now have the new scaled Tie Fighter; it is damn cool');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5528','be0dbb3cb2','Dude, you are definitely having a baby, because you already told me about the prop party.  :D  I had called because we had talked about getting together to pull some molds.

Kevin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17487','30b21e1567','Corey I saw that you had PM Jeff.  Here are our numbers

Home 931-670-5783 call after 6:00 and before 10:00

My cell 615-585-4334 call after 5:00

Jeff's cell call after 5:00.

I will be home late tonight because of work.  But Jeff will be around.  If you get our service send him a PM so he will get off line.  We only have one phone line.  And our cells don't work at home.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5537','f4c480d02f','Hey Jeff!!

 :D Good hearing from you.. I would be interested in being there to help out..  :?: Are we going to go in costume? Are we receiving any special perks? (discounted price on EPIII or BF2) just curious.. 

Keep me posted on any updated details. AFAIK I should be able to make it..

Later!

DC');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9080','817240302f','Hey bro, Was just wondering if you were coming down for the parades on Dec 10th, if you could bring the Jar-jar in carbenite (SIC) that you owe me from AdCon. No rush, but thought if you were going to be there, I might as well ask.

Thanks in advance and hope all is well
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13924','015105fd88','Thanks Tambo,

I'm sorry I messed up.  I sort of should have known not to get the whole group involved.  I promi not to let you guys down again.  Take care of that beautiful baby girl.

Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16340','be5fcc88a6','Atin, I read your post what's the deal, ner vod? Did something happen?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16341','498ee3c1d4','Hey, this is TI-2151. 
I am Vex on the forum. I cant get to the member's area. Can you fix me.

Thanks

Brian 'Vex' McClure
Southern Outpost, 501st Legion
Jolly Rodger Squadron
Omega Wing, Reaper Squadron');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16811','adb7325c3e','Thanks for the offer man, normally I'd be all over it, but it's actually better for me to ride up with them so I can try to finish some last minute  repairs to my costume before leaving. Thanks again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16812','fb3c7b75a2','no problemo man..
Ill cya up there..

Have a safe trip... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16894','417ccd20fd','Seriously don't sweat it. Save anything you got at showest as suveneirs. That figre was (A) opened, (b) missing the blaster affects, (c) a gift, or (d) all of the above.

Either way you answer you see you don't owe me anything.

But speaking of the &quot;Big Joseph needs space blow out giveaway&quot;  I may have some signage from TRU you might want. I need to go through my crap seriously. I'm having trouble navagating through the dump that is my room.

But blah. You don't owe me man. And I won't except any sort of &quot;pay back.&quot; I'm not Stein, I don't peddle. And I don't resell my crap on ebay or wherever trying to make profit. I give stuff I can't use or don't have room for anymore to good homes. I'm more like a wierd collectables adoption agency. Ithink about it this way you're donig me a favor by taking it cause I couldn't bear to throw away my stuff. Heck thats why ryan's sitting on ym vintage figures the ones left over that I played with and the figures in between then with POTF and stuff that I had sitting ni a tin. Cause I was putting them to wasteand he has places to display them nicely. It's a win win. I can still go see them if i miss um. But they aren't collecting dust.

If you wanna help me out or do something nie find me a decent day time weekday job. Before I'm forced to take three steps backa nd go work fast food or crappier retailc ause i won't craw back to TRU.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5556','dc8b050c61','Its just a simple cosmetic alteration of regular F/X TK armor, unless you want some true movie armor.
I took my regular TK, added the pauldron on the shoulder, weathered the armor, swapped out the knee plate with a sandtrooper knee plate, and built a backpack. You can also remove the button panel on the ab plate and replace it with a flat piece of ABS. 
That should do it.

The true movie style armor usually runs about $2,000. I opted for the economy route.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8129','2035c89843','Thanks!

 That's cool. I have a contact on ebay as well that said to drop him a line when I have money. He is going to get me set up with all black armor. I think the only problem I'll have is putting it together. I am partialy disabled in my right hand.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8130','aea7f1585a','Well, I've never actually put any together, since I'm going TI first (seemed a little less $$ to finish).   I'm sure if you went to an event with your unassembled armor and a case of beer everyone would be happy to help.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5568','0a5f868668','Hey man, I dont know which day i will make it. its either saturday or sunday. I  know I can't do both days.  I figure sat, so we can party afterwards. 
we will see. 
see you there hopefully.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15186','91b737532c','Cool. Thank you.  The weather is getting nice. Im going to start working in the garage on some props. Will let you know. Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14717','ebc4dec01a','Same here. My Buddy and I are just going for the day. Not planning on a late night. Last time the guy I went with &quot;Zach&quot;, we stayed until 12. I had to work the next day. Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5669','f789340404','Sorry to ask you a work-related question during your off-duty time, but you're the only person I can think of who's guaranteed to give me the straight answer.

Do hotels around here relax their "no pets" policy for people who are evacuating from a hurricane or something like that?

I'm asking because my parents live between Corpus Christi and the open gulf, so they're packing up everything right now to come stay up here for this weekend and into next week.  They've got a cat, and they made fast reservations at the Radisson in Madison ... which suggested to me, when I called, that Motel 6 <i>does</i> take pets normally.  I've got no problem with Motel 6 but my dad, well, I would never call him a fussbudget because then my nieces might repeate it where he'd overhear.

If the answer is "no", well, I'll go cat-proof my guest bathroom, I guess, and get ready for a lot of crabbing from my resident cats about the stranger.

Thanks, either way!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5587','39e831af9f','Glenn:

That Incredibles girl, Violet, that you got to disappear...  You said you wanted more info on her, so here it is:

Her name is Natasha (TB-1224) from the Northeast Remnant (1 of the 2 NY area garrisons.)  She sent me an email recently asking me to delete one of the pictures featuring a butt shot of her in costume from my Yahoo album.

FYI,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5598','30ae5f03dd','T-Bone

A little birdie (Joey) told me that you are the man to see about a saber.  I am wanting an Ep V Vader saber hilt.  I know that you can do the EL blade but that will have to come later.  LMK the details.

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17824','2f7ddb6e2b','You better join!  I saw pics from midsouthcon, looks like everyone had a blast.  I was going to go but I had a car accident and totalled my car.. so I'm stuck here in Auburn.  Have you had trouble getting on the fan force forums?  I can never get on there..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11569','5046716777','bamatrooper@mail.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17201','0da3c820a4','Holy Crap Goosh! You should have called me! Damn, I'm glad you guys are ok. I hate to here about your car though. What are you gonna do about it?

Are you still going to MSC?

Let me know if I can be of any help!

Take care......and slow down! Maybe we should get you a bicycle!?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17362','04ebba87f2','Cool deal on the car, Goosh! Glad your gonna still get to go to MSC. Represent the rest of us Bama guys and have a great time. Wish we could be there!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16736','bb4dde47ed','Hay Man,
Finally got some sleep on my end here.. Thinking a bit more clear, so in a slightly better mood. That and I remembered I had forgotten to take my last 2 injections, you would think pain and fatigue would have told me I was forgetting something..

As to the ranch, I have emailed Steve this morning, let me see what he has to say and then I can give you a better answer. I have not talked to Hammer, was waiting to talk to him face to face this weekend. But if he is still a no go and Steve says it is ok, then Rose is more than invited. I would go ahead and talk to her and see if she is interested. Besides, think of the fun we will have with Rose along!!!!!!

Im going to leave around noon tomorrow for ATL, so I will be there first, Im hoping Joe is going to ride down with me, waiting to hear back from him..

Hay on a real serious thing and not to get all mushy:

I know I probably never say it or show it, but Im very grateful for the friendship I have with you and Rose. I love you 2 very much.. You both know my past. I never had friends when I grew up and I dont think words can ever say how much you both mean to me.. In the outpost I have many friends, but among them You, Rose and Loki are my compadres, my closest kin.. Thank you for that..
HUGS');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5622','81a70d7e62','Hey Mark. I was wondering if you would be willing to suit up in your TK armor for about 2 hours on Sunday, October 2nd in the afternoon for a film I am shooting for school.

I can send you a copy of the script if you like, but the story follows a young Imperial Stormtrooper who is going to a regular school for the first time and learning to make new friends and fit in. He is picked on by two mean kids who look like Han and Luke, but along the way he meets Vader Jr. and the two become best friends. Together they learn what it takes to serve as one of the Emperor's finest and crush the Rebel scum.

The location is H.G. Hill Middle School. Are you interested? Lemme know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5625','070a98e1bc','Hey dude. I'm wondering if you are willing to suit up in your TK armor for a film I am shooting Sunday afternoon on October 2nd?

I can send you the script if you like. Basically it's about a young Stormtrooper who is going to a regular school for the first time and has some trouble learning to fit in, as two mean kids (who look a bit like Han and Luke) pick on him and most everyone else thinks he is weird. A long the way he meets a young Vader and they become best friends and together they learn what it takes to be among the Emperor's finest and crush the Rebel scum at their school.

It would only be about two hours and there will be a craft services table setup with food and drinks all day long.

Are you interested?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7188','ef533d75cc','I told skip i wanted in on that cylon action.  My brother in law found some places in FL that can cold chrome plate.  They aparently specailize in platic car parts that need to be restored such as dash boards etc.  I think it can get expensive though.

I long to be a toaster.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7079','db29def978','I am not posting this on the public board until the deal is done, but we may have an event on 11/13, a Sunday that will be incredible.  EB Games wants to set up in the new theatre in Cool Springs (Nashville) to promote Battlefront II.  They will set up big screens to have multiplayer gaming.  The real gem is the theatre will show Star Wars episode 4,5,&amp;6 all day long.  There should be radio and TV coverage.  This it the most upscale part of town so it will be a great crowd.  A lot of the memebers don't think this can happen, but I work in the theatre industry and I feel it can work provided Fox distribution doesn't get greedy with the film lease agreement.  keep your eyes open in the events board.  If this happens it will be a can't miss event.  Please send some pics of your jedi costumes.  my email if todd.taylor@ipaper.com :trooper');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5636','ae7c5ca99e','Hey, Send me a Phone # to call you at sometime..
I've got some questions about events your way this fall and wanted your opinions..

http://auburnlanesal.amfcenters.com/default.cfm?action=merchandise.starwars');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5663','54d07bb34c','Well i hope you have a great time this weekend. 

You might be a "little short for a stormtrooper", but when you get your armor you'll be one sexy little package all wrapped up in ABS...... :oops:. Some might say the whole package...... :shock:.

Anyway, what do you do at work? 

Well you got me by a couple of months I am only 25. I guess I better get back to work here, talk to you soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14713','e69251601c','Do you need to come over and work on props with Joey?  If so, come on,  the door is always open for you.  I'll even make you a drink.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13081','feb60cd523','I have yet to make the shoulder bells.  If you want to you can .I do not want to put you out any more.  I greatly appreciate the work you have done.
Thanks
Retz');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8637','bd85eca534','Hey Jamey, would it be possible to email me your photos? You can send them to my gmail account, so the file sizes dont matter dont matter on my end. If you can't send them all hi-res, could the ones that have me in them be hi-res? Here's my address: davre.gamob@gmail.com

Thanks in advance! I had a blast - trooping with you a third time was just awesome! See you December 3.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5741','cf8a6b4506','I'm watching it in My eBay but things have gotten tight for me financially. The starter motor went out in my wife's car this evening and I'll have to replace that tomorrow. I think I'll have to put the costume on hold for the time being. I won't get rid of it...I still want to join the 501st but priorities are priorities.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13508','afda467a2c','hey Corey, sorry bud didnt see your thread? Will look harder. 
Thanks for heading this up man, I want this to be a really cool event for the kid.

My address is 
Tyler Phillips
1230 Lower Twin Rd
Jackson, KY 41339');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5763','dc711cc249','Mark,  If you want to sell 501st stuff outside of our garrison, you have to do 2 things..

1.	Get signed up on the NEW legion FORUM [ http://www.501stforums.com/ ] ..  http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=810   tells you how to do itYou will have to sign up with the email address listed in the 501st database for your TK#.. if this is different, you need to get Tambo to change it for you first.
2.	Once there on the new forum, you need to send pics, and planned pricing info, to the Legion Merchandise officer Scott Will ( scott@skaught.com )
Ive already told him to expect your emails to come. LMK if I can do anything to help get your stuff approved..

FYI there was a legion T-shirt design contest this summer that is currently finishing up.  Once on the new forums you will see a topic going on  Once the design voting is complete, there will be a time where members will be asked to order the winning design  During this time, I doubt the Merch officer will want a competing shirt run to be going on.  This is what he said last year when you made that last run I helped sell at DragonCon
However,, one of the designs in the contest this year was for a shirt VERY similar to yours and it came in 3rd place, with a lot of people wanting it, so I have no doubt that the Legion shirts will sell well, it may be just later in the year before you can place it out there 

I might suggest that you consider doing hoodies in the legion shirt design this would NOT be competitive with the T-shirt run now, and there is a demand for cold weather 501st gear  If you do this Pre-orders ( aka money up front ) is usually the norm, so you wouldnt be out for it up front.

Just an FYI..  Hope to troop with yall soon

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18342','8987d6b2d3','hey tambo

got the rocket, thanks again, great work............

i need to get a gauntlet connector hose thingy from you, and what about gauntlets, i heard loki had some for me put aside but now they are all gone.

can you point me into a direction to get some????

thanks again
-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9149','b38d8fbdbe','hey t-bone

it would be cool to do, but i am really swamped at work these days and will be doing our s.o. shirts on the side all saturday, so right now i can't commit to it. it is awesome though.

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12983','aeae093370','hey fellow somerset trooper

i have some decals to get ya and i also found an extra s.o. patch........

get up with me

-mark e
677-0001 after 5 through the week
451-0848 9-5 work mon-fri');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16834','5fddd57d68','Corey,

Kell and I are riding down together Friday night. I need to hook with the carpool. My phone probably wont be working until tomorrow, so use Kells number:

1-901-210-6543

I have a FRS Radio with subs so if you need that. We are staying at the RedRoof Inn Friday night.

If you need anything more, let me know.

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16835','1ae2fb80a4','Hey dude, we were putting the snowtrooper you sold to Corey together this weekend and noticed the kneeplates were not in the box.  Any chance you could bring some to the parade?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16837','15d29f3b74','Hay Tim,
Took you off the roster..
Take care of yourself my brother and let us know how you are doing..
I had the flue a couple of weeks ago and it was pretty nasty. I got it from my son and he bounced backed pretty quick..
Anyway if you need anything, please let me know
Cell: 931-561-6614
Blackberry email : atin@mycingular.blackberry.net

Take care brother..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16839','966ddac412','Is there a site where we can print off some templates to make bobs mando armor?  Thanks for the info.. :D 

Betty :jawa');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16840','feae12a79b','Thanks Brother,
You two have a safe trip.. Im headed down arond 13:00 tommorow..
Check with Skip, but I beleive the caravan is meeting at the Walmart off exit 114, this seems to change quickly so make sure to check in with Skip..

Again you both take it easy and you take plenty of stretch breaks so you dont hurt your back...

If you need anything or run into trouble, Ill have my blackberry on me:
Cell: 1 931 561 6614
email: atin@mycingular.blackberry.net

Cya tommorow..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15244','e7928ab6ec','Jeff, are you in the printing buisness? I would like to get some prices.
Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5822','eb6f15f8f0','Oct 8th from 12 noon to 6 pm.
Have abot 10 comming so far, You guys  are welcome if you can make it !
Thanks,
The Blaster Disaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5828','22cb98b808','Well, I had to say something cool; that guy was being mean.  That of cource doesn't mean the "quote" isn't true.  One of these days when we are very drunk, and my wife isn't listening, I will tell you a little story.  :oops:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15577','c097b39014','Loki,

   What's up brother Fett?!?!? . . . .just comin' up for air runnin' around on fires and RX burns in the area. First time I've checked the boards in many weeks. . . . . .WTF!?!?!? no you didn't?!?!? I saw your avatar. . .did you snooker me and get yo'self an Alien costume?!?!? PLEASE LMK what the deal was on the. . . .I want [b:c097b39014]all[/b:c097b39014] the details. . .price. . .how it looks. . . .etc.etc. I'm droolin' . . .ya beeatch! Take it easy!

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15578','9ec89b752e','I do have an alien.  She's one sexy motherfucker!  It's cast straight off an Aliens suit, it looks just like the real deal!  Want one?  It's 800 for the kit, and the kit looks like this:

http://web.ukonline.co.uk/bingo275/building_an_aliens_costume.htm

It's a bitch putting it together, but it's worth it!  Chicks dig the Alien');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5833','a6ad9547ee','Actually, it's because of the color sceme that everybody's got it in their head. Check out the pictures on page 3 of the mando thread. My original concept was to mock an 1880's Union cavalry soldier. All navy blue, with yellow and gold highlights. When my wife first saw all the blue and yellow, she said, "Go Michigan!" So I knew I had to add another color. Red just worked.
I really am trying to work in a few old west style spins on the mando. I've added a weathered poncho like Clint Eastwood, a double holster rig like Hoppalong Cassidy, the gold star on the armor to pay homage to the old west lawmen, and soon to have some type of spur on the heals of my boots.

Don't feel threated , dude. You're the Super Fett.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5839','cb8d33714d','Hey Jesse,

Haven't talked with you in awhile and thought I would say hi.  Also, I won't be at the tootsie roll event next week-end.  Emily has been asked to be in a fashion show at the southern women's show which is that same week-end.  I hate that I am going to miss you guys but maybe we can get together soon.  

One more thing, Emily's birthday party is oct 23 at Moncrief park in G'dale, you guys don't need to bring a present but I thought you might want to come.  Jeff and susie will be down for the party so we may have all the al guys over on that Saturday (oct. 22)  Anyway sorry I haven't called been meaning to but I am helping out at Emily's school Joey Jr. had a field trip and trying to clean out closets So haven't had a lot of free time.  Anyway email me or give me a call.

HOlly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17916','c9139a4b53','Hey man you mentioned that I should pm you. Whats up? Feel free to pm me back.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17938','a112e09267','That'd be awesome, thanks!   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17939','a112e09267','That'd be awesome, thanks!   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14827','f65964e73a','Katie:

Good to hear from you again!  So which SG costume did you do?  I'm guessing you didn't do the easy fatigue off-worldy costume I did.

Thank you for the well wishes for Wendy &amp; I.  She's flying down here next month, so we'll finally get to see each other in real life.  It's weird feeling so close to someone that you haven't even meet.  Guess I should brag about what I did for her for Valentine's Day.  First I got her the &quot;Dressing the Galaxy&quot; book from Amazon, that was easy.  The special part I did was go &amp; buy a book of SW Valentines like school kids give to one another.  Then I hand wrote out a love letter to her on the backs of them.  I was working out of town that week so partially due to time constraints, but also as a romantic thing, I went back to some emails we wrote each other a little while back when we were being poetic/romantic and used phrases from those letters to make the letter.  I also scattered tons of clues throughout the letter to assist her in remaking the letter.  Then I ripped apart the sheets into the seperate cards and mixed them up as a puzzle.  I think it took her half an hour to find the right combination of 32 pieces.  That will be a hard thing for me to top.  Just thought it was worth the effort.

Glad to hear that we'll see you again at COSI (as far as I know, your ex won't be going if you wondered).  Loki's right, the SO will be the ones not only thrown out, but possibly even requiring the assistance of police authorities.  :lol: 

So cousin Ryan isn't opening up much on MySpace?  What an idiot, if I had half a chance to chat up a beautiful single woman like yourself (&amp; Wendy hadn't grabbed me  :)  ) I 'd probably end up saying too much.  Let me know if he plays possum too long and I'll light a fire under his rear.

Yep, I went to a Church of Christ school for my undergrad.  David Lipscomb University, here in Nashville, is the oldest of the CofC schools (we tell the alumni of the other schools that DLU is the &quot;Harvard of CofC schooling&quot;), Pepperdine in Malibu, CA is likely the largest although many churches of Christ wouldn't even claim it.  I majored in Accounting with a minor in Political Science.  DLU is one of the best accounting schools in the South, so it was also very difficult.  Hence I went to a state University for my MBA (plus the State has a benefit for employees with reduced tuition at a State institution).  I've been an auditor for the State of TN for a little over 6 years now.  Now, I'm studying for the CPA exam, which I'll be crashing on tonight after I leave the office (yeah I stay late to &quot;abuse&quot; the State's internet speedy connection).

Yeah, I could just hit your MS page, but what did you study in school?  I'm guessing you didn't go to RIT like Ryan?  Yeah small christian liberal arts schools can be quite an experience.  My main reason to attend was to find a wife, but it seems our age group (at least the college kids) are waiting to marry.  C'est le vie!
 
Great to hear from you once again.  I'm off to go to my study buddies house to study more of the exciting world of accounting.  The SO is having a prop party tomorrow I want to go to so I'm off to go earn the right to have fun.  Stay in touch and I also hope life is treating you well.

 ~Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11349','14121cf517','Dear tc7301,

Thank you for creating your account at Mos Nooga Cantina!

Here is your account information:

username: tc7301
password: jared78

In order to use your account, you must activate it.  You can activate your account at the following location:

http://chattooine.proboards39.com/index.cgi?action=activateaccount&amp;username=tc7301&amp;key=al7fy1re5si74114n4fx

Your activation key is: al7fy1re5si74114n4fx

--
Mos Nooga Cantina
http://chattooine.proboards39.com/index.cgi
This is an automated email.  Do not reply to this message, you will receive no reply.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11352','a64f6575d6','Hey, tambo and I can both help you on sources and info for the fetts. the tdh is great, and so is tk 409 website. 

do not get a rubies helmet, there ok, don post is better, just depends on your body size. mystery helmets seem to work for most. and look the best.

when your ready to spend big bucks on certain items, make sure you contact Tambo or myself. 

I am  going to buy some pre pro gaunts soon. just trying to be a tad different. 

any more questions, just yell.I don't mind at all. 

jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17339','447f7f372d','I saw a few ofyour recent posts and was worried dude. You alright man? I tried callnig but you didn't answer.

Hope you and yours are well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17366','b33575bd84','I didn't mean to upset you man. But you really have me worried man. If I knew how to get there I'd skip class tonight to check in with you.

Seriously man if you feel like tlaking, venting, bitching me out anything would be nice at the moment cause at least then I'm not worried about your safety. When I see sigs with talks of pills and boose and guns it doesn't make me happy. I really value you as a friend. And I'm gonig tot ell you something those pms your recieving piss me off royally. So please man call me I'm off to school right now my phone is on. dude you're more important then the bullshit that people are sending your way. Your better then that man. Seriously alot of us think so. Don't let a few dickweeds drag you down. Fuck them.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7743','1b8e7e0fbc','But don't those llook too much like toys?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7480','36d2b47e5c','Hello,

 I have a place for us.  At the Walmart in Wiggins Mississippi located on hwy 49, North bound off the I-10 freeway exit in Gulfport.

 Thetime for the event is from 10-4. I can only have 15 people and as of right now theres at least three. Myself in Jedi Attire and two Uniformed Marines.

 If you could please post this as I am a new face to this group');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17563','fd613e776d','As I told Jeff last night that was what Skip is saying and a part of me thinks he was talking mostly about Loki and maybe Corey up until Joey talked with Corey.  I don't think Corey is blowing smoke up your ...

I reread what both skip and Jeff posted lasted night.  I can why each of them is mad at the other and I can see why both feel the way they do. I am not excusing Skip by any means.  It is going to take the other 20 to tell skip and Jenn what we have been telling them (that by saying nothing when everyone is complaining or is joining in that in it self speaks volumes) because they are not going to believe us.  I do believe that Jeff is righ that the Curley's exaggerate what the others have said to him.

I really believe that if Jeff and Skip will have a face to face they can work this out.  I do believe that there needs to be a mediator.

One more thing, tell Jeff that skip made the comment that we all need to be careful about Mark Ingram as Mark was on of the big complainers last Saturday night and is for the split.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12841','3a1872860c','That's good!  I'm glad you got stuff replaced.

If you just take a look at a good picture of Dooku and look at the pattern, you'll know if there's anything else.  I'm not sure, without looking at it, if Dooku's tunic flap in the front goes straight down or cuts in a bit.  I'm thinking the civil war pattern might have it cutting in (almost at a bit of an angle).  It should be pretty clear if you take a look.  I don't have the pattern in front of me so I'm not as much help.   :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13739','53c5e15ecd','Hey buddy,

I wish I could tell you...but I swore to myslef that I would not name names.  I wish I could but I want everyone to make their honest decisions on who they believe is the best candidate and whothey want to remain friends with.  I will tell you it is none of the guys here in Bama.  And its not Loki, Corey, or Tambo.  But no mroe hints.  By the way...some certain Birmingham guys and gals miss some certain Huntsville guys and gals and would really liek to see you people again soon.  Are yall going to be able to make it Saturday?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11076','16a8bcc217','Hey Tim,
Yeah you're not far from me... It's good to know theres a few of us around in the bluegrass.  I'm new so I havent got to troop any yet, something i am hoping to remedy soon.  With a wife and a 1.5 yr old son, going to college(this is my last semester, THANK GOD!), and working, its difficult for me to do ANYTHING!  But, like i said, that all about to change hopefully.  Hope to meet you soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11077','e5ab3f3407','Once again, welcome!  :D

Here's a "newbie rundown":

Joey Beck (our "CO") is in Birmingham
Skip Curly (our "XO") is in Nashville
Glenn Tambois (our "Garrison Membership Liaison) is in Clarksville, TN

They're all up for re-election right now, by the way (voting during January, votes read in February.  Voting takes place on the Legion message board.)

The TN and KY guys stick together, the Huntsville/Madison people stick together, and the Birmingham guys stick together.  This is mainly due to geography and distance.  The TN (mainly Nashville) guys DO seem to have a bit of a "clique" going, though, and tend to be rather "snobbish" towards some of the other (especially Alabama) members.

That said, you're alway welcome at Huntsville events!   :D   I used to be the SO's PR Officer, so I have lots of contacts and set up quite a few events each year in this area.  Whereas the guys in TN are mainly interested in "beer and boobies", we're mainly interested in charity and family-type events down here (hence the Havoc hockey game event).  It's sad that there's such a difference in the events in AL and TN, but some of us still try to follow the Legion Charter of "helping charities in need" and "bringing the magic of Star Wars to children, both young and old".  Others use trooping as an excuse to party.   :? 

Watch out for Loki and Atin, and enjoy your stay!  Please PM me or email me at jethridg@ro.com if you ever need anything.  I might be the closest active 501st member to you!  


Take care,

Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9250','e8bc541790','will you be qt the pardes?

i might can use that kit as a strt for another project, what do you want for it?  trades? etc..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14358','cc05b70077','No problem you can have them... I have to work on Friday night and sat during the day, but we can work something out... keep me posted on your status for the weekend... my parents live in Clarksville and I will probable be up there at some point next weekend...

if you want to give me a call at some point hy cell # is 615-566-4847


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17718','5349914fd3','I just saw that email stating my members profile was updated. Do you mind if I sent you some alternative photos? I hate seeing that old wig and stuff. I have some much better pics. You can keep the bucket off thats priceless and its from the St. Patty's Day parade right? I about wanna break down when I see that clown make up and the tribble on my head.

Or would it be too hard to replace?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12635','519e3e11fd','Hey, Dallas!
You gonna be at FantasciCon?
A few of us are riding over Friday night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12769','5c9886b0c7','Good luck.  I'm going to get a bigger fiberglass one someday down the road.  I'm done bidding on this.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11007','601fee9502','Not a problem.  Glad I was able to pick you one up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8298','ba7821a22f','OK, looks like our room just got cancelled. Jon Wallock and the Knoxville bunch has pulled out for the weekend and that was who we were set up to stay with.
Let me poke around and see if anybody else needs some roomies.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5928','a8e20da42a','Yah, I can definitely be in Beattyville for Halloween - I was wondering what I was going to do this year for Halloween. Hell, there's probably more going on in Beattyville for Halloween than there is in Lexington, seriously. 

As far as the RotS DVD premiere at SunCoast, SunCoast is 5 minutes from my house. I can stop in there any time you want me to, just tell me what to ask &amp; tell them and I'll be glad to.

Take care!
--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('5979','0892038f57','I don't blame you for not wanting Jenn to slave away for shit, having been in a similar situation myself, I think a good step back will make people appreciate all she used to do.    I'll let Drax know some assistance is neccesary.

As far as Horrorcon, it was kinda last minute, and Drax has a family church thing on Sun, so we're just driving over for the day.  I told Jenn I was pretty much free to wander around with her, with exception that I did tell Susanne I would try and stop by the Chuck E Cheese and say "hi".  Although, truth be told, if I'm having fun, I'm not going to kill myself driving around Nashville looking for the place.

See you Saturday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18133','02eeff8e81','post damn you


or be cast out by the Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15616','07611e1da8','Tambo,  

   What's up brother Fett?!?!? . . . .just comin' up for air runnin' around on fires and RX burns in the area. First time I've checked the boards in many weeks. . . . . .[b:07611e1da8]what's your story for MidSouth and D-Con.[/b:07611e1da8] . . .gotta room yet?. . .LMK. . . .I'm definitely going to both. Hope all is weel with you and Mary and the spawn. . . .gotta jet! Take it easy!

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6003','3a733caa5d','Supppppppaaaaaaaa!!!!!!!!!!!!!!!

I got my Commander Necro Today...and WOW!!!!! we are gonna rock!  I Deposited your Check...have not checked to see If it cleared...but I dropped it at the bank Friday.

We can do what ever the heck we want at the Con... Understand you only have room for Boba and the Necro... Wanna wear one of my other costumes???? Snowtrooper, Death Star Gunner/trooper, Quazi Veers, Clone, Stormtrooper.what ever..  We can help set up Friday or just get down to Nashville early Saturday...It don't matter.

Looking forward to seeing my beat friend :lol: Running joke

Have a CD of pics for ya..saving it and I will get on old Chris for the Tape and hopefully he can make it to the show as well.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6551','d844548b17','Hi again - this is Tim ("TK-Tim") from the Kentucky and Ohio 501st boards. When and where do you want me to pick you up tomorrow for the Cincinnati JDRF Halloween Party up in Cinci? Just give me a call any time tonight, 859-885-0625.

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17940','2c286c2c5f','I have Snowtroopers, Fetts, I am sold out of !
How do you want this one, Shipped, or next event.
Send payment to me with paypal:
Send to:
SOL8582174@AOL.COM

Anything else you need?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17911','917d1a356c','Maybe we can have you with one on a hunt sometime soon.  Would you be up to that?  Would prefer we talk via phone about this though.  If you're available for a quick yak, I'm a phone call away.  I would be more than happy to call you though if its easier.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6028','9de7010cd4','I (IC-7331) and another unregistered troop might be able to make it to the Pumpkinfest in Franklin.  What are the details?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6029','cebcec4ecb','Saturday, October 29, at the downtown Franklin square. We (local 501st'ers) will eventually meet up together. You'll know us when you see us. 
You can park for free in the parking garage just off the square or on the street if you can find a place. Some local businesses will be closed and you can park there.

For the most part, this is a Halloween themed street festival. I've trooped this event for the past 2 years and costumes are encouraged, so we fit right in. 

Vendors set up tents and booths. Lots of crafts, art, food, realestate agents, insurance salesmen, banks, politicians and churches. With some activities for the kiddies thrown in.

Directions: From I-65, take exit #65 onto Hwy 96 WEST to the downtown area. Hwy 96 will take you right into the square and right to the parking garage.

I plan on getting suited up around 10:30 or 11:00 a.m. and staying ALL day. Yep, its that much fun.

Afterwards, we usually all head out for a recap and debriefing of the mission at a local restaurant where we can sit down, relax and get a good meal.

Hope to see you there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15848','12c44f1c7d','SweetPea,

     What's up brother?. . . . .been burnin' and puttin' out fires like crazy for the last couple weeks. Why a no-show for MidSouth man? . . . . .It's like one of the best times outside of D-Con! Just wonderin' what was goin on. Hope all's well. Take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14583','b547134818','I need to be restored for member access..


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14584','92130a6613','Done.

Sorry bout that, thought I had you already back in.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18051','3a3d3b2009','It would appear I haven't a choice in the matter  so I will be going. No worries!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6068','6a7c7fd575','I think I was drunk when you told me what kind of fabric to buy, I do remember it was at Walmart:)

If you'll tell me what kind it was, I can pick it up on Sunday, and get the duster made this month.


Nice talkin' to da cowman');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6071','7941879973','Hey!
I know what you mean, my cousin recently did a Link costume and we argued over the type of ears to use, lol.
I got my regular elf ears at a costume store here in Memphis - they're a brand available most places, and should be pretty easy to find right here before Halloween. This website has them:
http://www.thecostumer.com/store/search.cfm?search_phrase=ears&amp;search_method=prod_name
They're made by "Woochie" and in the past I've used both the actual elf ears they carry, and the "Demon ears"
I usually cut them in half and just use the top, but if you're wanting to use latex with them it's easier to keep them whole. I repaint them with acryllic paint because they come in a kinda weird colour, haha. Here's my pair, as worn by my mum last year as a hobbit:
http://yarwood.org/kell/dcon04/dcon60b.jpg

hope that helps! see you this weekend! :D
kell');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6118','87dffd8fff','Hey thanks! Those Demon ears look perfect if, like you said, I were to cut them in half and only use the top part. Thanks again. I'll be ordering them next week after the con if I can't find any locally. See you this weekend!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6138','e3849bd98c','[quote:e3849bd98c="TX7727"]Hey there thought i would let you know how that costumes going i have you to thank for the helmet, i got it repainted and fixed up was some stuff on it that needed some work. The mask fits me perfectly with my hair down which im very happy about guess i got a small head lol. I got a double spear too the only thing i have to do is figure out where to get my boots and fix up my cape. The boots have prooved to be a problem cant find em in my size but i guess all i can do is keep looking. Ill send ya some pics if you want.[/quote:e3849bd98c]

Sure, go ahead and send me pics.  My email addy is wookiegunner@highlandcitadel.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6148','0e75cb3e3d','Haven't tried "installing" the fangs yet, but my 7 year old daughter is fascinated with them! And it's all I can do to keep her from messing with them! Hope to see ya soon. I know I'll be at the parades in Nashvile, and we have a bunch of events down here in b'ham coming up. maybe you can make one of these?!

talk at ya soon!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16002','0b9faf8401','Don't you just love our buddies? *kisses and hugs*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8154','d334d7c087','[quote:d334d7c087="TB3529"]btw... never really could get into CoH... did y'all make a move over to CoV when it came out? I gave up on star wars galaxies too finally... just in time from the looks of it as they released an expansion last week and then announce a week later that the entire game is changing again and getting rid of 28 professions... lol... [/quote:d334d7c087]

Yup yup!  We're on Virtue server -- villains haven't completely gotten organized yet but you can get in touch with us on global chat anyhow; I'm @Jarissa and I think Chris A is @Skyburner ... so far and despite Beta we're [i:d334d7c087]still[/i:d334d7c087] trying out all the archetypes to see what we like.  We're on CoH most Wednesday nights and sometime Sunday with our supergroup -- [url]wyldfire.guildportal.com[/url] sometimes has other stuff scheduled as well.  Other nights when we get on, right now I'm more likely to be playing CoV if for no other reason than "ooo, what's THIS do??"

Anyhow, I've got internal sensors indicating that some kind of high pressure system is coming this way, so I'm going to tintercept a stunner blast and pass out.  See you soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6180','6c376a6f69','Hey man, saw that you were looking up the UAH trooper. That's me. My name's David Reimer, or Dave, whichever. I live off campus now, after living at CCRH and NCRH, but I'm still always on campus during the day. We can hook up any time, just need to plan it out (I work also). Give me a call any time. If my cell phone is off, I'm in class, so try later. My number is 265-682-5630.

I'm a Biker Scout, heavily weathered. You more than likely saw me at that TRU event you said you went to. I'm the Scout with the gray rank pauldron (http://www.highlandcitadel.com/501stso/events/galleries/albums/userpics/10009/normal_res9401.jpg).

If you get this message before this Saturday (Horrorfest), do give me a call. I'm free all day and all night Friday night. If you want to hook up and check out the armor, talk about the 501st, or whatever, that's the best and closest time I'll be available. Other than that we'll have to plan something out.

Anyways, I look forward to meeting you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16026','de38c5aabf','And I think Hammer has finally gotten throug to Danielle's good side  :wink:  hehe');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14606','0a05e11b81','Hey there Chris,

I was just wondering if you could get me access to all of the forums as I had before.  I do some handling work for my friends here the Huntsville area and would just like to keep taps on what is going on and when I am able to help out and such.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16040','01889a7f29','I can show you what I sent to him too if you like, but this is what he replied to me. Love you baby  :wink: 

[quote:01889a7f29="TK6203"]Good Morning,
I was pretty torn up until I talked to Jon yesterday..
Yes I still remember the first time him and I just sat and talked. It was a great moment. I have felt a kinship towards both of you since that time...

He has pm me to about what is happening with him. If anyone can understand what stress can do, it is me. Like I told Jon, I never saw the pm yesterday from him as far as Im concerned.. He needed someone to vent to and I was close.. It is what family is for sometimes..

No hard or hurt feelings here. Well except against the other 15 people that pm me bitching and crying. But atleast I know who to watch out for in the future...

I also told Jon that after talking to Loki, I used my priority club membership and got 2 connecting rooms for Lokis gang, you guys, Skip and Jemn.. So no excuses not to go now..

Hay just remember, I love you both more than words will ever say..[/quote:01889a7f29]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6196','572459d760','Hey Dave,

I just wanted to let you know your belt and pouches will be waiting for you this weekend at HorrorFest.  I tried emailing but the email bounced back saying the mailbox didn't exist.  Hope all is well on your end.

--Ryan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16875','f270645b80','http://www.entertainmentearth.com/prodinfo.asp?number=GE8405#LargeImage');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16876','e754ab8504','Yes..that is sweet for a Cartoon figure, ESB and with the prepro sling gun as well..I might have to get one as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6811','16b7703f30','Hey bro, if you still have that ESB Boba cape for sale let me know, as I would like to get it soon.

Thanks
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6268','0182742d6a','Ivan,
Thanks for getting this information to me. We have been having numerous problems from this one member. I've had to make many posts regarding conduct on the issues thread just because of him.
I hope that this doesn't discourage Summer or yourself from future participation at 501st events. Both of your friendships and participation in the group are invaluable. Please accept my apologies, on behalf of the command staff for this, and please extend them to Summer and know that this situation will be brought up to the rest of the command staff without your names being mentioned or incinuated and action will be taken so that this will not happen again to you or others.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6298','ef3686d53b','Thank you!  I was just about to PM you to get the address again.  Thad didn't know the slip of paper was in my back pocket and it got washed.  I found little bits of it in the dryer vent yesterday!  lol  Anyway, just bring it to Boo at the Zoo, if you're going to be there.  Is the price the same as what's on Amazon?  Let me know so I can raid Thad's wallet.   8)   If you're not going to be there, we'll work something else out or I'll just order it off Amazon.  I read the first couple of pages that Amazon offered and I have to say I'm already interested!  It's like I said...I was raised on Piers Anthony and Tolkien, so this is my kind of thing.  Anyway, when Thad &amp; Michael (our 3 yr. old) aren't doing battle downstairs, I'll sit down and read the TK stories.  Right now I have to go play referee.  lol   Thanks again!
~Jessi~');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6299','4a9da5197e','heh I understand.. I've lost more email addresses that way!

Yep, price is the same as what's on Amazon.  Right now I'm planning on being at the Boo in the Zoo on the 22nd.  I'll have a copy with me then.

Hope you like the TK story.  Its an ongoing serial, kinda like a webcomic in a way.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6327','46b2126f96','Ok...my dad has decided to postpone his surgery (he's looking into other options) so we will definately be available for the Zoo on the 22nd.  Possibly the 21st, but that's Dad's b'day, so we may be taking him out to dinner Friday night.  If he doesn't have to work we'll take him out for b'day lunch so we can do the zoo that night.  I'll let y'all know when he gets his schedule.  Ok...with that said we ought to be able to do the next Fri and Sat. as well, so go ahead and count us in.  And Thad said to tell you we will be at your house Sat. night for the party.  It was up in the air because of Dad's surgery, but we will be there.  Anyway, talk to you later!
~Jessi~

P.S.  Hey Holly!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6328','45ecf705c6','OK, I'm confused as always..

We are telling peeps to come over on the 22nd  and work on props until 330 when we will carravan to the zoo to be on station when the gates open at 5pm....

Same for the 29th...

After the zoo deal, ( we'll start breaking down at 845pm) we can go back to the house and anyone who wants to stay out late can hang out until whenever...  Jeff and Susanne will be staying with us the 22nd...

Are you guys good for both Saturdays correct?

Which fridays are you also saying you are good to troop? 21 or 28th?

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17342','4186ab2d5e','I want Cray's spot in your room. I just bought a new air mattress.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6335','33b62b74fa','Rodger that..Thanks I'll drop it off in the mail tommorow.  No I'm still looking for the Clone Assault box set.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6891','e83d966153','worked this time!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7058','6a95fc0c38','It means don't show with a make believe character that people can't relate to the original movies.  Your in the sweet spot as a TK.  Other characters that qualify are Jango Fett, Boba Fett, Vader, Sandtrooper, Imperial gueards, etc.  You may notice that it gets competitive to have a collection of costumes, and that the TK is a newb.  I don't care about any of that since I am content with my TK.  I may get the clone, but that is about it for a while.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6345','43506f86f9','I have a few that might help.  Send me an e-mail at todd.taylor@ipaper.cpm and i will respond with what I have.  You could always come by and I could show you in person.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17900','48ecc022f4','Not intentionally. I want to do though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6352','92351b32b0','hey brother, thanks for going to the fest. thank you so much for that beer, it so took off my edge. I needed that big time. Glad you like the mando inspection. tried to keep it simple.  I am all about the movie STRIPES. why did the chicken cross the road?

 take care..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18255','30fc26b7e0','I can not shar the wander that is ojn with you Zach. For OJN was of the moment and is for the 5 of us who were blessed to be invlved with its humor. I'm sorry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9660','1eb410cc70','I don't know if we should put that much thought into it.  Steiny's a good one because he hates it, and it's not racist because it's just his name.  Turbo is the kind of nickname a retarded kid would pick for himself so I still like that one as an alternate.  That shirt rules by the way.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15766','056c61806d','what color of shirt and what would the ink be???

thanks
-mark  e');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18344','1d442c40ae','i have 2 shirts  here for you pulled aside from everything else

i have small tk southern outpost shirt and a 2xl cog shirt

if you want them they are 17.00 (8.00 for the small and 9.00 for the 2xl because of the size i have to charge more for a bigger shirt)

just let me know and i will hold them for you

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16185','41dbc4e2cf','hey tambo

have you put your money down for the mg34????

if not, well i have some good news. i just did and i will have it on monday.

next door to where i work is a trophy shop and she gets these magazines all the time and she brought some over to the shop and there was one of those gun club books in the stack and i asked her if she was a member and if she would buy the gun for me to get the discounted price and i would pay her back. everything is a go, she called and ordered it yesterday and they said it should be to me on monday.

now..................... i would love to get into casting these for everyone, but i have no idea where to start, i am thinking the mold will cost a bit to get it started  and then the resin supplier, so do you have any contacts for those items.?????

anyway i will talk to you later.

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6404','f46eeb0ad7','Hey Ryan, can you send me the info on the lighsabers please.

thank you.

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8723','6a9f6c943a','[quote:6a9f6c943a="TB1184 UAHTB"]Hey Jamey, do you have the contact info for the guy who makes that DC-15 you have? Also, is this the same guy that made Donald's DC-15s? Thanks.

David[/quote:6a9f6c943a]

Sure...  His name is Randy Johnson (not the baseball player).  

"rlj40@cox.net" is the last email address I used to contact him with.


I've never seen Donald's blasters, so I don't know if he made them too...


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8477','11be1ec7f5','Hey, if you dont' mind Ebay, the seller coolmodels has them up from time to time.  The inventory to the vendor who was at Dragoncon, wich the RPF guys were saying was a recaster (the vendor at D'con).  Don't know if you care about recasting or not, but wanted to give you all the info incase you did.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14472','32964fe8f4','Hey Gooshy, thanks for the compliments. It's been a long road to get where I am at. The helmets are from the same guy, Randy. His website is sithplanet.com

He is from out west, want to say arizona or colorado. I plan to bring both helmets to Corey's party. He usually put up an  esb helmet on ebay every now and then. 

I have been talking to the guy who paints the helmets for a few weeks now. I am going to get the pre pro helmet done,and the chest armor done by him also.

If I see a helmet  on ebay, I will let you know. I really like my helmets,and he made my green blaster that I carry at times. Good stuff,never had a problem with him. Anything else,let me know.

Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15166','561f54dd23','Richard is building the second one right now.

The two weekes will be 
4 days on the road.. a few days in California and then  a day in Vegas, if time permits and then back home...

I say 2 weeks because it is 8 days total on the round trip drive...

I hear Kidneys and cornias are getting a good price these days... :lol: 

We have to be at Skywalker ranch on the 21st of April to meet with GL personally and present him with the Jar Jar. Then he will be giving us a ranch tour.. Then we will be going to Steve Sansweets house where we will drop off the second Jar Jar and of course as Steve says tour Rancho Obi Wan.. :) 
So like you can already see it is a once in a life time oppertunity...
Im just happy I can offer you to go... I cant think of a more deserving person to share this with.

We are also hoping Loki is going to have the time off, as he is the only other invitee...

On the trip out, we will drive like mad to get there, but Hotels we will stay at will be as cheap as we can get, without bed bugs. Food same way  :lol: 

Anyway Im very excited!!! As is Richard... He already knows I was asking you and Loki.

On other news, I finally got rid of my crap cell phone and got a Blackberry so now I have to learn to use it  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14920','4b2e2cc2fd','hey goosh,

i can get the kits for $550,that includes shipping to you from me.i have to get them sent to me first though.

as for the alien,ill have to hook you up with some pics.were actually making these look real as hell! ive sculpted all the body parts in clay,taken plaster negatives and then cast each pc in latex.that is then put onto a latex coated body suit.once done its painted black and were hoping to get derek to airbrush it a little with silver and tan highlights.
overall were hoping to blow people away.
and for the colonial marine, i scratch built mine last summer at joeys house.turned out damn good,built the back light thing and joined up with the colonial marine group.the major contribution to OUR group is the now infamous &quot;pulse rifle&quot;,an object that legends rarely live up to.it has Mojo!!

i love the whole pred/alien/marine thing.and can show you what i did to make it and can tell you who sells it.

anyway,gotta run.
if you want armor let me know.i need to get the money via paypal
skipjen@comcast.net

cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6545','e9d9124ab9','Weird, my screen said I had no new PM's. I'll still be there on Halloween, and I'll be happy to pick up James (Cadet.) I gotta run for now, but I'll write more tonight. Talk to you soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6546','c1298dec7f','Hey Ryan, did you make your own tunic, and if so, how much? just an estimate.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6549','17dc0f0afe','Hey Ryan, I'm coming up to Lesticles this weekend just to hang  :shock:  and work on stuff.  do you want me to bring the EP# helmet and try and link up wiht you???

Is there a time Sat or Sunday where  I can meet up with you?  We can drive into Nashville or south like franklin/cool springs.

Like i said, I'll let you have the helmet for the 200 i paid.  If you decide you don't want it, LMK also...

205-908-6195


-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15505','817412beca','Hey Goosh-man! Good to hear from you. A dilema on the armor thing! It's all snuggled nicely on a mannequinn right now and I can't decide if I want to take it all down or not! I'm SO damn lazy!!! I really don't mind her wearing it, but it was such a pain in the butt getting it on this thing and standing behind a couple of pieces of furniture! Do you guys have any alternate plans? If you can't come up with anything else, and get into a bind, I'll get off my lazy fat butt and take it down for you!

Shoot me an e-mail and tell how desperate you are!

Wait till you get to be 45, Goosh, you'll be a lazy slug too!!

Z-lazy-fat-slug-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6521','6cb1701aa7','Not yet, please try again

todd.taylor@ipaper.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16674','469e007500','I'm going to call Loki since he's in charge of the other room and find out if he's got enough people to start populating both rooms. Once I get that info I figured we'd discuss it with skip. Whatdya think?

Also, did you get back to corey on what time we're leaving friday for Red Roof? He sent me a pm, dunno if he sent you one too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15473','dc28118a5a','Hey,

This is TI-0651 Brad Abel.  Haven't been on in quite a while due to RL stuff, etc.
Could you fix my access so I can see the member section again?

Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15509','c2225367c9','ah dude! ya can't sit out the parade!! Are you guys going to do a TK for her at some point? She really likes the TK best huh? Let me look at it this week on my manneqiun and see if I can Jedi-stare it off of it! I'll holler at you later this week.

Ciao!
Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15510','e6141dc8df','[quote:e6141dc8df="TB1309"]try it now[/quote:e6141dc8df]

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18291','5898b92e2c','http://knoxlotr.8m.com/cgi-bin/i/rg/anakinobi.jpg

http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0828.jpg

heres an alternate buckets off...

http://flickr.com/photos/51175165@N00/114695425/in/set-72057594085559278/

http://s22.photobucket.com/albums/b347/ROTSAnakin/?action=view&amp;current=100_0827.jpg

Are any of those picture worthy?

I really like the first one I wish i had more pics like that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6580','5cdc53a5eb','Skip wanted me to send this to you. I figured I'd see what you thought.

[quote:5cdc53a5eb="SL100"]im thinking of having you lead the parade followed by the blue clones,then the banner and the rest of the group.
in the past weve gone right by the judges and done nothing but waved,weve even still won,
but this year id like to do something different.id like to offer you and ryan the chance to do the duel between obiwan and anakin.
you guys can practice it and do what you want.it can be done each time the group comes to a stop and especially when we get to the judges.

it needs to only last 20 seconds so its no biggie,but i think it will still make the parade even more entertainable for the crowd.
anyway, copy and send this to ryan and let me know if you guys are up for it.

skip[/quote:5cdc53a5eb]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15334','a0d4596693','Sure I'm in unless somethnig comes up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15338','d8e9a7f910','Sorry, but my family will be going to MSC, so we will need a private room.

As far as the fire camp is concerned, I pulled out of the Ohio event to stay and work with these kids.  It may not be as glamorous, but it is a getter cause in my opinion.  Come and join us??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6585','11fa755478','Jeff,

You already know I'm going to be there.. :D 

DC');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6595','6b08cb0356','Sure, I've been looking for something to do beciase wear my Scout around Campus to all my classes  :D .');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6598','db3c070609','100 bucks for raw untrimmed helmet kit with all parts minus visor and hardware to connect ears.

150 bucks for trimmed, bondoed sanded and primed

200 bucks for the same above with all hardware, visor installed and custom paintjob.

these prices are for Southern Outpost members only.  This helmet is Movie sized.  See the mando thread for pics.  Crash has a black one and Brandon has a silver and blue (montross) painted by me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12077','20b9c8f6d9','Got the payment for the Dewback pauldron. Ill have it for ya at Bamacon 4.0  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6638','d0d35d6234','Suppppppaaa Porn Fett...  Ahhhhh I will never be the same after watching that video......... "Suck Boba Fett's Cock!"  Oh my god!  It's Funny, wacked out, cool but stange all in one....Kinda hard to explain.  Maybe I can no longer see Boba from my child point of view, instead all i see is a Jetpack bouncing  :o   What have you done to me..... 

Thanks again for all your help, shit is still a mess but I see the light at the end of the tunnel and things will get better.

Looking forward to coming out and seeing my finished room and It's no problem for you to leave your car here and I'll give you a lift to the airport and back.  Just LMK the times and dates so I can plan for it.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17035','524494c56c','Glenn,

   I'm still on the road and haven't made hotel arrangements as of yet for myself. . . .I may stay with a friend in Memphis. . . .or crash with some folks. . . .just saw the MSC thread and it sounds like there may be rooms held for us. . . .not sure though. See ya there. . .take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17036','64c8394048','Hay Kell,
Thanks for reposting your link to the parade pics..
Sorry to be a pain like that, but I had told Chriss  to archive the pre event thread this morning..

It was nice seeing you this past weekend, and I wanted to say your costume was awesome!!!!

See you in a couple of days.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6640','a39970aaab','Yo my music/drinkin' brotha! Yea, I heard the con kinda sucked, but I would have enjoyed hanging with you and the guys best! 

We had a good time troopin in Bham, but I'm itchin' to see everybody!

Yea, just bring the goods with you and I'll have a looksee.

we're gonna be doin a few troops down here in the next few weeks. Looking forward to having some local stuff to do. 

I got to thinkin' about the "Pimp Trooper" this morning and got to laughin my ass off! One of the funniest things I can remember (and I know most folks don't even know it) is the shit you say when walking arround! I hear little bits and pieces of you talkin shit and it's funny as hell! Talkin to the babes and stuff! Sometimes I wish we had a mic on you.

Well I just about have my mando idea figured out. Instead of the rock and roll mando, I'm doing: Batman-Do!!!!!! I'm gonna email you a photoshop mock up of it and see what you think! I need feedback! It looks pretty cool! 

Suppa, hang tight! Keep those guitar playing fingers nimble and ready to jam!!!!

Hope to see ya soon. Keep me posted on goings on!!


ZZZZzzzZZZZzzzzzzz-MAN!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15628','596dea0b6b','Sure thing! I'll put it my costume box now so I don't forget it!! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15958','ed2755deeb','I got mine at a place on Summer Ave - I think it's called just simply Memphis Tattoos (across from the antique store... near where Highland crosses it)... there's two or three guys who work there, I got mine done by Sailor Ralph (LOL for real!)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18028','20366b6f97','Thanks Holly!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16090','36d5486f2b','armor arrived today as a matter of fact.hopefully ill be able to get that shipped tommorrow.if not ill be able to run it by the post office saturday morning.

did you send me your address?
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16092','9384d3d008','Yeah I did, but here it is again just to be sure

Jon Jones
202 West Longleaf Drive Apt. 426
Auburn, AL 36832

Thanks Skip!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15742','d5d14a15d5','Hey Mark, I think I have asked this before but need to know for this year. How much would it cost to get between 80-100 single color shirts printed with a single color pic on the front and same color text on the back? These will be mostly adult sizes with some kid sizes also.

Thanks,
TK-Fett
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15743','056c61806d','what color of shirt and what would the ink be???

thanks
-mark  e');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6902','a57131354c','it looks like I only have access to the public forum now- what happened?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6674','cfbb5a8a15','Tyler;
I'll be giving James (Cadet) a ride to Beattyville for Halloween. When and where should we meet? I know nothing about Beattyville and nobody (except for you and Mia Pelfrey), or even how to get there, lol. Talk to ya soon; take care.

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17232','244692eb3f','stop making fun of lame costumes you can buy at walmart, shame on you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17233','9192c19f97','My bad.

I can't say much.  Most of the Alien stuff came from Hobby Lobby!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16560','68dcd3de6e','Awesome, as soon as he gets the money we will drop it in my account and send it to you. He is actually planning on wearing it into his senior prom.

Things are going good in KY, I just wish I could make it to more out of state events and get more troopin hours in. But its pickin up in KY.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6691','389cd12e49','Cool, got it - thanks! What time should we be at the Dairy Queen? I'll be sure to get Cadet too - he's looking forward to it also.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16206','fad4ea8fea','GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOSH!!!!!!!!!!!!!

z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16249','7f2875b7e5','Was up that night, acting like a fool, and saw you online and thought I'd give a shout out!!!

SEE YOU AT THE PARADES DUDE!!!!!!!!!!!!!!


Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8039','c4dc529e6a','Thanks. I'll try them out. I missed the first due to my computer spased out on me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16502','524ae05001','armor on the way,its insured so youll have to sign for it.expect it to arrive thursday,friday if its late.
USPS

cya saturday
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16503','1618b611a2','are things going alright for this event?
wanted to respond to this Pm you sent,finally!
anyway,like somebody else mentioned ,its kinda early to tell if this is possible.
im sure a few people will be interested but anything with a &quot;morning&quot; time is difficult,especially since you guys arent close.
id keep monitoring the thread and see what happens much closer.im sure we'll get a good turnout.

also,we need to get together some time to work on that snowtrooper some more.be sure to get with me before the next prop party so i can make sure i can spare time to really work on that for ya.
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18142','58ff26d660','i heard through the grapevine that you had an armor contact , what i need for a friend of mine is just the velcro and straps.

can you get me a price on just that????

thanks man, and see you at adventurecon

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15954','d1371716b9','Booked a room, you want in?

It's 

Me, Saberspanker, Derek, Dallas and Sithgoddess (From Chatt) and Angi.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6848','bb4390e9a9','Hey man.  Whatsup.  Been home for a few days now, and I'm beginning to get back into the boards abit.  Sorry I missed another trooping gig.  My involvement in the film ended up lasting 6 weeks, instead of 4, so I came home abit later.  Good gig tho.  Scenic painter (wood like concrete, concrete like metal, metal like wood, etc..) :lol: 

 Film is called Black Snake Moan, starring Samuel Jackson, Christina Ricci, &amp; Justin Timberlake.  Contemporary life flik.  Edgy, but not an action film.  Release somtime in '06.

 Called me on a friday, to come down on Monday for 4 weeks +.  Kinda drops in like that sometimes.  Grab your gear and go! 

 We're gonna try and make the parades in Nash. this year.  Got a last minute commercial last year, so extra eager to make it this time.

 You goin?  I may try to come to lexington on the 1st, but I'm gonna be out of town again both weekends commin' up, and the second one might be the same date?  I really should get a calendar in here. &lt;g&gt;

 Have a great week man.  Until next we speak.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8036','97e1d8aff3','3 tips, you'll have to act FAST on the first one, less than an hour as I write this, since it's an EBay auction.

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=7558505437&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1

the 2nd and 3rd I actually got replies and prices, even though they were a lilttle pricy for my tastes.
www.vaderpainter.com
www.tk407.com

Hope they'll answer ya...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7236','068ccb8a65','Well, not quite yet. I'm working on a Death Star Trooper costume and hope to be Trooping at the TN Christmas parades. I've got the flightsuit, boots and shoulder patches and I've got a line on a belt. I'll probably break down and get an Altmann's DST helmet even though it's way undersized from the screen-used ones. That is unless someone out there in the costuming/props community comes up with a more screen accurate looking kit. Hope to Troop with you soon.
Robert');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7240','06296d88dd','210-4673 is the cell and the other is home office.  If I am home working I will pick up the office line quiker.

Do you have the number for Chase?  I'm in the mood for some sushi and he is close by; need to wash down that foul late night slop from last night.  That stuff was worse than the garison chow hall.  We will have to veto skip on food choice from now on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7864','ca2e1b8783','Done. we may take in some other strays, if its alright with you, to keep our costs down to 'dirt cheap'.
LMK');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7863','4736d91f7e','Hey Jeff, I'm still needing a room myself for novacon. Be happy to room with ya if you still needing a bunk mate... will be there friday and saturday nights

i can reserve it if needed... if you already have something worked out, then just let me know and i'll look for something else');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17781','926b4b5714','I think so! I know from talking to folks people are still planning on going. Chase is hoping to have his Vader done, so I'm definitely planning on bringing my tk. Should be a fun con this year!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17784','6fb3f249fb','Hey Joey,

Kell reminded me about the [url=http://www.mtac.net]Middle TN Anime Convention[/url] in Nashville April 21-23.  There was a previous thread and many members were interested in going, but the thread was lost when the hacker dropped by and I think it was forgotten about.  I know Kell, Chase, and I will be attending and I'm pretty sure there were quite a few others that wanted to go.  I just wanted to run this by you before I made a thread in the pre-events and make sure it was alright to do so.

Thanks,
Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8187','a4a9aed78c','I'm interested.  What's your PayPal info?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15633','85007cbc9c','For starters Glenn Stein. The incident with Summer, the incident with Shannon's daughter, the time he stared at my girlfriends breasts for an hour, what he said about Tambo's daughter at the prop party at Corey's and last making a snide comment about my financial situation recently. 

That person makes lots of pedophilc remarks and we all ignore it. We act as if it's okay. I'm sorry but I'm not up to tolerating him anymore. Also the thing with Joey saying there wasn't an event this last weekend was a bit low. Then we have the boards and the speculation there. The lack of a voting before the boards were hacked. Then all the abuse the Legion command is giving to our Mandos when there are senatos in the 501st japanese female anakins, large anakins, and custom mandos (mostly california),and even video game characters. It was a lot of grade school stuff on the second half of my blah but it started with Stein.

But I've calmed down I didn't name names I posted without callnig anyone out and I tried to be respectful so I hope I didn't cheese anyone off. I'm not accusing anyone but Steiny of anything.

I don't know if i thanked you btw though for getting me approved for the parades.

Needless to say I'm not letting anyone ruin it for me though so don't worry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7308','e011800710','Hey Shannon.

Great seeing you guys this weekend!

1.  How do you want to handle payment for that holster?  I can mail you a check, or can give it to you on the 29th.  Wasn't it $25?

2.  I would like to have copies of your pictures from this weekend and Dragon*con.  If you could burn me a disk, that would be great.  I need to send Glenn pics of Jessi for the 501st website.  

Looking forward to trooping old school this weekend!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8308','626051b62e','Hey Shawn, have you gotten any of the photos back from that guy yet? I'm eager to see what he shot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6926','8f51fe9440','looks like I have lost the access to the private forums- what happened?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18280','30b7e53f21','what is robert paulson?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18293','6274501ef8','dood, pirate chick wants you alien seed.  I may swing by some time today to pick up some stuff from derik.  Would that be cool?  If so I will call for directions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17741','d7b92d8f95','I've started board adjustments.  The category called &quot;501st barracks&quot; is supposed to be for 501st Legion members only. In this case bud, your wish was my command.  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13864','628eb6eb98','Honey,

First I am sorry about your girlfriend but it is her loss not yours.  

secondly, I know that you are tired of all the pms about this but you really do need to either forward those pms to Joey, z-man or Tambo.  These people have been working behind the scenes since august to get Joey out of office and put Skip in his place  They even tried to bring a vote of no confidence on him in September.  If one of those came from Skip (I believe it did) then you need to let the command staff know so they can have a long talk with him and the others.  Skip has been pulling the strings of others in this group and causing problems for a long time and it all boils down to I want play with his wife the way she wants to play.  Yes, it is stupid but that is what started it.  You didn't cause any problems they were already there and you just got caught in the cross hairs.  For the good of the group this really needs to come out whether it is behind the scenes or on the boards.  If you don't then be prepared Skip will be our next co, he has even gotten him guys to start saying that Tambo couldn't do the job as he has a baby.

Anyway, I hope your day goes better and I will see on Saturday.

I');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6931','210304538e','Looks like I have lost access to the private forums- what happened?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6963','16db17dd1f','I am still trying to get a TK# approved so I can not get into the           pre-planning area; please remind me when the BF release event is scheduled for your store.  You may want to also put this on the public events board so all can see; it may increase the number of people you get to participate.

Todd  aka TK-hooker :trooper');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16363','dafe8faa62','Morning,

Yes already a bad day.

I had been trying to do my part in coordinating things and such as you have seen.
Yesterday I got PM from Jamie, here is a c&amp;P of the pm:

Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count. I add people to the event roster as they com on board. If you're keeping some &quot;other roster&quot;, well, that's all you. Please don't clutter my thread with unnecessary posts.

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;. This crap is getting OLD.


Jamey


So I pm him back and I also PM Joey and spoke to Joey on the phone for a few minutes. Basically I was told to ignore it.

Well I was I wont say happy afterwards, but content to just pass it off and go on.

This morning I have emails/pm from people telling me it is about time someone put me in my place. I need to stop all the un neccassary bullshit and to grow up, as well as told that my pathetic little roster thread was clutter.. I was also reminded I was not a command staff person and that I would never be one ( I can accept that last part) Except that in context with the rest of the bull it has hit me like a speeder bike into a tree on Endor..

I backed off at first, but the more I sat and thought about it the more upset I got and then I blew my fuse..

My questions to myself is why do I bother, I have endlessly appolagized for pushing forth on the post war when we did it, but then turned and put my time and energy into what I thought was something good,  something I enjoyed doing. Heck I even love the times when people complained that the event was a load of crap. I felt like I had found a place to help. Help not only command, but the members who are out in the trenches..

Sure the people bitch slapping me in this case are really insignificant as I have probably only seen one or two of them at events in the past 2 years, but still they are members..

I know part of this is probably because I have not had but a couple of hours of real sleep in the last few days. My son was sick so we ended up in the ER, I had been up all night before that with the party (no regret) and the last 2.5 days have just been like what Im describig above, except Im having a hard time keeping myself balanced and steady. I have a neuro appointment in a coupe of hours, which is also adding to my stress as they are going to shove long electrodes into my joints and nerves including the spine to see how much more degrigation I have in my central nervouse system..

Anyway, didnt mean to ramble about my personal crisises..

I just dont know now where I fit in, like I said I thought I was doing a good thing, even if command itself wouldnt say much about it. But I guess I just feel like I have screwed up again. I have no way to truly fight back against the people who are happy, I have no power to say anything because it was just me who started doing the roster thing and event stuff.. So maybe they are right...

Anyway again Im rambling...

Sorry, hope this pm makes some sense, Im probably just going crazy...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14948','a5f9767893','Ivan has a good local source..I'll ask him if he can get more.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7008','50a764f61b','don't get into trouble for it! if it's a no go it's ok....... :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('6988','02304b8b09','Great Banner, I look formard to seeing you in Franklin.  I was telling Jeff that it would be great if we could meet somewhere and go over together, or just meet in the parking Grarage.  If you need direction you can call me at 615-599-3440; I live about a mile from town center.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7011','658b463a0b','Hey Richard, glad to see you one the boards. I tried to email you about the upcoming EPIII DVD event in Lexington, we would love to have you bring down your R2 and hang out with us. Its for the same people we did the Trilogy DVD event for. 

Let me know if you interested, the event is on Nov. 1st from 6-9, hope to see you there.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17803','e06803e280','please add us...hook, scalper, and darth tater

thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17819','c8d6e78da8','hey you...whatcha want for your birthday dinner...details details please

didn't get to say goodbye to y'all, and hated that we missed you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17136','6d03e46e97','Yep. I don't work on Friday, so I will roll in pretty early. When are you guys getting there?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18399','7d2fab361e','whatever is good for you, just give me a call.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17964','9b2840264a','Skip,
Is there someone who has made a pulse rifle website yet that you know of?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17966','63529e18ce','i think loki and corey were compiling pic on a site but a true website,so to speak.
if you want to register pulseriflechicks.com then let me know how much it costs,ill gladly get this gun the attention she deserves!

i dont have the time to do web stuff so im all for handing it off to somebody.
i think it would be cool to have this gun as popular as we are.where people have heard about it and when we get to the con people know were bringing it,might take years but its worth a shot!

let me know what you can do,from what i can tell we have between 1000-2000 pictures from various people.were even finding them on other websites.so i dont know what it will take to host that.
loki,stein,corey and corey's friend gary all have tons of pics.
so check with them as well.
thanks cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15668','eab32765ad','You crack me up dood,a bell hop, how whitty.  I agree, some people get to emotionaly invested in this stuff.

Let me know if you want to swing by this week to work on the vest.  I have learned some new weathering tricks to get that black carbon look.  It did wonders for my armor; if you woud like to try it on your we can go to town.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17214','50a042a8da','Jon,

      What's up brother? . . . .just getting back into town from a long pull on the road. . . .but I'm not going anywhere between now and MSC. . . . .I'll be getting in early on Fri. . . . . .and rowdy soon-there-after. 
I was just wondering what you're lodging situation was and if you were taken care of. . . .or needed a place to crash. LMK . . .and I can't wait to mob around . . . .do you have a finished Mando?. . . can't remember. BTW. . .what ever happened to [b:50a042a8da]yer[/b:50a042a8da] NECRO costume?!?!. . . .didja give up on it?. . . .run outta funds?
    Anyhow. . .I'll have some drinks for you. . . .and maybe some sticky?!?! Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7039','46f86192e3','Killer!!!!! Will you remember your old SO brother, Z-man, when you hit the big time??

That's waaayyy cool! Glad you can put some of that talent of yours to good use! 

Yea, man, I'm ready for an SO event! Wish we could do the whole band! I'm missing the 5outhern 0utpost 1ncident!!!!

They are talking about making porno tapes on Glenn Becks national talk show radio this morning and I keep thinking about you!!! LOL!!!!!!!!

The PIMP is here to stay!!!!!!

Hey, stay out of the fire boy! Let's make plans for the Parades! You gonna be there????!!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17813','d5e17422f8','Thanks babe!  The boys are doing their best to try to recruit me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17814','d5e17422f8','Thanks babe!  The boys are doing their best to try to recruit me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17815','2f7ddb6e2b','You better join!  I saw pics from midsouthcon, looks like everyone had a blast.  I was going to go but I had a car accident and totalled my car.. so I'm stuck here in Auburn.  Have you had trouble getting on the fan force forums?  I can never get on there..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17818','7256b4c60b','Hi Holly!  It's your favorite little drunk Mandalorian!  I found your pirate hat when we cleaned the room Sunday.  I brought it home, I'll get it to you soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11657','52455aaf0a','I'd rather have them emailed with the info I requested. Alternatively, you could send me a CD with the photos in individual files and everything labeled with the proper event name/date/city etc. I'm just not going to sift through unlabeled photos and try to guess when and where they were taken.

I'll check for AdCon pics when I have some time at home this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7083','6e816f08ff','My wife is looking for costume ideas; she is thinking about Mara, but she is looking at all options.  I am a former jarhead so I am content in the plastic, but she wants to look hot, or something like that. I got no problems with that.  If this event works out, you and your sailer should come up and make a weekend out of it; nashville is an awesome city to visit.  We have several former militart guys in our ranks so he will fit right in.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7065','d570fcf65a','Hey Shawn,

Hey..I talked to Joey on Wednesday and I do know that Joey, his brother Ricky, and I are definately going.  I am riding up with them but at this point I think we are only going on Saturday (at least I know I am only able to that day due to work).  I don't know the costume yet..as I am probably borrowing one of Joey's trooper costumes....but if I don't...I will probably be in the Sith Anakin costume I wore at Oxford.  Anyway...I'll catch you there....sorry to see you won't be down for "Boo at the Zoo."


Sean

"Crayfish"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16597','e15e48d78c','I was told I could use that number by another scout trooper. But that it may change if someone takes it. He said it wasnt used and that was a combo of my b-day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8133','2d5ca2b6a2','Hey I woukdn't mind doing that. I'll be 21 here on the 24th.. Yeah I know Thanksgiving! Odd feeling at that. I just hope I can meet you all eventually at some of these cons.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7331','b1f800fec3','I was told there was one other Mississippi member here!

 I just joined the site a few days ago. Hoping to get some armor soon. I am also a Jedi Assemby member so yes I am that "jedi Scum" as well.

You interested in mabey heping me work out an event down here? I don't know how far you are in relation to me. Me and my husband moved here this June so I realy don't know the area yet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16738','dbe18929ef','[quote:dbe18929ef="TB1309"]Syra,

To get a TB designator, you'll need to apply for membership with a finished Biker Scout costume. At that point, you'll be able to pick &quot;TB&quot; and your TKID for the Legion.[/quote:dbe18929ef]


Alright thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7085','392f452fa1','Hey Shawn, I'll be there Friday and Saturday, just to clarify things with the pass situation.

Also, would you want me to call Ed to see if he's coming? I know he doesn't check the boards much...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7088','0421019569','Do you think that sandtrooper would fit my well fed ass.  If so what is the price.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7192','5dec58d3be','It may be dificult to get 501st members during that time since we are booked sold that weekend.  There is a huge event in Franklin that most are coming to on the 29th.

I was a door gunner on Hueys, 53s and 46s out of the air station on New River.  If your husband like music, this is a great town for that as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7354','fae8e3ffb1','Hey I am just trying to spread the worrd around. I have spoken with the local tft rep and she's all set with me starting an event. She said they could give us  a few posters saying who they are and have us put our group names on it, and mabey a couple marines. She is also talking about gettingthe local news there for us either during it or have us go to the base and do it there sense that's going to be our drop-off point. 

 The date I have set in mind for is december 17 from 10-4. Id do it the weekends earlier but there are other things going on in this area that the tft rep told me. If I set this up I can only hope I have your guys's support and hopefully a few of you to show up');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7360','e31020d133','Location I am trying to get is the walmart supercenter on hwy-49.

 I don't know who are the closest members. I am realitivy new to the Gulfport area.

 I should hopefully have a set place by this evening if not then later this week.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7445','4802bc3f73','What's his exact username? I tried to send it once before and it wasn't any good');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16602','a3f0d96d64','Whats the rules on getting a Tb name? I was told by a fellow scout trooper I could change my name on her to TB-2484 or somethn sense it wasnt taken. But I  dont wanna step on any toes. I have scout armor on the way in the next week or so that a friend bought for me so I can finially join the ranks here as official.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7318','8de26228ac','Hey whats up? Just wanted to say hi and start to get to know everyone here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7459','7ff340a145','Well it's going ok. I am up inbetween two diffrent walmarts. Both are on hwy-49 The first is in Gulfport right off of I-10 and the second is North in Wiggans');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7550','1eacb09858','Okay, sounds great.

Thanks,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17648','7489304d56','I hope to be, I am confirmed at this point. 

Thanks for the birthday wishes, hope this finds you well in the land of cold and ice.

Are you going to COSI?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13132','7fdbe1f4e3','here is the guys email

trooper7@shaw.ca

$255 assembled and painted (Not stickers)
$215 kit

+ $15 shipping.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17193','601f2d427f','Loki,
  Hope you had a good day.  Just wanted you to know that I dreamed all night about freakin' huge ass spiders!!!  I may never be the same! :shock: 

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17825','3fa98178e2','I can get on the Fan Force but it's been kinda dead lately.  I did really enjoy the Con this year and Darth Peanut had a blast as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17827','fb04b96d27','Kewlness.  To be honest, this little drunken pirate forgot all about the damned hat.  Either it was a combo of the foot rub and all the alcohol or jus the thrill of getting into your armor.   :twisted: 

Next time I get across the Tennessee river I'll holler at ya.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17828','10bf3d3bad','awesome...i was going to go researching in a little bit for a recipe, so you saved me some time, and i know it's a sure thing that you'll like it...that is...unless i screw up. fingers crossed

that's my family's tradition:  the birthday person gets to pick the dinner of their choice, along with dessert.  i believe jeff and the two kids will also be joining us, so we'll have a party!!!  how long's it been since you've had one of those?  

i'm gonna pm kell here in a min but i wanted to let you know too that we thoroughly enjoyed the time we spend with y'all, and we're glad you two are there for each other.  ashley seemed like a sweetheart, and kevin was a doll.

talk to ya soon.
star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14557','dab084d042','Dude,

Not seen you post in a few days or seen you online.  How's life treating you? You doing ok? Vent if you need to, I'm a good listener.

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7450','e20523f63b','Thanks. I can only hope that  I get support for this. Just to cover my butt I am also goign to look for a backup site in the same area. Same day and time though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7255','989fb3e1ea','Okay...let me know if you think you'll be able to make it to the "Prop" party I'm having for the girls.  It's going to be December 1 (Thursday) at 6:30.  The Surprise Lady said that we won't be there all night since it is a weeknight.  We'll have food and drink (hmmm...) too.  I'm trying to find out early if people will be able to make it, so I can reschedule it if no one can.  I heard Susanne say that they might be down for the G'dale parade that weekend, but I didn't know if they would be here that early.  

Just let me know what you think.

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7256','e61e39780d','I should be able to but I won't be able to drink as I will be driving :( 

susie realized later that she won't be on vacation that week so they won't come down until Friday night.

Hey, you and cindy mentioned that you guys would like to see the corpse bride, if so, maybe the couples could meet in Trussville to see the movie and eat dinner.  Joey said that the guys could go see a guy movie at the same time.  I don't know if Thad and Shannon would like to the Corpse Bride if they do then Joey will go to.  Let me know and look at your calendar.

H');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9654','c59669e8f0','The TV spot is at 11:50AM tomorrow morning.  Check the thread for more info.

Thanks,

J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7259','56968f9f1b','Ok....hmmmm....so Susanne is out and I don't think Cindy will come because of how far it is for them.  I can always send Susanne &amp; Cindy the website if she wants to order something.  I called the lady and she doesn't have any other weekends until the middle of January.  Plus, with all the other events we've got going on during weekends in December...I just don't think a weekend would work anyway.  Is there anyone else from the "local" group you think would like to come?  I figured I'd ask you since you're more familiar with the ladies in the group.  Let me know.

As far as the movie...it sounds like a great idea to us.  Thad said that he'd be up for seeing a "guy" movie with Joey &amp; Shannon.  Our weekends are pretty flexible, so just throw some dates out there.  Talk to you later!

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7260','7474895dbe','I don't know of anyone in the group who could come on Thursday night.  Do you want to postpone it and try again in January?  We don't have much going on then and it would be a good excuse for everyone to get together.  Also, Cindy may not be comfortable with that kinda of thing.  I have friends like that.  As for the movie thing, I'll look this week and see what dates are good and then get back with you.  Also, I am going to email shannon and z-man and see if they want to come.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9593','aae9638c69','Well  I don't have the Direct address to walmart. it's a 20 minute drive from Gulfport on hwy 49 going North.

Now if your interested in comming to do this you can stay with myh husband and I for the weekend and  you  or anyone  comming wouldn't have to pay for a hotel or food.

but if you need an address for a point of refrence you can have my  home address.

2255 Switzer rd
Gulfport MS. 39507
apt#H107');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9596','53b3980c16','Well I don't have the Direct address to walmart. it's a 20 minute drive from Gulfport on hwy 49 going North. 

Now if your interested in comming to do this you can stay with myh husband and I for the weekend and you or anyone comming wouldn't have to pay for a hotel or food. 

but if you need an address for a point of refrence you can have my home address. 

2255 Switzer rd 
Gulfport MS. 39507 
apt#H107');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10856','c92fc04f50','http://www.djsyczylo.net/
  Sorry I gues that would be more helpful.  Thanks again for having me over I really enjoyed it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15947','1926a18fb2','Thanks for the input man, I went ahead and bought it from him.
Hows the family? Get peed on yet? :wink: 
Later

[quote:1926a18fb2="Tambo"]It should be good.  he has never been a member, but was been trying to put together a D/S Trooper costume for the past year.  I don't think it will be a problem.[/quote:1926a18fb2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10490','0d1b0831d8','Thanks Bert!  Tell all your Fla Garrison Buddies all about me - well the good stuff anyway!

You need to participate on the Legion forum :

http://www.501stforums.com

-
The guy making pauyldrons is Ryan:

www.jediagent.com

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7321','ac6f24002b','Oh absolutely,it was a joke and hardly even that.we still support huntsville without question as you saw at the boy scout thing.look how many people came down to that.when the locals could have easily covered it.

the "jamey" thing is alot more complex.i dont have alot of time this morning but there is a loooong back story to us and jamey.
jamey and i have hated each other and been friends all at the same time.jamey is what i refer to as an online jeckle and hyde.he's a monster online and then quiet and timid in person.
jamey and joey(bama) have pretty much been at each others throats for a long time.jamey wanted to start the huntsville squad so he could run that area without going through the command staff.which is the opposite reason of why you were working on it.he didnt have the criteria for the squad at the time anyway.
where you were trying to bring that area together,he was trying to seperate them from everyone else.


just have fun and do what you can.its just costumes!

talk to ya more soon.
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7334','b72e78c891','Hey,

Me and ti-2151 are from NW MS. which is about a 5 hour drive from Gulfport.
There are members in jackson, kosiesko and greenwood and there was one other in Biloxi, but haven't been keeping up with things so don't know if she is back after katrina.  That's it as far as Miss. members go as far as I know.  I'm not a very active member, and probably won't be able to attend anything for a while.

-brad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7335','f71bf9235e','Well I am looking at getting an event started here the beggining of December for Toys for tots. Never done anything like this but I am trying. My biggest fear is that I need some of you guys to be there and I am afarid that if I set this up I am going to the only one and I'll have to cancel');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7388','6d44a3da77','I'd like to get one of the mini-Fett helmets. Do you take PayPal? Can you ship it to me?

Thanks,
Wes
TK8657');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7344','08ff2a93db','Hey Jedi Toren, just had a question about your store, its on a strip mall, but not actually inside a big mall, is this correct?

Is the inside of the store big like a block buster? I have never been to a movie gallery.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7424','efa724e359','Thanks. We will be do Best Buy on Nov 5th. I don't have the time yet, but I believe it will start around 10:00 or 11:00am. 
I was worried about not having a Vadar.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7425','d66875cefb','Matt:

I was contacted by Jennifer "ZOOfo-Dyas" wondering how you were doing.  The RL is concerned about you and wants to help take some of the burden off your shoulders.  She told me to ask you to contact "Hofmann or Reaper" please.  I'm hoping you'll see this message and get back to them, I'll try to email this to you too.

See ya next week!

~Zachmire the DVDMaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17839','1dbfa76854','As for the hotel, that is in process, but thanks for asking, we all got the shortend on that one.

For graphics, I generally use what ever the project calls for, photoshop, image ready, fireworks, dreamweaver, etc...been an art director/graphic designer for 14 years or more so the programs I am pretty versed in.

I LOVE the patch idea, that would be awesome, just keep me in touch with everything and let me know what you want to do!

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17844','2787d071f5','[quote:2787d071f5="TB1309"]Again.. that helmet.. its almost a religious experience!

But I wanted to ask cause I know you'll tell me straight up like I would to someone else.. was I too harsh on the COC forum?[/quote:2787d071f5]

A definite &quot;No&quot; on your part.
However, I'm still wondering how you guys restrained yourselves from pummeling me about the head and shoulders for my actions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12061','a395b2f393','I doubt he'll do a payment plan. This isn't a guy into costuming. He's a cousin-in-law that wore it for Halloween one time. You can try though. 

tamara@linexofknoxville.net 

That's for him and his wife both. Name is Shawn. Good luck');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7491','d17597c20a','Yeah I know they've been trying to get a hold of me, I've just been buried under school work and finally had enough time to send a message tonight. Thanks and see you next week,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17343','c869cacad5','Todd,
I was going to PM and say I'd love to go to dinner Friday with your family, but now Starla has posted that she and Ryman aren't going, so I don't know what's up with that or how it affects your room situation.

Also, thanks to making numerous mistakes I still haven't finished the Dooku costume, so I could still use your help on the pictures from the Chronicles book. What I need is a picture of the back of the costume, or at least of the neck and shoulders area. I will probably have to redo some of the cape anyway, so I could always redo that part anyway if you can't get me pictures by tomorrow.

Thanks,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17344','4307586b26','Kell,

Fisrt of all I would like to thank you for agreeing to help obtain some of the Rebel Legion patches for us. 

Here is the list I said I would send to you.

[b:4307586b26]These we have:[/b:4307586b26]

Alpha Base				
Canadian Base
Central Base
Coruscant
Echo Base, North Ridge Patrol
Endor Base
Freedom Base
Midwest Base
Mountain Base
Rogue Squadron
Rebel Legion (Legion Patch)

[b:4307586b26]We need everything else.[/b:4307586b26]

[b:4307586b26]The following are known to exist.[/b:4307586b26]

Hawkbat Squad (Echo Base)				
Kessel Base					

[b:4307586b26]These are rumored to exist or be in process of being produced.[/b:4307586b26]

Screaming TaunTaun Squadron (Central)	
Ra Kura Base					
Sunrider Base		

I would like to get several of each patch I don't already have. I have been working with several others who also collect patches and we each try to obtain patches for the others. 

As you find available patches just let me know how much they are and how many you can get. I will send you the funds (via paypal??) and the number I would like to get.  You could ship them to me or I could meet you and Chase some weekend when your up here and pick them up. 

jsut let me know via email here  td235m@yahoo.com. I check this email every day during the week and I'm usually not on a computer on the weekends  if you need to gett hold of me on a week end you can call my cell 615 351-0546 or home 615 876-8235.  Just in case there is some deadline that needs to be met.

Again, thank you for agreeing to help and if there is anything I can help you with please let me know. I'll be glad to help any way I can.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7495','dec044fe50','The dates for the trooping at best Buy is Nov. 1 and the 5th. Not Nov 4th. Novacon is Nov 11-13, not 12th-13th. I Know the 11th is on Friday and not everyone can make that day, but we may be in the Huntsville Veterns Day Parade on Friday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7503','1e24bcb1d4','You should make the Zoo event this weekend.
Its a blast man!
We are going Old School this weeek, Stormtroopers, Sandtroopers, Snowtroopers, Vader , Come on down.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7509','20325bbf3a','Yeup, a strip mall. I will be e-mailing out directions pretty soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7517','35cb1fb4fd','Was told to PM you about a Boushh costume.
Do you make them,And how much are they?
Thanks,
Shannon
"The Blaster Disaster"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7538','0977e68560','Hey Skip,


I went back and read through the Christmas Party thread again, and from what I perceive, Joey's original post was to say.... 

change of venue, Skips looking for a new one, and , by the way, is what we have done in the past fine for this year too? ...... 


This opened it up for a garrsion wide discussion for new activities.  
We do have quite a few new people, and not everyone has come in the past.  So..... I honestly just thought the officers were being kinda politically correct in asking the group to help plan.

Not sure which hotel, knowing Drax we'll probably be at the cheaper one, but I don't think staying in different hotels will make that much of a difference. Once I go full time with Marriott, I'll be going where my discount can take me:)  and at this point our actual destination is still up in the air. 

If I were you, I would do my best to find a place for the party, let everyone chhose their own hotels (with no recriminations either way), and take suggestions if there are requests.  Obviously not everyone can be happy, but I think more than one person can contribute to a great celebration.

I had even talked to Jason about suggestion a "Mongolian Gift Exchange" which is a great way to lower Xmas cost, and something we have enjoyed at our SCA yearly parties.  (let me know if you want to know more:) )

Don't know if this will help, but I still think the garrison is looking to you for this event,

Laura');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7539','24aceec562','i got emails from him,not posts on the forum.

im gonna just run with my own plan,its served me well in the past.i always get everyone taken care of.

i do have ,what could be, a great plan on the parking-changing debacle.if it works it should take alot of the hassle out of the parade.
ill keep in touch,
as for party gifts and stuff,im not sure people will have the extra cash so i wouldnt have suggested it,but im open to suggestions.

as for the rooms,yes it will matter if everyone splits up.last 2 years joey has roomed away from everyone else.i heard comments like "not good enough for the outpost" and stuff like that.so people DO notice!

not gonna dwell on it tonight,got work to do,
ill keep in touch,
cya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7555','5924443b5c','Alright one weekend sounds good to me, thanks for the pics.  I'm more of a visual person so it helps me out a lot.  I did notice that the distance from faceplate to the back got shorter so I might try to deflare it a bit (I have a big nose anyway so it probably won't matter), but I think once the visor is in place and secured that it will be ok.  I tape the front when I want to put it on to test, but it doesn't mimic the visor being there because it pokes in too far.  I'll sand down the space more so it is similar to yours.  After I sand the t-visor down do you think I should primer it or wait until a weekend when everyone is free?

I'm also trying to look for a jumpsuit.  I checked out some dickies jumpsuits and I have contacted Richies Armor about theirs, but I haven't gotten a reply.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7560','acabc2cf30','I e-mailed you some pics. Did you get them?

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7561','3814e81f21','Yes, got them. thank you. I have to pass right now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7574','b8cb9e13fd','Sorry. Season opener of The Havoc Hockey!!! Saturday is costum day, guess what I'm going as.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14267','f32bfe4ef3','Hey buddy.  I need member access.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15469','4811fcda67','Thanks for the thought but Derek Daniellle and a there friend I can never remembe rher name are rooming together at the 4rth floor of the Hyatt. I reserved our room about a week or so ago. I guess I never told Ryan. But thanks man.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7601','63a2d467b4','You got it.  It's boxed up, and my wife will take it to the post office tomorrow.

Thanks,

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18380','ac19d2ae9f','wiseguybuttons@alltel.net

the other one had an extra t in it......ooops');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18381','4274eb8a08','OK heres my order: 

(1) XL Red 501st Skull &amp; Crossbones Tee @ $8 
(1) 2XL Cog Tee @ $8 
(2) 501st Headwraps @$5=$10 
(1) Set of 3 Vinyl SO Decals @ $5 
PLUS: Apparently I still owe you $2 (Rob didnt tell me)  

Total: $33 

I will come and get these from you and pay you in cash seeing as we live about 10 minutes from each other. Just let me know when a good time is! 
Thanks Mark!!! I've desperately needed some swag. I'm still working on Adcon, I hope I get to go. Even if for just a day or something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7607','85d0d54fab','cool! I'll see what I got going on and check with Joey and see if we can make it. Thanks for the invite!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7841','84a18860cd','I'm glad you're coming.
I had asked for help early on the planning of this and everyone knew about the limited free passes. I could have used the help then. 

You just coming in for Saturday or all 3 days?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7842','406d51c759','I'm thinking right now that I'll show up Saturday and stay Sat night. Go back sometime Sunday.

Looking forward to it! Thanks Shawn

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7790','1e2b05e8e0','I sent you some pics. email... email.... check the email


StrongBad');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7621','ce3d5e3548','We're sorry. There's a problem with the e-mail address(es) you're trying
to send to. Please verify the address(es) and try again. If you continue
to have problems, please contact Customer Support at (480) 624-2500.

&lt;dave@bigpolley.com&gt;:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

Return-Path: &lt;vy_pi@lycos.com&gt;
Received: (qmail 10855 invoked from network); 27 Oct 2005 20:58:01 -0000
Received: from pre-smtp02-01.prod.mesa1.secureserver.net ([64.202.166.25])
           (envelope-sender &lt;vy_pi@lycos.com&gt;)
           by smtp05-02.prod.mesa1.secureserver.net (qmail-ldap-1.03) with SMTP
           for &lt;dave@bigpolley.com&gt;; 27 Oct 2005 20:58:01 -0000
Received: (qmail 4939 invoked from network); 27 Oct 2005 20:58:01 -0000
Received: from webmail-outgoing.us4.outblaze.com ([205.158.62.67])
           (envelope-sender &lt;vy_pi@lycos.com&gt;)
           by pre-smtp02-01.prod.mesa1.secureserver.net 
(qmail-ldap-1.03) with SMTP
           for &lt;dave@bigpolley.com&gt;; 27 Oct 2005 20:58:01 -0000
Received: from unknown (unknown [192.168.9.180])
	by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id BFFBF1800235
	for &lt;dave@bigpolley.com&gt;; Thu, 27 Oct 2005 20:58:00 +0000 (GMT)
X-OB-Received: from unknown (208.36.123.31)
   by wfilter.us4.outblaze.com; 27 Oct 2005 20:58:00 -0000
Received: by ws7-2.us4.outblaze.com (Postfix, from userid 1001)
	id A24B6E5BC7; Thu, 27 Oct 2005 20:58:00 +0000 (GMT)
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"
MIME-Version: 1.0
From: "Vanya Ysadora" &lt;vy_pi@lycos.com&gt;
To: "Bama Trooper" &lt;bamatrooper@gmail.com&gt;, dave@bigpolley.com,
	wookieegunner@highlandcitadel.com, Skipjenn@comcast.net
Date: Thu, 27 Oct 2005 14:58:00 -0600
Subject: Re: Communication problems...
Received: from [69.73.88.223] by ws7-2.us4.outblaze.com with http for
  vy_pi@lycos.com; Thu, 27 Oct 2005 14:58:00 -0600
X-Originating-Ip: 69.73.88.223
X-Originating-Server: ws7-2.us4.outblaze.com
Message-Id: &lt;20051027205800.A24B6E5BC7@ws7-2.us4.outblaze.com&gt;

Wow.  Great big communications error on my part, because I had no idea there *was* a problem.  Thanks, Joey!  And shame on me for missing this entirely.  Bad handler, no cookie!

Dave, I'm **VERY** sorry if I unintentionally upset you.  Next time you're mad at me, my number is 830-5431; call me, we'll {voice="valley girl"}like, get a latte, and stuff{/voice} and straighten out the misunderstanding.   I know you must keep rough hours thanks to classes and hotel desk hours and the hour-and-change drive to Florence, but my hours are frequently off-center too, so I'm sure we can find some time that's convenient and comfortable for both of us.

And I'm sure there WILL be a next time:  though it may take a while, as I currently do not have a single whole costume for trooping, so I won't be posting much until I can afford to replace vanished parts.  The Comfort Inn I stayed in last weekend has finally turned up my costume's boots after I mentioned that I might have to file a police report to explain to the IRS why I'm claiming the same expense twice, but they deny the unique-looking light bluish vinyl thing with the velcro (my tabard), which was directly above those same boots.  My fault, I made a tired mistake and stepped out of the room without checking the closet one last time, and I called them that evening instead of taking a nap and then driving right back down there.  I'm already skimping on nonessentials and pinching pennies like mad to afford my NovaCon ticket, so the materials will wait until later in the budget.

Anyhow, that's beside the point.  Again, I apologize for causing hurt feelings, and trouble in general.
Take care!
Jennie
aka "Blue Jedi"

----- Original Message -----
From: "Bama Trooper" &lt;bamatrooper@gmail.com&gt;
To: dave@bigpolley.com, wookieegunner@highlandcitadel.com, Skipjenn@comcast.net, vy_pi@lycos.com
Subject: Communication problems...
Date: Mon, 24 Oct 2005 10:24:57 -0500

&gt; 
&gt; David, thanks for taking the time to write and to recognize the potential
&gt; that this might just be a misunderstanding and that text to words do not
&gt; always convert well in online conversations.
&gt; &gt; From what I can tell, you are correct. this is nothing more that
&gt; misunderstood intentions. Donald and Jeanne are two of our most thorough
&gt; members who post on the forums. I can tell you that Donald is well read on
&gt; protocol and ettequite of the online world and that this apparent 'dressing
&gt; down" is nothing more than his way of explaining it all to you.
&gt;   If i wasn't as familair with Donald and Jeanne as i am, I might also see
&gt; things as you have and feel the same way, so I think its fair to ask them to
&gt; be a bit more brief and soft on the edges with those that do not yet know
&gt; them very well.
&gt;   I am confident that when you get to spend time with them , you'll realize
&gt; that they are two of the nicest longtime members around this crazy bunch of
&gt; freaks and geeks.
&gt;   We've had other misunderstandings like this in the past where one member
&gt; didn't translate well into the online world and ended up offending just
&gt; about everybody else, ( coincidentally also in Huntsville ) so again, thank
&gt; you for realizing that this might be the case and stopping to ask before
&gt; launching a WMD...
&gt;    The forums have been running smooth, but Novacon seems to have become our
&gt; first errant thread or threads, where information is lost under too much
&gt; discussion. We try to have 2 threads, one public and one for planning, but
&gt; since this event took a long time to arrive, there have been several others
&gt; started as the older ones are overlooked. I'll try and sticky the main ones
&gt; and consolidate the others... Thanks for the initiative and trying to get
&gt; the group going for NovaCon. Shawn can use the help with the convention so
&gt; email him and ask what you can do to help out... I am helping him too, but
&gt; hoping to delegate events to the local troopers when i can, so he is more up
&gt; to date on the event than I.
&gt;    See you there in three weeks!
&gt;   -Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7623','3c6a7c69a6','Shipped via USPS - 0305 1720 0002 2011 8680

Enjoy!

TB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7628','ce3d5e3548','We're sorry. There's a problem with the e-mail address(es) you're trying
to send to. Please verify the address(es) and try again. If you continue
to have problems, please contact Customer Support at (480) 624-2500.

&lt;dave@bigpolley.com&gt;:
Sorry, no mailbox here by that name. (#5.1.1)

--- Below this line is a copy of the message.

Return-Path: &lt;vy_pi@lycos.com&gt;
Received: (qmail 10855 invoked from network); 27 Oct 2005 20:58:01 -0000
Received: from pre-smtp02-01.prod.mesa1.secureserver.net ([64.202.166.25])
           (envelope-sender &lt;vy_pi@lycos.com&gt;)
           by smtp05-02.prod.mesa1.secureserver.net (qmail-ldap-1.03) with SMTP
           for &lt;dave@bigpolley.com&gt;; 27 Oct 2005 20:58:01 -0000
Received: (qmail 4939 invoked from network); 27 Oct 2005 20:58:01 -0000
Received: from webmail-outgoing.us4.outblaze.com ([205.158.62.67])
           (envelope-sender &lt;vy_pi@lycos.com&gt;)
           by pre-smtp02-01.prod.mesa1.secureserver.net 
(qmail-ldap-1.03) with SMTP
           for &lt;dave@bigpolley.com&gt;; 27 Oct 2005 20:58:01 -0000
Received: from unknown (unknown [192.168.9.180])
	by webmail-outgoing.us4.outblaze.com (Postfix) with QMQP id BFFBF1800235
	for &lt;dave@bigpolley.com&gt;; Thu, 27 Oct 2005 20:58:00 +0000 (GMT)
X-OB-Received: from unknown (208.36.123.31)
   by wfilter.us4.outblaze.com; 27 Oct 2005 20:58:00 -0000
Received: by ws7-2.us4.outblaze.com (Postfix, from userid 1001)
	id A24B6E5BC7; Thu, 27 Oct 2005 20:58:00 +0000 (GMT)
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"
MIME-Version: 1.0
From: "Vanya Ysadora" &lt;vy_pi@lycos.com&gt;
To: "Bama Trooper" &lt;bamatrooper@gmail.com&gt;, dave@bigpolley.com,
	wookieegunner@highlandcitadel.com, Skipjenn@comcast.net
Date: Thu, 27 Oct 2005 14:58:00 -0600
Subject: Re: Communication problems...
Received: from [69.73.88.223] by ws7-2.us4.outblaze.com with http for
  vy_pi@lycos.com; Thu, 27 Oct 2005 14:58:00 -0600
X-Originating-Ip: 69.73.88.223
X-Originating-Server: ws7-2.us4.outblaze.com
Message-Id: &lt;20051027205800.A24B6E5BC7@ws7-2.us4.outblaze.com&gt;

Wow.  Great big communications error on my part, because I had no idea there *was* a problem.  Thanks, Joey!  And shame on me for missing this entirely.  Bad handler, no cookie!

Dave, I'm **VERY** sorry if I unintentionally upset you.  Next time you're mad at me, my number is 830-5431; call me, we'll {voice="valley girl"}like, get a latte, and stuff{/voice} and straighten out the misunderstanding.   I know you must keep rough hours thanks to classes and hotel desk hours and the hour-and-change drive to Florence, but my hours are frequently off-center too, so I'm sure we can find some time that's convenient and comfortable for both of us.

And I'm sure there WILL be a next time:  though it may take a while, as I currently do not have a single whole costume for trooping, so I won't be posting much until I can afford to replace vanished parts.  The Comfort Inn I stayed in last weekend has finally turned up my costume's boots after I mentioned that I might have to file a police report to explain to the IRS why I'm claiming the same expense twice, but they deny the unique-looking light bluish vinyl thing with the velcro (my tabard), which was directly above those same boots.  My fault, I made a tired mistake and stepped out of the room without checking the closet one last time, and I called them that evening instead of taking a nap and then driving right back down there.  I'm already skimping on nonessentials and pinching pennies like mad to afford my NovaCon ticket, so the materials will wait until later in the budget.

Anyhow, that's beside the point.  Again, I apologize for causing hurt feelings, and trouble in general.
Take care!
Jennie
aka "Blue Jedi"

----- Original Message -----
From: "Bama Trooper" &lt;bamatrooper@gmail.com&gt;
To: dave@bigpolley.com, wookieegunner@highlandcitadel.com, Skipjenn@comcast.net, vy_pi@lycos.com
Subject: Communication problems...
Date: Mon, 24 Oct 2005 10:24:57 -0500

&gt; 
&gt; David, thanks for taking the time to write and to recognize the potential
&gt; that this might just be a misunderstanding and that text to words do not
&gt; always convert well in online conversations.
&gt; &gt; From what I can tell, you are correct. this is nothing more that
&gt; misunderstood intentions. Donald and Jeanne are two of our most thorough
&gt; members who post on the forums. I can tell you that Donald is well read on
&gt; protocol and ettequite of the online world and that this apparent 'dressing
&gt; down" is nothing more than his way of explaining it all to you.
&gt;   If i wasn't as familair with Donald and Jeanne as i am, I might also see
&gt; things as you have and feel the same way, so I think its fair to ask them to
&gt; be a bit more brief and soft on the edges with those that do not yet know
&gt; them very well.
&gt;   I am confident that when you get to spend time with them , you'll realize
&gt; that they are two of the nicest longtime members around this crazy bunch of
&gt; freaks and geeks.
&gt;   We've had other misunderstandings like this in the past where one member
&gt; didn't translate well into the online world and ended up offending just
&gt; about everybody else, ( coincidentally also in Huntsville ) so again, thank
&gt; you for realizing that this might be the case and stopping to ask before
&gt; launching a WMD...
&gt;    The forums have been running smooth, but Novacon seems to have become our
&gt; first errant thread or threads, where information is lost under too much
&gt; discussion. We try to have 2 threads, one public and one for planning, but
&gt; since this event took a long time to arrive, there have been several others
&gt; started as the older ones are overlooked. I'll try and sticky the main ones
&gt; and consolidate the others... Thanks for the initiative and trying to get
&gt; the group going for NovaCon. Shawn can use the help with the convention so
&gt; email him and ask what you can do to help out... I am helping him too, but
&gt; hoping to delegate events to the local troopers when i can, so he is more up
&gt; to date on the event than I.
&gt;    See you there in three weeks!
&gt;   -Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15875','1bd11ab7a2','You're a good friend bro. 

In short (because I've got 50 billion things going on right now) Yes I am the 3rd person Coery is talking about. I was pretty hurt that I didn't get an invite to this... but now I find out Corey just didn't have a chance to ask me yet... boy I really put my foot in my mouth and am going to have to eat some humble pie for awhile.

Corey and I are going to try and work out the details of maybe getting me to go.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17822','f2f401ee2a','howdy pardnah...sad we missed you too!

you spoil me. i thought it was just dessert, now I get to pick dinner? wow.

you know i love the steak with the blue cheese and the bacon salad dressing etc...but I am open for suggestions! 

However, the shortcake is a must! this is how they make it my favorite way at the cheesecake factory:

http://fooddownunder.com/cgi-bin/recipe.cgi?r=50284

you rock, hows rymie?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7675','e398f98f9a','Tyler;
Can you give me a call (859-885-0625) about Halloween. I can still make it, but I have a mandatory school thing that I have to go to that won't be over until 6:15pm. I can still swing by and pick up Cadet/James but we probably won't be getting into Beattyville until about 8pm.  :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12991','f246013f2c','Woooahh Crash  you just need to take a chill pill.  I think things might of heated up a little with some of us in the outpost, but we are all friends and I think things are and will be worked out.  I think we might have some changes this year even if Joey stays our Commander...Don't ever quit my brother, good time are still to be had.

Tambo

P.S. I think Corey is sad that you are mad at him..he is a nut ball but means no harm in what he does.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11093','abbece7eed','Welcome to the SO forums Wendy!

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7678','63c6268096','hey ,
jenn said to call her,she has a bunch of clothes to give you.
615-545-4023

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7685','b8b104569b','Jaster,
I sympothize with you on this and made the same mental note. I will make no attempt to defend him on anything. Unfortunately, there's nothing in the charter that regulates people like him from being a dick. 
He's a professional substitute teacher and he loves to argue, so when someone calls him the wrong character, it fuels his fire to correct them and give alot of lip service.
What it's gonna take is one of us or an event patron to just call him on his being an ass on the spot. Most of us won't because we want to avoid a scene in front of our patrons. 
He has already been confronted regarding his behavior at Horrorfest and he understands the sevierness of the charge and we shouldn't have that problem again.
He is also starting to notice how he's being culled from the social gatherings outside the events. 
We can't omit him from participation in events, but we can give him the cold shoulder when it comes to social gatherings of the Southern Outpost such as prop building get-togethers or social parties.

Just a note, this is how we first encountered Zach, and with the same training, or as I called it, initiation by fire, he's almost made a 180 degree turn around in his behavior toward fellow members and event patrons.
Hopefully, Steiny will see how [b:b8b104569b]we[/b:b8b104569b] show respect one another and event patrons at all functions and follow suit.
I'll keep you posted of any progress and thanks for contacting me on this.

Also, just wanted to say I was glad you guys made it yesterday. It's always good to see ya. Summer's mando costume turned out great. Heck, all the mandos looked great!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7689','a48f407c30','Cadet;
Tim Birch here ("TK-Tim" from Lexington.) I have to stay late tomorrow night, until about 6:15 at the latest. I'll be at your place around 7 at the latest (I hope) and we can take off from there to Beattyville. I hate to do this, but it'll help me get a big raise if I show up at this thing at work. :(

My number is 859-885-0625, and my e-mail address that I can check during the day tomorrow is ImageMage@alltel.net. Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7696','db390383b8','What do you think we'll be doing, and how late do you think it will run?  I might have some homework to do, so I'm trying to think ahead here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7697','4af18dc4af','Sorry to offend you Drax. I was feelin pretty angry that night after the latest body count. I wouldn't change it for anyone other than a fellow 501st-er. Hope we are still cool.
-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7698','ae5e1b6d43','Yeah still cool. Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7706','50ce845265','We'll get there probably about 8 and - I'm guessing - go 'til about 10, so you should be back about 11 at the latest, and I'll get back about midnight. I've got some good directions that will allow us to avoid all the twisting and dangerous roads to get to Beattyville that will actually take less time in fact. I'll check my messages first thing tomorrow. Talk to you soon.

--Tim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17673','f699773066','Oh no my friend, it was just made private access, that's all. Just pass the word if anyone had access before and doesn't now, get them to pm me and I'll give them back access.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17674','c35a972a0e','thanks so much...i appreciate the props.  it's great to finally have the thing done,quite honestly, i was going a little nutty over it.  todd and i will work on the mando thread when we get a chance today.  once again, thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7732','b46ee05bf0','Tambo,

   What's up brother Fett? . . .well after "Pimp Troopin'" a fairly lame Halloween party. . .I got wasted . . .switched duds . . .took a Ho' home . . .and banged her in the Necro costume.

    I actually filmed some of it too. . .and threw in a clip from the movie to give it continuity before it fades into the scene of me gettin' blown and then shaggin' this gal rotten from behind.

   Fav. line from her: " Ohhh. . .your cock feels so good inside me!!!"
                                  Etc. etc. etc. etc. . . . . ..

   Fav. line from me: " NO WOMAN can resist the shorn scrotum of 
                                a NecroMonger! " (with Blondie's Call Me/Theme  
                                From American Gigolo blarin' on "11" in the 
                                background)


*I'll hopefully have this transferred to VHS by the X-Mas parades. Unlike my Trooper and Fett porn. . .I kep this one cleaner and more "family oriented". . .cut down the penetration scenes. . .and just used a wide shot. . . . .I think you will enjoy it just the same. Anyhow. . . thought you'd get a kick out of the story. . . .Take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18120','949c82a87e','Oh bummer.  

Thanks for making the reservations, I really appreciated it! 
See you at 6:45pm!

--Ryan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18149','88be7932ab','Username: on_vacation
Pass: bandit

Thanks again, cya in a couple of weeks... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7715','ad245d643c','Happy Halloween!!!!!!!

The background story is cool. Please do send me more pics. That would be cool for all three of us.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7717','ecb279f16a','why when I post does it say I am a guest! I was trying to be a smart ass on your good looking woman comment and logged in, but still said "guest" on the post.....grrrrrrrrrrrr..............');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7723','c550fc6842','Loki,

   What's up brother Fett? . . .well after "Pimp Troopin'" a fairly lame Halloween party. . .I  got wasted. . . .switched duds . . .took a Ho' home . . .and banged her in the Necro costume.

    I actually filmed some of it too. . .and threw in a clip from the movie to give it continuity before it fades into the scene of me gettin' blown and then shaggin' this gal rotten from behind.

   Fav. line from her: " Ohhh. . .your cock feels so good inside me!!!"
                                  Etc. etc. etc. etc. . . . . ..

   Fav. line from me: " NO WOMAN can resist the shorn scrotum of 
                                a NecroMonger! " (with Blondie's Call Me/Theme  
                                From American Gigolo blarin' on "11" in the 
                                background)


*I'll hopefully have this transferred to VHS by the X-Mas parades. Unlike my Trooper and Fett porn. . .I kep this one cleaner and more "family oriented". . .cut down the penetration scenes. . .and just used a wide shot. . . . .I think you will enjoy it just the same. Anyhow. . . thought you'd get a kick out of the story. . . .Take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7724','09bbc45cce','You rule the day brother!

I can't wait to see the Suppa-Trilogy.

I'll be sure to bring a VCR to the parades.


I'm going to Knoxville this weekend to hang with the Knoxville crew, get wasted and hunt for skanks... You should try to get up there!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7727','1cd442b3b2','Z-Man,

   What's up brother? . . .well after "Pimp Troopin'" a fairly lame Halloween party. . .I  got wasted. . . .switched duds . . .took a Ho' home . . .and banged her in the Necro costume.

    I actually filmed some of it too. . .and threw in a clip from the movie to give it continuity before it fades into the scene of me gettin' blown and then shaggin' this gal rotten from behind.

   Fav. line from her: " Ohhh. . .your cock feels so good inside me!!!"
                                  Etc. etc. etc. etc. . . . . ..

   Fav. line from me: " NO WOMAN can resist the shorn scrotum of 
                                a NecroMonger! " (with Blondie's Call Me/Theme  
                                From American Gigolo blarin' on "11" in the 
                                background)


*I'll hopefully have this transferred to VHS by the X-Mas parades. Unlike my Trooper and Fett porn. . .I kep this one cleaner and more "family oriented". . .cut down the penetration scenes. . .and just used a wide shot. . . . .I think you will enjoy it just the same. Anyhow. . . thought you'd get a kick out of the story. . . .Take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7728','994e58ef12','ALLLLLLLLRRIIIIGGHHHTTTT!!! Can't wait to see em! LOL!!!!!! COOL! Can't wait for the big troop in Nashville!!!!!

the Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7733','5113b9b474','Hey Ryan, I am going to try to borrow Tambo's star wars comics so I can look for some pics of tholme.


always a pleasure to meet a Jedi...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7756','cd7ed82ddb','If you do get the paintball gun, just be careful with it, some conventions do not permit any type of  firing weapons, each con has its own rules. most outside events, no one is that concerned about it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7745','9d0f7810dd','Has no one done an official tholme for the rebel legion?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7760','51efa0d29a','sweet. no tholmes ,yet.

Glad you got the helmet.

Almost bought you the build your own lightsaber kit at walmart, that way you can upgrade your lightsaber collection.. :rotfl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7765','1cfa85e981','Looks like I'll be leaving here right at 6:15 - aaaaargh!!!! Gotta run for now; they're calling me back. Later!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7768','7603eb4602','It looks like I may make it afterall.  See you there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7770','7ff7af9276','looks like i will make it.  :trooper');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7772','d90f05148f','Thad,

If you aren't busy this Saturday, a friend of mine, Gooshy (Jon Jones), and I were getting together for a little Mando party.  Jon is working on a custom, and my friend is working on a ROTJ Fett.  I know its about a 1.5-2 hour hike for you, but if you want to come feel free.  I've got some sintra, and I thought we could print out templates, cut out armor,  and I'll demonstrate how to shape it in hot water.  Maybe some painting stuff - "weathering with mustard - 101".  Just good old fett stuff from 10:00 am to whenever.

If not, I'll try and pull you a list of "good" suppliers for fett stuff together.

Just lemme know if want to come.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7827','b14d472587','Thanks for all the kind words sir! You da man!!! Hell, Suppa, at this point, I'd just like to get sex the normal way!!!!!

Today's been good: got the new EP3 dvd, clothes, the usual....

You going tp Nova Con? Probably too far from ya.

The Video clip is also posted on the board, so you may be able to see it there.

To post pics, I think you gotta use the Img button up there. Just have to search on your computer for a pic then end and begin it with that button. Something like that.....

Oh well, better get back to work. 
I still feel 18 in my head!!!

See ya at the parades fo sho Pimp Daddy!!!!!

The Z-mando');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7828','b073cacfde','Got it on Monday. Great work! Put me down for the adult version! LOL

Thanks and regards,
Wes');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10679','f2d1f04cce','I dont know if you saw but a bunch of us are meeting at Rural King around 9:30 am to get things and then tour the surplus stores for Mando stuff.. Your more than welcome to join us...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17586','9c9210440e','I figured you could handel it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7934','19509b74fb','Can do!  I'll bring it on Saturday.  Also, the Anakin saber was the one that needed the 3/4" hole.  Btw, what's the progress on those, the zam blaster and the jango blasters?  I'm really excited to see them!





[quote:19509b74fb="Jaster Mereel"]Ryan, summer wanted to check with you. is the jedi robe pattern from simplicity any good? 


Can you bring your Jango armor to the event this sat. I would like to  borrow it so I can  trace it out. Please. 

which saber needed the 3/4 hole for the rod?[/quote:19509b74fb]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('7935','18f0359e7d','Hey man, I will forward the info to Summer. I do not know what is going on with our weapons. I am dying to see at least something finished, I am trying to not be pushy with her, and let her handle it. 

See you sat.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8597','83263c0bae','Thanks for understanding the Shawn deal.  I've trooped with him several times recently, and when this came up, i kinda felt he wanted to try so i went with it.

Maybe next time we can find better ways to funnel his energy for the good of the group.

You're close on the TN vs Al deal, however  Skip's not actively trying to down LA events nor keep people from coming, its more of he is lacking anything positive to say too often.  He is behind AL and this group, just too vocal sometimes.
Loki is just ubber excited when you mention wearing armor.  He's a good guy and a good 501st member, very charity oriented and always the life of the party. both extremes, :)

Its all under the bridge, more drama than it really was.  Loki, Jon wollak, Rose are all coming tomorrow to the event...

If the event is good or bad, we'll have a good time either way...

Later..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15044','92226501bb','Hey Chris...do me a favor and delete the Crayfish and bad luck...twins? thread.  I am feeling better and don't want to linger on it and see it when I visit the boards.  Could you please do that for me?  Thanks.

Crayfish');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15045','c4eac3fbe3','You got it my friend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10006','36e4ae866a','LMAO!!

Holly and Suzanne and I have been talking about doing Cancan dancers for Dragoncon. 

That's hilarious! ok.. so .. what's the SO/501st angle to it? I was going to make mine green and black for specific reasons, but what's your idea? 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10014','b7a1241b0a','No problem Mark and again you dont owe me anything, it is what brothers in arms do for one another.
I will get it mailed out as soon as I get it and repackaged. I will let you know on the thread when I mail them...
In case I dont talk to you before Sunday Have an awesome Holiday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8069','31a1c11b89','I think I mis-typed the last one, it's not TK407, it's TK409. 

Even though I've been shelling out the $$ the past few weeks for the TI stuff, I almost tried a last minute bid on that EBay one.  I think 2 half suits would be worse than one 3/4 suit though, so I laid off.

I can't seem to find the emails, but I'm fairly sure both sites were $600+ for an uncut TK suit.  They both had prices for other things as well.  Seems like it did take them a while to answer, but they did.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8070','31a1c11b89','I think I mis-typed the last one, it's not TK407, it's TK409. 

Even though I've been shelling out the $$ the past few weeks for the TI stuff, I almost tried a last minute bid on that EBay one.  I think 2 half suits would be worse than one 3/4 suit though, so I laid off.

I can't seem to find the emails, but I'm fairly sure both sites were $600+ for an uncut TK suit.  They both had prices for other things as well.  Seems like it did take them a while to answer, but they did.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8071','2035c89843','Thanks!

 That's cool. I have a contact on ebay as well that said to drop him a line when I have money. He is going to get me set up with all black armor. I think the only problem I'll have is putting it together. I am partialy disabled in my right hand.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16422','6227323e9b','Nice to know you and Skip are cool with the situation, and realize what a PITA Corey really is.  I guess since the Jar Jar in Carbonite thread is waning, he had to come up with something to draw attention to himself for THIS week!   :lol: 

It seems that now Corey has posted in the &quot;bitch and moan&quot; thread now, basically seeking sympathy regarding this issue.  The irritating thing is that people are CONSOLING him!   :?  The board is not Corey's, even though he's a SO member.  The board belongs to ALL of us, and Corey is preventing us from enjoying the board.

I await the &quot;solution&quot; you're working on.   8) 


J




[quote:6227323e9b="TD152"]He called me, I told him to leave the pre-event planning roster stuff alone if the member so wishes ( i've explained this before as how we used to do things) so he will leave it alone, no worries.

He knows he pissed everyone off with the spamming Jan and Feb.   He's cut some of it down, but yeah, I don't read the boards anymore either unless its something i am interested in specifically.

Skip has talked with him once about spam also...

I'm workign on a solution for us.... 8)[/quote:6227323e9b]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9674','758220733c','Sure thing, Jamie. I'll set one aside. If you want to PayPal, make sure you send it as quasi-cash to avoid the fee. I can put it in the mail to you for another $4.00 or, I'm gonna see Chris Ash around New Years and can send it to you through him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9675','4de7931b47','payment sent

I'll be out getting a haircut around lunchtime today if you're around

my cell is 491-8902');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15528','3d0492815f','What do you know about &quot;Strick&quot; (Robert)? He's selling some TIE stuff and Im planning on buying it, I just find it odd that no one else here jumpedfor it and Im wondering if maybe this is a guy no one wants to do business with. 
Thanks!
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9948','fd647881d9','How u doin?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8108','b25f22b4bd','Well, on the plus side, that disqualifies me from making jokes that the Tennessee people keep forgetting about all the Huntsville people who [i:b25f22b4bd]do[/i:b25f22b4bd] travel, and THAT'S why we weren't included in the distribution. 
[img:b25f22b4bd]http://www.clicksmilies.com/s0105/grinser/grinning-smiley-019.gif[/img:b25f22b4bd]

I'm not posting this because I'm already uncomfortable with the argument in a publicly-viewable forum, not to mention the mention of "free anything" in a public forum, but I saw the Boss's post saying we should've spoke up about not getting our cut.  Honestly, if their accounting was so bad that they couldn't tell they had several persons' worth of leftover money, they had bigger problems.

The only thing that's really vexing me, though, is the "I'm from Tennessee, and I'm more entitled than you are!" attitude that some of our younger boys have got.  I know they'll outgrow it on their own, but in the meantime...!

Oh, well.  I'm going to blame it on the approaching holidays and go get ready for the convention.  I look forward to seeing you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12595','a1f91e7abf','Yes I do...and somehow I still have your General Veers figure too (actually 2 of them for some reason...somehow they are mulitplying in my Jeep)

See you then.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12596','fa6f0334d2','Been meaning to email you forever.  How is my st cloak coming?  No Hurry.  Do I need to come up there for a fitting?  Just say the word and I will there.  Do you know how to make the Padma battle outfit?  I have been wanting to that one for a while.  If you can I will be glad to pay you upfront for I know what it is like to have to buy the stuff your self before hand.  Let me know and what I owe you for the cloak.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8113','75b1d51e17','Will Donald be coming Friday and Saturday?
I'll add Chris as a tentative. 

I'm gong to have to rethink who gets the free tickets. Most, even locals, won't be there until Friday eve or Saturday morning, and leaving out different times Sunday. I think I'm the only one that will be using them all three days. 

It may be a good idea to move the "who gets free passes" over. I didn't think about this thread being public. I think most tempers are down now, but the issue is not settled.

Do you know if Jamey is wanting to come? He's been on the thread but has not said "yea" or "nea"');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8114','4ec6a0f08f','Hmm. I'll go back and look at the threads in a few minutes here and see what Jamey originally posted.  It's not like pulling teeth to get info out of that man, really!  (more like hunting a jabberwock at night during a dust storm.... [img:4ec6a0f08f]http://www.clicksmilies.com/s0105/aktion/action-smiley-039.gif[/img:4ec6a0f08f] )

I know some of the people who originally posted to the NovaCon threads that they'd definitely be there are not bothering to post again, figuring that we MUST have all the relevant info and there's nothing they need add.  Le sigh.  Chris was planning, when he told me about it, to attend all days of NovaCon.

Anyhow, I'll go look up what Jamey posted, and get back to you in a few minutes here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14539','f00c16950b','[quote:f00c16950b="TB1184"]Hey Jamey I tried sending a reply to our Fett armor conversation, and it bounced back to me 3 times, saying it was delayed and that there was an error. Are you experiencing technical difficulties on your end?[/quote:f00c16950b]

Not that I'm aware of...  ?

You can always try fetthunter@gmail.com too  ;)


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8124','29d9bcd713','I understand, What can I get from you, And what will I need to get myself?
Thanks,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8131','aea7f1585a','Well, I've never actually put any together, since I'm going TI first (seemed a little less $$ to finish).   I'm sure if you went to an event with your unassembled armor and a case of beer everyone would be happy to help.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8132','2d5ca2b6a2','Hey I woukdn't mind doing that. I'll be 21 here on the 24th.. Yeah I know Thanksgiving! Odd feeling at that. I just hope I can meet you all eventually at some of these cons.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8134','04cfa2d510','Well, in truth I've never been to one, but I can't wait.  Been hanging out here for a long time just watching, finally had to go for it :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8136','04cfa2d510','Well, in truth I've never been to one, but I can't wait.  Been hanging out here for a long time just watching, finally had to go for it :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8137','5b2d104b46','I got talked into it. I had wanted to do this for a while but up North the few I met were jerks and full of themselves. SO I went to TJA The Jedi Assembly and became a Jedi there. I have the full costume and I am currently updating it as we speak. I am getting two new lightsabers costum made and a new tunic. Next feburary I am getting the real boots from the movies fitted to my self.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8139','7fb33d9008','i completely understand :) 

heck, to do anything with y'all, memphis is my closest trip... it's almost 8 hours for me to get to huntsville... lol... 

as far as people being entitled... that's bogus, everyone is equal as far as i'm concerned... 

i do have to pay more in gas and such than most to get to events, but that doesn't make me special... if we are going to split costs, we should split costs equally, either have a random drawing for the free passes or have EVERYONE pay $$ before getting a badge at all... just my thoughts... 

as far as accounting goes... welll... lets just say i'd never want that job, it's a pain in the rump....

btw... never really could get into CoH... did y'all make a move over to CoV when it came out? I gave up on star wars galaxies too finally... just in time from the looks of it as they released an expansion last week and then announce a week later that the entire game is changing again and getting rid of 28 professions... lol... 

anyways... cheer up :) at least you'll get to see me... lol... that's gotta be worth going... LOL!!!! 

Chris c');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8142','6bb1d69315','Uuber,

Just wanted to say thank you.  I was waiting until the con was over to put a bit message under 501st issues about the very thing you posted ( and I still might! ) but you beat me to the post! 

But I wanted to tell you thanks for the lecture and for helping trying to keep all this in perspective.

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8146','d334d7c087','[quote:d334d7c087="TB3529"]btw... never really could get into CoH... did y'all make a move over to CoV when it came out? I gave up on star wars galaxies too finally... just in time from the looks of it as they released an expansion last week and then announce a week later that the entire game is changing again and getting rid of 28 professions... lol... [/quote:d334d7c087]

Yup yup!  We're on Virtue server -- villains haven't completely gotten organized yet but you can get in touch with us on global chat anyhow; I'm @Jarissa and I think Chris A is @Skyburner ... so far and despite Beta we're [i:d334d7c087]still[/i:d334d7c087] trying out all the archetypes to see what we like.  We're on CoH most Wednesday nights and sometime Sunday with our supergroup -- [url]wyldfire.guildportal.com[/url] sometimes has other stuff scheduled as well.  Other nights when we get on, right now I'm more likely to be playing CoV if for no other reason than "ooo, what's THIS do??"

Anyhow, I've got internal sensors indicating that some kind of high pressure system is coming this way, so I'm going to tintercept a stunner blast and pass out.  See you soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17785','b5f69fc13e','www.dwrd.net/501st/phpBB2');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17787','1a475b768b','Yea, that would be something I am interested in. No worries about not hearing it before, I havent pursued it much at all, so no biggie. Do you have stuff in mind or how would you want to go forward?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8198','aa63973ff0','Hey Shawn,

I am going to be there on Saturday for sure.  I need to get a discounted ticket for that day (I guess that is the $12 ticket...which is about all I can afford to get in).  Can I pick it up and pay there as I don't have a credit card?  Anyway..let me know and I will see you there.


Sean
(Crayfish)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17523','4f23490240','sorry dude,
been kinda hectic around here.

we wont be leaving here till around 3-4pm tommorrow.possibly earlier but i doubt it.

ill talk to you this weekend,not sure what to do now,just want to troop :cry:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8164','dcdf54bde3','My wife just called from target, although she complains about the toy fixation, she still calls me to she if there is something on the shelf I may need.. good woman.  Anyway, I asked her to look for a couple more of these things if she could find them for you; if not I am sure I can spare one of mine.   By the way, where can I find that flat lense material; I looked at tractor supply and they had nothing??  I'm going crosseyed with these bubble lenses.  When you do an event like pumkinfest you want to see ... eveything... holy milf. :twisted: 

Give me a call leter and I will let you know what she found
615-599-3440
615-210-4673 cell');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8165','05b18b91ee','flat lense material is at a place in clarksville called "Rural King"
It's a big prop warehouse!  I could go in there and come out with a complete costume if I had the money.

As you walk in the front the lenses are on a wall on the left side with the welding supplies.

If your wife found any figure 64 through 68 or a shadow trooper, I'm all about that!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8174','363dca7274','Wow sorry for respopnding so late. 
Thsi was the 1 weekend each year we doa fundraiser at my church so we were busy all weekend.

I hope to make the next one!


-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16059','2a8769546c','Joe's covered.  He's in with rose and jon and skip and jenn in the room next to us!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8319','38ddf8b1f8','My Friday is screwed. I won't make it in until sometime on Saturday and may not be able to stay that night. If I did, I'd still have to blow out EARLY Sunday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8322','7b4c6bbaaa','You need to drop Kevin. He is on the Star Wars Syndicate list. 

I have eight names with no days. You think I should get a Saturday ticket for them?
The names are...
Z-man
Skip
Chase
TC8881
Ash
Kell
Melissa the Alchemist
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8352','a3be936fe8','Hey dude, just wanted to let you know, if you just want to chit chat, you can call, it doesn't always have to be about star wars, both summer and I value your friendship, and are lucky to call you a friend.

Thank you for handing me my blaster at the photo shoot. 
Please tell Joshua for me that I had a great time, if he needs another photo shoot like that, just give us a call. Thanks for coordinating the event Ryan.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16171','7d6ea18311','[quote:7d6ea18311="TB744"][quote:7d6ea18311="TK3740"]Still looking for 2 SOers to place in my room.  Dereck had a lead, but since the list is capped seems that option is closed for now.[/quote:7d6ea18311]

 might want to see if you are still on the list or not. I browesed through real quick and didnt see it as it might gave been cleared out when SO members were being handled by Tambo.[/quote:7d6ea18311]

Andy, my girlfriend is from Garrison Carida (cleverlilminx) and while she posted for the room, she named me the room commander since I had the credit card.  Hence why (I guess) my room is technically outside of the SO &quot;room block.&quot;  But she doesn't want to room with strangers and we're looking for troopers we know &amp; trust.  Does that clear up the question?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17538','9e9b28e8d4','After MSC, we should get back into the Halo swing.  Chase thinks we can complete the parts for about $30 each.  I have all the molds finished and ready.  The movie is set to come out some time in 06..

See you soon

PS - how is the job hunt coming for your wife.  If nothing has popped up, you should have her register on Moster.com and Careerbuilder.com.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13549','accae6993a','Hey Chuck,

Haven't talked to you in ages, man.  I heard memphis got a pretty good snow yesterday and today!  Wish I could have been there, it never gets cold down here in Auburn and snow in Memphis seems to be a rarity these days.  Hey I was wondering if you had the large .png or .tif files of the southern outpost logo and text (the one with the troops and vader in the letters) that everyone seems to have in their forum signatures.  I wanted to make one myself and I was wondering if you had the original photoshop files of them.  If you have them I was wondering if you'd email them to me at gooshy@gmail.com  I'd really appreciate it.

I'll cya at midsouthcon this year, and I hope you and Trish and the family are doing well!  I got some clone armor from Joey recently, so hopefully I'll get that built sometime before MSC.

Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18030','e78cafa4fe','Yoda's a gift.  :)  I also have a Kyle Katarn, but his right arm is barely attached to his shoulder. You can have him as well. Actually... I have the ROTS starter box (minus the figures) that I can give you as well. I just never got to play it much as our &quot;game night&quot; group would rather play the RPG. By the looks of how the auctions are going, I should easily have enough for the trooper boots and gloves (which is all I was wanting out of these anyway). 

Did I tell you that I odered the TK armor yesterday? Skip told me that it should be here early next week! Hopefully I can get a start on it at the April 22nd armor party at Geoff's place (which I don't think I've met before, but as long as others are going...). I'm just waiting on [JW]Yoda (Bob) to let me know if he's going through with his armor party at his house or not since I told him I'd go, but I'm trying to convince him we should go where all the people are at (and maybe catch that Con that weekend as well). 

It sounds like the S.O. is staying intact and that MSC was a really good &quot;coming together&quot; Con for everyone. That's good... Anyway, take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10828','25fb6617e5','Loki,
I was looking on the Mando thread about getting a set of gauntlets - preferably ROTJ style and ready for wear. (my model skills suck).  I was told to talk to you, since you might have some gauntlets.

Please let me know, you are my only hope!


John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10829','6d6c449b70','I have molds for the gauntlet base, Tambo has the mold for the wrist rocket.  Ivan has a resin cast mold for the calculator pad.  All the other stuff (Flame thrower, switches) we just kind of make up as we go.  I'll talk to the boys and see how long to make a pair, and how much.

If you want to try it yourself its:

Gauntlet base Left and right $20
Wrist rocket: $20
Calc pad ??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10436','adb0b45247','Yeah,..I lost a few Ep1 carded figures that way,..I now keep all my can soda free! I just purchased a set of 25 cans from Bangcock,..Star Wars Rell Bull Cans!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10136','7a20d1311e','Hi Glenn

Did you get these made up yet?  Thanks!

Ian
expedition03.daddy@yahoo.com

[quote:7a20d1311e="Tambo"]I'll make them up this week sometime and give you a price before I send them off to you.[/quote:7a20d1311e]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14999','9ad74bf821','[quote:9ad74bf821="TB1309"]
don't worry, I won't take &quot;cheap shortcuts&quot; ;-)[/quote:9ad74bf821]


Yeah, I know you won't.  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8439','5fd7944856','I wasn't commenting on the fact that my name was "in blue" (forgot my decoder ring) I was refering to the fact that after I posted I was only coming Saturday IF I come, I still was listed on Fri Sat and Sunday, at least I think that's what all that stuff ( Eve, X, morn ) meant.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12128','47e92536b0','I've wrote Skip about getting some aromor details (no word yet). I also asked Loki about it. I told him I was really liking the TC armor (like what you had!), but I could go with the TK as well (although "Lando" apparently bought a set off ebay recently). Loki recommends me getting the TK as it's an easier kit to get going with. He said with the TC, there's cutting and sanding and painting (and all that). I was wondering... how did you go about getting yours. Was it that much of a pain to get it together? I mean, I'd be perfectly fine with the TK. Perfectly fine. But... that TC armor you had is pretty sweet.... How long did it take you to get it the way you liked? Did you have help? Where did you get the helmet?

Just looking for as much advice I can get before making a hard decision. I don't see me having multiple sets of armor right away. If anything, I'd probably get a trooper this year and maybe go with a Mando next time (assuming I find more stuff to sell off). 

So... any words of wisdom?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8446','07aa1e15df','[quote:07aa1e15df="TK5773"]You need to drop Kevin. He is on the Star Wars Syndicate list. [/quote:07aa1e15df]
Dropped.  Sorry, I thought he was a member of the 501st as well.

[quote:07aa1e15df="TK5773"]
I have eight names with no days. You think I should get a Saturday ticket for them?
[/quote:07aa1e15df]

As far as Chase, Ash, and Kell are concerned -- grab somebody who's offered to help you out with event preparation, have that person see whether their contact info is on the "Contact" thread.  If yes, your helper should call 'em and ask.  If no, your helper should pm them and ask. Jen K/Dodger might be a great choice for this, if she's got time; she's very good with people.

I cannot do it tonight or tomorrow morning, but if you haven't gotten somebody to do it by then, I can do it tomorrow night.  Just lemme know if you need me to do it.

.

I've updated my version of the roster with info from the most recent posts to the thread.  As far as I can tell before my eyes start to cross, this has all the information that hasn't just been PM'ed directly to you.

I was hoping people would grab my post, hit "quote", insert their own info, and send, but no luck.  So I'll just make a note to look at this every night this week before supper and update it and repost it.  Fortunately you and Joey each have relists of info, so it's easier for me to check.

.

Are you going to be in Huntsville on other business some day before you have to pay for &amp; collect the discount tickets?  I can meet you and give you my money.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8456','560eb3fb28','I'll be in the same boat as you soon.  the wife is due in Feb and this will be my first.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8457','611765962b','With Jester and Loki going take care of their own tickets, That leaves only one discount pass left. 

Ideas on who will get it?
Here is the list I have.

	Friday	Saturday	Sunday	Discount
Shawn	Fri	Sat	Sun	Free
Joey		Sat		Free
Ricky		Sat		Free
Chris(TB1309)	eve	Sat	Sun	Free
Jamey		Sat		Discount
Wookieegunner		Sat		Discount
Crayfish		Sat		Discount
David	x	Sat		Free
BlueJedi	x	Sat		Free
JenKs	Fri	Sat		Free
Z-man		Sat		Discount
Jester		Sat		Will get their own
Loki		Sat		Will get their own');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8458','de115ddb06','Ryan,

What was the name of that web-site you were talking about that makes custom light sabers?


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9260','94ddf5a5b3','Awesome!

Anything you got helps.  I'm staring at a big box of plastic ready to cry  :) 

Hopefully it won't be too bad, since the only items that need assembly are the helmet and backpack

My address is 

Ian Lindsay
5767 Twisted Oak Ct
Pace, FL  32571

I'd be happy to pay you something for the CD.  Let me know');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12733','41e2bf1061','Cotton might be okay, it just wrinkles a lot easier and the fabric might not be as crisp.  But if you got blends, depending on what it's blended with you still might be okay.  And you could always reinforce the front panels.

The Insider where Trisha said it was all brown (in case you didn't find it) 
Insider #77, page 44.

Patterns, the base people use for the Imp officer are civil war officers - which appears to be just like Dooku's tunic.  Simplicity  #7274 is one of them, but that may be out of print (if not, JoAnn's is having a sale on Simplicity patterns next week).  The other I found is McCalls #M4745.  The number may be different than at the store, but if you flip open the book to the costume section, you'll see the blue civil war uniform.  Like I said, they'll both need mods but they'll be a great starting base.

Hope that helps!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8469','2e5fead68d','Lmao.. 

Now I'm going to have to read the message boards.. hehehehehehe.. 

and I totally agree.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8471','e0ccb95b1f','Cool cool.  One thing to note, RandomSabers doesn't/won't make replica sabers so if you want one to resemble Darth Nihilus, send him a drawing or computer rendering of it as opposed to a screen cap from a game.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18172','de3f6a8997','Hey Jon, I have a question about your Deece (as pictured in the St. Patty's photos).

I'm getting a DC-15 carbine soon, and I plan on taping a flashlight and some extra ammo packs to it, but I don't want them to look built-in, so I want some brown tape to attach them to the gun. I remembered you had some kind of brown wrap on your Deece, and I was wondering what it was. It doesn't quite look like Tusken Raider wraps, and a friend and I can't identify it. What did you use?

Your clone looks so freaking awesome man. I can only hope my GM comes out half as good!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10745','2e699ff5d8','" . . . you're as big a geek as I am."



I didn't even have to check my Aurebesh cheat sheet to figure it out.  
Tell me again why I don't have a girlfriend?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8483','7ad45022b5','[quote:7ad45022b5="TK5773"]With Jester and Loki going take care of their own tickets, That leaves only one discount pass left. 

Ideas on who will get it?
Here is the list I have.

	Friday	Saturday	Sunday	Discount
Shawn	Fri	Sat	Sun	Free
Joey		Sat		Free
Ricky		Sat		Free
Chris(TB1309)	eve	Sat	Sun	Free
Jamey		Sat		Discount
Wookieegunner		Sat		Discount
Crayfish		Sat		Discount
David	x	Sat		Free
BlueJedi	x	Sat		Free
JenKs	Fri	Sat		Free
Z-man		Sat		Discount
Jester		Sat		Will get their own
Loki		Sat		Will get their own[/quote:7ad45022b5]

If Chris Campbell's able to make it despite work, first off, I'd give it to him.

But I can still pay for mine, so the following still applies:

Most of the "free" listed are Alabama people -- as I am a mean, mean, Irish-Italian Matron type, if it were entirely up to me, I'd call up or pm Jester and say, "Listen, I've got this extra discount pass ticket and I'm tired of Roster Pingpong, would you please take it?  I'd consider it a favor."  And he'll ask is it free or is it $12? and I'd tell him and he would either say "yes" or "no, I'm rooming/carpooling with Loki, and I don't want to hear about it after he's plastered" (I dunno if he IS rooming or carpooling with Loki), in which case I'd then have to call Crayfish.  But if Jester takes it, that's a Tennessee guy who hasn't been whining about the money.  If Crayfish takes it instead, that's a guy who's gone to every event I've attended in the past few months and then some, AND he's working on new armor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8487','48a7d8fc72','[quote:48a7d8fc72="Loki"]I wasn't commenting on the fact that my name was "in blue" (forgot my decoder ring) I was refering to the fact that after I posted I was only coming Saturday IF I come, I still was listed on Fri Sat and Sunday, at least I think that's what all that stuff ( Eve, X, morn ) meant.[/quote:48a7d8fc72]

Certainly you're correct about the meaning of the eve/x/morn stuff, absolutely yes!

On the other hand,
[quote:48a7d8fc72][color=blue:48a7d8fc72]Loki[/color:48a7d8fc72]	[i:48a7d8fc72] [/i:48a7d8fc72]	tentative	[b:48a7d8fc72] [/b:48a7d8fc72]
[/quote:48a7d8fc72]
is what the Nov 8 post on page 9, and the Nov 8 post on page 8 (that one's 5 posts after you said "If I come it'll be only for Saturday.") said, all without my going back to edit either post as some insidious conspiracy or something.

Hence the entertainment value I mentioned earlier.

S'okay, you're not the only one who's posting complaints without reading prior posts first.  I think it must be something about this !!! summerlike weather we're having in November.  Everybody's basic reading skills have gone waaaaaaaaay down.  I know [i:48a7d8fc72]I'm[/i:48a7d8fc72] in trouble when I stare at my daily webcomics and go "huh?"  User Friendly is not, for heaven's sake, rocket science!

G'night');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8488','4ca2dbbde8','[quote:4ca2dbbde8]summerlike weather we're having in November[/quote:4ca2dbbde8]


Yeah, I've had some kinda freakin head cold for a week, which is apparently leading to my inability to read or post good');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8896','38e119de63','Hey, I realized I never did introduce myself to the command staff of the Southern Outpost.  Im James Ficker, TK/TB 2386 from the Ohio Garrison.  Im at college at Eastern Kentucky University right now, and Ive done a couple of events with the guys here in Kentucky like the bowling event and the DVD release.  Tylor (TK1143 ) mentioned that you guys, like the Ohio board, had a members only section, and he suggested that I get in touch with one of the command staff to see about being allowed in, in case I wanted to buy like a Southern Outpost T-Shirt or something.

Also I know that you from time to time produce snowtrooper armor, and I saw your post on the main legion board about you might make some sets after Thanksgiving.  I know a guy back in Ohio whos trying to get together a costume to join up with, he guys by ScoutsOut on the Ohio board, and he was very interested in getting a set of SnowTrooper armor, so I told him Id look into it.  His email addy is ricem@earthlink.net and I know hed appreciate any info you have on maybe making some more SnowTrooper armor down the line, sice the only other producers of Snow armor I know of are TE and the guy in Germany, and I havent heard good things about the guy in Germany, and have no idea how for this guy to even get in touch with TE.  Thanks in advance.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15250','7ed84dacea','Havent seen you on the boards much lately and I know you guys were due around this time so Im wondering if youre changing diapers yet! Give me a call at the house (352)683-1553 or PM me your number.
BTW If you guys are parents, congratulations!!!!!!!!!!!!!!!!!!!!!!
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8527','94529fa50d','Show off the one I send you and tell em' about me.  I would not mind the extra cash to help with the baby.  In fact this weekend the big E-bay sale begins and I'm thinning out my collection to get the baby room set up.

Miss you guys');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14380','23ba77e7d5','I was going to forward you my thread on your neckseals that I have on the FL garrison in case you needed the pic but I just noticed its gone from there too.
Let me know if you get another one up, theres been lots of interest here for them. Have you been getting orders? Just curious.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8534','71e1f2931a','this afternoon's free until 3pm when Zoe comes home. Want to meet for lunch or something? 

Free pass? ME? Ooohhh I feel special. 

Bert's awesome. I can't believe his cut his hair!!  I did too this morning :S it is SO short. I look like little orphan annie! I need little white circles for my eyes! 

Just give me a call when you want to, and we'll talk or get together and then talk. :) 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15447','00246d5695','You still making these? I havnet said anything to him yet but theres a fellow down here making an Officer and is asking about ranks. I havent said anything because I know youre busy, Im assuming you are a dad by now, if not youre getting ready to be so I thought Id ask you first.
Did you get my last PM?
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15448','2a0e0d9d53','Yep..Making the ranks.  send him my way.

and yes I'm a daddy!!!!!!!!!!!!!!

Natalie Kate Tamboia was born on Feb 13th coming in at 5.8LBS and 18&quot;  Mary had to have a C-section because the cord was around the babies neck..all went well and we have been adjusting our lives with our new addition.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18392','f5d4e8db65','I talked to Mary and she said it would be fine for you guys to crash at my place..(you can sleep in the Tambo Museum) I have 1 fouton, so just bring some sleeping bags.  I might have a few others over and we can have a small prop party/surplus store search/hangout.

JFYI Home depot still has the bins. :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16518','4b92b31ce8','Hey Skip, Ive got a buddy who is looking to buy a set of armor in the next 3-4 weeks. Are you still the go to guy around here, if so what is the general price for a kit shipped to KY.

Thanks,
TK-1143
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15111','165542d9bd','Yo my brotha! I saw where you called me yesterday a couple of times and sorry I couldn't take them. I was trying to work out a deal on buying an investment house. We were supposed to close on it today but found out after this weekend rain that there was 5 inches of water in the basement! Geeez! What a fucking nightmare! Well needless to say yesterday was a scramble to try and put off closing till we figure out what we need to do. Try to make a living and it bites you on the ass........Just shoot me..

I'll try and call you today. Hope things are well for you and yours!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17241','2e486eb0a6','hey i'll give you a call,  i didn't want you to feel like you just said, i figured it would be so.. i'll try you again in a min.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17242','e419176db8','[quote:e419176db8="TK5163"]Hey Jester

Just saw your post on the announcement from Drax thread.  

Just an opinion here (and you don't have to answer specifically), but is the same person that is pulling stuff with you and Drax, the same one that got people all stirred up about a split.  I don't know who it is, and I don't care, but isn't there something that can be done with them?  I know that they could be blackballed and what-not (unofficially) but isn't ther something in the 501st charter that allows us to dicipline someone that is extremely disruptive.  I realize that this is a volunteer organization, but if someone is causing trouble consantly, then something should be done.  If the command staff did not want to go as far as giving them the boot, couldn't all their posts be moderated, they be put on proation, something?

Fed up with al the B.S.[/quote:e419176db8]

Hey, I'll share. It's Skip &amp; Jenn Curley. They've been a thorn in the sides of the Becks and Lesters for about 2 years now.
I can't figure their agenda, but I know they work hard to mind everybody's business but their own. And they usually get that wrong.
Since Skip is the XO, Joey would be the only one to hande this particular situation.
I think at this point he's to the last straw.

BTW, those pics are on their way. I just got in and will get those to you ASAP.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17026','7eba1785ad','Thanks,

We had a great time and you are right, it was nice leaving an event and not having problems of any kind.

Speaking of the April event... are you guys coming down for the day and then going home?  I asked Joey about all of us meeting in huntsville either Friday night and sharing a hotel room or stay over Saturday night in Huntsville or you guys can come here.   Joey suggested that if decided to stay over then do it Saturday night as maybe the our kids would be calmed down from the ride up there (or down for you guys).  Talk with hootchie and let us know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15619','86ae8e8288','Hey, get on IM.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15845','12c44f1c7d','SweetPea,

     What's up brother?. . . . .been burnin' and puttin' out fires like crazy for the last couple weeks. Why a no-show for MidSouth man? . . . . .It's like one of the best times outside of D-Con! Just wonderin' what was goin on. Hope all's well. Take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16235','f9f0f59c10','morning Tim,

wanted to check in and see if your still going to the parades next weekend.
i know its a farther drive for you so i wanted to offer any help in getting you there.

alot of the nashville troops seem to be leaving after work friday.i believe that we will be meeting up at some point outside of nashville.if you want to meet up with us obviously youll need to leave a couple hours early and be down here in TN around the time were leaving.
if i had to put a time on it,id guess somewhere around 6-7pm we'll be meeting on the south-east side of town,
once i know more i can get you that info.
also if you do come down i would highly recommend that you pick up an FRS radio.we use them alot,especially caravaning down to events and especially at this event.
oh,if you need hotel info ,
were staying at the red roof in at the &quot;windy hill&quot; exit.go to the red roof inn website to book a room.were staying friday night only,heading back up sat night.
gotta run, let me know what you need,
cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17152','e434e1f87e','just getting up and seeing the forum,

kind of taken back by the sudden turn of events.
yea,we can sit down for a few minutes ,looking forward to it.
not sure whats happened to joey.
oh,well i guess ill just deal with it.
cya this weekend');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17153','3cbbad1910','[quote:3cbbad1910="SL100"]just getting up and seeing the forum,

kind of taken back by the sudden turn of events.
yea,we can sit down for a few minutes ,looking forward to it.
not sure whats happened to joey.
oh,well i guess ill just deal with it.
cya this weekend[/quote:3cbbad1910]

I was really taken back too. I wasn't expecting this.
Which is why I asked for some explanations in the forum.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8573','20bead651a','Jamey said that the Syndicate was stuck way at the end of a hallway next to the garbage can. Also....Kevin was bringing in their Gonk droid and it separated and then broke into about a hundred pieces all over the floor. He said he's gonna offer Kevin some Goop. Poor kid.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8574','6e0707b431','wow! tough luck.

I wish i could bring my Gonk, its full size and very good looking, even has sound and an LCD on top for our videos..

Thanks for the update.  I'll try and get there early with a banner, It has to grommets on each corner, so i assume we can figure a way to attach it to the booth..

up until this week,  we all thought this was going to be a dud event, 40 smelly gamers 14 or 44 years old playing pokemon and magic all day, so there hasn't been any interest outside of us few locals..   Maybe it will turn out to be something good for the area, and we can invade for 3 days next year...

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8578','a4062ae031','At least it SOUNDS like they are trying to run a professional con and maybe it will get better as time goes on if people give it a chance.

I don't know CRAP about gaming so it doesn't interest me much but hopefully it might expand eventually.

I don't know anything about the attendance and response on this one but sounds like it at least would be a good opportunity to show off!

Too bad the Tennesseans got themselves in such a wad over it but I totally agree Shawn was ineffective as an event organizer. Gawd he STILL has no idea whats going on. Jamey finally had to step in  and try and organize SOMETHING with the table or else there would have been nothing done with that and it would have been a shame.      


Would have been nice to have a truly impressive set-up at the booth, but it makes sense to keep the thieves at bay by not tempting them.

I've said for years that we (locally) need to invest in some sort of banner for events but they can be so gosh darn expensive. Otherwise...Jamey and  I might have had one made already. 

Pity the Tenn folks got out of sorts it might have been a fun get together at least but instead its hard feelings and politics.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8579','98058b96f6','Truth be told, I assumed i'd have to  'rescue the table' deal Sat am, I figured we wouldn't even be there today, and the map showed us out in the hall so i let it go, again figuring on it being a one day event.   I'm glad Jamey offered to start it today though, who knew this was a good event.
We dod need to get a banner for huntsville.  I'll see what i can do, I have a idea...

I also kinda wanted to give shawn some distance, so he could learn a bit from the being in the line of fire...   His heart is in the right place and he is trying to get out there..  I have reports that his handling on the situation online has been excellent, he answers questions and tries to be quick with responses and such.  Its a learnign expereince though.

the TN members squabble was inadvertantly casue by shawn though.  in a reply PM to Loki, he told  Loki, that the "free passes were for the locals, you TN people are rich and can aford to pay your way, we are all broke"  or something to the effect..

As you can imagine, this set a couple of people off...

Skip and I have 'fixed' that and no one is mad at "huntsville people" or anything.  Its all over, no politics really just a lot of uncertainty for a moment.

So shawn did some good, missed some things, and sent that bad PM, but overall, he learned i think, that there is a lot more to it than he expected.


FYI - Kevin and Rob of the SWS are on this forum as they are both 501st members now..  event thought they've only trooped twice in bham..... so they see the private area...

Will we see you sat also&gt;?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8581','beda659024','Hey Rick Hendrick contacted us...

Do you and Mike?,The other guy from Enterprise,  want to come up on SUNDAY the 4th... from noon-430ish and do toy hill again?  We've got 2 members in Opelika now, + 12 in birmingham, so maybe we can have a decent turn out this year?

We are doing a MAW event in huntsville sat morning, the 3rd, then an xmas parade in my home town at 6pm, so Sat is booked this year...

LMK

205-908-6195');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15607','cb6c732950','Good.  I wanted to clear the air on that as I was a part of that and it has been bugging me that a lot of the complaints coming down are all pointing to Susanne as the one to start all of it.  I know for a fact on some of it she didn't because I know who it was.  I am really tired of all the whining.  Life came at me today real fast as I wrecked my car, luckily neither Jr. or I was hurt but it makes you realize what is important and what is not.  

everything is cool on this end and I hope to see guys soon.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8613','6f147e1130','The guy who makes clonetrooper armor is only doing group runs right now. He neesd at least 4 or 5 to do a run. I have 2 right now that want suits. Let me know if you are interested, defintely under $500, I am trying to get a quote from him though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17872','d4e7baf8b0','LOL i wish i was just turning 32, i am 33 now....grrrrr! LOL..were you thinking about going to see ryan play on wednesday??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17874','a419254391','I will sell you my necromonger suit, if you are interested. I paid 1249 for it, nothing is wrong with it, just dont want it anymore. pm me if you are interested. 

Brad Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9962','b923f8c0e0','Joey,

I didn't hear back from you about the helmet kit...

Did you for sure want it?

If so let me know what kind of deal we can work out... if you want to work out a trade for some snowtrooper armor let me know how much extra cash I would need to add... or if you aren't doing the armor and you just want to but the kit that's cool... just let me know...


If you don't want it I will probably put it up on eBay...

Also if you don't mind trying to find out about my blaster from Mike... I hate to bug him but I sent him a PM on Monday morning trying to get an update and he hasn't responded.. I have seen him on the boards but no response... It has been over two months since I paid him... He told me at the beginning of the month he was going to pour the resin that day... but I haven't heard anything... He doesn't know me and I figured since you guys were tight you might be able to find out more with out making him mad.


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9972','05efa39fdb','I live in Bellevue it's on the west side of town.. but I can meet Jester some where in town to give him the bucket... I was thinking he lived in the Franklin area and that is close plus we go there a lot shopping.

If you want I can just give him cash to take to you when he goes...

I would prefer the $200 version of the kit.. If you feel $85 is fair I will send you the bucket kit and $115.00

Just have Jester let me know what day he is going and we can set up a time to meet.

Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8622','feec32caea','thats one of them.  there are 3-4 stylesout there that have that sole.

Ive seen some for 89.99');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8623','6b73f35911','Z-Man,

   What's up brother?. . . .that graphic is SWEET!. . .if that's on a T-Shirt somewhere. . .I want it.

   I'm down in S. MS near Gulfport and Biloxi working for the state, USFS, and FEMA on a fire detail. Ya see. . .after the hurricaines ripped through. . .they laid over a ton of trees. The storm surges brought salt water inland quite a ways which killed acres and acres as well. Ya add some hot and dry weather. . .drought conditions. . . .and rednecks who love to burn shit for fun. . . .and you get busy!

   I've been working with a helicopter and crew here supporting the fires here locally. . . .should be done with my tour by TurkeyDay.

   I haven't seen a schedule for the X-Mas parades yet. . . .I sure hope I have the right weekend. . . it has taken a lot of weaslin' on my end to get the time off I requested.

   Anyhow. . .I brought my guitar down here and play a bit in the evening around the camp.. . .get this. . . .they are calling the camp we stay in down here the "Bluegrass Camp" because it's being held on a site where they used to have festivals. . . .pretty fitting for me beatin' on my acoustic. Good to hear from ya. . .take it easy!


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8624','8fd167f42b','Dude! good to hear from ya! We got back in from NovaCon at about 2:00 am! It was a blast! They had a big costume contest and got ME to MC it! It was a hoot! I was such a ham!! 

We trooped ALL DAMN DAY! Had about 25 in costume? It was fun but I can't wait to party with THE PIMP TROOPER!!!!

By the way, that pic I sent you IS on a t-shirt! I'll try and find the link to it and send it to ya.

As we drove home, I got SICK AS A DOG! Had to let Joey drive, and made him pull off on the side of the road a couple of times to PUKE my brains out! I didn't really drink that much, I think I ate something that didn't agree with me. It was crazy!

Glad to hear things are well with you. Keep strummin.

See you at the Parades!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8625','14874f8b20','here's the t-shirt link.........

http://www.phatrags.com/

see ya!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12054','a395b2f393','I doubt he'll do a payment plan. This isn't a guy into costuming. He's a cousin-in-law that wore it for Halloween one time. You can try though. 

tamara@linexofknoxville.net 

That's for him and his wife both. Name is Shawn. Good luck');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8641','375262af80','[quote:375262af80="TB1184 UAHTB"]Hey Jamey, would it be possible to email me your photos? You can send them to my gmail account, so the file sizes dont matter dont matter on my end. If you can't send them all hi-res, could the ones that have me in them be hi-res? Here's my address: davre.gamob@gmail.com

Thanks in advance! I had a blast - trooping with you a third time was just awesome! See you December 3.[/quote:375262af80]

Great seeing you again too!  It's almost like it was last week when I saw you last!   :lol: 

I can send you your pics in large format.  I have dial-up, so I can't send them all.  I've got about 160 pics @ ~1MB each!   :shock 

I'll get them to you soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14990','6b0d4ec50e','ahhh...  caught &quot;Mandalorian Fever&quot;, eh?  Seems like that's going around, and is apparently HIGHLY contagious!   :lol: 

Just don't use garbarge cans and yard sale signs as parts of your costume, or you'll hear about it from ME!  ;)   (of course if you don't use those materials, you'll hear about it from Loki!).   :roll:

Let me know if you need anything.  I'm helping Dave with his anyway!  :D


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14991','b3929663ef','lol.. well I thought I'd try my hand at it. 

Another Republic Commando book just came out using more Mandolorian language, culture and so on. Good read and got me thinking about it.

I might not wear it but thought it'd be fun to make.

don't worry, I won't take &quot;cheap shortcuts&quot; ;-)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15707','7b52a9c81e','[quote:7b52a9c81e="TD152"]Can you repost info on the walk in april if it is still a go.  I'd like to come up if it happens.

Heard anything from the vipers this year? i'ts been a while and would be fun again..[/quote:7b52a9c81e]


The Vipers' season doesn't begin until late April, and they have a new PR guy that we haven't worked with.

I'll repost the MAW info soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15350','59a11b61e4','Just dont let it happen again! She wants to wear it for MSC, so I will try and finish it myself pending her bucket coming on time. I might take a hack at a few things this weekend. Ill let you know if I need your help at all..

Stay sober dude');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17663','34d86a7dc8','I was told that you were interested in lending me a hand with graphics and so on for the Outpost? True?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17664','9f2dcd02c9','Oh yeah, sure!  Joey and I were talking about it during the anniston event.  I can certainly help you design a new layout or revamp some of the graphics.  Please let me know if I can help you out in any way.  If you have any sort of messanging service I can talk to you more easily that way for design ideas or you can give me a call at 901-210-8841.  Here is my contact info for instant messaging:

AIM/AOL: Goosh132
MSN: jonj132@hotmail.com / Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15003','165f7956c8','Well that is what i get for sittng on my Butt.  Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13738','b4dfe93d01','Don't let the opinions of a few people get under your skin.  This is one big disfunctional family.  We bitch about each other, we gripe about this and that, but for the most part any member of this group would step up for another and do allmost anything for them.
Your election opinions are your business and nobody elses.  And it doesn't matter how long you've been a member, anyone who is a member is allowed to nominate whoever they want to.
Unlike past years, this year we are probably going to actually have an election, and feelings are going to get hurt, people are going to take sides, and it's going to get ugly.  But, in the end, we will all still be family.  You were just unfortunate enough to be the first person to nominate somebody, and it made some people mad.

Don't let it bother you, and if you quit the SO, I will have to come down there, get you drunk, and leave you naked in the street foir all to laugh at!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8819','c89f1d8764','Hey Scott I was watching the ATAT helmet on EBay and saw it sold for $300 (?). Anyway, if you give me your email address agian, I'll forward the info that richies armour sent me. I know your addy was phinzup@..... or something like that.

Thanks
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8822','43e059bf8b','phinzup@knology.net

Yeah. Somebody with sniping software got it. I was prepared to go as high as $275 and in the last 15 seconds the sniper came in and nailed it. I bet the other guy was *pissed.*

Can't wait to see the Richies stuff. They do nice work.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16910','20074164ff','Tambo,
  I'm not sure what the parts are called that you made my husband (J.A.F.T.) at the prop party last weekend.  I didn't realize that you weren't going to the parade until this morning, when I checked the board.  We sent your money down with Loki.  So anyway, make sure that you hit him up for it.  :D 

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9677','78f90f3169','Chris,
I work over at Midtown Printing on 20th Ave. 
I usually take lunch around 2:00pm (yeah, kinda late)
Feel free to stop in or maybe we can coordinate a time to get together during the day or after work.
My cell 584-1348
Work 320-1195');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18033','c32047d51d','Hope you're feeling rested up this morning.  Did you get a look at that helmet yet?  Let me know if you think it's a go.  The auction ends today, and if it's an o.k. one, I'm going to bid on it.

Can't wait to see the alien finished!

Enjoy the Aqua Teen!

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8918','0af04fc74a','Hey bro, thank you for the b-day post. 

I will be happy with a slice of pizza. 

do do do  do dum dum 

the system is down.

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8927','36c0cfc749','Hey dude, you goin to Shoguns tonight?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8928','4096fdb5c0','sorry dude, could not make it. stayed in town, then went to Glenn's house to help him hang his posters, I  am the poster hanging expert. It's what I do.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8933','84b1d89456','Would love to give this costume as a Christmas gift for my wife. 
For some reason I cant get this board "no password sent" . 
So how much will this cost me for everything I need? Head to toe, 
And can you set me up with the guys who sell it? 
Thanks for your time, 
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8937','80adc87c73','The helmet is $600 painted and shipped, and is available from Scott Ickabel (ickabel98@aol.com).  He also sells the chest armor:
[img:80adc87c73]http://members.aol.com/ickabel98/boushhpic.jpg[/img:80adc87c73]

The unpainted 8-piece bandolier is $145 shipped and is available from me.  Includes webbing, buckles, slides, "shells", and is sewn to order:
[img:80adc87c73]http://hiwaay.net/~jethridg/graphics/bandolier.jpg[/img:80adc87c73]

Randy sells the blasters, soft parts, boots, etc.  His email is: rlj40@cox.net

I've never built a full Boushh suit, but I'd imagine it costing somewhere in the $1200 - $1500 range with all the parts.  It would probably take you 3 or 4 months to round-up all the parts from the various makers.  Not bad considering it took me 2 years and twice as much money to make my Fett.    :shock:    

It's really a "niche" costume, and the pieces for it are hard to find.  Makers usually make them when they're ordered so they don't keep money tied-up in inventory.  I know that's how I am.  I don't start making a bandolier set until someone orders one, and then it's a 2-3 week process to get the resin pieces made and the bandolier assembled.

There's a reason there are only a few Boushh costumes out there!   :wink:

As for the TBBG board, I haven't received an email from Yahoo saying that you've tried to register.  I'll check some settings.


Thanks,

Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16428','6f6e1e6cac','Hay Jamey,
Im very sorry that first you mis interpeted my posting in your threads as me trying to unneccassarilly up my post count.
Since January I have been working trying to help command and the members keep the events organized, since we have people signing up for 3 events on the same day.

[color=yellow:6f6e1e6cac]People forget what events they've signed up for because threads get cluttered with unrelated minutia and members no longer want to weed through them to find whether or not they're involved in an event.  This is why I asked you not to post extraneously to my threads.  I'm striving to keep them clean.  If you want to keep your roster, go right ahead.  It's unnecessary to post &quot;xxxxxx you've been added to the roster!&quot; after EACH time someone commits to an event.  It clutters the thread and makes it longer than it needs to be.  See where I'm coming from?[/color:6f6e1e6cac]


But I will be more than happy to abide by your request to stay out of your threads.. Although I assummed that we where all part of the same organization and never thought trying to help a fellow person was a bad thing. Guess in this case I was wrong.

[color=yellow:6f6e1e6cac]If you're signing yourself up, that's fine.  Just don't post after EACH time someone signs up for an event.  [/color:6f6e1e6cac]

As to your award. You know I appolagized numerous times about doing the post war. Instead I have tried to turn my time and efforts in to doing good things for the SO. So your award comment was rude and very inconsiderate!

[color=yellow:6f6e1e6cac]You are the one that said at the Christmas party that you deserved the &quot;most posts award&quot; and WOULD get that award next time.  I feel my comment was appropriate, considering your comment at the party and your extraneous posting since that time bears out your intentions. 



Later!

J[/color:6f6e1e6cac]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16280','3dce6da3ce','[quote:3dce6da3ce="TB1309"]So what's a good source for a Fett jumpsuit?  I've heard Dickies jumpsuits and also flightsuits.  What do you use?[/quote:3dce6da3ce]


I use 2 heavily-modified Dickies suits that have been merged into one suit.  I'm trying to replace it with a Richies Armor jumpsuit, though.

I've spent the last few days cutting Holiday Special Fett armor for David, and spent much of Saturday at his place thermoforming it.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16281','18b419249f','Very cool! I know it'll look killer');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18338','389344777b','nope you don't owe me anything. i do have some shirts up right now if you want to get in on them you are more then welcome, i should be doing another run of shirts soon, i will post up when i do to make sure you get your order in

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10707','7b6e61c45f','hey

I sent pics to you. I don't remember if I pM'd you about it or not. so.. check yer email.. I sent them to the address you have on this forum.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10458','ef01b38b48','Tambo,

I bought three M203 rounds off of eBay (inert) for my beehive costume... the rounds are too heavy for the strap I have... what would it take to cast these from resin or abs or something... can you help me with this?


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10459','a5cd2da0e1','Bring them to the prop party this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15450','ce6d703999','Hey man, just saw the post, if you still have them Im interested in the set.
LMK here or at skyshark93@yahoo.com
Life happens, keep you chin up! Life happening is the reason we ended up in FL, but after 2 years we are back to trooping and hoping to one day move back to Clarksville and the SO. Good luck!
Thanks!
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15457','baca038da2','[quote:baca038da2="Tambo"]Yep..Making the ranks.  send him my way.

and yes I'm a daddy!!!!!!!!!!!!!!

Natalie Kate Tamboia was born on Feb 13th coming in at 5.8LBS and 18&quot;  Mary had to have a C-section because the cord was around the babies neck..all went well and we have been adjusting our lives with our new addition.[/quote:baca038da2]
That is so badass! COngratulations! I sent you a PM last week asking about that and congratulating you in advance! We are so happy for you guys! Lets see some pics!
Later
PS: Ill send him your way.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10469','208fac56fd','I have to work this weekend...  :( 

I won't be able to go....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10470','82a363bb2f','I'll see what I can do.. I might have a few 203 rounds that I can cast..let me look.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('8996','c05bcc3459','I have not seen his stuff before. When you get it let me know I would be interested in taking a look at it. What's it made of, styrene or ABS? 

IF you don't mind me asking how much dd you pay for it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10465','f97df2210d','did you get everything ok?

I hope you had a good x-mas and an eventful new year!

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10466','7ef30f5055','Hey I got it and the check OK!

I sent the armor back with Jeff Lester Monday.  Once you get ready to finish it, let Jeff know, He can show you the quick and dirty on it.  It can be done in one afternoon.

I still owe you some webbing and the buckles, the one store that has them was out before new years.  It is across the street from my work, so I'll get them shipped to you asap.  I have your address on this Check, is that correct?


-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9000','f03dd447a1','I talked to Mike this morning.  He will do us a bulk order later, but i think the Ca stuff might be a good option too, I'll be interested to see it myself..  will you have the kit in by the xmas parade weekend?  if so, please bring it for me to look at?

I'll tell eveyone about Bamacon at the parades.. basically a weekend long prop party, plenty of booze and power tools!  Last time we mad a lot of stuff, I have a full garage , with a vacuforming rig, and the usual power tools.. so we can make a mess and have a good time..  Last year we had 20 or so.there's a cheap hotel nearby and I'm actually north of Brirmingham, 85 miles from the TN St line, so it isn't too far away........');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10539','7c29f1d28e','I got it from Jeff last night! Thanks

Two questions... where do I get the vinyl for the helmet and the piece that goes on the middle of the cod piece?


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10540','3ff138c2c3','You can find the vinyl at a fabric store sometimes they have a table of remnants and there are some whites mixed in, look for asmooth one.

I'll look around here also.

some of us made our disks from junk.  someone had a resin disk mold for one, I'll see if they have any more too..

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9008','e7a79cf485','Hey Suppa, Glad to hear your coming to the parades. Just chilling out right now, I got a part time job at borders at the mall. Still waiting on the govt. job to start.  Did you have time to party in La? 

Stay cool.

Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10651','5a271bbf09','Yeah I just got it this week... I will definitely need help with this.. I may try to come up to Corey's on Sat but I have to be at work at 3:00 PM so it wouldn't give me much time but it is an opportunity to hang for a little while and see everyone....

If I make it we can talk about it then and I will bring the M203 rounds if not I will catch you the next time... my parents live in c'ville so we may be up there some upcoming weekend... we have a lot of basketball games this month but I will see what I can do!

Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9013','2005dd6b38','I see you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9024','f08e934282','DUDE, where ya been???  I hate that you missed the tru thing.  How u be?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9026','464c25aa18','Just go.  I don't care anymore.  I don't want to go anyway.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9029','e5900836d1','Matt can you make the toy drive in Clarksville on December 3rd?  it's from 10-2 and we will be convoying down to the Shelblyville parade..hope you can make it.  I posted the event, so add your name.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9032','c1e49cdb5f','Sorry dude, but I've already committed to the MAW event in Huntsville.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9033','8f7065882d','I see how it is');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16020','9e57fb3cb6','Yes I am going, but only for Saturday night I believe. I have an event at my gym sSat. morning. I believe I'm rooming with Loki and gang, at least that's what I've been told.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16021','9e57fb3cb6','Yes I am going, but only for Saturday night I believe. I have an event at my gym sSat. morning. I believe I'm rooming with Loki and gang, at least that's what I've been told.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9040','f98681d996','Hey,
thats funny, I was just thinkin I needed to drop you a line. I really sorry for the disappering act, just have been crazy busy with school and home and everything else. Yes I was VERY bummed about missing it too. I get to do so few things with the 501st, and missing on of the big home town gigs is a total drag. I don't eevn know what is coming to K-town next???
I ordered a few new pieces for the ARC suit. Some guy has new sculpted raised shoulder bells, and I just bought an actual TC fore arm for my left side instead of having 2 TKs. I really want to get some of the ARC shins someday.
other then that "big" excitment, nothing much. Been looking at seed catalogs (my god that sounds so fuckin lame) but I'm anxious to plant a garden this coming spring. maybe some fruit trees too.
I have been thinking of having a 501st mixer party sometime around the first of the year, think anyone would show up??
Howe have you been? School going ok? Guy thing working out?
Dish girlfriend =P
Hope ur doing great, hope u write back soon.
Take care
-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9041','8a8272fb8f','scarry thing is i am dating a mojo now, lol, hop on yahoo and dish babe

darthangi_td2977');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9044','b23f4ad92d','Hey James, 
I remember you talkin about someone in Ohio workin on some Commando armor. Will this project be for everyone or only the locals? Either way can you get me the hookup, im really lookin for a suit to take advantage of my larger size, and would love the customization I could put in a Commando.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9046','de8b3bb5a4','It isd actually my Bro, a guy from up near Cleveland, and I working on the armor.  It's sort of on hold right now becuase my bro, who is the driving force behind the project, is co-oping at Hasbro for school.  I'll  make sure you get a set if we can ever get around to making them  :roll:  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9047','de8b3bb5a4','It isd actually my Bro, a guy from up near Cleveland, and I working on the armor.  It's sort of on hold right now becuase my bro, who is the driving force behind the project, is co-oping at Hasbro for school.  I'll  make sure you get a set if we can ever get around to making them  :roll:  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9048','6d6cf427d5','That would be awesome Cadet, do you have any pics of what you guys have so far. Ive not got the most experience with costume but if you ever want any ideas I would love to help out on this project. Also will this stuff be for the average trooper or better suited for the big boys?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18368','890768e230','Sorry hadnt got there yet.  Here...

black hat 501st logo in white = qty. 14--------5.00 each 
black headwraps 501st logo in white on both sides = qty. 7-------5.00 each 
black beanies 501st logo in white on front = qty. 2-------5.00 each 

red 501st skull and crossbones tk skull shirts (this is it on these, never to be seen again from me anyway) all fo these are XL qty. 4-------8.00 each 
black 501st legion shirt 2 color front 501st legion logo on front and the 2 color 501st circle logo on back, very rare shirt, only 1 left and its a 3XL 10.00 

white vinyl cut 4.25&quot; round southern outpost decals 3 for 5.00-----qty = 38 

THE FOLLOWING ARE 501ST S.O SHIRTS 

medium tk 
2xl cog 
xl cog 
xl ep3 
med cog 
xl cog 

that all he has on there.  He also put that if you make an order to post to this thread, seeing as how you know him and cant get to this site, I'd say just to call him and tell him what you want.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9055','fc968a1815','http://pg.photos.yahoo.com/ph/rpodmore@sbcglobal.net/album?.dir=/ac87&amp;.src=ph

What we did is the guy up near Cleveland is a wiz at modeling things in 3-d in  a CAD rpogram, so he has completely sculpted the armor in this computer program.  THe plan is then to take these models and get them milled out in a high density foam, to use as the vac-form molds.  The armor was scaled to fit my brother, and he's 6 foot, 6 foot 1, and like 230, with broad shoulders, this is me with him at D*C http://tkbearcrew.com/v-web/gallery/albums/Dragoncon05/IMG_3485.sized.jpg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9058','340ac2fb00','Hey Joey,

I'd be more than happy to help you with the Jango Pouch and holster rig.
We can talk more about this at the Christmas Parades.

Also, I still owe you for the Clone helmet.  Let me know what you're PayPal address is and I will get you squared away with that.

--Ryan




[quote:340ac2fb00="TD152"]hey ryan, i am starting building my long awaited jango to go with holly's zam costume.  it hit me that you do leather work on the side, so i was wondering if you would be interested in a commission for the jango pouches and holster rig?  

Im figuring june for a completion date, so i can work with your schedule...
LMK if you would like to try this..  we can talk about it at the xmas parades...


-joey[/quote:340ac2fb00]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9066','bb4fda3eca','sure thing dooooood  :-)

Btw, what are you doing this weekend?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16286','decb42ae67','Threads now posted in EVENTS and PRE EVENT PLANNING sections.  :D

Nice to have you back.  Some were beginning to wonder...   ;)



J


[quote:decb42ae67="TD152"]thanks.  I'm focusing on Alabama events 110% from now on.. if you can't tell from all the bitching out there, its time to take care of the home field and our fun group of people first..... im about done with the rest...

let me know how i can help with anything...

-joey[/quote:decb42ae67]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9073','528e0b65cc','Yeup. I hate your guts. I can't stand to even look at you without wanting to rip my eyes out.

Anyway, see you at the parade next Saturday, cockbite.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9074','0312c412ac','I hate your Hairly Wookiee ass!!!!!!!!!!!!!!  I'm going to Give you a big hug when I see you.  It's all Good Matt.  See you at the parades.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17732','d28a5c980b','Hey man it was good hangin with you and getting to know you a little bit better.  I love having the family around, but I thing if I was solo we could do some damage.

I am sending you this pm becasue I felt bad about making that negative coment about Angies costume.  This is a result of some built up opinions that I have decided to just drop.  I do not want to be neagaitve about anything or anyone, and I should not have showed my ass, and more importantly I should not have felt that way in the begining.  It is obvious her costume is a work in progress, and I will try to be less critical from now on.  

This group has enough crap to deal with without me adding to it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13050','e15d72c396','[M] Must Be On September 07, 2005 
982E88D6 78369C29
Infinite: 
Health September 07, 2005 
2816ED40 01E256E5
2816EDD8 B1C34A65
2816EDED A1C9257E
2816EDD0 64447A88
28033622 A1426965
Ammo September 07, 2005 
2816ED03 F7FBE485
2816EDF7 B1F04A65
2816ED54 A1A3B90F
2816ED01 64448540
280E12ED A14269F1
Grenade Usage September 07, 2005 
2808CEF2 0CA57A65
Max: 
Ammo September 07, 2005 
2816EDF1 F7FBE485
2816EDF2 B1F04A65
2816EDCF A1A3B9F8
2816ED37 64448578
280E12E0 A142696C
Account Balance September 07, 2005 
2816EDAF 01E22F54
2816EDB1 9AA97867
2816EDDE B1C37A65
2816EDE6 A1A723AC
2816ED93 6413E2AF
2816EDE9 83157AAE
283CD97C A14269F7
283CD968 0CA57A65
Have: 
Lot's of Items in Shop September 07, 2005 
484B7873 0C167A0F
5963E5C2 0CA57A56
Cheap Items September 07, 2005 
484B785A 0C167A0F
5963E5DC 0CA57A65
Status Codes 
0:00:00 Play Time September 07, 2005 
28409CFB 0CA57A65
Max: 
Number of Bullets Fired September 07, 2005 
28409C86 0C965526
Critical Hits September 07, 2005 
28409C2E 0C965526
Retries September 07, 2005 
28409C73 0C965526
Deaths September 07, 2005 
28409C5A 0C965526
Medivacs September 07, 2005 
28409CF9 0C965526
Saves September 07, 2005 
28409CE0 0C965526
Special Bonus September 07, 2005 
28409C55 0C965526
No: 
Number of Bullets Fired September 07, 2005 
28409C86 0CA57A65
Critical Hits September 07, 2005 
28409C2E 0CA57A65
Retries September 07, 2005 
28409C73 0CA57A65
Deaths September 07, 2005 
28409C5A 0CA57A65
Medivacs September 07, 2005 
28409CF9 0CA57A65
Saves September 07, 2005 
28409CE0 0CA57A65
Special Bonus September 07, 2005 
28409C55 0CA57A65');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9117','5c4f826f45','We are going to have a Big old prop party at Bamatroopers Sometime in Jan..We might do some helmets that weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9138','3ac9cf65cf','Matt,

Are you still planning on coming down for the Make-A-Wish event on Saturday?  I haven't seen you post lately, and wanted to let you know that our location inside the mall has changed a bit.  We're now located by the food court escalator on the lower level.  I've updated the 1st post in the event thread to reflect the changes and have posted directions.

Let me know if you can't make it or need help!


Thanks,

Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18391','ac19d2ae9f','wiseguybuttons@alltel.net

the other one had an extra t in it......ooops');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9161','483edff85e','just to us it is 175.00  + shipping  .. Plastic went up this fall a bit in price...

I do them evey once in a while, like when we have down time between trooping seasons..  I'll probably do them again in Feb around time for bamacon, my prop party each year..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9162','1cc1d8ee76','Hey, are you going to the toys r us thing this sat? I won't know if I can go until tonite, I have to check my work schedule.  I might go as a tk or clone. 

Any word from Joshua?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9167','1e4c47fd23','Gardendale:

I65N to Exit #271 
go Right ( east)  on Fieldstown road.

Go straight through 3 lights, at the 4th turn right on Main Street.

Go 1/4 mile you'll see the High school on the right and the blue roof of the Civic Center on the left.

We will stage at the Civic Center parking lot, somewhere near the back right corner as you pull in...
The parade stages in the high school lots, but you can't park there.

205-908-6195

205-601-0659');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9170','8f8729122e','Can you make the toy drive in Clarksville from 10-2??? Hope you can come we have about a dozen people so far.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9174','d083f4c7a2','Hey Tambo, 

I wish I could go but I've got 5 gigs out of town starting on Thursday night.  Hope you guys have fun!

--Ryan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9175','ded862bdda','Too bad.. I hope you make the 10th and 11th..see ya bro');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9183','012fe3f3b3','Yeah, I really wish I could be there.  But I won't be missin the 10th and 11th for anything!  Cya then Tambo!

--Ryan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9190','a095682b66','Whatever you prefer.  If you can stay in makeup all day then bring it!  If you and Jen want to both do the JEdi again that would be fine too, but she may be doing the scout with her daughter though..

temp shoudl be in the 50's   hopefully the rain will hold off..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9208','a930d4b08d','hey Ivan,

I'll be out of town from Wednesday night until Tuesday of next week for gigs so unfortunately I won't be doing the events this weekend.  

About the photos, Joshua is still waiting on 3 CDs so whenever he gets all of them he will mail'em to me.

Any word on the sabers?  Also, do you want the MR one for size comparison?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9212','b033bb933e','Hi Glenn

I'm a prospective TS and a member of the Florida boards.  I see you're offering the Imperial Rank badges and I need one of those to finish off my snowtrooper armor.  What do you want for them.  Feel free to PM or email me at expedition03.daddy@gmail.com

Ian');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9213','c2f3140ccd','What rank do you need?  The one of the trooper officer in ESB? or something different.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9216','0e36a16e99','[quote:0e36a16e99="Tambo"]What rank do you need?  The one of the trooper officer in ESB? or something different.[/quote:0e36a16e99]

I need the bars for the panel on the lower left hand side of the chest armor.  It looks like it is a section of aluminum with three red squares.  Not sure what "rank" that equates to.  You can see a reference picture of it here

http://www.studiocreations.com/howto/snowtrooper/images/motm_chestcontolbox_01.jpg

Can you do something like that?

Ian');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9217','88a5e846a9','Ok..Now I'm on track..The part you are looking for is the enviromental controls not rank.  I was confused because one of the Snowtroopers that General Veers talks to has a officer rank as well.  Yes I can make the metal plate, but I think the buttons are a different size.  I'll check it out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9221','2efd68c8ca','[quote:2efd68c8ca="Tambo"]Ok..Now I'm on track..The part you are looking for is the enviromental controls not rank.  I was confused because one of the Snowtroopers that General Veers talks to has a officer rank as well.  Yes I can make the metal plate, but I think the buttons are a different size.  I'll check it out.[/quote:2efd68c8ca]

OK - I wanted something close, and I thought a rank badge would get me there.  Whatever you can do, I'd appreciate, I'll take smaller buttons if I have to (or cram 4 or 5 squares on there to make it look ok.)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16746','a81704cdc7','Skip,
  Thanks for the message.  Things are not looking too bad for the event I'm planning, even though it is early.  Since Casey now has armor, he'll be added to the list as a character.  Thanks for helping with his armor.  We're about to start work on the duster this coming week.  Hopefully, we can get together and work on it some more, before the next armor party.

Since I work in M'boro everyday, I just thought you might want to know this and take it into consideration for your meeting plans.  MTSU is hosting the boys TSSAA basketball tournament in town this week.  Tomorrow night is the quarter finals and the semi finals.  Which means, town will be absolutely packed at all the offramps in town.  It's been going on all week, and traffic has been in gridlock every afternoon and night this week.  You might want to plan a little extra time to navigate, or just avoid M'boro all together since that side of town is suicidal anyway.  Maybe just travel a little further south and meet at the Wal-Mart just off the interestate in Manchester.  I don't mean to butt in, but I just wanted to let you know what you might be up against traffic wise.  The parade sounds like it's going to be a blast.  Sure wish I could be with you guys!  Have fun and drive safe!

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16748','9cf2c367c5','i worked in murfreesboro monday,i left around 5:30 and didnt see much extra traffic.i didnt know anything about that so thanks for the warning.
ill have to think if there is another option.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9232','a34e11641a','http://www.obroa-skai.com/postedpix/Sb2001n.jpg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9237','5bdd62d8f6','Hey Mark,

How much for the helmet kit? Where did you get your armor?

Thanks,
Wes
TK8657');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9238','2b107ba165','Since I don't need it and your a SO member $85.00 plus shipping, if you will be around for the parades I can give it to you then if you want it.


I got it from a guy in CA he is a 501st member..


His name is Kevin Brice... I can't remember his screen name on the clone boards... He charges $500.00 for the entire kit which includes shipping.. some guys wanted to look at it at the parades so I am going to bring it. I just got the kit yesterday so I haven't been able to do anything with it yet, it all has to be trimmed etc....

It looks pretty good to me.. there is a kit right now on ebay and this kit is way better.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10731','e836139000','I have been told you have made these before... I want to get one but the only person I know that makes the kits is Mario and I don;t want to deal with him.... 

Can you point me in the right direction?


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10733','6afb3b15c9','kay. cool :D 

thanks Crayfish! you're my hero!

  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10734','1e396662f8','I made one from scratch. wood PVC etc...

[img:1e396662f8]http://img.photobucket.com/albums/v309/bamatrooper/DC15.jpg[/img:1e396662f8]

there is some info on clonetroopers.net where others have done the same...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9240','5b7c5ccc5e','Hey Glenn,

I appreciate the offer, I knew you did the cool badges (which I was hoping to covert to the control panel) but I haven't found the belt greeble yet.  Can you work me a deal on these two parts?  I'll paypal you or send you a MO.  Needs to go to 32571.

Thanks 

Ian');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9241','d1acf34fc6','Let me find the buttons and I'll work you a deal foe all the parts.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14214','a3dadc2926','Casey sent me a messagoe as well... I replied with details 


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14215','b721ba1128','Hey Tambo.
  Congrats on the new baby.  I still have yet to get a face shield.   I went to rural king last Saturday and they were out of them.  I have yet to go this weekend.  I hope to get it before Saturday in case we end up seeing the 9 years old boy before the party.  I talked 1SG this week he did not know if it was going to happen.  The boys dad was worried if it might be counter productive.  I believe they spent most of last week in the hospital with him.
  I do not knwo when might be good to get with you on getting the helmet to put in the face shield.  I can let you know when I find one.
Thanks
Retz');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9254','0dc5dbb9e9','1. i want it.

2. i want to see that hippo at the parades if yu can bring it!! i am saving for one myself actually. 
3.  i make snowtrooper armor also , ive made gunner helmets, at-st helmets, etc..  
plus i have figures and ship etc. too..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12153','f733aadcb2','Hey there,

My name is Troy, TK-7495, from Ohio Garrison. I found some pics on the web of an e-web, and I noticed the Southern Outpost banner in the background. So I registered here to see if I could find out more info on it since I'm looking into building one(and it's always cool to check out what my fellow Garrisons/Outposts are doing.  :) ). I saw your thread post from last month about it being Bamatrooper's. Is he part of the Southern Outpost? I couldn't find him on the memberlist. Anyhow, I was hoping to ask him some questions about it. I've already started a design of my own with a start on the material (PVC pipe, that sort of thing). Unfortunately since I'm not a full member of the Southern Outpost, I can't access the Costume/Prop Construction archive forum to see if anything is there about e-webs. It's locked.

Thanks!

-Troy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9271','5f22517c28','Hey Retz.  I just checked my mail box over there and saw you sent a PM on 11/15!  Sorry I didn't get back to you, I don't check my box there often.  See ya at TRU!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9272','9dc7ce6c3d','Joey

I know I sent you a PM about the CD already, and I would mucho appreciate that, but let me ask you something.  Would you be willing to tackle piecing my helmet together?  It's the only piece that I am very paranoid about messing up, and I know that will be the focal point of the costume.  Plus with this being my first attempt, every little slip is going to aggrivate me.  I'd be willing to pay for shipping both ways and give you $50 for your time to just fasten the 3 pieces together (and whatever sanding/grinding are needed to make it work).  I have the lenses and face shroud already which I can piece on afterwards.  Would you be interested in doing this for me?

TIA

Ian');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9273','ffbdf726ee','Hey Joey, my home # 853-0219 and my cell # 337-7252. Talk to you soon!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11106','5283a8ac5d','Spoken like a true LCO!!  LMAO!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11116','8981d31c19','[quote:8981d31c19="Mawr"]Thanks for the fill.  I just remarked to the wife about how nice it was of you to fill me in.  

I've joined other organizations where it's taken me weeks or months to figure out what you just told me in one message.  

When your the newbie your always trying to figure out your place in the organization and it's politics.  I'm always looking for activities where my family is welcomed though I'm not beyond an adults only activity now and then so it's nice to know which events to bring the family to since that is my main focus.

Thanks again for the warm welcome.

Rick[/quote:8981d31c19]


Rick,

What's your email?  My PMs are acting goofy...   :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11117','f59d3717f5','The email is rhasha@comcast.net .');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11118','f59d3717f5','The email is rhasha@comcast.net .');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11119','6204c4e03a','Check this link for clone armor http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=1145&amp;highlight=clone+armor+armour+bulk+order

Or PM Joey (TD152)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17304','3df3d1f4b6','go hard core.  I posted &quot;im not&quot; just under that thread.

The only way to help i've determined s to shut them down.  call the bluff, make them answer on snide comments, and basically treat them like a school yard bully.
when you start letting them know that behavior isnt' tolerated around here, eventually they will go away...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14718','6376c2f138','give me $10 for both... I have had them a while and I don't need them so $5 a piece is fine with me.. I should be there on Sat but not until 5 ish... I will give them to Loki and he can get them to you if that is cool

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15404','4d8d01f5b7','I wasn't able to make it last weekend... I have been really busy.... why don't you just give me your address and I will send them to you!


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9320','1a86547bca','I forgot to get the fig from you the other day, will you be atthe parades.  By the way, you dremel kit will be coming; Plo Kloon has it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15967','d51b7a9742','If I get to feeling better, I may have something so obscure to post for AFT next Tuesday or Thursday that NOBODY will be able to read into it.

Scared yet?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9330','fae279c9e2','im sending you an email

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17272','47d6d0cfd5','I think a bunch of us are going to see Ryan now:
Me, Robin, Joey, Holly, Crayfish, Dawn, Thad, Jessie. Also trying to get Shannon and Cindy to go!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17382','37919221c9','Oh SNAP! Thanks for the heads up, Glenn! Yes I will make a big deal of it!

Yes, we will miss you guys too.

Hey, make sure there isn't a: &quot;The bama guys think they are too good to be here&quot; rally. I really wish I could be there, we all have family things we can't get out of and with the parade last week, we needed to pick the least expensive troop! I SWEAR we would all love to be there with you guys!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17386','9e39b99301','Susanne confronted her on this too. Susie even suggested that Jenn start looking over Skip's shoulder when he's emailing and posting this crap.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17388','d4fe80f836','hey please have susanne call me.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17389','d4fe80f836','hey please have susanne call me.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12477','d095b5ffcd','[quote:d095b5ffcd="Tambo"]I have a new mold better then the first (sorry) These have less clean up work.  Tell them to E-mail me.[/quote:d095b5ffcd]
Already did, got you another one, board name Teabo should be emailing you shortly.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17508','d89a2a9eba','Jesse and Thad are going to meet us for dinner Saturday night too! Is that cool!?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17521','6222410045','i dont remembering registering on the RL website and have no password!
what should i do so i can check it out?

also,whats this i hear about a &quot;new&quot; forum?
cya dude!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17529','9b393cc486','Jeff,
I read your post on the COC and are you really trying to fix things here? 

If you really want to get to the bottom of things pick up your phone and call. Skip has nothing to hide and is more than willing to discuss things. Attaching him is just uncalled for. He is not trying to attack you in any of his post. There are no resolving things when one or both parties are acting like children. I have tried personally to make amends on my own behalf with you and Suzanne. I suggest you be a big boy here (since you seem to be the one with all the hate to their post) and call to try to resolve this issue. I like most of the group am tired of the whining and gripping. This is for fun and when things get ugly, Who wins? 

Just so you know I got in the armor and deserved the number. NOPE have no intentions of ever wearing the armor again. Lots of members have armor and never wear it. Heck some have never even been to an event. I can say that I have been to most. So if I never wear it again who cares. I don't see you or anyone else upset at wasted numbers for the others who don't troop. 

I don't know about you and Suzanne, but I really do want our families to resolve the issues between us. Suzanne and I had what I thought was a great start to this. Was I wrong? Did I totally walk away blind? Help me out here. Things don't really have to be like this, Do they?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16342','6bfa562726','Done');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16343','f3e7861beb','Are you and Laura coming to FantasciCon?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16344','6d2a46bb9c','606-344-5194');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13316','8c613d6a5f','Hey Ryan, how are things going? 

I am scrambling to get a Boba done for a kids b-day party at Danielle's  gym. I cut out some extra armor, and going to paint it this week. I will have a new vest,. I am borrowing Tambos boba boots,and jumpsuit. Hopefully I can send some pics your way.

Still working on Summer's snowtrooper helmet, filling in some imperfections on the helmet, and the weather is not cooperating.

Are you going to make Coery's party on the 25th of Feb? Lots of people are coming. I plan to finish her snowtrooper back pack. Need to ge tthis project done and over with.


Still no news on our Zam blasters. :x 

I get so frustrated about the metal work we gave him to accomplish.You have no idea how upset I am over this . It's her dad, she should be calling. Not me. 

Hope to hear from you soon.

Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17358','4a139cddf1','Thanks for sharing with me Corey. You don't know how great your friendship has been to me. I don't wish you would go away. Personally I like seeing you at events. I hate I didn't get more time to talk with you at the Atlanta thing. Please consider staying with the group and maybe seeing that it's only a few bad apples rotting on some of the SO. I really hate not going to MSC this year and I think some of the folks up your way are gonna think the AL guys are all staying away for a reason. If this comes up while you're out there, please know that some of us are needing to spend some time at home with the kids, wife ect, and that we really aren't missing it for malicious reasons. I know some of the guys up your way don't like the AL people but some of us think of you guys as very dear friends and this is the main reason I don't want a split in Garrison. Corey, you're good for the group, please don't give in to the whiners!!!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17187','974015aa52','As far as the trip goes,
We are taking both jessica and kayla with us.they are going to jenn's sisters house for the weekend.so unfortunately we won't have any room for anybody.ill barely be able to get my stuff in the van.

I'm typing this from my blackberry
Ill respond more later
Cya
Skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17188','a7627393a6','[img:a7627393a6]http://images-jp.amazon.com/images/P/4901972243.09.LZZZZZZZ.jpg[/img:a7627393a6]


 8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18315','64d4512b8d','Loki...PM me directions and the time you guys are eating, so if I make it down I know what time and how to get to your house.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13905','0a929736ce','You dont have to say a name, You dont have to say a word.
At the next event, just point ! I will kick his ass with armor on.
I trooped by myself before the 501st, I will troop alone after the 501st !
Some of these bastards done me the same way when I joined, 
An Cray, I never forget. I still know who they are ! But, in Bama, you have the best the Southen Outpost has to offer, Joey, Thad ,Zman, Me!
I will be looking for you this weekend, We need you !

Later Brother,
The Blaster Disaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12012','a8343793dd','I checked and I don't have anymore from AdCon than what's been posted on the SO gallery. 

Also, if you do send me any pics to post, it would be great if you could reduce them. Can't post 1-3mb pics in the gallery :)

[quote:a8343793dd="Obi-TN"]Before, I try to email you a bazillion photos, could I send you a DVD instead? I gave one to Ryan, but his computer can't read a DVD+R. I think it only goes through D*Con and has lots of old stuff.  

If emailing, would I zip them into super-huge files? Most of my pics a 1-3 MB each.
Also, do you have any good AdCon group pictures, especially ones with me in them?[/quote:a8343793dd]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16831','02f636725d','Hippo...

Just do a member search... on CTN... I don't remember his e-mail address... 

They were $300.00 just FYI');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9403','2c104ed419','Where did you get your bin? Mine is already falling apart due to the fact that there is way to much weight in it for those little casters to handle. I liked yours. Where did you get it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12891','e04467619e','Hey,

Saw where you called in on the other line.  Call Joey on his cell phone #205-908-6195  or email him from the boards.  He is on the house phone right now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17576','fa768fc8ed','Yo, Susie! You out there?! 

Look at my &quot;LowSouthCon&quot; thread and see what you think!

I wish, so bad, you guys could make it!!!

What's the buzz on the boards today!?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15123','b3a98de241','Hey Corey, thanks again for letting us come to your Armor party. I wanted to check with you and see if you know any one who make Imperial Gunners helmets? I'm trying to work on an Imperial costume and had settle on trying a gunner, but I'm having alot of problems find a helmet, except for one made in Australia, and I don't want to pay $300 for that one. I spoke with somebody at the party, I think he might have  said his name was Joey, but I can't remember. He said that there was some one in the 501st make them. You wouldn't happen to know who he was talking about?

Thanks
Ben (Eelem)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15124','4f7f3f35a6','Hay Eelem,
Contact Joey (Bamatrooper) he is the one who has the stuff and will work out a deal for you..
He is sometimes very difficult to get an answer from, so if you cant get an answer in the next week or so after you try to contact him, let me know and I will get in touch with him...

Im doing a AT-ST driver, basically somewhat the same hat etc.. You might want to think about doing the same.. The overall cost for putting it together is VERY cheap..

I can help you with it also  :lol: 

Glad you all had a good time at my place this weekend...

I have to reshedule the party for the 11th to another date as we have that event down there...

If you need anything, either PM me or call, my cell is (931)561-6614');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14871','1596d27385','Jen,
Just thought I drop a line to give some info on the election situation.
First off, your support and confidence in me for the nomination is greatly appreciated and I am truly humbled.
So here goes, 
After the forum was compromised last weekend, alot of the records regarding who was in and who was out became a debate among the command staff. It became an argument of who was in and who was out.
We knew that John Myers and Skip Curley had both conceded and that I had accepted.
It came down to Joey Beck and myself.
I could not see myself squaring off against a good friend in this type of situation with all the emotions running so high among the group. I felt it best, in this case, to concede my candidacy for this year in the hopes that Joey could level things out for another year.

Joey has plans to improve the command staff so that everyone is better informed and that the few &quot;squeeky wheels&quot; that seem to stir things up are throttled and the group doesn't get into such an emotional battle again.

I hope that if I have the priviledge of being nominated next year, I will still have your support.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18209','a06884e71e','Sorry, Shannon. The week got away from me and I forgot to get back with you about tonight. I again thank you for the invite but at this point I'm screwed! We WILL get together again soon!

Ya'll have fun tonight!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17945','b523114d1c','Hiya Darlin'.  Can you direct me to the place that sells the armor with the boobs?  I really don't want the one that shows a midriff cuz my belly ain't that purdy but I'd like to look into it.

Thanks &amp; I'm looking forward to that next foot rub.  :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17946','92f57e1be7','I have added you to the MTAC roster as tenative... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17967','63529e18ce','i think loki and corey were compiling pic on a site but a true website,so to speak.
if you want to register pulseriflechicks.com then let me know how much it costs,ill gladly get this gun the attention she deserves!

i dont have the time to do web stuff so im all for handing it off to somebody.
i think it would be cool to have this gun as popular as we are.where people have heard about it and when we get to the con people know were bringing it,might take years but its worth a shot!

let me know what you can do,from what i can tell we have between 1000-2000 pictures from various people.were even finding them on other websites.so i dont know what it will take to host that.
loki,stein,corey and corey's friend gary all have tons of pics.
so check with them as well.
thanks cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16905','f5d314ffbd','Reading back what I wrote on our boards about the planned Prop Day on Thursday the 13th, I did say that I was hoping Dallas would volunteer to have it at her house. Again, what you want to do for a prop party and what the club can do for a build-a-prop day were always 2 seperate things. If Dallas wants to have one at her house, it would be an official Chattooine thing (meaning open to everyone). Yours would be totally up to you. I would love to have the one you're talking about on the 15th if you think that's ok. That would be more like the ones at Corey's place where we could really work on stuff... not just the non-power tool projects. 

Also, I'm just one guy and don't make all the decisions for Chattooine. I joke with Dallas about stuff, but if she does decide to host a prop thing at her house, I'll see if it can be spaced away from yours in case the 501st guys want to come to both. I'd rather have a prop party where serious builders are there and not just people who want to game (which, in hindsight, is what I think it would gravitate to).

I'm sorry if I caused any confusion. It wasn't intentional.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9411','2c104ed419','Where did you get your bin? Mine is already falling apart due to the fact that there is way to much weight in it for those little casters to handle. I liked yours. Where did you get it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9413','3bfd7d2d8e','That looks good!  I still think all of the pouches and belt is white like all of the other clones.. the GM's are actually dirty where they are white and the shadowing also makes them look dim or dull...

Hopefully we can get some better picks of the one going down from the balster bolt, off of the DVD..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9415','27b515d91b','[quote:27b515d91b="JediToren"]Where did you get your bin? Mine is already falling apart due to the fact that there is way to much weight in it for those little casters to handle. I liked yours. Where did you get it?[/quote:27b515d91b]

I bought it at Bed, Bath, &amp; Beyond of all places for $39.99 (back in 2002):

[img:27b515d91b]http://hiwaay.net/~jethridg/graphics/case2.jpg[/img:27b515d91b]


It's lockable, and I can grab one of the handles and roll it where I need using the built-in wheels on the bottom left side of the trunk.  I've taken it to DragonCon, and more events than I can count and my costume has *never* been damaged while inside it.  The trunk is made out of wood.  The outside is covered in a plastic/vinyl-like textured covering, and the inside is covered with a durable wallpaper-like material.  The whole thing has held up extremely well, even after tons of trips.

[img:27b515d91b]http://hiwaay.net/~jethridg/graphics/case%20open%204.jpg[/img:27b515d91b]

After buying it and getting it home, I installed a 3/4" thick piece of shelving to divide the interior of the case into 2 compartments - one for my costume, and one for my (MSH) fiberglass helmet.  I covered the divider and the interior walls of the "helmet compartment" with eggcrate material.  I then mounted Army belt webbing to the inside of the lid to secure my blaster to.  I also added a pouch to hold my gloves and other small items that might get lost.  My shin tools are mounted inside the lid also, as is a mirror (not pictured) because it's always nice to know if you have your stuff on straight!  ;)  I figured since Fett is a "gun for hire", why not make the inside of the case look like a hitman owned it?   :lol 

I'd love to have a flight case, but the ones I looked at (for the size I needed) were $500-$600 and weighed 75 pounds EMPTY.    :shock: [url=http://www.starcase.com/detail.aspx?ID=573]This case[/url] is $459 + shipping, and is almost exactly the same size as mine.  I think I'll stick with my "economic" solution for now.   :D

You probably need a bigger case than mine, but there are economic solutions, sometimes in unexpected places (like Bed, Bath, &amp; Beyond!).  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16296','ab920686df','[quote:ab920686df="TD152"]Thanks, I'm always here for Alabama! ;)[/quote:ab920686df]

Cool!  It'll be nice to have an &quot;extra body&quot; at Huntsville events now!  :D

Now, time for me to pour some resin and melt some Sintra...  BWAHAHAHahahahahaaaaaaa.............   :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16304','b3826d2db3','Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count.  I add people to the event roster as they com on board.  If you're keeping some &quot;other roster&quot;, well, that's all you.  Please don't clutter my thread with unnecessary posts.  

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;.  This crap is getting OLD.   :? 


Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9417','90599dcae2','Cool man, thanks for the tips!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9418','90599dcae2','Cool man, thanks for the tips!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17334','9ecb788054','by the way that last pm was from me!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16208','e758658687','haha, what's up zman?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16504','586dd40529','actually it would be better if he could paypal me the money.that would help a bunch.
he can send $550 to me at 
skipjenn@comcast.net

i can take it from there.
good to see you this past weekend,hope you guys had fun and learned some stuff.
oh,dont let that drama on the forum get you upset,it seems theres still alot of crap going around.
hope you can make it to midsouthcon,
cya there
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12310','f9c4d0e60c','I don't think that you were trying to cause a stink, you have every right as being the XO of the S.O., to fully express yourself on what you see is a disturbing thread of incidents concerning what you believe is "too" much partying.  I don't go to events to get smashed outta my mind afterwards. I'd much rather have a nice time chatting with everyone, and have the chance to get to know them better, show off props and whatnot, and just relax and have fun. Watching a buncha guys get drunk isn't fun.

They attacked you, and that wasn't by any means right. So they're allowed to have their brand of "fun", but when you say that you have some misgivings on it, they turn on you, and tell you to "mind your own business". But they fail to recognize, as being the XO of our group, their behavior IS your business. Granted, you're not your brothers' keeper, but you do have to right, due to your position, to express your dismay at the current situation, and to try and attempt change.

I feel for you, as in this regard, you're kinda stuck in a "no-win, damned if ya do, damned if ya don't" scenario. But at least you had the balls to stand up for what you believe, and you have mucho respect from us for doing that. You didn't "turn a blind eye" to what you see as a problem for us all.

There may be a very vocal minority fussing at you, but Sarah and I  believe that the "silent" majority stand by you. We don't go to events to watch folks afterward get drunk, or zoned out of their minds on illegal drugs. That's not the spirit of the S.O., regardless of what others may believe.

As I said before, just because you were attacked, you have absolutely no need to apologize to me, or anyone else, for standing up for what you believe. As I said before, Thanks for "keeping it real". More stand by you than you think.


Sincerly yours,

Jordan and Sarah.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18345','cd9f8f7117','Jeff, here's Skip's reply to me and my reply to him. Give me your thoughts.
Z

**********************************************************

From: SL100 
To: Z-Man 
Posted: Sat Apr 01, 2006 10:53 am 
Subject: Re: editing posts   
you do realize those are &quot;web&quot; deputies,right? 

those are simply for internet stuff,no command decisions. 
reads the post again,those arent your new command staff. 

they were chosen by chris ash to help with the forum and internet stuff. 
corey will be under tight watch and helping on the forum,chase and gooshy are helping with other projects.are you into that graphics and internet stuff?if so let chris ash know and maybe you can help as well. 

perhaps youve looked at it wrong,and thought those were different positions than they are. 

we'll be holding elections for regional/state reps. 
since your vocal about this i suggest you make it known you would like to be considered for the job.the people around you will be the ones voting. 
so vet or newbie,wont matter,it will simply be up to those in the area deciding who THEY want as a local rep. 

no squeeky wheel stuff here,just working stuff out. 

thanks for your concern, 
talk to ya later, 
skip

_________________
Skip Curley 
Southern Outpost XO 
 
**********************************************************

Thanks Skip, like I said before really no big deal, was just wondering what was up. 

Yea, I think I really woud like to help out locally if any officers positions open up. 

I think just read more into it than should have.

Please understand I have nothing against ANY of the guys! I think they are super people and never meant to bring their personalities into this, although I do know how Corey and Chase felt about things prior to MSC and would hope they don't bring ill feelings toward others and use it to stifle members.  

I know you guys wouldn't just let these guys run rampet and would hope you and the command staff make the final decision on editing posts or deleting stuff. If they are just hall monitors if I read you right, then I feel much better about it. I just think too much power in these guys hands can wreak havoc.

Be careful Skip, who you guys give even small powers to. I know you guys don't want to regret it later. 

Thanks for listening. I hope you know how much this group means to me or I would not be trying as hard as I have been to keep it together.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15893','0be91a861b','Benn tryin' to call ya. Time to play &quot;Catch up&quot;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15894','94622cc477','You're so funny! Sleep in the tub will you?

Kidding, it's getting to be more about time away from the family more than anything. Now that I have two kids I really wanna kinda stay close right now. I hate missing MSC, really because of you!!!!! I really enjoyed the &quot;little Mexico&quot; dinner you and I had, the band, hell, even riding in the &quot;pimp mobile&quot; just to get liquor!!! You're right! Good damn times!!

As it gets a little closer I'll know for sure. I think on the 18th, Crayfish and I are gonna ride to Hotlanta for the parade and come back the same day! Not even stay overnight!

How bout Richard Cross and those few guys getting to meet George and Steven Sansweet!!!?? Fucking cool huh!? BASTARDS!!!!

Anywho, I'll holler soon.
Take care my brotha!
Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11817','9d72c32cf8','cool avatar dude, you are a music star!

how  many people are coming to the party?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17817','3b7a5b2d67','Yo Lok!

I missed your phone call today, sorry. I was crawling around in my office basement installing a new phone system. That's that kinda shit you have to do when you have a family business......sheesh.

Glad you guys had a good time at MSC. Glad ya'll are back too. the Boards were pretty boring!

We did have a great time seeing Ryan play though. The band is unbelievable and that boy can play his BUTT off!

Let me know if you need anything bud!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16458','1c9fd631be','I should know the answer to that...but let me double check and get back to you because I'm drawing a blank.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15966','8aaaac3e4d','Haha, that's hilarious.  Thanks Kell!  I'll try to find it when I'm back in town. :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11689','c435ed981c','[quote:c435ed981c="HothGirl"]Hey Glenn!

Yeah, I'm not sure why it took me this long to actually join!  I would've sworn I had before too.   :oops:   Ah well, all better now.

How are things down in your neck of the woods?  Good I hope!

~ Katie[/quote:c435ed981c]
Things are good. We had a tiny bit of snow last week, but it's been in the 60s the past two days. I finally need Ryan to help me with a costume and he's gone off on tour. I tried to go see him at Tootsie's last month, but it was the night they were triple-booked and didn't perform.

I'm going to make a Dooku. I was going to make it later in the year, but there are opportunities to wear it in June, so I'm going to make it now and make a Gandalf the White later.  Do you have any advice on making either of those?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16298','3098b7ae1f','[quote:3098b7ae1f="TB1309"]Very cool! I know it'll look killer[/quote:3098b7ae1f]

It's going to look...  &quot;different&quot;, I can assure you of that!  ;)

It's hard making a &quot;real world&quot; costume from a cartoon and making it &quot;work&quot;.  Some of the pieces we're making &quot;idealized&quot;.  Nothing is very detailed - just like in the cartoon.  The colors are going to be funky too.   :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9463','07f3ac1bd5','Hey I need pics from the following events if you have them....

email them or link me to them in photobucket...


Pelham Bday Party 8/6
Zoo 10/22
Zoo 10/29
xmas parade 12/3

I need after event social/dinner pics too if you have them..

THanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16851','1948f2afb2','Do you have a tutorial for the Fett armor out of a garbage can?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9492','90cf85d6ed','what im looking for,not that i'll get it,is some footage of the whole thing.us in staging,us lining up,marching,all of it.then maybe even some at dinner.
if they want they can march with us and hand out candy and film.

as for gallatin,
the parade is at 2 but it takes hours to get us in position,so we'll be there early.
the parade begins at walgreens/cvs which is right as you get into gallatin on gallatin road.
it ends past the square,but traffic is blocked completely so they need to be there around lunch to be able to park with us.

email me so i can email you the booklet for the parades.

skipjenn@comcast.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9499','559d9f7301','hey man, if your not happy with the sabers, you don't have to pay for them. I am not that happy with them either. I hated not being able to be there to see them get done. Looks like I will have to supervise any future projects.

again, its no biggie. I just wanted you to know that. 

see you when you get back.
thanks for vader standee.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9543','da96c262e7','hey man

i have your tk 2xl shirt ready to go to you.

if you want you can paypal me at wiseguybuttons@alltel.net

or send me a check for 13.00 (9.00 for the 2xl and 4.00 for shipping and handleing)

mark estes
134 algonquin trail
somerset, ky 42501

thanks
-mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17567','ba143f3bdf','Sent you an e-amil with details. Can you guys make it!!!!!!!!!!!!!!???????');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15682','dd5559e7e1','http://movies.groups.yahoo.com/group/sovereign_protectors/');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16479','458b7331b6','Hey Loki are you still there? if so pm me with your # or something so I can talk to you about midsouthcon.  If you would rather call me, my # is home: (606)451-0586  and cell: (606) 271-6091.  Get in touch with me please.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9548','97ef4ca59e','Measure  the area just under the adam's apple, then add 1/2".
That should give you all the room you need. She puts a velcro closure on the back that will allow you to adjust it within about 1/2" for comfort.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17841','8a43b01307','Again.. that helmet.. its almost a religious experience!

But I wanted to ask cause I know you'll tell me straight up like I would to someone else.. was I too harsh on the COC forum?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17842','2d550b839c','hi there. 

it was really great seeing you at the con this past weekend :) 

I'm sorry I got upset, but it really meant a lot to me that you cared enough to talk to me after. Thanks. 

Have a great night :) I'll see you at the anime thing if not sooner.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17843','de2f80fb05','todds checkin on his schedule cause he may have to fly to oklahoma for business.  i'll check again with him to see if that info is final yet.

i've never had a birthday party, cause my mom wasn't big on people in our house, but i was always allowed to have one friend over, and that made it pretty cool.  so are you 32 now, and you were just rounding up earlier, or did you just turn 33.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14490','0a2a0be92c','let me research it a little.  The helmet looks good and might be worth 200-300 itself.  The armor sucks..we can make a better set this weekend.  Ivan and I have the armor making down to a science.  All we need is some sintra.  I'll get back to you on the other parts.  It might be worth it to start off, you can replace parts and sell the old ones.  the biggest factor is the armor must fit the person wearing it and the armor in the pics looks way to big.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13831','5db2f556f7','A gracious thanks and again, I am humbled.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12633','2de591aad6','Cost with shipping is $24.00.
Paypal to: tk-6873@netscape.com

Thanks for shopping Jester-Mart!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11522','ea280f3ed4','New stuff will always becoming...95% of the 501st wears armor from teh same guy.
I just got off the phone with him actually tonight .
he has 5 sets in the box ready to go with no names.  
I am ordering two from him now, and about to send him $$
He wants 350 + 10.00 shipping and fees.

IF you can paypal me, I'll get you one of these shipped out..

LMK...

We most certainly can build the whole thing at the armor party...

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10661','8941933091','hey loki

i am building a custom mando as well, a battle scarred white fett like the one that was on ebay about 2 weeks ago.

so the gauntlets don't have to be perfect, i am not looking to build my rotj fett just yet

i thought it would be good to do this custom mando frst so i can get the do's and don'ts out of the way before i start working on a cannon rotj fett.

is there anything you want to trade i still have hats beanies decals and headwraps????

i can send you a check out tomorrow for them, just let me know

i have a rocket from tambo so i need a few other pcs. to get

thanks again
-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10576','7e2a7f5426','hey loki

i need fett gauntlets man...................how much i can paypal you right away  just let me know

are they the whole kit or do i need to buy rockets and other parts as well


thanks
-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13612','762dac4ede','Derek,

YOu've definitely got my vote, good luck!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9566','f159a1cfbd','Hey I am interested in doing a Boushh for my wife... I have been told you might be able to help or point in the right direction...

I noticed on your sig you have the line "Boushh Builders group" where do I find that?



Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16852','370c4c7835','Wrong Reimer!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16853','93bf82e3d0','There's another Reimer in the legion? Coolness.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9569','cceaaa38f9','[quote:cceaaa38f9="maafp"]Hey I am interested in doing a Boushh for my wife... I have been told you might be able to help or point in the right direction...

I noticed on your sig you have the line "Boushh Builders group" where do I find that?



Thanks

Mark[/quote:cceaaa38f9]

Yes, I am the Founder of The Boushh Builders Group.  It's like the "TDH" of the Boushh costuming world.  ;)  We have members that make various parts, but no one makes a complete costume for sale.  Like Boba, it's something you have to gather piece-by-piece due to the complexity of the parts, and then assemble it yourself.  You're probably looking at $1200-$1500 for a complete suit.  The helmet is around $600 ready to wear, and about $400 in kit form.  The chest/shoulder armor is about $325 in kit form, and then you've got the soft parts (suit, gloves, boots, etc.).  It sounds like a lot, but it's easier (and cheaper) than Boba.  Geez.  I've got $3100 in my Boba so far.  ACK!   :shock:   :wink: 

Just sign-up and start asking questions!  There's a list of suppliers that will automatically be emailed to you after joining (at least it should be).  Let me know if you don't get it.

http://groups.yahoo.com/group/tbbg


Thanks,

Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16308','b3826d2db3','Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count.  I add people to the event roster as they com on board.  If you're keeping some &quot;other roster&quot;, well, that's all you.  Please don't clutter my thread with unnecessary posts.  

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;.  This crap is getting OLD.   :? 


Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17305','3df3d1f4b6','go hard core.  I posted &quot;im not&quot; just under that thread.

The only way to help i've determined s to shut them down.  call the bluff, make them answer on snide comments, and basically treat them like a school yard bully.
when you start letting them know that behavior isnt' tolerated around here, eventually they will go away...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17306','8cabf19271','good point, now do I own GF armor or not!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9572','c263a699d6','Thanks will do..

I have seen the helmet kits but they were around $250.00...

Thanks for the input and I look forward to getting more info...


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17595','88be1b6a10','I am interested... I have always liked the guard costumes... the only problem for me is my head size.... How big are these helmets? Are they as small as the DP royal guard helmets?

What all are you selling? The entire costume or just the bucket.


Thanks

Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9576','0db6aae650','[quote:0db6aae650="maafp"]Thanks will do..

I have seen the helmet kits but they were around $250.00...

Thanks for the input and I look forward to getting more info...


Mark[/quote:0db6aae650]

No problem.  I've approved you.  Welcome aboard!  :D

Yeah, you *can* get cheaper helmet kits, but none that look better for the price, IMO.  It all depends on what you're going for, and how accurate you're trying to be.  I didn't want to have people on my board selling items that didn't exhibit a high degree of accuracy, since ultimately I'd be associated with everything sold on the board.  I spent 6 months sculpting the masters and producing the first set of molds for the Boushh bandoliers that I sell!  ;)

Have fun, and yell if you need help!  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16318','d5ddcea287','[quote:d5ddcea287="TD152"]Thanks, I'm always here for Alabama! ;)[/quote:d5ddcea287]

Just so you know, I just went off on Corey via PM.  Expect much whining from him.   :? 

He's cluttering EVERY thread to the point that they're almost un-readable, which is why I don't come to the boards anymore - because of him.  He acts like a freakin' 9 year old.  No, I have a 9 year-old nephew who acts more mature than Corey!   :? 

Anyway, here's the PM:

------------------------------


Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count.  I add people to the event roster as they come on board.  If you're keeping some &quot;other roster&quot;, well, that's all you.  Please don't clutter my thread with unnecessary posts.  

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;.  This crap is getting OLD.   :? 


Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9579','78ccd0ada8','Hey dude, can you make a version of my banner in a 468 x 60.
just got a pm from mira x saying it was too big. :rotfl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9930','a9fb00b316','Hey man!  Wicked thanks for the compliments!  The strap across the torso is a grenade bandolier ( actually deoderant cans), and the extra mid-belt is simply my daily gear (knife,keys,wallet,phone).  They work into the "modified" uniform nicely, and I don't have to worry about storing all that shit elsewhere.

 I'm looking forward to finishing some new uniforms, as the TD's gettin' worn out.  Gotta make some new threads.  :twisted: 

 Going back to the workbench brother.  Have a great week and HOlidays.  Lets' troop again soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9584','744f8ddb3d','hey jester- chris lee here tk326

would like to get shirts - couldnt make it back after i left saturday's parade - sorry

i had asked Mark about shirts a while back but I guess I missed out 

can I get 2 each of the cog and classic trooper designs, 4 shirts total?

i can paypal or whatever

thanks man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9585','3f3a35571b','PayPal is fine. For 4 shirts it'd be $32.00. I can ship them to you or we can meet up somewhere around town during the week.

PayPal account name is: tk_6873@yahoo.com

BTW, if you use PayPal, make sure you use the "quasi-cash" selection to avoid PP fees. Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9588','aae9638c69','Well  I don't have the Direct address to walmart. it's a 20 minute drive from Gulfport on hwy 49 going North.

Now if your interested in comming to do this you can stay with myh husband and I for the weekend and  you  or anyone  comming wouldn't have to pay for a hotel or food.

but if you need an address for a point of refrence you can have my  home address.

2255 Switzer rd
Gulfport MS. 39507
apt#H107');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9589','22525ae20f','hey t bone

got the hats beanies and headwraps done they are 5.00 each

also i have the one color southern outpost decals ready, they are 2 for 5.00

let me know what you might want and i will geta  shipping rpice to you

thanks
-mark e
wiseguybuttons@alltel.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16718','6080a5a948','I purchased a set of mando knee darts on ebay for $3.00. Should be excellent to make a mold from these. Ill send a pic when they come in.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11961','ed90d2354b','*rolls her eyes*

Oye...I've sent them before.   EJHively@fanforce.net is the e-mail address.

I know Loki had them take a few pics of me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11152','afefeff163','will 13.00 cover it???

i will paypal you in the morning here is my address

mark estes
134 algonquin trail
somerset, ky 42501

here is my email wiseguybuttons@alltel.net

thanks
-mark e 
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11153','21d8fc61a8','Well I guess after Tuesday you can start by showing off those DDs.   :wink:   You could infer with the American Institute of CPAs to just make me a CPA so I can forget that crap and fly up to see you my love.

Talk to you tonight, thinking of you always.

Love,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9594','53b3980c16','Well I don't have the Direct address to walmart. it's a 20 minute drive from Gulfport on hwy 49 going North. 

Now if your interested in comming to do this you can stay with myh husband and I for the weekend and you or anyone comming wouldn't have to pay for a hotel or food. 

but if you need an address for a point of refrence you can have my home address. 

2255 Switzer rd 
Gulfport MS. 39507 
apt#H107');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10205','291a883c4a','I'll do that. Do you want to send me a check and then I can give it to someone going to Shadowcon to deliver it?

[quote:291a883c4a="kelldar"]Oh my gosh, yes I would totally be interested, I've been wanting one of those for ages. How about $175?

[quote:291a883c4a="Obi-TN"]Kell,

I don't know how often you expect to wear the Leia ANH costume that you've got, but are you interested in buying the Master Replicas Leia blaster? I've got one that I don't need since I already have the signature edition. I was hoping to get $200 for it, but I'd let it go to you for a good offer.

--Glenn[/quote:291a883c4a][/quote:291a883c4a]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13763','44052ba2f8','know a good cure for a cold... ?

i'd sure take one...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12332','809388a0bc','Thanks for the tolerance and vote of confidence. Also, I am in agreement that we should always be vigilant of public appearance to a point. That point being "Out of sight, out of mind/don't ask, don't tell/don't be stupid, rude, or get caught" (hope you get my point). This policy should even apply to alcohol taken too far.

I also agree that the current conflict may have been a long time coming. However, I'm not going to pick any sides cause they both have points, and they're both being rudely defensive. I'm almost tempted to post these thoughts on the COC thread just to see if it helps (probably wouldn't). I think we all need to just work hard at getting these command conflicts under control and not letting it faction us. We have a damn good garrison and we've lasted longer than most without factioning and infighting. Either we HAVE been doing something right, or there is just a maximum growth factor where there are so many people that the percentage of complaints grows to an unmanagable amount (how's that for a run-on sentence?). 

Hope we can work together to figure all this crap out...I hate politics heh.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9609','a9567aa52b','Dave I've got your award and I'll send it your way.  What was your address again?  And a big thank you for all the help you have been to me, you were my first pick on the command staff awards.  Wish you could of been with us.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9615','d281568d21','I've got some more pics..let me know when a good time to send them is.  I'll get your award off in the mail this week.  Congrats Dave and thanks again for your work it is very appreciated.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11184','39adfacef1','wiseguybuttons@alltel.net

is my only email address i have

it used to be ampkiller@hotmail.com but i killed it

will do, vote for joey!!!!!!

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9700','af440b511a','hey jen k

i have some of your shirts ready to ship to you. please let me know are you ready for them and i will let you know what i have.

also i have 501st hats, beanies and headwraps, they are all 5.00 each also i have southern outpost decals they are 2 for 5.00 

let me know

thanks
-mark e
tk-1380

wiseguybuttons@alltel.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9717','554403a2ec','I'll make them up this week sometime and give you a price before I send them off to you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18029','7b38c964c2','Sounds cool, you should come down when we troop that convention in Franklin and then go over to Geoff's house.  It will be a blast.  I know she has commited to doing a project for Jester in exchange for some things that he has.  But once she is done with that, I am sure she would be happy to do it; she still has the bantha pattern.  You need to remind her in a couple weeks though.

I am sorry to hear about the hearing loss; It firggin hurts to see your child in pain.  I wish i could take it on myself sometimes.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18021','ffbbba8a7f','Hey Rose, do you have any dune pics? been wanting to do a new avatar.
If you have any, please email me at darkknight006@hotmail.com

thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17962','f4084fab7c','it's a great thing any time you're on the light side of the dirt.

i'll check with todd...it would be fun, i think, because i love the broadway/touristy bars, and i would get a chance to know everyone better, but it really depends on todds work schedule (hopefully we'll know about the oklahoma thing today) and the big one, if ryman is better,, cause we'd have to get a babysitter for a few hours.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18084','4946bfb245','I thought you could use that!  I love you. and in case you haven't heard it today.....

Nice Ass!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18131','8be4fd897f','You know what I really want to bust :roll:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14848','2965d7559a','Hi Matt,
  Could you please pass this info onto the any local rebels that you think might be interested?  Thanks so much!   Any help would be appreciated.


I'm trying to organize a children's breakfast/brunch (and any adults that want to come) to kick off our pet day to benefit the Shelbyville-Bedford County Humane Association. I'd love to have a Star Wars breakfast with a character at most of the tables and be there for photos. The event is for Saturday, October 14, 2006 at the Bedford County Agricultural Center. Breakfast/brunch will start appx. 10:30 and last for about an hour. Free breakfast and lunch (and beer at another location) will be provided for all volunteers. Atin has been kind enough to offer to postpone the armor party that weekend to free up schedules. I'd like to have an idea of who all would like to participate by the start of May. That way, I'll know if the event will be doable or not. Without you guys, this event won't happen. Thanks in advance to all who are willing to participate. 

Here's the roster so far: 

Cheryl 
Casey 
Loki 
Atin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14841','21426dd0d3','Well, as I can see you saw from your comment on my space...that Qetesh costume is the one I was working on.  I also have another Vala costume - her black slit tank with fitted navy bdu pants.  Basically, I'll be doing all of Vala's costumes.  :-D  I have my standard olive bdu's too, but after seeing myself in pictures with them on, I realized it just didn't work for me.  But I do love Vala's character and I love that her cloths fit better so that should work well for me!

I guess I didn't realize that you and Wendy had never meet irl.  How exciting that she'll be heading down in a month!  Just don't leave her at the airport for an hour sitting alone because you didn't leave your apartment on time...  :roll:  Ryan (as in my ex) can't tell time - but I have a sneaking suspicion you already know that.  The first time I visited he was pulling into the parking lot as I was wheeling out my luggage.  But back to you!  I'm seriously impressed with your Valentine's day gift/card/puzzle!  And she loved it right?  Tell me you thought of that yourself....please?  LOL  Because it's rare that you find someone who's willing to take the time to do something like that and put so much thought into it...AND think up something incredibly cool, unique and memorable.  That's awesome Zach, it really is!

And about COSI, you're right, Ryan my ex won't be going as the band has added quite a few new tour dates.   He won't even be able to make D*Con because of it...which is a bit of a bummer for me because Khaleen is easier to recognize if I'm walking around with a Quinlan.  :-P  

He and I are actually on good terms.  We usually talk a couple times a week and he maintains my website and all that.  He's one of my good friends and I'm thankful that we were able to keep that friendship.  A few of my friends called us Luke and Leia initially because we were almost too much a like in some respects, but he is almost like a brother to me now.  (Eventhough I weigh more!  Hah!)

Maybe I'll try and drop Ryan (Nixon) another message tonight on myspace.  It's possible that when I sent an email from my addy to his that it was filtered into the junk mail.  For some reason hot and hoth get confused and I've had some friends tell me email has been mistaken for something else.  I did send him a link for some pictures from the con last weekend...there were some candid shots of me (nothing bad really), hopefully he didn't realize what a geek I actually was and got scared of the weird gifl.   :lol: 

I was an art major with concentrations in drawing and ceramics and now I'm taking an online class for dressmaking and design.  In short, my wrist got screwed up my last year of college and my mom threw a sewing machine at me (not literally of course) that Christmas saying I was too old for her to be making my costumes.  (I think telling her two days before FOTR opened that I wanted a costume was the final straw).  But sewing became my creative outlet, still is.  

And like you, at college I thought I'd meet my husband and by now be married and pondering kids.  However, God apparently had other plans.  It's nice He has a sense of humor.  :-P  In fact, since I was allowed to 'date' at sixteen, I've really only 'dated' four people.  Three of the four ended rather badly - being cheated on and lied to are not happy things.  But I'm trying not too worry too much about it right now, don't get me wrong I'd like to be married, but I don't want to just settle either.  All in good time hopefully.  Plus, I really haven't figured out what I want to do career-wise.  I'm hoping finishing this online class will help some with figuring out a direction.

I hope your studying and everything went well tonight.  Retain lots of important info!  Math and I never really got along...accounting....*shudders*  More power to you!  :-)  And have fun at the prop party tomorrow! 

Take care, I'll talk to you soon.

~ Katie

Btw, FYI I can't spell to save my life and I'm sorry for the mini-novel I've just rambled off to you.  Heh.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18068','85df8ba9df','That banner looks great Kel, I think the trooper makes it shine  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18069','aeb5b8d0dc','Wanted to let you guys know but you may have already heard.  I will be out of the loop from April 18 to the end of May.  I wont be able to troop or even feel like doing much of anything.  I am having surgery  nothing too major it is an out patient procedure.  I had not told you guys before because well you know with everything going on.


Skip I did mean what I said in our email conversations I am ready to move forward and put the past in the past.  In time hopefully we can rebuild our friendship.


And just a suggestion for you a signature panel have you thought about a picture of a vader bobble head doll???  LOL I am just joking!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14704','13c306c3c0','Matt,

Have they registered with the forum already?

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18295','252f0a5c7a','Hey man, please remember to bring the photoshop disk to Loki's.  I will call you later today and let you know what time I will come. thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14546','12f77b499b','Alrighty, I'll email there then. Email's AWAY! *bomb falling sound*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18309','d3f592a52f','Jon, as I see the &quot;new deputies&quot; being elected, I catch myself doing a little self examination. Here is a letter in letter that I wrote to Jeff and Skip. I wanna know your FULL thoughts on this!!

Z

***********************************************************
Thanks Jeff. You always have a way to make things look better. Here's the rub though: I'm feeling no better about it this morning than last night. I appreciate the command staff now. You guys deserve to be where you are. My gripe is why did veterans get passed up for this? Hell, if Ricky had been selected as a deputy I could have accepted that much more than if three Rookies got it!

As for them having full access to the CoC, that's probably the part I'm must ticked about! Three guys who have been in the group a year, and people like Jon, Bob, Mark, ect don't get that privaledge? Does that seem right to you?

Interestingly enough, Skip sent me a PM about something I mentioned on the boards. I wrote him back and this is what I said:

******
One more thing. And I'm not bitching but just curious. How were the deputies selected? My theory may be wrong but just hear me out: Corey and Chase were selected because they seem to be either VERY outspoken (another term for being the squeaky wheel) or ready to split the garrison at the drop of a pin. I think Gooshy was picked simply because he's down here in AL. 

Now, once again, don't read into this wrong, but how come older members were passed up for office? Are they going to have full access to the CoC boards? 

I've been trying over the past few months to open up lines of communications (as you know, cause I've talked with you a bunch too) and have taked to a bunch of people till I'm blue in the face! I know how you and Joey feel! It's a pain in the ass dealing with the whiners! (as it looks like I am now)

Here's the nutshell: I really don't expect to get an officers position simply for the fact that I portray a laid back, drinking, silly ass (kinda like Jon) but in reality I'm a not that way. It's just a fun personna to have. I know that if you guys were to offer me up a position everyone would say &quot;Z-man? He barely wears armor!?&quot; So I understand that part. The part I'm trying to wrap myself around is how did all the veterans get passed up for selection?

Seriously, Skip, It's really no big deal. I haven't even talked with Joey about this yet, because I think it would make him uncomfortable since he and I are so close.

I have gotten real tired of the drama lately (as you guys have too!) and it does kinda make me want to step back out of it for a while (God knows between work, family, and everything else it's a wonder I even have time for the 501st!)

I'm not gonna pull a &quot;Corey&quot; and post all over the boards that I'm out! I just may be a bit more selective about what I do.

Thanks for listening. Shoot me an e-mail when you get a chance and just placate me, or tell me I'm stupid!  :D 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16883','a611126713','Me and Cindy will leave oxford for Atlanta   Sat around 8:30 . If you want to fall in with us, give us a call, Home 256 831 7267 , cell 256 283 2602 .
Take care !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9832','1a3fe16699','No big deal on the dewback, I'll find another.  Just picked up a Luke on Tauntaun..very nice.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11194','38eaaf5206','no problem dude.  I wasn't worried.  We do this stuff on the honor system anyway.  I've got stuff from members and just paid them at the next event.  Anything else you need, let me know!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9877','dd7d055899','ok, I seem to be stupid this morning, which Mark is this *L* I got you down for a coin, but verify your markselfness *L*');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9878','a0a19f75e5','Hay Drax,
You didnt say if you wanted a coin or not, so thought I would check.
Let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17908','f2b5beb825','Do you live in Nashville? Or...?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9920','82d84d4a41','Hey Drax,
I was asking Hammer how he made his force pike and he referred me to you. Any suggestions. I just got a DP helmet, so it looks like an imperial guard is the next costume on the docket.

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10186','b3d9228241','Hope you had a merry Christmas.  We were sick most of the weekend.  I am going back to work tomorrow. :(   I did get an old target pistol from my dad.  I will get pictures of it up this weekend. 

Happy New Year!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18298','6274501ef8','dood, pirate chick wants you alien seed.  I may swing by some time today to pick up some stuff from derik.  Would that be cool?  If so I will call for directions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17972','47cc819560','Wanted you to see what Rose sent me!!!!




I'm not sure how often you check this... but I wanted to go ahead and get this typed before I pass out from exhaustion. 

I want to be the first to thank you personally for giving us Jester Time this weekend. There's absolutely no way we could have gotten through what we did without him. It truly is appriciated what you and he both do for this group. 

This weekend we got alot of things said that needed to be said. Alot of things are out on the table now that can hopefully get us through this rediculous time of drama and pain. There are various reasons we're all part of this group, but the basic point is we all love it, for what it is. We're all friends with a common thread, and yet on top of that we all have our own lives to deal with. But this group is family to alot of us, and we do what we can to keep it together. 

And I MEAN THIS. We are all family. We all at some point get allong and enjoy our time together. And even outside that time, we would do practically anything for eachother. Sometimes I can't explain why, but it's true. I recently went through a personal health issue that I've barely told anyone about (I didn't even mention it when I was pouring my heart out this weekend), and yet without even knowing it, this group helped get me through it. Helped remind me what fun and love is. THAT is family! 

And just so it's said to you as well, something I need to say directly to you... I've NEVER heard or said any kind of &quot;rumor&quot; or &quot;story&quot; relating to you or your husband. I'd never even heard anything about them untill speaking to Laura 2 weeks ago and she mentioned that you were upset and why. And I'm so so sorry that Jeff felt the need to make sure everyone knew there was absolutely no truth to these rumors. I never believed they were. 

I meant what I said before this weekend, I like to think you and I are friends. I hope we can become better friends. When I get married (no date set, just an important example i'm using), I want you to be there with all my other friends that were there when I fell in love with our Sweetpea. That's who I am, and that's what I'll fight for. 

Again, thank you for what you do, and thank you for being a part of this crazy mixed up bunch I call family. And thanks for putting up with this rediculously long pm... 

_________________
Sweetpea's Secretary 
TR5123/RoseGuard/Ruusaan 
A Severed Wings Concept');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9968','9d7a20726f','Nope, Tmbo doesn't have molds, but here's how I made the Jawa guns:

Performance studio has a plastic pirate gun for $5

I gutted it and stuck a piece of PVC pipe in for the barrell, glued down the trigger and attached an empty soup can to the barrel, repainted it and bingo, Jawa gun in an hour.

Tambo's having a prop party in early Jan.  I'll pick up one of the pirate guns and slap one together real quick then.  Or if I get bored I'll knock one out real quick here one night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9977','c790274f67','Hey dude,

Just wondering if you were coming to Tootsie's tonight.

Lemme know!

--Ryan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16435','5bca89c1e6','[quote:5bca89c1e6="TB1309"]For a Mando helmet I was thinking of doing a mod on a Jango since it looks to be a &quot;clean slate&quot; kind of helmet.  Any makers you'd recommend?[/quote:5bca89c1e6]

If you want the &quot;shrunken head/pin head look&quot; that seems to be all the rage with the custom Mandalorians in TN, then I suggest a Rubies or Don Post '97.  If you want a more &quot;Boba-like&quot; look, I'd suggest one of the MSH (Movie Size Helmet) helmets or a  Marrow Sun MH (Mystery Helmet) helmet.  These are more expensive than the Rubies and DPs, and are fiberglass.  It all depends on your intentions with the costume.  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9979','6c48a273a4','[quote:6c48a273a4="Fetthunter"]"So, please just watch the language and graphics. Keep that stuff for the member areas."


I agree.  What I'm constantly worried about is that certain individuals have inappropriate avatars &amp; signatures containing objectionable images and/or offensive language.  Avatars and sigs don't change between the "public" and "private" forums, so what might be fine in the "private" forum might make the group look trashy and less than professional in the "public" forum.

Sorry.  Had to vent.   :wink: 


J[/quote:6c48a273a4]

Sokay.  I understand.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9980','0609848c1b','Great!  Yeah Jeff works near cool springs..I'll email him and let him know to hook up with you soon..

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13861','a7a969da13','its not fun right now, but it all is going to be over and done with soon enough.

we are trooping and ignoring the mess.  I'm about ready to get out of the political front lines in Tn anyway...

I'm making props and costumes , Galactic Marines for chris,jen, and don + david too so we are getting busy with that project.

I want us to put together a gaming night, let the kids play for a couple of hours and us do a miniatures or something for a couple of hours....

I'm hoping we can find some time for some social gatherings like that in the next 2-3 months too.

If anyone knows whats good for one's mental health its you!   don't sweat this small stuff...

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10356','7616754013','I have sent you a Paypal payment for $15.00 for the Aaura Sing unleashed figure. Please hold figure till next event. Either Joeycon 3.0 or Midsouthcon.  Oh yea, it was a cash payment as you requested.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15556','1eaaed0497','Yeah, he's in KY. I PMed Bob.
Thanks
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('9994','7e89ea281d','Muchos Grassy-ass');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17061','e7a4dec2b2','kick ass! Next prop party it's on!

Also, if you and summer are interested, we are having an HP meet-up at Portland Brew next Monday (the 27th) at around 7ish. I won't be there till 8 (work till 7:30) but you're more then welcome to stop by. We can discuss the costumes and such. See if we can recruit any other people :)

But yes! LEt's get started on that shizzit. Whot!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10047','6364a9cb55','The blue one- its more classic looking.

&lt;Plus you can twirl about and make pretty colors with the skirt! teehee!&gt;

What types of shoes are yall gonna wear? I was thinking of going to the local dancer supply store and getting the shoes like we used to have to wear when tapping- but without the taps on them..and in black.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18387','6fc087b9ee','Sounds good, Jeff. I think I got a few other issuses going on in my life right now that have me on edge. I think this may be why I was so touchy. It's wierd, I have been in a strange mood the past few days. Ever been to the point you feel like panic, on the verge of a nervous breakdown, or just want to sit down and bawl your eyes out? That's kinda the way I've felt for the past few days. When we talk I'll give you more info on that.

So why was I so sensative to the deputy thing? This group means alot to me and I guess I've really been trying too hard to help things along. I think I got too emotionally involved and that's just what you and I were talking about these other people getting too serious about it and should back off. That was what I really meant about getting back from this some. Like you said about having to stop reading the board so much.

Yea I guess I really do want to be some kinda officer down here. I think I'm gonna stop being such a silly ass on the boards and try and offer some constructive thoughts. If you would, during one of your conversations with Joey, just mention to him that at some point, I've told you I was interested in doing something more for the group. Bad thing is, is that I don't want to put any pressure on him to choose me, especially if he thinks I'm not officer material! That would suck! (on his part, not mine)

All in all, I'm ok. Not gonna sell my armor and all my Star Wars stuff (much to Robin's sorrow!)

Jeff, I appreciate your listening once again to my problems. I just hope I can return the favor one day!

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17266','da5fe4ef83','That's why I don't EVEN try to lie about anything. She can read me like a comic book.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15655','87f2023b99','I am sending this to Joey, Skip and Tambo. I guess on this board you can send one pm to multiple people like the Clone boards, so you will each recieve the identical message.

I am asking this away from Mr. Lester. He has grown more and more rude lately. I am sure most of you have seen or heard something or are having a conversation about him at this time. 

My gripe is his posts lately are few and far between and when he does post, he is being rude and an ass. When I saw him at Dereks BDay party, he didnt acknowledge me at all until I walked up to him and shook his hand and with that he didnt look me in the eye nor seem excited to do so. Skip told me he was rude to Corey as well. 

His challenging of Skip, the recent Bellhop post to Joe with the inuendo about shoe fits, wear it and the rumblings I hear, its really pissing me off. I have vented to each of you and just gotten stuff out of my system, I am waaay past all of the stuff I mentioned even just a few weeks ago.


What is going on? If he is going to be this rude and a jerk, can something please be done? I have had enough. I asked him about his calling out of Skip, etc and he didnt respond only with a &quot;if you only knew&quot; thread. Yet he will jump down Skips throat any chance he gets onthe boards.

I know I dont need to be privy to stuff, but I am not the only one noticing this. People are starting to talk. I told Kell I am getting excited about trooping and prop making again, and I will ignore him at events unless he challenges me on something, I wont be immature, but gentlemen...something needs to be addressed. I am confident you guys know whats going on, and I am confident something will take place. I am not confident in him being on Command Staff and nor do I respect him as a member of it anymore. 

Thank you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10072','9a228d6ef1','Doug won't let me get away with not wearing high heels in something like that :) I already have some nice black strappy shoes. 

I like the blue, too. 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10075','522dfa3e30','Hey bro,
Michael here over in Morristown TN.
Would it be possible to get Karen Traviss to come Adventurecon?
Thought it would be worth a shot ya know. It would be awesome.
Later bro !
Michael
my email: smithshock@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10102','d6d2334207','Well as unnecessary and inappropriate as I feel the contents of that entire thread IS (there ARE other places, such as email if you just HAVE to share that kind of stuff)....if it does keep them from completely contaminating the rest of the forum then I guess it is a good idea. With "leaders" like Skip encouraging immaturity and impropriety then the board will never be at the level it could be for should be for persons of this age level.

I guess I'd just feel better if they had openly supported you in discouraging inappropriate signatures and avatars in regards to public posting....and with Jamey and I  being terminally stuck with dial-up I sure wish Loki would cut his gif usage down to one instead of THREE!  Shooting off on another tangent what the hecks with Skips "crotch-shot" avatar? Thats just plain disturbing! Haha.

Well...I guess that concludes my "vent" for the quarter (unless you want to get me started on the Outpost awards, our Trooper of the year must not even  be able to wear his ONE 501st acceptable costume-so he gets TOTY for posting a few lesbian pics and one shot that must have come from 1983? Gosh who votes for this crap?)  , thanks for listening----AGAIN.

Done I SWEAR,
G    


 


[quote:d6d2334207="TB1309"][quote:d6d2334207="DZ6363"]CRAP is Atins Kwanzaa post offensive!  Wow there SHOULD be a tad of  human decency left.

I'm not  expecting you to do anything about it...just venting...

Thats just super offensive and I just had to share  it with someone since I'm alone right now except for the kiddies.

-Greta[/quote:d6d2334207]

I understand.  I know this sounds like an excuse... it really isn't. Its why I pushed for that NC-17 thread.  Without it.. I knew... just *knew* they'd post the most horribly offensive stuff all over the forum!  :shock: 

But, Atin did edit / delete that post.  Vent all you want, its how I can keep tabs on who's doing what on this forum... this has to be the most active forum I've ever been admin of.. and the most likely to get out of hand too!!![/quote:d6d2334207]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10103','9fc70f4cbb','" we don't seem to have a single bigot in our ranks"


You must not have seen Atin's (now deleted) post regarding large-breasted black prostitutes.   :shock: 

Then there's Skip and Lester - a veritable cornucopia of black and Latin hatred...   Just look at some of Lester's RL posts regarding "wetbacks".    :?     


 :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16442','63d0d3b784','&quot;Some&quot;?  Must be the same anonymous &quot;some&quot; that wanted me ousted as PR Officer in 2004.   :?   Crap.  I should have learned.  You do a good job and someone is going to jump your ass about it.   :roll: 

Whatever.  

I will be setting up or organizing the following events in Huntsville:

 MAW (at least 2 events)
 TfT (2 or 3 events and TV spots)
 NovaCon (4 day con)
 Sci-Quest (event plus possible TV spot and/or newspaper coverage)
 The Huntsville Havoc (1 or 2 games, plus possible media coverage)
 JDRF Walk
 Down Syndrome Society Walk

That's 11 events, give or take.

If any of these events cast a &quot;bad light&quot; on the 501st, then why have we (and the Legion) done events for many of these organizations for years?

I'm the only person that really ever sets up events in Huntsville, because no one else gives a damn anymore (except Shawn, and his 1 event per year at the comic store is always a planning disaster).  These events are really done for locals anyway, since the TN people don't care about us, though they're always welcome to come.

If anyone wants to complain about my upcoming events, I'll just do them as non-501st events.  Doesn't matter to me what &quot;name&quot; is on the event, be it &quot;The 501st&quot; or &quot;Jamey Ethridge&quot;.  I'd rather it be &quot;The 501st&quot;, much to the shock (I'm sure) of the Command Staff members in TN and the &quot;some&quot; who want to constantly cause drama.  

It's not like I've *ever* set up a &quot;birthday party&quot; or &quot;pumpkin fest&quot; event.  The events I set up are, what I consider to be, &quot;quality&quot; events.  If you now feel that after 4 years you have to start second-guessing the events that I set up, well...

You can call me at 256-527-7759 if you want to talk.

There are few people (not on the Command Staff) that set up more high-profile events year-in and year-out than I do.  

Like I said, you can call but you don't have to.


This drama has got to stop.


J


[quote:63d0d3b784="TD152"]Jamey, we know the group loves drama, but you can help me.
  
There is an assumption among 'some' that you are a lone wolf, running as you wish outside the approval of the command staff of the garrison.  I know we dance around that, mostly because we had a lot of disagreement years ago ( which we have moved past and honestly work well together now)  and I indirectly approve your events after the fact becasue i'm at the majority of them, and honestly, most of them were events you set up when you were on the staff in 2003 so there ins't a reason to 'approve' them every year in my mind, but alas.... for the neysayers and for protocols sake, can you pm me back and say you will run events by the garrison staff before committing to an outside venue or party?

you are not the only one to be asked this. a trooper in KY was asked the same thing recently just as a matter of protocol, no offense, and he sent me a list of what he was setting up for the future.  worked out well, now no one comlains up there...

thanks .

send em a # if you want me to give you a call.

-Joey

If you do not mind, I would like to copy this and your reply to the staff ( skip  Tambo and chris ash) so they can see what i asked and how i asked it, and your answer. lmk if that isn't ok..[/quote:63d0d3b784]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10113','cfd3b2310f','[quote:cfd3b2310f="Fetthunter"]" we don't seem to have a single bigot in our ranks"


You must not have seen Atin's (now deleted) post regarding large-breasted black prostitutes.   :shock: 

Then there's Skip and Lester - a veritable cornucopia of black and Latin hatred...   Just look at some of Lester's RL posts regarding "wetbacks".    :?     


 :wink:[/quote:cfd3b2310f]

Heh.  No, I didn't see the prostitute post, but you forget:  the reason I'm the most likely poster to be censored is that Webmaster Chris lives under the same roof with me, and can see when I'm putting "entirely too much energy" into a single post.  So I hear about this stuff.
If I tell 'em that they match a standard, they're more likely to try to live up to it, even if it reflects only appearances and not the secret reality.
Sadly, that won't work with saying "none of you are aspiring donkeys" and having the less classy among our troops never again make jackasses of themselves, but it's like telling a kid "you're a smart girl and I'm proud of how you really think about what the teacher tells you, instead of just letting it go in one ear and out the other".  That has good results most of the time; saying "you WILL get straight A's!" doesn't.

Hope your holidays were great!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17297','2195feba98','yea! I'll pm him!

z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18393','002cbe06a4','I got the program running, thanks

I may bother you some time to get some quik tips on how to make a light sabre blade.

did you get your fett bucket sanded.  If you want you are more than welcome to come by and we can do it in my garage.  I have everything you need to prep and get a coat of maddog on it, and your base coat of silver.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16702','082c85b39c','www.theforce.net/fanfilms/shortfilms/injured/index.asp');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10137','cfd3b2310f','[quote:cfd3b2310f="Fetthunter"]" we don't seem to have a single bigot in our ranks"


You must not have seen Atin's (now deleted) post regarding large-breasted black prostitutes.   :shock: 

Then there's Skip and Lester - a veritable cornucopia of black and Latin hatred...   Just look at some of Lester's RL posts regarding "wetbacks".    :?     


 :wink:[/quote:cfd3b2310f]

Heh.  No, I didn't see the prostitute post, but you forget:  the reason I'm the most likely poster to be censored is that Webmaster Chris lives under the same roof with me, and can see when I'm putting "entirely too much energy" into a single post.  So I hear about this stuff.
If I tell 'em that they match a standard, they're more likely to try to live up to it, even if it reflects only appearances and not the secret reality.
Sadly, that won't work with saying "none of you are aspiring donkeys" and having the less classy among our troops never again make jackasses of themselves, but it's like telling a kid "you're a smart girl and I'm proud of how you really think about what the teacher tells you, instead of just letting it go in one ear and out the other".  That has good results most of the time; saying "you WILL get straight A's!" doesn't.

Hope your holidays were great!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10138','b58363b4dd','[quote:b58363b4dd="RL-BlueJedi"][quote:b58363b4dd="Fetthunter"]" we don't seem to have a single bigot in our ranks"


You must not have seen Atin's (now deleted) post regarding large-breasted black prostitutes.   :shock: 
[/quote:b58363b4dd]

Heh.  No, I didn't see the prostitute post[/quote:b58363b4dd]

Darn.  Well, no fear.  I saved it (except for the picture)!   :lol: 


--------------------------------------
posted by Atin:

Happy Kawanza Everyone.. 
I wanted a woman that could supply milk for the whole tribe, so her she is: 

&lt;insert picture of naked 400 lb. black woman here&gt;

And now my own version of the 13 days of Kawanza, sung to the toon of 12 days of Christmas: 

On the 1st day of Kawanza my true bitch brought to me An ounce of crack cocaine 

On the 2nd day of Kawanza my true bitch brought to me 2 lip platters and an ounce of crack cocaine. 

On the 3rd day of Kawanza my true bitch brought to me 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 4th day of Kawanza my true bitch brought to me 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 5th day of Kawanza my true bitch brought to me 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 6th day of Kawanza my true bitch brought to me 6 Fake ID, 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 7th day of Kawanza my true bitch brought to me, 7 loaded uzis, 6 Fake ID, 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 8th day of Kawanza my true bitch brought to me, 8 Stolen Caddies a runnin, 7 loaded uzis, 6 Fake ID, 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 9th day of Kawanza my true bitch brought to me, 9 Watermelons a drippin , 8 Stolen Caddies a runnin, 7 loaded uzis, 6 Fake ID, 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 10th day of Kawanza my true bitch brought to me, 10 Hoes a hoeing, 9 Watermelons a drippin , 8 Stolen Caddies a runnin, 7 loaded uzis, 6 Fake ID, 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 11th day of Kawanza my true bitch brought to me, 11 paternity tests, 10 Hoes a hoeing, 9 Watermelons a drippin , 8 Stolen Caddies a runnin, 7 loaded uzis, 6 Fake ID, 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, 2 Lip Platters and an ounce of crack cocaine. 

On the 12th day of Kawanza my true bitch brought to me, 12 welfare checks, 11 paternity tests, 10 Hoes a hoeing, 9 Watermelons a drippin , 8 Stolen Caddies a runnin, 7 loaded uzis, 6 Fake ID, 5 stolen nose rings, 4 bottles of jerry curl, 3 buckets of KFC, and 2 Lip Platters. 

On the 13th Day of Kawanza, I just shot my bitch.. The Hoe forgot my crack cocaine yesterday.. I know she was holding out on me.. And what the hell am I going to do with all this sh*t..

--------------------------------------


[quote:b58363b4dd="RL-BlueJedi"]Hope your holidays were great![/quote:b58363b4dd]

Can't complain!  Hope y'all's were similarly stellar.  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17319','9233593330','Hey man, how are things?

Listen, I need to run something past you. I don't mean to dig up stuff from the past but I'm a little confused on something and need your help. When I was talking with Skip a few weeks back, he told me that he had heard that Susanne was the one starting and passing along the &quot;gay&quot; rumor about you. I didn't really know anything about her doing this. Now Susanne said that I was the one that told you or Skip that she was spreading the rumor? I'm not saying that you and I didn't talk about this but did I tell you that about Susanne? Maybe I'm losing my mind? I'm really worried about this. She called me last night and told me this and I really can't remember!!! Help me out on this, and if I really did tell you that can you refresh my memory on what I said? I really want to resolve this and feel kinda weird about it right now. Sorry to bring more shit up! Thanks Corey, I really feel like you're a close friend of mine and I would like to think I would NEVER spread any rumors about you!

Thanks!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14611','aa54ccd9ac','There you go, you should have access now.

Sorry bout that, thought I had already reset your access');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16920','632a7a16d3','Did you get the pm telling about the fx light sabres on sales at essex for $49.

I got a couple, one vader that works fine for $49, and one that half the blade didn't work for $20.  I figured I could cut the blade of at the base and use the hilt.  


I figured since you were working on a vader you may be interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15602','2e7a22eada','No problem. 

We dint send out invitations to anyone. It was Angelas idea to send out the blanket invitation to everyone. She pretty much planned the wedding and since it was at her home she felt she should invite ppl herself.

Betty and I did find the sex items a bit icky. we are just not into that sorta thing--no harm done. I loved the wine, pot holders, candels, and the basket itself. The creams and oils were cool, I think it was the dildo that was a bit too much. No biggie though. 

I was just trying to clear the air with Suzi on everything. As far as we are concerned we are all good friends again. Ive also worked out my delima with Hammer. We are all one big happy family again!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17097','79661b3bad','Cool, I got your cell, mine is 615-210-4673.  If the number grows we may set up a post for it so we can get organized (oxymoron as it applies to us)

Anyone else who wants to go is welcome.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15195','4a6120b406','Hey Corey,

I hate to keep bothering you with this but I can't find Bamatrooper listed on the memberlist, do you have any other way I can contact him?

Thanks,
Ben');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15199','0f9d4705b8','Howdy, if you're still selling the flight suit and such I'm interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10208','eeb8dbfee9','You have an impressive collection. Is there anything you do not have? LOL.  I saw the cases of Pepsi.  If you still have the soda in them there is a chance they could leak out.  My mother in law collects Coke and she has had several cans leak and explode.  I would hate to see soda spilt over all that.
Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16988','9dae0d0592','how does it look now... I'm making the room list as I type and will post soon...all that really matters is the room commanders, anyone can switch around later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18343','a23d6e8f3d','Thanks Jeff. You always have a way to make things look better. Here's the rub though: I'm feeling no better about it this morning than last night. I appreciate the command staff now. You guys deserve to be where you are. My gripe is why did veterans get passed up for this? Hell, if Ricky had been selected as a deputy I could have accepted that much more than if three Rookies got it!

As for them having full access to the CoC, that's probably the part I'm must ticked about! Three guys who have been in the group a year, and people like Jon, Bob, Mark, ect don't get that privaledge? Does that seem right to you?

Interestingly enough, Skip sent me a PM about something I mentioned on the boards. I wrote him back and this is what I said:

******
One more thing. And I'm not bitching but just curious. How were the deputies selected? My theory may be wrong but just hear me out: Corey and Chase were selected because they seem to be either VERY outspoken (another term for being the squeaky wheel) or ready to split the garrison at the drop of a pin. I think Gooshy was picked simply because he's down here in AL. 

Now, once again, don't read into this wrong, but how come older members were passed up for office? Are they going to have full access to the CoC boards? 

I've been trying over the past few months to open up lines of communications (as you know, cause I've talked with you a bunch too) and have taked to a bunch of people till I'm blue in the face! I know how you and Joey feel! It's a pain in the ass dealing with the whiners! (as it looks like I am now)

Here's the nutshell: I really don't expect to get an officers position simply for the fact that I portray a laid back, drinking, silly ass (kinda like Jon) but in reality I'm a not that way. It's just a fun personna to have. I know that if you guys were to offer me up a position everyone would say &quot;Z-man? He barely wears armor!?&quot; So I understand that part. The part I'm trying to wrap myself around is how did all the veterans get passed up for selection?

Seriously, Skip, It's really no big deal. I haven't even talked with Joey about this yet, because I think it would make him uncomfortable since he and I are so close.

I have gotten real tired of the drama lately (as you guys have too!) and it does kinda make me want to step back out of it for a while (God knows between work, family, and everything else it's a wonder I even have time for the 501st!)

I'm not gonna pull a &quot;Corey&quot; and post all over the boards that I'm out! I just may be a bit more selective about what I do.

Thanks for listening. Shoot me an e-mail when you get a chance and just placate me, or tell me I'm stupid!  :D 

Z-man
*******************

Jeff, don't get too upset about all this. I am an adult and will be mature about all this!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14598','6e0a6dad5c','Tyler,
Please send me the info, one more time ASAP for the contact..

Between a sick father and a sick kid here and trying to get everything right for the weekend, Im starting to go crazy.. :lol:  :lol: 
Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12937','443a012f5f','Sorry about the delay on shipment. Been a bit busy. Lost your address--can you resend it to me? BTW it will be shipped tommorow..should get it by Thursday. Thanks, Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18123','2af0a0611a','sorry that you won't be able to come...see ya next time!!  you're doing the anime things, aren't cha?

star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15711','0144e6f4b2','Thanks man, I appreciate that!
How you been? 
Miss you guys!
Later
[quote:0144e6f4b2="stormshadow"]Most ppl have never met Bob Strickland. He was a new recruit that never really got bitten by the costume bug. Ive trooped with him a few times (he was a handler). Super cool guy, you can trust him. I guess no one in our garrison was interested in doing that type of costume. They are into custom mandos, clones, and stormtroopers. I give you 2 thumbs up on Strick!![/quote:0144e6f4b2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10314','327d60ae43','I sent out a check today - it should get to you Tuesday! 
Yeah, Chase is supposed to be coming down that weekend, if you could get it to him that would be great.

Thanks again!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18161','a28beffe91','http://cgi.ebay.com/Star-War-prop-Vader-Reveal-Dental-Expanders-metal_W0QQitemZ6618197217QQcategoryZ37889QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

Ill go half with you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10330','80df7654b7','...i dont think ill be able to troop with you guys any time soon....things just dont seem to be doing well for me AT all......I wont be able to complete my Carnor jax ethier at this rate. A Hispanic woman 19 years of age , no insurance, couldnt speak a lick of english, RAN from the scene of the accident and went about 2 miles from where it was, i think the only reason she turned herself in was because the care was screwed and wasnt going anywhere. ...anyway...i have no car and well i may not have the cavalier fixed it is possible totaled i guess ill know more later today or tomorrow on a total amount of damage.  The woman apprently doesnt know what a red light was, i was makeing my left hand turn , i had the green light and she ran it going about 50-60 miles an hour and hit my front side and wheel there. Ill be lucky if i can keep my job at this rate... I lost hours i needed. WE are definatly going to sue the owner of the car and get what ever we can out of this. Ill keep ya posted...If you want heres whats left of my car and the one that hit me.    Anyway.....i guess ill keep in touch with you. 
http://photobucket.com/albums/b208/Maverick0013/CarWreck/?sc=1&amp;multi=5 There is the link to the pics if you wanna see.  Ive only told you and Z man so far ... i dun really feel i should say anything to the others though if they ask you can tell them.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10333','5ee5c865a4','hey,
are you coming tomorrow?  You better or you will also be placed at the #3 slot!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10353','4580d511cd','what are you asking for it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11097','4f25796835','Wow thanks for the super fast welcome Joey!  I guess all that talk about Southern Hospitality was true afterall.  Also would be nice to have a LCO who is quick on the draw for a change.   :wink: 


BTW, thank Zach for pointing me to this forum.   :D 



-Wendy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11098','f13dea5f6d','Oh yeah i forgot!  
Well if i get elected then , retract that welcome, I'll send it to you in 6 months! :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10360','f3bc117c3d','yes you can make the molds from the flower pot foam.however they will usually only last one or 2 pulls ,any details(raised or corners) usually are destroyed.
if your really interested in doing it this way i would make your foam mold,then really sand it smooth and make it perfect.i would then vac one time and if its perfect let it cool.then try to pry out the foam mold breaking it if need be.you can then fill that with plaster to make a much more durable mold that can be used many times.
as for glovers armor,its not hard at all to make it smaller,you can take a heat gun or oven burner to soften it up then squeeze it in some.its not as big as it seems either.you might want to try some pcs on just to make sure.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10866','67ea892170','Hey John, do you know anyone who can sew decent? I had my seamstress make my jaster jumpsuit. got the fabric from walmart or hancocks, don't remember. Or you can get one close enough, and try to dye it. I originally had a jumpsuit from jc pennys, but in the end, I went custom fit, it's somethnig you don't think about, but you wear  it a long time, and I picked out the softest material, and she was able to make the dual sleeve look.

also, don't forget the thigh pouches. I have to get the dimensions from Tambo for the thigh pouches and shin tool pouches.

good luck.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10383','7a96c3d3be','Links for Cowboy stuff

holsters
http://oldtradingpost.com/wgbh.html

There are several places in Gatlinburg that sell great leather holsters that are made in Mexico. I have a few and plan to buy more. This is the holster and gunbelt rig single, right or left, or a double rig. Singles are genrally between $40-60, doubles are between $60-80. Any size calibur and/or barrel length.

shirts and other clothes
http://www.wwmerc.com/cgi-bin/category.cgi?category=home

Sculley Leatherwear (Yep, these are high-dollar)
http://www.wwmerc.com/cgi-bin/Category.cgi?category=19100&amp;type=store

There's a place in Gatlinburg that sells leather buckskin shirts. They don't carry Sculley and don't have a website, but the prices are VERY reasonable compared to what Sculley prices are.

The shirts I buy:
http://www.wwmerc.com/cgi-bin/category.cgi?item=CM525

A good place for NICE hats:
http://www.tontorim.com/

Cavalry Hats (I wear the Fort Dix or "Gus" style, Sgt Dark wears the Fort Riley style)
http://www.cowboyhatstore.com/stetson_cavalry/index.htm

Cavalry pants:
Online there are alot of dealers, but nothing that I saw that was worth spending THAT kind of money.
I think I'm gonna make my pair. Buy a pair of Dickies from Wal-Mart, sew up the pockets, and add the stripe down the side. It'll work for no more than I'll wear them.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10407','0290f78955','Again thank you many times over..
My Address is:
Miller
3785 Old Clarksville Pike
Clarksville, TN 37043


I will pay it forward... Thanks Dark...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10531','02919d9ba8','This is Jeff I was at TRU on the 10th.  What time are you starting the party? I would need directions or at least an address.  I live in Clarksville.
Thanks
Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10532','a2e28c01ac','Hay Jeff,
The party starts at 12 noon till the cops show up  :lol: 

My address is :
3785 Old Clarksville Pike
Clarksville, TN 37043


Not sure where you are at in Cville but best way to get here is take Highway 12 towards Ashland City. Go about 6 miles and on the left hand side of the road youll see a place called the beer box. Just past that on the left youll see the dump(conveniance) center. About 100 feet past that on the left is Old Clarksville Pike.
Turn left and then Im the 3rd house on the left...
Hope that helps, if not give me a call.
Cell is (931)561-6614
Home (931)362-4092');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10879','3e49b461d1','Hey , I'm sending in paymnet this week, so if you want a set now, you'll need to payapl me soon.  There will be other times for ordering, so don't feel rushed if you can't.

360.00  
paypal = bamatrooper@mail.com


-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11092','8981d31c19','[quote:8981d31c19="Mawr"]Thanks for the fill.  I just remarked to the wife about how nice it was of you to fill me in.  

I've joined other organizations where it's taken me weeks or months to figure out what you just told me in one message.  

When your the newbie your always trying to figure out your place in the organization and it's politics.  I'm always looking for activities where my family is welcomed though I'm not beyond an adults only activity now and then so it's nice to know which events to bring the family to since that is my main focus.

Thanks again for the warm welcome.

Rick[/quote:8981d31c19]


Rick,

What's your email?  My PMs are acting goofy...   :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11136','8d96cb9d83','Hey man, I just talked to my brother Tim (hes over in North Carolina) about the drop cloth fabric and well I may have told you wrong. He said yes it was a canvas drop cloth from Home Depot. But it was natural/ raw color (tan/white) and we dyed it with Ryt dye pearl gray. I didnt remember anything about it but Ive drank since than, or maybe he dyed it while I painted something, who knows. But thats the scoop. He also said the fabric shrank a lot when dyed, so make sure you dye the fabric first and than cut out your duster. We just Velcroed the duster to the inside of the belt.

Hope that helps. Ill try to make it tonight, but if I dont, Ill catch you guys next time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10548','d78a7b2568','If we are in armor, will their be a charge to get in the con.  I am thinking not since we won't have a legion presence.  I will only be at the con Friday morning, and i may not go through the effort to put on the armor if I still have to pay.  Also, Glenn called me wanting help getting a balster to you, have you heard from him on that?



Give me a call if you can 615-210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17203','22b23bd532','It's all good, we will be there on Friday,,,, little hick-up');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17204','376ba3cc84','&quot;elusive&quot;!?!  


Nay, I'm just in Philadelphia silly.   :P 

Zach tells me your the best ROTS &quot;bad&quot; Ani in the legion.  Were you at CIII?  There were two awesome Ani's there. 

Hope to see you in Ohio in June.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15425','59d5db8a37','done!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15993','b219930093','Hay man,
I got you room mates and a room for Midsouthcon.
Call me when your up and going and read this and Ill give you details.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17385','4fc56eb65d','that is the reason for the face to face.  That way maybe Jen would see what skip is doing and can get back in line.  She even said something to that effect last night on one issue we were talking about but I can't remember which one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10552','1afa2cab5e','10-4, I told him I would be happy to bring it with me; I told him he could drop it off or maybee meet up.  I haven't heard from him yet.  If you are around Friday, i will see you then.  I will be in on Thursday night if anything is going on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17348','63a2d467b4','I think starla will be going, so I am sure we will eat dinner somewhere.  I think Corey and Joey are going to.

I found a good shot of the cape in the Costumes Book I got from derik.  Will that do, or is there a specific shot in the Chronicles.

You will need to send me your e-mail address.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10554','e267dae59b','I got your check yesterday. I am going to be bringing the blaster to Todd Taylor, aka Hook, later tonight. He is leaving Thursday morning and is only going to be at Shadowcon on Friday, so we're not exactly sure how you'll rendez-vous. His contact information is in the contact info thread. I am going to give him the contact info I have from your check. Please contact him to try and figure out how to get the blaster from him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10907','382c8b5096','That's awesome news about the TS armor, I've been trying to help this guy find a set of armor for like a month now and been turning up a lot of dead ends, and I've got a feeling he'll be very happy to hear about the possibility of getting a set of armor from you, his email is mrice27@woh.rr.com, or you can get in touch with him through the Ohio boards.  Thanks!

Cadet');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10563','b8a60295af','HEY! Lemony Snickett! What the heck have you been up to!? Oh, never mind, I saw the pictures. Holy Shit Girl, you need to stay safe!!

Haven't heard from you in a while and I hate you couldn't make it to Nova Con, we had a BLAST! The 501st took OVER the place!

You gonna still stay active in the 501st?

Get that armor on girl!!!!!!!!! did you sell it yet?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10564','4af5bb8140','GIRL!!!!!!! What the heck have you been up to! I miss the old days of Yahoo-ing all night! I'm just so old now, I go to bed about 8:30!!!!!!!
SHIT! I hate getting old! Wait till you get there!

What's the next event your gonna do!? ChattaCon? There's gonna be a bunch of us there!

Hope things are well on your end.....er...I mean your life.....I swear I wasn't looking at your butt.,......or WAS I!?

THE Z-man..............');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18256','829379ab22','Well,  it's about 10 on Friday night. I hope things are going well for you. Hope you're finally getting that rest you deserve!!

Ok, I can't sleep. I gotta get a few things off my chest before I can rest. I'm sure I'll think differently in the morning, so whatever rantings I post now, just ignore. I just feel like you and I talk so much and can relate, blah, blah, blah.

Are the &quot;deputies&quot; gonna have full access to the CoC Boards? I just think that kinda sucks if they do. First of all: Corey and Chase!!!?? Second of all, I love Gooshy.  I think he's a great guy, but he's only been in the group a year! I know how it went down: Corey and Chase are the trouble makers so let's give them some authority to appease them. Let's pick Gooshy cause he's in AL. Z-man isn't a serious enough (or so everybody probably thinks) so let's go past him.

Jeff, I'm really not bitching about being passed up. I know it's a real blessing in disguise. I don't have to do shit!! But can you see where my feelings may be a little hurt? Ah screw it. It really isn't anything but the principle. 

I know Joey would never do anything to intentionaly hurt my feelings. I know that you  and Joey know how much this group really means to me, and you know how hard I've worked the last few months trying to open the lines of communications up. I know also I project a persona of laid back, drinking, have a good time guy. And I can really see why they wouldn't want me in any office. I guess I really screwed myself by portraying myself like I do! Hell, It guess the same would be for Jon? 

Anyway, really no big deal, Jeff, I'm just venting, but also wondering why.

I haven't talked with Joey in a week and it was weird to just suddenly see this on the board. Now I know how you felt when you said you were out of the loop.

Just shoot me back one of you no-nonsense uplifting e-mails and I'll laugh myself to sleep........................

This next comment will probably seem stupid to me tomorrow, but right now (I know this sounds like Corey) I feel like just getting out of the whole thing and leading a normal life. I know my wife would love it!!! It's just taken too much out of me and I'm just tired. I KNOW you have to have felt like this lately!

Hey, really, I'm not suicidal or anything! Just tired. Talk at ya soon. Hey, I may really take some time off and just chill. 

Z-(I portray myself as an idiot) man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14607','79183bb8ff','What forums did you have access to before?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14608','31790361e5','can I have access to the pre-event section?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14129','f03c6b11f6','Perfect!

I'll get my wife to help me sew em up! 

Thank you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15593','e51b478283','Most ppl have never met Bob Strickland. He was a new recruit that never really got bitten by the costume bug. Ive trooped with him a few times (he was a handler). Super cool guy, you can trust him. I guess no one in our garrison was interested in doing that type of costume. They are into custom mandos, clones, and stormtroopers. I give you 2 thumbs up on Strick!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17371','47d6d0cfd5','I think a bunch of us are going to see Ryan now:
Me, Robin, Joey, Holly, Crayfish, Dawn, Thad, Jessie. Also trying to get Shannon and Cindy to go!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16261','ddc2783608','I'll be up.... no, really.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12749','d56480f794','Your kind words are gold! Thank you for the praise.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17897','2b36f4e7fe','Have you ever gone out on a ghost hunt?  Recorded an EVP?  Anything like that?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17973','5374ca3b08','And a damn fine picture at that. 

Thanks for remembering to do this. I again am really happy that things seem to be going in the right direction again.  I really am looking forward to hanging with both of you soon........');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17974','c0bb29c44f','That's pretty nice. kinda the same gartitude that I got this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10571','6b037a58bd','We have a chat room!? I didn't know that! How do I get there?

Why would you retire from the 501st? That's just silly! 

Yea, I know $50 for Chattacon is a lot, so that's why I may go and just try and "costume" my way in like we've done at some of the other events.

May graduation! Wow! I'm suprised you're not bouncing off the walls with excitement! Congrats girl!!!!

talk at ya soon!

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17443','eba15070ea','We have several people meeting for dinner at a Mexican place near the hotel,,,  well we will when we find it.  Would you and spanker like to join?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17445','64caf4416b','Oh Hells Yeah!!  Count me in man!!  I'll be heading out around 10:00am on Fri, so I should reach Memphis between 3 and 4.  I'm bringin' the TK and my Mando.  How weird will I look with no gauntlets? :D  My cell phone # is (606) 271-6091 if you need it.  Corey's also got it, just in case.  My plan is to try to get there about the same time Corey and Joe get there... we'll see.  If you need anything just give me a call bro.  Can't wait!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13341','358bc08b05','SLACKER!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17350','b259dfb183','I am always in the market for stormtrooper stuff.  I have plenty of small figures, but if you have anything else in that category let me know.  Also, Stein want to go to dinner with us, I figured it will be ok.  You have to admit, he takes a beating and keeps coming back.  Maybee if we continue to work on him his social skills may improve.

Letis talk on the cell Friday am. 

I have some question about tyour blaster, I have an idea that may be cool.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17460','38e01da68b','Starla and I are both glad to you guys are going to MSC.  Starla thought you were very nice to be around, and so do I.  I thank you for that since it is sometimes hard being the &quot;new wife&quot;.

Here mando will be completed today, and I am proud for her; It blows mine away.  She has logged about 40 hours on the sewing machine for just her costume.  You will understand why all the sewing when you see it.  See you guys there.

PS - if you are there for dinner on Friday, Corey, Joeseph and my clan are having mexican if you care to join.  my cell is 615-210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10728','6139b77c6f','Glenn

I found some red buttons and was able to make my own control panel.  I also talked to Mike Glover and he's supposed to have a belt greeble for me.  I'll let you know on that though.  Thanks anyway.

Ian');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16931','a202b12ab5','Hey Skip, just wanted to thank you for taking charge of the parade. everything runs smoothly when you organize and keep us in line. 

  thank you for talking to the group in general at the pickle barrell. it was good to hear everyone open up in public. I wanted to thank you personally for sticking with the outpost, I know you could had left at anytime you wanted with all this bs. Thank you for sticking it out.
For what its worth, I do want us to split, and I would be behind you  100% to be the Co. You are an excellent leader, I see it many times. 
I think the group has gotten too big, the complaining will always be there, if members want to troop both groups, that fine. we would still be friends. that would not change for most of us. I don't see matters changing for the better, some people are just mean, spiteful, what have you. 

 Like you said. let's just get back to trooping, having fun, hanging out, this is a costume club. event , or not official event, who really cares? not me. I think it's great when Corey and you help to organize our threads, and get the info out there, so we can keep informed. Info is the key.

 Like you mentioned before, some of us have not trooped with the guys further south, and vice versa. I have nothing personal against people I have never meet. I want us to just run things smoothly, squads sounded like a good idea, but long term, I think the problem would still remain. 
 Have you given any thought to your command staff if we did split? 
I buy no means am I trying to gain favor or a spot in your staff. Just letting you know how I feel about this whole matter. It takes a lot for me to open up , but after seeing and hearing everyones opinions and feeling about all this, i just wanted to share my two cents. This group has been like family for me, I remember my first event at Oprymills, trooping the Imax. I knew I was hooked, and the members I met were good people. 

 We have come a long way, and I want us to remain a great group. I have been in two car clubs, and seen them both dissolve. This club is close to my heart, and I want it to succeed. 

 Hope this helps somewhat. Please continue to do what yo do, and please tell Jen she also makes this group great. 

 Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17485','7c15501aa4','If you are going to MSC, you can call me and I will tell you what to bring.

615-599-3440
cel 615-210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17486','5b7cf45fe2','Not sure yet. These are going fast , if you want them, tell me what you need.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15716','9159a8b7ed','I will give you first dibbs on the jumpsuit. i also plan to sell my jaster vest if your interested. asking 50.00 for the vest.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10604','1d579576bc','What was said at Adcon? I don't remember anybody talking bad about you? Hmm interesting. Elaborate!

Cool, I'll check out the chat forum.

Finally, what are your plans for after graduation!?

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12830','59777254b5','[quote:59777254b5="HothGirl"]I think on that McCalls pattern you'll have to do some alterations to the front flap (along with the button removal), but it is pretty close.

I know the fabrics you're talking about.  Depending on how the fabric feels when you get it cut out, you might want to add some interfacting to at least the front panel (and probably the collar - depending on what the pattern says) to give it more support so it'll look stiffer and more uniform like.  I guess you'll know better once you get it cut out if it needs it.   :-)[/quote:59777254b5]
The simplicity pattern does seem to be discontinued, but I'll still look for it some this weekend.  What other front flap alterations will I have to do to the McCalls'?

I know the pattern mentioned some interfacing was required. Hmm, I guess I should buy some of that, too. I'll have to look and see where it is supposed to go.

Wal-Mart in Nashville kindly replaced my missing items from my Memphis visit.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12833','dbd7a0a417','Will Cindy will be coming over this week-end?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18134','052300f127','CONGRATS Mark!!!!!!   CONGRATS Kia!!!!!!

'Bout time you guys got hitched!  Welcome to the &quot;Old &amp; Married Club.&quot;  No really, congratulations.  Ireland and Paris...    :shock: geez you're gonna have to sell more than your Star Wars stuff to cover that tab, you're gonna need to give a kidney or something too. :P 

I dont want to seem like a vulture or anything but I know yuou've got some Boba gauntlets that you may or may not have started working on and was wondering if these were to be included in your selling items.  If so... I want dibs on them.  Im having a difficult time finding some at the moment.  Anyways, no pressure, just let me know when you can.

Again, congratulations bro'!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10650','06c643083e','No problem, I'll give the little TS to Mark.  Thanks bro');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10653','9f22953389','I would need real good pics front and back, masked and unmasked and descriptions of all your parts and how they were made..they are picky about the EU characters and if I have my guns loaded they are more opt to pass it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17574','ad8164ef03','Have you answered her yet?  If not, I guess you can in person tomorrow.  

We will be at church from 5:30 until around 7:45 so if you want to call start trying around 8:00 p.m.  

I can't wait to see how all this pans out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10716','7de6b00e35','can you let me know how much they are please..
Dont want white');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10722','2c356e979c','hey girl,

Yep...I gots em.  Gonna work on them a little today and next week....not at my regular computer so not as fancy as some of the stuff...but you can decide what you like

catch you soon

Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10752','fbf0a4eb9c','will do you are first on the list brother.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10770','e676d7cf54','[quote:e676d7cf54="Tambo"]Pulling some this weekend..and If I have some extra Resin I'll send you a treat.  Mary is doing well.  Only a few more weeks to go.[/quote:e676d7cf54]
Sounds great! Thanks! Send me a PM when you do so I know when to start looking for it.
Good luck with the baby, take lots of pics and welcome to parenthood! Its gonna be a blast!
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10771','a5258bd197','Sent you a box at lunch today, look for it in a few days.

tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17121','e8d21ce18a','send me a link on where to vote

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17124','ae35d832a4','www.rebellegion.com

you would then sign in with your Skipjenn name and go to the Corellia base which is about 5 up from the bottom. It is the top thread in the base.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11650','52455aaf0a','I'd rather have them emailed with the info I requested. Alternatively, you could send me a CD with the photos in individual files and everything labeled with the proper event name/date/city etc. I'm just not going to sift through unlabeled photos and try to guess when and where they were taken.

I'll check for AdCon pics when I have some time at home this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11739','ddf8f1c3ac','Okay, I spoke with a friend of my that's an expert on all things jedi.  He agrees that Dooku's tunic is dark brown contrary to popular belief.

And the article was from The Insider....it was an interview that Trisha gave talking about Dooku's costume.  He was going to try and track down the article for me, but you'll have to trust me - it's a very dark shade of brown.  

The action figure and some of the Episode III pictures also show the colors.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16375','8e028a806e','Corey,
  I have no idea what is going on, but please don't go.  I know that I've just recently met you, but you are one of my mostest favoritist people in the 501st!!  You've been nothing but warm and gracious to both Casey and me, and you'll never know how much I appreciate it.  Thanks for making a couple of newbs feel at home.  Please, please, please, think about staying.  It's the others that should go not you.  You are what makes the 501st great to me.  I'd hate to think of not seeing you at events again.  Besides, who else is going to be able to keep up with us all?  Hope that your week gets better.  Have a wonderful time on your trip and be safe!!

One of your biggest fans,
Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10812','bc5c14e76b','[quote:bc5c14e76b="Tambo"]Sent you a box at lunch today, look for it in a few days.

tambo[/quote:bc5c14e76b]
WOW, that was quick, thanks! Hows Mary? How are you? Nervous yet? :wink: 
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11937','cbe36e4393','Dude, we had a blast. but as always, when cool people get together, we rock. those sunglasses do rock!

see you when you get back.
be safe.

Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11658','7b82234dfa','Just wanted to say hi and see what's happening on the touring side.

nothing too exciting over here, still waiting on my fett helmet. send you pics of that later. Tambo and I are going to get side puches from tk 409, doing a multiple order, he and I are both getting pre production gauntlets for our fett costumes.

talk to you later,

Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17410','00ba9f5219','Hey, Spanker here.

Don't EVER put too much faith in what Obi-TN/Glenn/Steiny says.

He's not the most trustworthy person and has no authority in the group. He uses people. Spends money on toys and props that he resells for well over 100% prophet. Basically what I'm trying to tell you is that he rubs people the wrong way and I don't think he realizes it.

I don't think he was taught to socialize with people when was younger. He says inappropriate things and inappropriate times and never thinks anything of it.

I'm not telling you this so you'll hate him or anything. Just so you'll be aware that the best thing to do is ignore him.

And that is all. Just so's you know :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17441','40b46430fb','which day will you be heading down? Friday or Sat? That's really the deciding factor. I have a clinic on Sat till 1ish. Have 4 girls signed up so I can't ditch :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17424','d249ce921d','Ben says hi.




oh, and as for problems in the past, you have no idea.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17919','43eae67766','Its Dale Mattson and here is his email address.

tk510@juno.com

You can tell him I( Geoff Manfre), the Fireman from Northern California then to Tennessee ,gave you his info. He has hooked me up with my Vader stuff( Hard and Soft armor,Helmet and Icons sabers) to my Han in Carbonite,Stormtrooper(GF) and DP Deluxe Tie Helmet w/ box.
All have been well worht the $$$ and way below what anyone else could offer.
 Hope this helps.
Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16529','18f1c5adb7','I'll have to let you know. Mother in law leaves work at 5:15, so we should pull out about 6:30 that would put us at 9:00?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17923','11fb550f7c','yep. work  Fun huh. and I look forward to your phone call!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10914','6d1fa8265a','Hey, I saw on your LJ that you were planning on doing the witch's battle dress from Narnia. I saw on the MR site today that they made her wand if you weren't aware. Thought you might be interested.

Cheers,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14412','8d1a76a779','Drax I need your comment on an issue in the COC forum thread. Its the one on elections.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10923','e87e112886','That e-mail address bounced.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15291','da67821e5b','[quote:da67821e5b="Obi-TN"]Hey, there! I'm compiling an attendance list for all of our events. I know that you and two of your children were at the armor party at Corey's last weekend, but I don't know the names of any of the three of you. Also, was one of them the Jedi in the fan film shooting?

Thanks,
Glenn[/quote:da67821e5b]

Hey Glenn,

We are glad to have the opportunity to have attended the armor party, hopefully it will be the first of many..

I am Bob, my sons (18 &amp; 16) are Bobby(Will be registering as JW02) and Corey (Registered here as JW03) Respectively (was confusing with so many  Bob's, Corey's &amp; Jeff/Geoff's at the party lol)..Bobby was dressed up as the Jedi and Corey was filming it.  I'm going to order a pvr for my pc to transfer the Hi-8 then burn it to DVD.. just might be a week or so.

If you need any more information let me know.

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10928','5fde61f8fd','Shizzle!  I can't remember what I typed.  It should have been jerrybuchanan1@hotmail.com :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16535','c9d1e6dbcc','sounds good!!  Everyone well at your house?

I did $7,000 worth of damage to my car.  Luckily insurance is paying it and it should be done by the end of next week.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17896','33ef98bc64','Yeah My friend went to that, but it was when we were in Atlanta for the parade. I need to do it though. I'm a sucker for the paranormal. I SWEAR I took a ghost pic last night with my camera phone but stupid me, after showing the roomate, deleted it. gugh.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10950','cec4bd2418','Got the watch, thank you very much.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15656','71bb347457','I am sending this to Joey, Skip and Tambo. I guess on this board you can send one pm to multiple people like the Clone boards, so you will each recieve the identical message.

I am asking this away from Mr. Lester. He has grown more and more rude lately. I am sure most of you have seen or heard something or are having a conversation about him at this time. 

My gripe is his posts lately are few and far between and when he does post, he is being rude and an ass. When I saw him at Dereks BDay party, he didnt acknowledge me at all until I walked up to him and shook his hand and with that he didnt look me in the eye nor seem excited to do so. Skip told me he was rude to Corey as well. 

His challenging of Skip, the recent Bellhop post to Joe with the inuendo about shoe fits, wear it and the rumblings I hear, its really pissing me off. I have vented to each of you and just gotten stuff out of my system, I am waaay past all of the stuff I mentioned even just a few weeks ago.


What is going on? If he is going to be this rude and a jerk, can something please be done? I have had enough. I asked him about his calling out of Skip, etc and he didnt respond only with a &quot;if you only knew&quot; thread. Yet he will jump down Skips throat any chance he gets onthe boards.

I know I dont need to be privy to stuff, but I am not the only one noticing this. People are starting to talk. I told Kell I am getting excited about trooping and prop making again, and I will ignore him at events unless he challenges me on something, I wont be immature, but gentlemen...something needs to be addressed. I am confident you guys know whats going on, and I am confident something will take place. I am not confident in him being on Command Staff and nor do I respect him as a member of it anymore. 

Thank you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10948','842b1ec8c2','I do know a seamstress here in town, so if needed - I can ask her to do the coveralls for me.   I am mostly concerned about the color, I want to make sure I get it right.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('10949','5fa1732a43','Just shop around diff fabric stores, this wed  i am going to a place called Joannes in nashville. my jedi friends frequent it alot. let you know how it goes.

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15282','bee2ba1056','Give me a call Friday sometime and we can arrange to meet. Thanks Geoff

615-794-6619');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17221','b50e31ade7','hey any updates that you have heard?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17222','5096f71c01','nope nothing. Have you talked to corey today? that is all the info I have.

Lets start thinking of names for the new group.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16554','d8b023f0cb','[quote:d8b023f0cb="TB1309"]Hey,

I know the DH probably has this listed somewhere, but do you know of other sources that would have a breakdown of a Fett gauntlet? Like I said, to me you're the Fett expert, I figure you'd know off the top of your head.[/quote:d8b023f0cb]

The 2 that come to mind are FettPride (in the US) and RussRep (in the UK).  I don't know if they're still producing them anymore...  Might wanna hit TDH and take a gander.  Or, you could do like me and make your gauntlets out of a million little pieces of Sintra...   :shock: 

If I see some good ones, I'll let you know.  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16555','ea5af94575','[quote:ea5af94575="Fetthunter"]
The 2 that come to mind are FettPride (in the US) and RussRep (in the UK).  I don't know if they're still producing them anymore...  Might wanna hit TDH and take a gander.  Or, you could do like me and make your gauntlets out of a million little pieces of Sintra...   :shock: 

If I see some good ones, I'll let you know.  :D[/quote:ea5af94575]

I'll take a look and see. Though I'm not above making it out of a million little pieces of Sintra  :lol: 

You should see what I went through to make that biker scout belt be able to fold up!  :shock: 

Thanks again!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16556','45b5ff9a24','[quote:45b5ff9a24="Vesper2112"]I don't think the 8th will be good as some of us are going to be in Decatur, TN for a library event the 501st asked us to participate in. Also, the 8th is some other event (a walk-a-thon?) in Huntsville that some of the others in the 501st may go to. 

The 13th is our little makeshift prop party, but it's easy stuff. The trash can Mando armor and foamy sabers. It's replacing Game Night, so that shouldn't affect anything. Not sure about the 15th... If that date is good with you, then sure! I'd love to get some expert advice on some of the stuff I'm doing, plus have some time set aside to work on it. MAYBE I'll have a helmet to work on by then. Sheesh! Who do you plan on getting the armor from? Kevin (TC-9948) or Javamonkey? Has he quoted a price yet?[/quote:45b5ff9a24]

I'm guessing that since you asked Dallas to host a weekend prop party in April(on the Chattoine Forums) that there was an issue with this? 

I know I said I wanted it to be &quot;unofficial&quot; (since you can't have alcohol at &quot;official functions) and get people working on armor to attend, but if you wanted to switch the Chattooine Build A prop from a weekday to a weekend and knew I was wanting to host something I wish you would have asked if I would be interested in hosting since I had shown interest in doing a prop party for armor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16557','45b5ff9a24','[quote:45b5ff9a24="Vesper2112"]I don't think the 8th will be good as some of us are going to be in Decatur, TN for a library event the 501st asked us to participate in. Also, the 8th is some other event (a walk-a-thon?) in Huntsville that some of the others in the 501st may go to. 

The 13th is our little makeshift prop party, but it's easy stuff. The trash can Mando armor and foamy sabers. It's replacing Game Night, so that shouldn't affect anything. Not sure about the 15th... If that date is good with you, then sure! I'd love to get some expert advice on some of the stuff I'm doing, plus have some time set aside to work on it. MAYBE I'll have a helmet to work on by then. Sheesh! Who do you plan on getting the armor from? Kevin (TC-9948) or Javamonkey? Has he quoted a price yet?[/quote:45b5ff9a24]

I'm guessing that since you asked Dallas to host a weekend prop party in April(on the Chattoine Forums) that there was an issue with this? 

I know I said I wanted it to be &quot;unofficial&quot; (since you can't have alcohol at &quot;official functions) and get people working on armor to attend, but if you wanted to switch the Chattooine Build A prop from a weekday to a weekend and knew I was wanting to host something I wish you would have asked if I would be interested in hosting since I had shown interest in doing a prop party for armor.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14914','987f1a9b2b','Just wanted you to know that JOey did tell skip that Loki told all 4 or us.  He did defend Susie.  He wanted me to make sure that I told you guys that.  He also told skip that it came from the people who helped Corey move.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16565','6aaa4b6a01','Million dollar truck!!

See you guys this week-end.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18339','8987d6b2d3','hey tambo

got the rocket, thanks again, great work............

i need to get a gauntlet connector hose thingy from you, and what about gauntlets, i heard loki had some for me put aside but now they are all gone.

can you point me into a direction to get some????

thanks again
-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16717','3b05a51b1f','Well, Holly seemed upset about it at least.  I'm just spitballin here but what I honestly believe happened is some folks figured Corey over-reacted because he has a tendency to take things more personally than most of us.  Add the fact that Corey's a big, loud man and Cray's a smaller, quiet man.  They probably figure Corey can take care of himself.  

I still think there should have been more done, but if Corey's not makin a stink neither will I.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16684','97bfa34ea5','Wazzabi!!!!!

Nice to c ya man!  Hey , I talked to Skip about the armor.  He said you have to paypal him the money so he can order it.  I dont know if you have paypal or not so I havent responded to him yet.  Dont forget to PM Loki so he can get your access bumped up.  In the members area is where all the event rosters are along with all of the drama. :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17724','61d6b419bc','lol... so does Jon... don't get me wrong, I liked REM back in the day, but Jon still bases his dance moves on Michael Stipe, thinks it's still the &quot;cool&quot; way to dance :p Silly men.

Thank you hon, I strut when I can  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15762','2720312925','[img:2720312925]http://www.clicksmilies.com/s0105/mittelgrosse/medium-smiley-054.gif[/img:2720312925][img:2720312925]http://www.my-smileys.de/smileys2/gurke.gif[/img:2720312925][img:2720312925]http://www.my-smileys.de/smileys2/00000968kelly.gif[/img:2720312925]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11027','cd1e298b9f','Nope...not worth..it's more of a party and not for the wife and kids..We generaly skip this one.  I myself will be trying to make BamaCon (our commanders prop party in Feb) the midsouthCon in March (Memphis) the WonderCon in May and a few others... you should make one of our prop party events those are the best.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16919','c5121032a0','Hey!!

Why aren't you on the road yet?  Better run!!

Just kidding, see you there!!

H');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13819','c5821af66e','I'm doped on robutussin.. this is as mean as I can get.

Though from hearing Jennie's reaction... you should go look in Daala's trophies if you haven't yet.  Apparently there is something about a naked Bandon Frasier courtesy of chip.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12743','75a31a92b7','Cray asked me about that the other day.

No one from the 510st was rude to anyone in Chattooine nor to anyone else that I was witness to.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11085','3a74b8da82','Thanks for the fill.  I just remarked to the wife about how nice it was of you to fill me in.  

I've joined other organizations where it's taken me weeks or months to figure out what you just told me in one message.  

When your the newbie your always trying to figure out your place in the organization and it's politics.  I'm always looking for activities where my family is welcomed though I'm not beyond an adults only activity now and then so it's nice to know which events to bring the family to since that is my main focus.

Thanks again for the warm welcome.

Rick');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11087','6c2bb2ec65','Got the package in yesterday, THANKS!!! And also for the detonator, Im going to an armor party on Sat so I got my hands full! Thanks again.
Say hi to Mary.
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11049','67aa8eef2d','Thanks Zach.  that idea has actually been discussed on the Legion Council this year, but hasn't gotten much support as there is a lot of disdain for more chiefs or more complexity..

There is some merit to the idea, especially in creating a 501st Europe XO and a 501st Pacific Rim XO to go along with the traditional XO  duties ..

There will be a lot of delegation by me or dion, we both believe in that..  

Thanks!

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11050','6710a98936','Glen,

I hope Im doing this right, I dont have much experiance with these internet things.
This is Don, Coreys father.
He took a bad turn for the worse yesterday. His hips and legs gave out on him and I took him to see the Doctor today.
They said he is coming out of MS remission and very quickly.
He does have his laptop, but his hands and left side of his body shakes and twitches so much he has a lot of trouble typing.
The Doctor gave him some more pain pills and a new injection and we are hoping it will calm things down. Until then he wont be doing much of anything as he is in bed 90% of the time.
He has also stopped eating as of yesterday, the Doctor says this is normal because of the lesions in the brain, but that we need to somewhat force him to eat so he doesnt get sick from that also.
I was looking through his email address book, but I dont see a address for the email group you all belong to. I saw the private message thing in his inbox and thought I would give it a try. 
If you could please let his friends know for me.
I will try and update as I can.
Don Miller');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11051','f7cfa684ec','Hi man,

My name is Sean but everyone calls me Crayfish or "Cray".  I was the newest Southern Outpost member until you showed up so let me just welcome you.

As I was saying over on the other post...if you can make it up to Chattacon..that would be awesome.  We are trying to get as many people there as possible and it would give you the opportunity to meet a lot of members including the Southern Outpost CO and LCO candidate Joey Beck.  If you need a place to stay..I'm sure we can find room for you somewhere....heck....there are about 12 of us in one room as it is.

Again...welcome...and hope to troop with you very soon.

Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13865','e6f5e0480c','Sorry I didn't respond sooner, I've been working my day job then coming home and working until about 2am the past two weeks trying to get a costume finished for a con this weekend.

The fabric looks okay, I would suggest trying to dye the tunic fabric darker though.  At JoAnn's, there's a permenant fabric dye - it's NOT RIT dye, and it hangs near the RIT dye sort of in a bag.  I would check that first and see if they have a dark brown.  If it is a cotton fabric, it should take some color.  If it's got poly in it, then it's a 50/50 shot.  If you do try RIT dye, I'd suggest liquid if you can get it.  Make sure to wash the fabric first before trying to dye it and do a test piece of fabric.  Sometimes dyes react funny.  I had a piece of fabric once (synthetic) that I tried to dye purple...ended up grey.  It was weird.  But the worst that will probably happen if your fabric is cotton is that it won't do anything.  Hence why I'd suggest testing first.   And if you wash the fabric before dying it, not only does it get the sizing out but if it's going to shrink, it'll do it then.

I'll have more time the first of next week.  I leave on Friday for the con and will be back sometime Sunday night.  I can find the name of the dye in the bag (for lack of better term) if you want, let me know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13802','72a458e677','This is your offical MEAN PM...

"THIS IS A MEAN PM"

This concludes your official MEAN PM.. you may now return to your regularly scheduled forum reading..

 :rotfl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11084','6728bbdf67','Hey tyler, I have a set of that armor left over and i remebered your PM about wanting one.. 
LMK
200.00 shipped if you want it..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11062','0a2ed720c6','thanks,
ill put something up on the forum
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11071','e5ab3f3407','Once again, welcome!  :D

Here's a "newbie rundown":

Joey Beck (our "CO") is in Birmingham
Skip Curly (our "XO") is in Nashville
Glenn Tambois (our "Garrison Membership Liaison) is in Clarksville, TN

They're all up for re-election right now, by the way (voting during January, votes read in February.  Voting takes place on the Legion message board.)

The TN and KY guys stick together, the Huntsville/Madison people stick together, and the Birmingham guys stick together.  This is mainly due to geography and distance.  The TN (mainly Nashville) guys DO seem to have a bit of a "clique" going, though, and tend to be rather "snobbish" towards some of the other (especially Alabama) members.

That said, you're alway welcome at Huntsville events!   :D   I used to be the SO's PR Officer, so I have lots of contacts and set up quite a few events each year in this area.  Whereas the guys in TN are mainly interested in "beer and boobies", we're mainly interested in charity and family-type events down here (hence the Havoc hockey game event).  It's sad that there's such a difference in the events in AL and TN, but some of us still try to follow the Legion Charter of "helping charities in need" and "bringing the magic of Star Wars to children, both young and old".  Others use trooping as an excuse to party.   :? 

Watch out for Loki and Atin, and enjoy your stay!  Please PM me or email me at jethridg@ro.com if you ever need anything.  I might be the closest active 501st member to you!  


Take care,

Jamey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11072','e41375bdfd','Thanks for the welcome Crayfish.  I'll watch my pennies and see what I can do.  I'm anxious to troop but nervous about the armor falling off or such but I'm more interested in meeting members of the SO.

Rick');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11078','3a74b8da82','Thanks for the fill.  I just remarked to the wife about how nice it was of you to fill me in.  

I've joined other organizations where it's taken me weeks or months to figure out what you just told me in one message.  

When your the newbie your always trying to figure out your place in the organization and it's politics.  I'm always looking for activities where my family is welcomed though I'm not beyond an adults only activity now and then so it's nice to know which events to bring the family to since that is my main focus.

Thanks again for the warm welcome.

Rick');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11081','4da1ecf38c','Thanks Ivan!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11138','7599a4818e','sure  ...give me the short answer ...check the board ...i knew that!

as for life its much more free than before ,and i like it that way so far
im working at u.t. ,in the evenings 5p-1a
how`r you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11140','0bf7a2411d','thanks drax,
im so outta the loop its sad
appreciate the reply/link
tiberious');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11160','c7a30b0889','You point the direction of the CPA folks and I'll see if they can just make you a CPA so then all you have to worry about is becoming my private boytoy.


How I can't wait to see you, touch you and feel you next to me.


Until tonight my love;

Wendy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11161','82c25e775d','FYI, I also contacted Tambo about getting you over to the member's only page.  He was the one that nominated Mark for BF DL so he already knows you.  If Joey's going to ignore my email, hopefully Tambo will get the job done.

Later my love.

With all my heart,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17115','d08e389d38','Oh I know I didn't do it but they don't, for now!! Thought I would have a little fun while I could.

Did you read the email I sent you?  SO far, Skip has not answered Joey.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17117','e8d21ce18a','send me a link on where to vote

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17119','94594b5490','wait, she expects me to give her a ride?  That was never discussed... I told SithG I could pick her up IF she flew into Nashville, not Atlanta.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17127','8aff6683cd','Yeah, it'll be fun. I'm gonna let it float for awhile. I'm sure everyone is wondering how this next episode is gonna pan out.

As for the email, it looks like Skip is just looking for something to stir up.
A weekend can't go by without that nowadays.

Like you, I make myself approachable, but will not make the attempt to engage everyone. 
Contrary to what Skip said, I did counter his &quot;hello&quot; with the same &quot;hello&quot; back to him with the same demeanor as I did at the prop party in Clarksville a couple of weeks ago.
I'm just not the type to get back chummy with the guy that's been trashing Susanne and me for the past few months. He's got to travel a LONG road back to that point.

Wow! To read his email, you'd think I was public enemy #1.... or would that be black sheep #1?
Either way, I never knew any of this till I read that email. 
I can only figure that I've become the bad guy with his help.

As usual, he's figured that Joey, Drax and myself all had some kind of round table meeting regarding garrison business.
I know for a fact that we never once brought up anything even remotely close.
Skip will be Skip....and I think that's his first problem.

Personally, I can't wait for the next trooping event when we can all get together for what this group is all about.... &quot;fun&quot; right? It's hard to tell sometimes.  MY gosh, we dress up in plastic, how dramatic can you get with that?

I can't say that I had any complaints about this weekend. I had fun and hope everyone else did too. No need to try and pick it apart.

Thanks for passing that info along.

Please feel free to share this or quote this PM if need be.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11166','3ec6f7ea91','So are you now telling your whole garrison about us?  Not that I care but it's nice to know regardless.  


Snowtrooper -&gt; :snowtrooper


BTW, Andrea &amp; Zippy say hello.   :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11169','26f1cabf9f','[quote:26f1cabf9f="Cleverlilminx"]So are you now telling your whole garrison about us?  Not that I care but it's nice to know regardless.  

BTW, Andrea &amp; Zippy say hello.   :lol:[/quote:26f1cabf9f]

Well tell those 2 crazy kids hello right back!  Are you on IM with them?  Does Zippy know about us?

Is that a problem telling people in my garrison?  I'm not going to make it a widely known announcement, but I don't feel the need to hide that there is a "us" factor.  Right now I just want some mod to push the right frakking button to give you access to the Member's section.

Love,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18239','53eac43ac3','Aw...I just hated the picture and never replaced it with anything. Maybe I'll get on that and put sumpin there.

Thanks for remembering me---I remember you too! :)

Hope everythings happy and good up your way,

Greta');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18241','5f427636c5','Yep, we are cool up here. Got married last summer and Ive never been happier. Hope to see you guys again real soon. Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11173','a055fa0a84','I don't think it's a huge issue dear, but now that means I can only flirt with one southern gent I guess.   :wink: 


I don't know what Zippy knows, Andrea was talking to him on the phone the other night and told him the DVDMaster said hello and he mentioned that he met you at D*C and you were a nice guy.

So if Zippy says your nice, then you must be since I know Zippy is not a pushover with the guys.   :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11174','248479dbff','[quote:248479dbff="Cleverlilminx"]I don't think it's a huge issue dear, but now that means I can only flirt with one southern gent I guess.   :wink: 

I don't know what Zippy knows, Andrea was talking to him on the phone the other night and told him the DVDMaster said hello and he mentioned that he met you at D*C and you were a nice guy.

So if Zippy says your nice, then you must be since I know Zippy is not a pushover with the guys.   :lol:[/quote:248479dbff]

Damn straight, you only get one Southern gentleman.  If we break-up then you've got to find another garrison to hit on.  :wink: 

Sounds like Andrea told Zippy exactly what I told her to say, which was "Hi."  I laughed hard about Zippy not being a pushover.

Till tonight,
Love, Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11177','943c767eb0','[quote:943c767eb0="TK3740"]Damn straight, you only get one Southern gentleman.  If we break-up then you've got to find another garrison to hit on.  :wink: [/quote:943c767eb0]


Well then good thing I'm not looking to break us up beloved.    :wink: 


I can't wait to talk to you tonight, it's been a hard day and I have some stress I need to be rid of one way or another...   :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13483','a1d107e1c0','They are twenty. Im not sure how you want to get it. It can be shipped, abit of $$ due to the size and weight.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17910','a193c16fc8','yep Nashville.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17554','fa499233f3','Aw thanks Joey!

But I won't be there this weekend. My other job calls. Gotta keep gymnasts from landing on their heads!

But I'll be sure and have someone else give my point of view, or you could bring it up yourself. Whichever.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11266','0287b88f8b','Yeah, Ive already given my pics to Tambo.  He said he's sent them to Legion HQ and they just haven't posted them yet.  Keep me informed about the Kentucky events, I'd like to come if possible.  Schedule is kinda crazy whith college right now, but that will clear up in May when I graduate!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13013','5403a59ddf','do you want to post a short mission report, complete with a few pics?

I'll get it added to the new news page today.

whatever you post int he event thread, I'll just cut and paste...

I'll try and get the pics added to the gallery today also..


-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11298','655916e9d7','we can help, no doubt.  We are getting together in Feb.  Ivan should have us a little flamethrower kit, tambo has the rocket I've got the base.

We'll get all that together and ship you out a package.

We can blow that $250 out of the water.  All I want for the Gauntlets is $20.  Tambo needs about $15 for the rocket and we will build the flamethrower for cost of plastic.  all you'll need to do is glue the whole thing together and paint it whatever color you want.  If you're not sure about assembly, just pop in and ask a question, we'll have you hooked up in no time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18141','7fd3256030','No prob man.  I understand the slowly one-piece at a time thing.  I just wanted to be sure...  you know, just in case :D .  Talk at ya later!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11304','137b7c08d8','Loki,
Thank you and the boys!

If possible, I hope this isn't too much to ask - could I get you guys to assemble and paint too?   I can give some extra cash to give to the S.O. for award placards, website fees, etc.    I really want a great set of gauntlets, and my painting...sucks.

I am looking for a set of red "battle damaged" gauntlets, like in ROTJ.
I really hope that you guys can work this out for me.  I'll defiantely give you all the credit!   Heck, I'd be willing to do $100.00 (if not a little more) for the gauntlets assembled and painted.

That still saves me enough cash to get a local seamstress to make me a ROTJ style flightsuit.   Yippee!!

John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11305','11157874a8','I'll see if the guys are up for it.  Skip and I are going to be building an Alien costume that weekend, so i will be pretty tied up, but I think ivan and Tambo can knock this project out.  I'll take breaks in the latex pouring to help too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11308','8c84a4a924','Loki,
You guys are the best.   Please tell Ivan and Tambo - BIG THANKS!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11684','9c1d05ce37','Hey :) 

I hope your holidays went well. I just wanted you to know that Toby's settled into our family really nicely, and everyone is getting along great. 

We let him run around every night in our computer room, and he does this frolicking thing where he kicks his legs and hops high in the air! He also likes to sit in my lap and watch Dr. Who. 

I still haven't gotten any pics, but I plan to this weekend. He seems to like Doug a lot (my husband) and he will come to Doug before he comes to anyone else. He likes to rub noses with me, though, which I think is fun. 

Just wanted you to  know that he's doing great, and thriving, and seems very happy here. Thanks again for the great pet. :) 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11686','0a6abf349f','Haha, that's great!  I'm glad to hear that he is having a great time!  I know all to well about his little jumps in the air.  He use to do that all the time when I would let him out.  I'm glad he is in a good home, thanks for adopting him.  Keep me updated if you take any pictures!

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11687','2dd757125a','Hey Glenn!

Yeah, I'm not sure why it took me this long to actually join!  I would've sworn I had before too.   :oops:   Ah well, all better now.

How are things down in your neck of the woods?  Good I hope!

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11437','eb17b1d07c','Hey,
    How long did it take you to get your saber?  Just curious what kind of lead time they have.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17323','e33a72f85a','they are not together on this at all.  Joey wants to do a conference call with them with all us 4 on the phone.  I really think a face to face after msc would be a good thing before things get out of hand. For some reason both Joey and Jennifer seem to think msc is pivotal point of the group.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17324','4e2510e17c','You're talking about last year's MSC, right?

A conference call... hmm, that could get dicey. Especially since Jenn &amp; Skip aren't on the same page.
Personally, I have nothing to say to either one of them, but I'm willing to listen.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17850','bce93f3dc1','[quote:bce93f3dc1="Jester"]
A definite &quot;No&quot; on your part.
However, I'm still wondering how you guys restrained yourselves from pummeling me about the head and shoulders for my actions.[/quote:bce93f3dc1]

Heh, dunno about the others but I've been told I've got a lot of patience and recognize you're about as stubborn as I am which is saying a lot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11480','c28f5c85aa','Goosh!! Good to hear from ya man! We thought for awhile that you fell off the face of the earth! Either that or I changed your mind about the whole 501st thing when you had to ride with me to the Boo at the Zoo event! 

As far as the Clone thing, I'm not really sure who it is that has the new molds but I would probably wait till they do em. The clone stuff we have is fine but really a little clunky and not as streamlined as the TK stuff. Joey may know more about the new stuff, but I know he's getting ready to order some more clone stuff from Glover, which is the stuff we already have, so maybe the new stuff just ain't coming out for a while? Sorry, wish I could be more help on it!

You not going to Chattacon? Sounds like it's gonna be a pretty fun event, but if I don't get over this bad cold I got, I may be a no-show as well!

The prop party at Joey's will be on Feb the 18th. So make sure your here for that!

Take care man, and give T-bone a big ol wet kiss from the Z-man!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11484','ae65293ab2','[b:ae65293ab2][color=blue:ae65293ab2]The Empire welcomes you.[/color:ae65293ab2][/b:ae65293ab2]


About time you signed on over here :D [/b]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17470','b183c08ed6','I would like a couple more sandtroopers and stormtroopers.  I also would like an epIII clone if you have it.  If you are going to MSC I could buy them from you there.  Otherwise, I could call you and you could tell me what you have, and I could send you a check or pay though paypal.

If you want ot call me today my number is 615-210-4673');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15706','9b7c896e0e','Hey Joey,

If I am off base, let me know. I just dont like what I am seeing, feel free to call me tonight after 9pm if it is not past your bedtime  :wink: 

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11523','fef8e85425','Good news... I have all the Certificates of Authenticity for all of our RiddickCostumes and guns..I'll keep them safe until we meet again.  Just wanted to let you know the good news.  How have you been?  Jumping into the fire pits?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11603','e3da136f87','That's fine, it'll work well!

No, the older set came with a crappy 2 piece clone 2 helmet, but that was shit.

There are about three sources for the new ep3 helmet now. Your choices are full one peice cast of resin, like the ones Joey has (the latest ones he got are SWEET!) or like mine, ABS put-it-together-pain-in-the-ass-kit. The reason I like the ABS kit is because it's more like your TK helmet. It weighs less than the cast, and is not as breakable. I like the look of the cast one, because it truly looks smooth and one piece. You should really wait and look at all of ours close up at Joey's prop party before you decide. I'll be sure and bring mine. Oh yea, they are both pretty pricey: $200-$250ish.

You could go with an Ep2 helmet which is cheaper I think. 
Anyway......good luck Goosh!!
Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11532','ae65293ab2','[b:ae65293ab2][color=blue:ae65293ab2]The Empire welcomes you.[/color:ae65293ab2][/b:ae65293ab2]


About time you signed on over here :D [/b]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11533','2c0e39b144','[quote:2c0e39b144="Eelem"]
About time you signed on over here :D [/b][/quote:2c0e39b144]


 :roll: 

Oye.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17047','23ca90f53d','Ok, so I talked to Gena and we got discussing the Beauxbatons costumes. Did we still want to do this? I think we should. Her, me, and Summer could totally kick ass in that costume at D*con (or anywhere for that matter!)

Basically, she said she'd waive my fee for the Padme costume if I got us rolling on the Beauxbatons costumes. 

SO....yeah.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11564','2c0e39b144','[quote:2c0e39b144="Eelem"]
About time you signed on over here :D [/b][/quote:2c0e39b144]


 :roll: 

Oye.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11581','aecb7dd113','I am migrating form mail.com to gmail.com...


My paypal is still at mail.com........');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11636','bc3d3ca41c','Welcome. I was wondering when you were going to join the forum. We were discussing changing who is allowed to see the "private" sections of the forum and I was going to list you but realized I didn't think you had joined, which it seems was correct until now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11639','9eaf3d65f7','Hay There, I need the Hoth Wave that is out now..
Let me know if you can get them and how much with shipping, I can either send a check or paypal you.
Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11692','212181e79f','Yeah, it seems some of his gigs lately have been kinda screwed up.  They had a showcase in Rochester that was really diappointing I guess - unorganized, unethusiasic crowd, etc.  I was able to make it to part of their show last weekend in Buffalo, I could only stay for the first set because when we got there they'd changed the times.  They were supposed to start at 9pm and their first set didn't happen until 10:30.  Ugh.

Gandolf and Dooku...well, what kind of advice do you need and which one are you working on first?   :wink:   I'd be happy to help you out however I can.  Just let me know which one you'd like to work on first, I'm guessing maybe Dooku?  That way we can direct our attention there.  8) 

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11693','357b3feaf8','I guess most of the help I need is picking out fabrics. I wouldn't mind getting all the fabric now when it might be on sale, even if I'm not going to do the cutting and sewing until later.

One difference is that for Dooku, it needs to be movie-canon standard so I can get the SL designation for the 501st.  For Gandalf, it just needs to look approximately right as there is no organization's standards that I am trying to meet.

I might need some advice on patterns, too. 

If we're starting with Dooku, I guess I need fabric advice on the shirt and cape. I probably need to get the shirt to actually be correct, as it really isn't correct on my Luke. I don't really even know what I need help on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11694','3dcf93cec2','Hey man.  Just finished catchin' up on the Mando-thread!  The film sounds AWESOME!  

 I live in Louisville.  Bout 2.4hrs north of Nashville.  I'll have to see about the 25th when I get abit closer too it, but I can try.  I'm building 2 new loft/bench areas in the shop this next week, and I'll have more workspace to crank out projects on.  You should definately have your backpack for the film!!  I'm cool with tryin' to make it happen by then.

 I'd love to participate, even if it's just a small part.  I can have my mando done in time.  Pressure works well for me.  :twisted: 

 dollman@bellsouth.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11697','6111089e94','Okay, what I'll do is take a look at some Dooku pics later today (I'm on my way out the door right now) and see what kind of fabrics might be good.

And you're right, now would probably be a good time to get fabric - before all their spring stuff comes in.  I know off the top of my head everything is brown on Dooku  - not a bit of black on his costumes (I'm guessing you knew that too).  So that'll probably be one of the harder things...finding a chocolate brown color that's that deep so it almost looks black.  Not impossible, it just might be a pain.  ;-)

I'll pull open my books and reference pics when I get back and see what I can figure out.  :-)

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11704','6111089e94','Okay, what I'll do is take a look at some Dooku pics later today (I'm on my way out the door right now) and see what kind of fabrics might be good.

And you're right, now would probably be a good time to get fabric - before all their spring stuff comes in.  I know off the top of my head everything is brown on Dooku  - not a bit of black on his costumes (I'm guessing you knew that too).  So that'll probably be one of the harder things...finding a chocolate brown color that's that deep so it almost looks black.  Not impossible, it just might be a pain.  ;-)

I'll pull open my books and reference pics when I get back and see what I can figure out.  :-)

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11702','f0266026fa','Hey -

Just thought I'd drop you a line quickly.  I haven't been able to do a ton of looking yet, but I would recommend maybe a gaberdine or wool blend for the shirt.  And the cape I would say a wool blend or something with a nice texture and weight similar to that of wool.  You'll want something for both pieces that won't wrinkle real easy either.

The shirt is the darkest piece of the costume and it's a deep chocolate brown shade.  From what I can tell from my book, his shirt pattern looks very very similar to that of the Imperial officer from the Prequels.  It even has that weird pleat thing in the front of the tunic (that's visable in the 'Dressing The Galaxy' book - I think that's where I saw it).  The collar, cut of the tunic and everything are very close. 

I have a couple of patterns to modify for the Imp officer uniform, I'll look those up and send the numbers to you.  I also have the modifications to make an imp officer tunic.

Hopefully that helps a bit.  One of my favorite things to do is take pictures around to fabric stores and see what I can get close with color and then see if there are fabrics that have a similar texture and good weight for something like this.  The cloak you'll obviously want a good flow to it, but I'll have to check that out more closely later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11705','f0266026fa','Hey -

Just thought I'd drop you a line quickly.  I haven't been able to do a ton of looking yet, but I would recommend maybe a gaberdine or wool blend for the shirt.  And the cape I would say a wool blend or something with a nice texture and weight similar to that of wool.  You'll want something for both pieces that won't wrinkle real easy either.

The shirt is the darkest piece of the costume and it's a deep chocolate brown shade.  From what I can tell from my book, his shirt pattern looks very very similar to that of the Imperial officer from the Prequels.  It even has that weird pleat thing in the front of the tunic (that's visable in the 'Dressing The Galaxy' book - I think that's where I saw it).  The collar, cut of the tunic and everything are very close. 

I have a couple of patterns to modify for the Imp officer uniform, I'll look those up and send the numbers to you.  I also have the modifications to make an imp officer tunic.

Hopefully that helps a bit.  One of my favorite things to do is take pictures around to fabric stores and see what I can get close with color and then see if there are fabrics that have a similar texture and good weight for something like this.  The cloak you'll obviously want a good flow to it, but I'll have to check that out more closely later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11709','5e9845d37c','[quote:5e9845d37c="HothGirl"]Okay, what I'll do is take a look at some Dooku pics later today (I'm on my way out the door right now) and see what kind of fabrics might be good.

And you're right, now would probably be a good time to get fabric - before all their spring stuff comes in.  I know off the top of my head everything is brown on Dooku  - not a bit of black on his costumes (I'm guessing you knew that too).  So that'll probably be one of the harder things...finding a chocolate brown color that's that deep so it almost looks black.  Not impossible, it just might be a pain.  ;-)

I'll pull open my books and reference pics when I get back and see what I can figure out.  :-)

~ Katie[/quote:5e9845d37c]

I can't say that I thought it was brown, other than of course the cape. Looking at Dressing the Galaxy, I can see how the pants might be dark brown, but the top definitely looks black as do the boots.  What is your source of information that says they are brown?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11711','c02ae924ec','It's dark brown.  There is no black at all on Dooku we had the same discussion with Episode III Anakin as well - as to whether or not his tabbards were black or brown.  And of course, they're dark brown because jedi do not wear black.

Most everyone that has done Dooku does black.  If you open your 'Dressing a Galaxy' book to the Dooku page, you can see specks of brown in his tunic.  I really do think it's probably a mixture of two fabrics that make that color...but I'm about 99% certain it's a brown shade.  Yes, his pants are dark too, but the tunic is obviously way darker.

I almost think I learned that at CIII.  Because I remember thinking wow because no one had caught that before.  I'm not sure if someone had said something or not. 

I should actually be able to find out for sure.  Let me email a friend of mine and see if he's willing to ask Steve Sansweet for me.  He knows him pretty well and Steve's usually pretty good about answering questions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11712','8bf0f782ac','I almost think that I remember Trisha or someone saying that Dooku was more of a traditional jedi and not a sith because some of the things he did kept close to the old ways.  Like the colors of his clothing, for example, being browns instead of blacks.

I'll see what else I can find.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11792','26d68393c1','hell yeah, can't wait to catch up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17933','21c95cac35','Kiante just announced she would go as well. She was at the Fathom event wearing Dallas' jedi stuff. Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11722','034d1651a0','sign up in this thread for the COSI event (please read instuctions as I need a detailed list).  I'm the direct contact with the man in charge of the event.

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=1240&amp;start=15');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11725','31f055cc50','http://chattooine.proboards39.com/index.cgi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11726','24a75886e4','wikipedia');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11729','c02ae924ec','It's dark brown.  There is no black at all on Dooku we had the same discussion with Episode III Anakin as well - as to whether or not his tabbards were black or brown.  And of course, they're dark brown because jedi do not wear black.

Most everyone that has done Dooku does black.  If you open your 'Dressing a Galaxy' book to the Dooku page, you can see specks of brown in his tunic.  I really do think it's probably a mixture of two fabrics that make that color...but I'm about 99% certain it's a brown shade.  Yes, his pants are dark too, but the tunic is obviously way darker.

I almost think I learned that at CIII.  Because I remember thinking wow because no one had caught that before.  I'm not sure if someone had said something or not. 

I should actually be able to find out for sure.  Let me email a friend of mine and see if he's willing to ask Steve Sansweet for me.  He knows him pretty well and Steve's usually pretty good about answering questions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11730','8bf0f782ac','I almost think that I remember Trisha or someone saying that Dooku was more of a traditional jedi and not a sith because some of the things he did kept close to the old ways.  Like the colors of his clothing, for example, being browns instead of blacks.

I'll see what else I can find.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11741','2ef720887e','I should have the insider, so I'll look for the article.

Thanks for all the help so far.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14323','b02496480b','Did you graduate High School in 90?

And did you go to ER High? I graduated from there in 91.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11866','88a73044ca','Fish, this is what I just sent Joey. My god, I think I'm and asshole too....

Joey, you know I'm a pretty easy going guy and that's why I would never post controversial stuff on the boards, but you know what? Loki and Skip are assholes......sorry, they've pissed me off. Why do they have to be such jerks about these small cons? WTF! They are what they are, but don't give US shit just cause we won't go the the holy-fucking MSC!! Sheeesh! Man, I sound like them now!! Oh well, just kinda hits me wrong. Everybody else is so civil most of the time and these two have to be such "bad-asses". I can almost handle Skip, but Loki really gets my goat for some reason. I started a post that started with "you guys kill me" and it went on to rant and rave, then I thought better and deleted most of it. Piss on em both!! 

Ok, I'm calmed down. Let's do lunch one day.........damnit.....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11871','d85cda08f8','Yea, I think I'm gonna just do the Chattanooga Con just to piss them off! I don't know, just seems like both of them always have negative things to say and it gets to me.

Steiny, I've BEEN over that dude. He's kinda a nothin anyway...

Just kinda got worked up this am about them dissing Chattacon and the upcoming one too.

Piss on em both I still say...........

Z-mad-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11880','0388a33995','Hey check out the Recruit area again. I put up a link that wasn't visible to you yet, so I liked it to the one you can see now.

Cheers,
The non snoring Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11883','6c0c86db6f','Hello Tambo,

FYI, my IRL is Evelyn, just so you know.  Anyways, um, yeah the rank badges?  How much are they?  And what's the lowest ranked one?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11884','fa0f824391','Let me see what I have for parts tonight for the rank badge and I'll get back to you.  I also will need full pictures of your costume for membership, sent to tk1128@bellsouth.net

Glenn AKA Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11899','9806271a7b','Zach -

I've gotta keep this short but I'll write more later.

I'm so happy you and Wendy are together!  I've only met her once or twice but she is such a sweetheart!  :-)  And I will make sure to give Andrea the message.  I'll see her in a couple of weeks at Farpoint.

You're going to the event in Columbus in June, right?   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11900','9806271a7b','Zach -

I've gotta keep this short but I'll write more later.

I'm so happy you and Wendy are together!  I've only met her once or twice but she is such a sweetheart!  :-)  And I will make sure to give Andrea the message.  I'll see her in a couple of weeks at Farpoint.

You're going to the event in Columbus in June, right?   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11901','cf264bf3e5','Yes, Wendy &amp; I will both be doing the Columbus event in June.  Will you be there, too?

Thanks for the well wishes for Wendy &amp; I.

Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16759','0e07c9d588','Glad that you got the message.  The tournament officially started on Tuesday the 14th.  I work at MTSU, and we dread it every year  :(   Make sure ya'll take lots of good pictures!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16760','82398a4b30','Are you for real not going?  I am making a final list and need to know..Once you are on this list you are locked in...(NO CUTS) but if you are not then you are out of luck.  I've convince Corey to change his mind.  you better come..it will be fun.  LMK what is on your mind.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16779','f87d4d2e1b','Hi Rose!
  I'm unfortunately not going to be able to get to the parades this weekend, but I'd love to have some stickers.  I'll be happy to send my money down with Loki.  I'll take 3 cogs.  If you have different sizes, you can send one of each.  I'll be happy with whatever.  Just let me know if this is o.k. with you, and I'll get the money to Loki.

Thanks!
Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16791','423f7550dd','Atin,
   I  saw this on ebay thouht you would like to know.  
Retz


http://cgi.ebay.com/SCORCH-Republic-Commando-21-Army-Lot-of-6_W0QQitemZ6044280638QQcategoryZ2476QQrdZ1QQcmdZViewItem');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16814','832ad2b494','Thanks so much!!  My husband says we need to do both cars, so instead of just 3 we need 6, if that's o.k.  So here's the list:
All 6 white cogs:
Do you have different sizes?  If so here's what we want.

1 large
2 med.
3 small

If you don't have the different sizes, just give us 6 white of whatcha got.  I'll get the money to Loki tonight.  Thanks again!!  Hope you have a great time this weekend.  Drive safe.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17619','b3eb9ef0c5','Hey Skip... Well, it's finally time. I actually went and got myself a Clone Trooper helmet, then decided that you guys were right and decided to sell it off. Anyway, the helmet just sold and I now have the money to order the TK kit. If you're placing the order, I'm assuming I need to get the money to you? Just let me know where to send it (or if you have PayPal, I can do that as well). 

I know Corey isn't having a Prop Party in April, but maybe there'll be one in May and June before AdCon to where I can get help in getting this together. I appreciate it. Thanks again.

     Vesper (or Jeff, but I think we have too many &quot;Jeff's&quot; as it is, so we'll stick with Vesper).

[quote:b3eb9ef0c5="SL100"]hey vesper,
wanted to finally get back to you,
as for armor,

clone armor is difficult for some people to make.it comes untrimmed and usually unpainted.the work can take weeks to do,and not everybody is good at that kinda stuff.if youve never put together anything like this id not recommend it.plus the clone armor doesnt include a helmet which would have to be bought or even built,yet another reason not to recommend this to a new person.
as for trooper armor,we can put together that in a day or 2.it is already trimmed and might only need a few adjustments.the helmet is included also.
i can actually get the trooper suits.they run $550 and im about to order some other suits for other people.i would have it in time for corey's prop party and could deliver it to you there and also begin putting it together.

either way, armor rocks and youll have fun with it.
but let me know if you might be interested in the trooper armor.
cya soon
skip[/quote:b3eb9ef0c5]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14997','9ad74bf821','[quote:9ad74bf821="TB1309"]
don't worry, I won't take &quot;cheap shortcuts&quot; ;-)[/quote:9ad74bf821]


Yeah, I know you won't.  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14998','5368f64d92','I dont have a pattern, average cost for me is 50.00. dont know if she will charge more for anyone else. jangos is a vinyl or leather type,bobas is a soft material.  i would stay away from vinyl. not flexible enough. i had bedding on my chest side, tried it on the back, too thick and too hot.

soft m aterail is best, but not too soft it will rip easy. hope that helps. i will be checking this forum thru out the day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11950','8168c05692','Hey, this is Jessi (TI 7399).  We're having to change our e-mail addresses and Thad said to send them to you.  

My new e-mail is:

jmsullens@alltel.net      


Thad's (TK5163) new e-mail is:

tasullens@alltel.net

Thanks for making these changes for us!

Thad &amp; Jessi Sullens');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18353','c23d84f4e9','Couldnt sleep.  What about you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11967','a5d039a8ef','You're in right? Just making sure,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11977','21292bb0d2','I found a shirt that I have to buy for you!  I saw it in a catalog and immediately thought of you!  Anyway, on the front of the shirt it says:

My Indian Name 
is 
Runs With Beer

I laughed and asked Thad who that shirt would be perfect for.  He had the same answer as me.  So, on behalf of my [i:21292bb0d2]very[/i:21292bb0d2] distant ancestors, I dub thee Runs With Beer.  lol  
Love you, Z-Man!

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11978','fbfb479428','I LOVE IT!! You gotta give me the info on where that is! I want it!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16577','7bfda3836e','I'll give her a call sometime today and see, but since she probably doesn't even know I brought it up yet... I doubt she'll have a problem with NOT having one at her house.

We can still have the Thursday &quot;non power-tools&quot; one at the Dragon Caves on the 13th and have a real Armor Party at your place on whichever day you feel is best. You can decide to make it public or not and that way, everyone is covered. I honestly think that most of our group would attend the smaller Thursday thing if they really want to build stuff since those projects are cheap. It's been so long since we har the last build-a-prop day, it's hard to tell who would want to come. At the last one, we had 5 or 6? Not everyone worked on stuff, either.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('11994','41f40d87f2','I've still got the gauntlets, i'm waiting on Ivan and Tambo to get with me so we can knock out a pair.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12078','58821255de','Hey guys, how have you been? Say hey to the kids for us!
Do you have a pattern for an EP III Clone pauldron? Im putting together a CDR Bly costume and its the only thing Im clueless on. If I can find a pattern, Leighann can make it for me.
Thanks!
Say hey to Jen, we miss the outpost, still buying lotto everyweek in hopes to move back :wink: 
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12023','4b3c7276fe','Just wanted to say I say you on the delta source e-mail from hyperspace today, congrats!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14322','b02496480b','Did you graduate High School in 90?

And did you go to ER High? I graduated from there in 91.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17759','368d9e0533','Joey has already talked with the Chris and the answer is yes.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17760','2189e239b4','Awesome.  Thanks!   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17776','4b88b67b84','Geoff Manfrey is having one at his place on April 22nd in Franklin. Look for the thread in the recruits area of the boards. Corey isn't having one in April to my knowldedge. I bet that if you ask if someone wanted to help you get the TK together so that you would have it ready for the event that is in nashville the same weekend as the next prop party, I bet there would be volunteers.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18337','1d442c40ae','i have 2 shirts  here for you pulled aside from everything else

i have small tk southern outpost shirt and a 2xl cog shirt

if you want them they are 17.00 (8.00 for the small and 9.00 for the 2xl because of the size i have to charge more for a bigger shirt)

just let me know and i will hold them for you

thanks
-mark e.
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12278','d5fecea925','Hiya Skip,


Just wanted to say that I support your thoughts, and stand by you 100%.
They just misread what you were trying to say. We don't get to too many events, due to the nature of our work (Retail is a bitch, and getting a weekend off is like asking for the Holy Grail.) But even at this last event (the Christmas parades) after the parade, we went over to the hotel where everyone was staying. We went to visit with everyone and chat, and give them a chance to get to know us, but the rooms were just divided into 'lil cliques, most highly liqoured up, and we even saw a few S.O. members using illegal drugs. I didn't bitch about it, I didn't even fuss. We just left. (How much fun is it being ignored in a room fulla people?, I don't think that's what the S.O. should be about.)

Trust me, I'm far from being a prude. In my life I've been a biker, U.S. Army Ranger, and a Big Truck Driver. I've seen it all. It just means  that maybe we all don't want to be a part of it.  For some odd reason, they're taking it as that you're attacking them personally, rather than just trying to express an opinion. Having a few drinks and relaxing with your S.O. brethren is one thing. Getting plastered and embarassing yourself is another.

It was fun when we all got together and laughed, had fun, and showed what the spirit of the S.O. is all about to everyone.

Thanks for everything you do, and for trying to keep it real.
We appreciate it, even if others don't see the forest for the trees.

Sincerly yours,

Jordan and Sarah.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12280','6b1e6384bf','thanks for the PM,
aparently im in the wrong for having that opinion.

but i still believe that we should focus on better things for the group.so i guess ill continue the fight.


as for MSC,
i would love some local help.not sure what we'll need but ill see.
i do know what we havent been able to get in tuch wih MSC regarding peter mayhew.i think its too late but atleast a response from them would be nice.
also were looking at trying to get a group discount cause were gonna have soo many.any ideas on how to get ahold of dana or m.kingsley or anybody else?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12282','120e1bdf0d','thanks so much for your comments,

thanks for your support and i hope all this can be worked through to keep our awesome garrison rolling.i worked retail as well so i know about weekends,i think you can ask ( and get ) a raise before a saturday off!

and yea,i was aware of the drug use but nobody would acknowledge it other than me.so i dont have a solution for us.people can do what they want,till the police show up and arrest someone.

anyway,sorry to cause a stink,hopefully good will come of it.

skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18012','96096438f8','armor on the way,should be here by early next week.
thanks
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15630','85007cbc9c','For starters Glenn Stein. The incident with Summer, the incident with Shannon's daughter, the time he stared at my girlfriends breasts for an hour, what he said about Tambo's daughter at the prop party at Corey's and last making a snide comment about my financial situation recently. 

That person makes lots of pedophilc remarks and we all ignore it. We act as if it's okay. I'm sorry but I'm not up to tolerating him anymore. Also the thing with Joey saying there wasn't an event this last weekend was a bit low. Then we have the boards and the speculation there. The lack of a voting before the boards were hacked. Then all the abuse the Legion command is giving to our Mandos when there are senatos in the 501st japanese female anakins, large anakins, and custom mandos (mostly california),and even video game characters. It was a lot of grade school stuff on the second half of my blah but it started with Stein.

But I've calmed down I didn't name names I posted without callnig anyone out and I tried to be respectful so I hope I didn't cheese anyone off. I'm not accusing anyone but Steiny of anything.

I don't know if i thanked you btw though for getting me approved for the parades.

Needless to say I'm not letting anyone ruin it for me though so don't worry.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14454','cfdba2a1dc','Another post from me needing attention... I'll quiet down after the election, I promise. COC forum.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12317','6ff6e11015','just wanted to thank you for your input on this last arguement,

1) i had no intention of bringing you into the "drug" issue.
for your own consideration i do apologize to you and laura and charlie for any inconvienence.yes i was aware and NO i dont care. if you read the original post on my thread i made no mention of this issue.i didnt bring it up originally but then did because i tried to email joey about this and he wouldnt reply about it,couple o times.
as for the issue at hand, my stand is actually the same as theirs,you paid to be there so do what you want.
the problem is that with so many members now doing what they want we cant over look the safety and well being of the group as a whole.
Im in no position to speak to you about what you do,but i will ask that a "locked" door policy should be considered.
the parade situation wasnt about you,but suppa.while people were coming in and out they had smoke rolling out.i wasnt even in the room and smelled it outside. then as children and other hotel patrons walk around im supposed to ignore this? thats the issue, what do we do? ignore it and everybody do as they please? what if a hotel patron calls the cops and a bunch of us walked in to visit and the police walk in behind? can we tell them that its ok cause they paid their own way to be there?
i dont think so,
so simply consider a request from a friend to consider ways to enjoy yourself without endagering others.

lastly, i wouldnt even consider having you quit.your the most genuine person and i hate to even have this crap happening.
please step back and realize this isnt about you or drugs or that kind of mess.obviously there are issues with others that i accidently opened pandora's box on.

hopefully we can resolve this without too much of a ruckuss.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12311','c1adaeff9d','Just finished my new improved mold, so Yes I've got some.  10 bucks each plus a little for shipping.  So how have you been Chuck?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12318','3e6cbb823e','Drax,

Just wanted to tell you dude, I've no problem with you being an officer or with you using some mj.  My complaint was based off other incidents were we've had troopers hitting harder drugs than mj and getting real stupid over it. 

Like I said, you're cool in my book. 

Though I do think the running fight on the CoC thread is probably long overdue for some people.

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18097','0594d09011','Atin, 

Threads archived. Not a problem with Derek. Ask him to pm me if he needs an assist with anything.

Way cool on the Necro suit. I saw the pics and you're right, a touch up on the paint and you've got a set of Lord Mandalore armor.  Dead ringer!

If I need you I'll give a shout. If for whatever reason you need to contact me, my cell is 256-682-3904. I don't have a blackberry yet :lol: 

Just fyi for you.. right now I'm forming an Outpost web team ( as well as setting up an unofficial Outpost squad centered around the web team ... can you say new patches?  :wink: ). I've put up the list of people I want on it to the rest of command staff, and I've got your name on that list to assist me with moderating the event forums, and perhaps other moderator duties. CoC is discussing the list today.

Have a good trip ner vod! Be well!

Banzai');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17854','41b12e4d77','[quote:41b12e4d77="Jester"][quote:41b12e4d77="TB1309"][quote:41b12e4d77="Jester"]
A definite &quot;No&quot; on your part.
However, I'm still wondering how you guys restrained yourselves from pummeling me about the head and shoulders for my actions.[/quote:41b12e4d77]

Heh, dunno about the others but I've been told I've got a lot of patience and recognize you're about as stubborn as I am which is saying a lot.[/quote:41b12e4d77]

But I made mine very evident.[/quote:41b12e4d77]

Don't worry.. I've got a rubber chicken on order to ambush you with if you happen to do it again   :rotfl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15107','8e045a6c43','styrene.  
Thickness varies but my snows and GM's are done with .100 mm 

sintra will turn to loquid fast in an oven.  It is best for hand shaped pieces ( ie fett armor)  or small scratchbuilds like skinning a prop with plastic...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14468','889567e497','How is the Mando movie coming along? Have you started writing it yet?

If not, here are some tips for writing a script:

1) Start developing the story in broad strokes, i.e. write a treatment describing the story along with any notes on the visual or editorial style of the film. You don't need to get into details like individual scenes or even lines of dialogue. That comes later.

2) Post your treatment on the Mando board and get some feedback and ideas from the others. Rewrite the treatment until you are satisfied with it.

3) Write a &quot;step outline.&quot; Basically this is an outline of the film where each scene is listed and general info about what happens in each scene. The description of the scene is usually restricted to how it contributes and advances the overall story of the film.

4) Post your outline on the boards for more feedback. Rewrite and refine until satisfied.

5) Actually write the screenplay. Dialogue is hardest to write, because you never know how well it will play out. Read lines to yourself outloud to see how they sound. Post pages and drafts of the script on the board for discussion and keep revising, especially once we start rehearsals where you can get a very good idea of how well your lines will sound and ways to improve them.

For screenplay format, there are various books I can lend you on the format, and you can find plenty of free screenwriting tools. There is one called CeltX which is pretty cool, but I have always used a word processor like OpenOffice Writer or Microsoft Word with a screenwriting macro.

I would avoid trying to write a feature length script. Focus on the story you want to tell and don't worry about how long it is. A good short film is better than a long mediocre or boring film. Feature films are also much more expensive and time consuming than short films.

Write a good story, rather than getting worried about what cool sequences you want to do. Lots of fan films have contrived action/FX sequences that don't really relate to the story. Revelations has lots of this. It has a neat idea for a story (ancient history and mysterious artifacts) and lots of cool sequences (a futuristic nightclub, a space battle, a lightsabre duel in the caves, an escape from an exploding tomb, etc.) but the whole thing never really geled for me.
IMPS and KnightQuest are my two favorite fan fiction fanfilms. They each have their flaws, but they have compelling stories and strong, unique characters (as opposed to generic cliched characters). They have excellent action/FX sequences in them, but they make sense in the context of the story and don't feel contrived beceause they aren't. Many fan films are essentially a lightsabre duel in a forest between a Jedi and a Sith Lord. In fact this sort of thing has become a cliche and many fan film audiences bemoan such things, yet KnightQuest is a series of lightsabre duels between several Jedi and Darth Vader in a forest and yet the film works because it has a good story and characters.

Okay, I'm done now. If you need any help on the project, I'm here.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12333','07546f904c','Hey, not a problem. And I do get your point about "Out of sight, out of mind/don't ask, don't tell/don't be stupid, rude, or get caught" and I completely agree. It should apply to alcohol taken too far. Sadly from what I've seen so far, it hasn't been.

With the argument, I'm trying not to choose sides as well. I'm worried my posts come across as choosing a side instead of getting the issues out so we can collectively find a way to solve them. Worse yet, I'm worried the issues are getting lost in the hurt feelings and rude comments.

I've been thinking of making separate threads for each of the issues that seem to be tossed about. Maybe in that way focus all our attention to each issue and not get them muddled together or worse, swept under the collective rug again.

I think we have been doing something right, but I'm also starting to wonder if we have gotten so large, we're starting to lose that sense of "unity", yknow? Its why I made a passing suggestion of squads. I don't necessarily mean "state-based" squads either but "themed" squads. Something for people to get behind and focus on. Something to say "Hey I'm in the 12th Sniper Squad of the Southern Outpost" or something like that.  But maybe that may be a bad idea to encourage squads. I dunno. But I'd rather see stuff like that instead of bickering... hmm maybe I should post this eh? lol

I hope we can figure it out too.. you're not alone in hating politics!  :wink: 

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18083','0471d0a1e7','[quote:0471d0a1e7="Jester"]Funny you should mention that. I was thinking about ordering a new black bib shirt just for that purpose.
So, yeah, I think it's a great idea![/quote:0471d0a1e7]

lol

I would say great minds think alike but I think &quot;greatly disturbed minds think alike&quot; would be more appropriate');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13734','465e870f11','Hey man,

I hate to bother you with directions, but since I'm new to the bama area I pretty much have to mapquest any long trips I take.  I was wondering if I could grab the name or area where the mall is (for the EB Games event) and then possibly where the cub scout event is going to be so I can mapquest the route back (or your house address if we are meeting their afterwars).  Again I hate to bother ya with all the info, it would just help me out a lot.  Thanks, I appreciate it!

- Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17767','fc7e103e10','I heard you might wish access to Daala's Trophy Case in the Trash Compactor? Is that true? If so, I'll grant you access.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12639','04ea0a783f','Maybe.

I was thinking about going on Saturday to raid the Dealers room.   I've already offered up my floor and couch to any who don't want to have to pay for a hotel room.

If some of ya'll are going Friday night...heh...might worth coming...just see the havoc.   :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18007','d8a6e5e9a1','armor on the way,should be here be early next week.
thanks
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18008','b7f3fb7436','COOOOOOOOOL!!!!

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17677','f699773066','Oh no my friend, it was just made private access, that's all. Just pass the word if anyone had access before and doesn't now, get them to pm me and I'll give them back access.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14542','e410872c06','Hey Guys,

Wanted to let you know that I was able to get us reservations: 2 double beds, no smoking for 8/31-9/4, for $150.00 a night.  The only reason I could (I am guessing) is that we are Marriott rewards members.  I have the confirmation # and I plan to call back tomorrow to check on it.  Tell Susie if she can do better to go ahead and we will go which ever is the best rate.

On another note, Joey will be calling you tonight or tomorrow to talk about things.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13373','0bf6babcc1','one of our Guys Ryan who goes by the name Jediagent makes all kinds of leather stuff.  He is working on the episode 3 pauldrons and has you on his short list.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12908','6bfe765898','Could you apologize to the group for Knight-Star. I don't want him giving us in Chattanooga a bad name. He means well, but he's a little strange. He bugs the CRAP out of us about doing things. Not that we mind, but this Lookout Valley thing is not really Chattanooga. It's just stuf in his local neighboorhood. Again, [i:6bfe765898]we [/i:6bfe765898]don't mind doing it if we can, but he shouldn't be hitting you guys up for it. 

I got a speeding ticket yesterday.  :evil:  Good thing I at least got the helmet on order or my wife might have gave me grief about spending the money. Now I need to sell even more stuff to not mess with the armor timeline. Isn't life grand?   :roll:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15946','4e2badc363','[quote:4e2badc363="Loki"]You're in, then.



AND NO STEINEY!!!![/quote:4e2badc363]

That is the sweetest thing I've heard/read all day.

(Sweetest as in cool, not aww cutesy sweet)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15949','cae0fa3db2','Hey hey, it's ok. Just been a real shit week. When midsouth comes around I'll be singing a different tune anyway. Rose is helping me get outta this funk, so by then... I'm sure I'll be fine.

Thanks though man, you don't know what your words mean to me. You're one of those friends I can just pinch your cheeks, and I don't mean the ones on your face.

Rose will bring the red stuff, it's a film that goes on plastic, tints it red. She says she hasn't forgotten.

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12486','4d40a4b9fb','Hello TK Tim, I went and looked at that armor on ebay, you must pass, do not get that. Save your money, and cut your own, or have Tambo cut you out a set. 

Which helmet did you end up getting?  As you can see on the mando thread, I finally got my esb helmet. 

I try to buy one part every two weeks for my new fett. pick and choose.

Let me know when you get the helmet.

Jaster-out-');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12457','cb3c52f913','Jeff,
Here's the link you requested.

http://movies.groups.yahoo.com/group/Blizzard1/

 I have decidied not to run for DL. Too much bullshit and ego flying around over there right now. 

Chris Caudill, BH/TS-2394, Bloodfin Garrison CO, aka "bobafettish" is probably who I'm going to vote for. Just information for your consideration, do with as you will.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17717','9695c459ba','Ok, good. The Legion lives and breathes by photoshop.
Let me get some things squared away and I may be pm'ing you VERY soon with something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15555','b7a75fecd9','OK, thanks Skip. I'll let everyone know.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12386','7b2c73c0dc','Basicly the TK "kits" come pre trimmed and sanded, the TC kits are just quick cut off the molds, so you have to spend an hour or two trimming them.  Easy to do but your first time out, you find yourself scared to take a knife to armor!.  we can help you "build it ...

the costs are about the same..
the TC kits are 350 + shipping but they do not come with a ep3 helmet.  those can run about 200.00 
TK armor is about 550 in kit for too, but it has the helmet in to.

so you see they are the same price, the undersuit, boots gloves and blaster all add up to about 100 extra for both.

Skip can order the TK kits reliably,  I can get the clone kits from the maker personally, so  just let either one of us know which you prefer.

for clones.  you should go and join the 501st's clonetrooper detachment over at http://clonetroopers.net  I am the detachment leader over there also, and you'll find a lot of pic sand examples of the helmets and such.

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14825','43eae67766','Hey Zach!

I apologize for not actually responding in depth sooner.  I got engrossed in finishing a Stargate costume and since I've never embroidered before I had no clue how much time it actually took.  :-P  

Andrea is a lot of fun!  Our garrison's 'mom' for sure.  :-)   And I really do hope things work out for you and Wendy.  It'll be nice to see you two in June.  So to answer your question about COSI, yes, I'm planning on being there.  :-)  Should be fun and I think Loki mentioned that most of the SO is going, so it'll be great to catch up with everyone else from the SO as well.  He said you won't be hard to find...you'll be the ones getting kicked out...

Let's see, what else didn't I respond too....oh yes, Ryan (as in your long lost cousin ;-) ).  He did indeed message me on myspace.  We've exchange a few messages via that and I sent him a short email last night but haven't heard back from him.  From what I can tell he seems nice, he just hasn't said a whole lot yet.  And if what he's written on his myspace profile about himself stands true, then I'm sure he really is a great guy - just wish he'd talk more so I could get to know him!  LOL
 
So you mentioned you went to Church of Christ University for undergrad...what did you study?  I haven't heard of it, but most people haven't heard of my college either.  It was a small christian liberal arts school in the middle of nowhere.

As I'm thinking about this, I just asked you what you studied.  If I logged on to myspace, you probably have it listed...dontcha?   :oops: 

Okay, enough from me for now.  Hope all is well and hopefully I'll catch up with you soon!

Take care.

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14826','43eae67766','Hey Zach!

I apologize for not actually responding in depth sooner.  I got engrossed in finishing a Stargate costume and since I've never embroidered before I had no clue how much time it actually took.  :-P  

Andrea is a lot of fun!  Our garrison's 'mom' for sure.  :-)   And I really do hope things work out for you and Wendy.  It'll be nice to see you two in June.  So to answer your question about COSI, yes, I'm planning on being there.  :-)  Should be fun and I think Loki mentioned that most of the SO is going, so it'll be great to catch up with everyone else from the SO as well.  He said you won't be hard to find...you'll be the ones getting kicked out...

Let's see, what else didn't I respond too....oh yes, Ryan (as in your long lost cousin ;-) ).  He did indeed message me on myspace.  We've exchange a few messages via that and I sent him a short email last night but haven't heard back from him.  From what I can tell he seems nice, he just hasn't said a whole lot yet.  And if what he's written on his myspace profile about himself stands true, then I'm sure he really is a great guy - just wish he'd talk more so I could get to know him!  LOL
 
So you mentioned you went to Church of Christ University for undergrad...what did you study?  I haven't heard of it, but most people haven't heard of my college either.  It was a small christian liberal arts school in the middle of nowhere.

As I'm thinking about this, I just asked you what you studied.  If I logged on to myspace, you probably have it listed...dontcha?   :oops: 

Okay, enough from me for now.  Hope all is well and hopefully I'll catch up with you soon!

Take care.

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17684','de9dbe34ab','I'm wrangling a few things right at the moment but I do have a list of items I want to accomplish graphics-wise. I'm sure you've noticed the board takes a hell of a lot of watching  :wink: So that eats my time hard.

You are one of the three I'm considering leaning on to assist from time to time with member pics, occasional design changes and so on. Not implying I'll pick one of you, I meant I plan on putting the three of you to work if possible  :twisted: 

GWL work is sporadic, but when its on, it can bury a GWL in 60 seconds flat.

Do you know any server side scripting/coding?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14493','a11c1567c8','My wife makes cakes and I have finally given her enough advanced notice for her to make a big cake to bring.  She hates making them for me as I am her worst critic :)  It should be enough to feed 50 I think.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17711','3088eb030c','[quote:3088eb030c="Gooshy"]Well I'm majoring in Software Engineering (like yourself, I saw it in your profile) so I'm familiar with java, but only the basics as of now.  I'm still learning you know  :wink:  I'm familar with html of course and php from my other forums I've done.  I'm pretty familiar with UBB forums, I've hosted and run 5 or 6 successful ones in the past.  I mostly only do graphic design as a hobby.  I would like to think my graphic skills are better than my coding skills, so if that helps you find a job for me then I hope that helps.  I'm sure there are more qualified members out there who have more experience than I do, but I would love to help on any scale to aid the Southern Outpost.  I know how much time you spend on the forums, and I read your report about the hacker and was impressed on how well you handled it.

Please let me know if I can help you out in any way, I know how much a load you have on your shoulders and working with a team is a good way to lighten that load :)

- Jon[/quote:3088eb030c]

Thanks on the hacker. He was a twerp using an exploit I hadn't had a chance to plug yet. Irritates me when I miss something like that.
But.. in a funny way I ought to thank him cause he enabled me to upgrading the forum to the version I wanted to use. :lol: 
Now I've just got to update the php pages I wrote for things like the mission reports and so on. 

I've a small list of things I want to do, such as update the look of the SO website with a new design, add an optional flash intro, get caught up on the members pics (I hate being behind on those), and so on. I could do it alone but I would prefer a team. In the end a team, even if they disagree some, will come up with a richer end product in my opinion. Plus it would be nice to have a lower workload as a GWL.

What graphics design package do you have?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18132','a5400ececb','jeff mentioned briefly the surgery,hope all goes well,

a bobble head huh..........sorry but that is pretty dang funny :lol: 

moving on is great,
we just felt like we would be kinda &quot;fake&quot; if werent honest about some things.i think it would be silly to ignore a couple of things,mostly not a big deal.but one person out there really spoke againt us and said that you had convinced them that we werent to be trusted.this was told to me before but only this weekend did somebody tell us they would talk to you about it.ill let jenn tell you more but in all fairness you need to know what we were told and can tell us where to go with that,and you are right, lets move on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17118','c41369d5ce','I talked to Dallas today. She said her cell was cut off until sometime late Saturday. Anyway, she said that she's still going to MSC as long as she can get a ride. She also wants to know if SithG can ride along as well. I thought it sounded like you planned that, but if you can call her and confirm everything wth her, that's probably best. 574-551-4234. I guess that's it! Take care!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14830','50b336e73b','What time you going to Coreys?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18206','480d02ff35','Found the email this morning.
Will order tonight when I get home.
Should take about a week to get here.
No prob
Skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15645','71bb347457','I am sending this to Joey, Skip and Tambo. I guess on this board you can send one pm to multiple people like the Clone boards, so you will each recieve the identical message.

I am asking this away from Mr. Lester. He has grown more and more rude lately. I am sure most of you have seen or heard something or are having a conversation about him at this time. 

My gripe is his posts lately are few and far between and when he does post, he is being rude and an ass. When I saw him at Dereks BDay party, he didnt acknowledge me at all until I walked up to him and shook his hand and with that he didnt look me in the eye nor seem excited to do so. Skip told me he was rude to Corey as well. 

His challenging of Skip, the recent Bellhop post to Joe with the inuendo about shoe fits, wear it and the rumblings I hear, its really pissing me off. I have vented to each of you and just gotten stuff out of my system, I am waaay past all of the stuff I mentioned even just a few weeks ago.


What is going on? If he is going to be this rude and a jerk, can something please be done? I have had enough. I asked him about his calling out of Skip, etc and he didnt respond only with a &quot;if you only knew&quot; thread. Yet he will jump down Skips throat any chance he gets onthe boards.

I know I dont need to be privy to stuff, but I am not the only one noticing this. People are starting to talk. I told Kell I am getting excited about trooping and prop making again, and I will ignore him at events unless he challenges me on something, I wont be immature, but gentlemen...something needs to be addressed. I am confident you guys know whats going on, and I am confident something will take place. I am not confident in him being on Command Staff and nor do I respect him as a member of it anymore. 

Thank you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16256','92954016be','[quote:92954016be="SL100"]hey john,

where do you work and live in crossville?
im a sales rep and cover that area occasionally.there are a couple other members over there and was thinking about throwing together a lunch one day when im in that area.

cya
skip[/quote:92954016be]

Hello,

We have a small resturant in Fairfield Glade,  Manny &amp; Isabella's Resturant.  I really have no idea what is in the area, since I moved here from Seattle to help with the business,  I haven't ventured far.  I do run into Jordan at his place of work from time to time, seems like a nice person.

John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18329','44a87fa650','you really wanna see nudie pics of todd????  if you got him like you say you do, then just strip him down and prove it!!!  a little anal action never hurt anybody...well...just the first time anyway....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18052','3a011e1173','I'll keep an eye on it.  Thanks for checking it out.  See, I never would have known that about the star wars website.  What do you think is the absolute most I should bid for it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18053','34b2f01d7e','don't go over 100!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18054','4ed279cf96','You have been added to the Wonderfest Roster as Tenative... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14211','522721fb41','hey man just let me know what you want for them and we'll work something out. are you going to be at Atin's party next weekend? We're probably going to be there Friday night, if you're not there until Saturday maybe I could leave the cash and you can give the figures to Loki and he can get them to me later.

Thanks for the help.

Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14212','cc05b70077','No problem you can have them... I have to work on Friday night and sat during the day, but we can work something out... keep me posted on your status for the weekend... my parents live in Clarksville and I will probable be up there at some point next weekend...

if you want to give me a call at some point hy cell # is 615-566-4847


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14213','a3dadc2926','Casey sent me a messagoe as well... I replied with details 


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18405','80b03c1f91','change your sig to All your Arkansas belong to us.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17074','6b4b0af735','I do not want to invoke the wrath of &quot;evil&quot; summer :x');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14221','89fd9cbf42','I have no idea. I will call Tambo sunday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12437','7fd996373d','Oh, you guys are definitly honorary members. If you guys have pictures you want to submit, we'll get you some badges made. If I can get our lazy webmaster to actually update the site once in a while, I'd like to totally redo our site so we can have a real Member (and Honorary) Section along with some other stuff. 

I'm still working on MidSouthCon. I started all this stuff last year, and my wife's going to kill me if I don't do a better job of "easing into it". She's not what you'd call a Con-goer and can't see why I like them.  :roll:  I took her to DCon once a few years ago... never again... never again...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12419','cb8c96527f','Yes.

I have a few questions about Jody.

1.  Is she pretty decent looking (i.e. a hotness or at least mildly cute)

2.  Is she single...(i.e. that you know of)

3.  Is she nice ...(i.e. not a mean person)

4.  Is she gay.....(i.e. likes to muff dive)


 :P 


Yeah...she wrote me twice this weekend but I didn't even have a chance to respond until today...seems like a really nice person regardless.  

We're going to get her in the 501st too...soon your Chattooine group will be The Chattanooga 501st.  AH AHHH HAA HA HA HA HA!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15580','df3c3f7693','Were you coming to PhantaSciCon? I was going to ask if you could pull a set of Mando gauntlets for me by then. Thanks in advance,

     Jeff.....
(Vesper2112)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15581','7b01e96432','I'll try too make some more by then.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12424','294b1a7664','thanks dude


I talked to her and we are going to try and get her to the armor party on the 18th of February

We also need to get You, Dallas, and a few other interested people down here.

There will be plenty of room


Let me know as soon as possible if you or any of the other Chattooine people are coming down for the armor party so I can let Joey know and add you to the roster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15803','54542c85b4','If anyone you know is looking to buy an Episode III Clone helmet, let me know. I think I've decided to back off my Clone Quest and go with a TK instead. Like you and many others have said, a Stormtrooper kit is probably where I need to start until I get more skilled. I was amazed at how quickly that TK was put together at the last armor party. Plus I thought our local group was going to have a Stormtrooper (as I was told someone - the guy who dressed as Lando at Chattacon - ordered a kit off ebay), but I found out he bought the Clone armor (still in raw form).

So, with that said, if you know of anyone wanting the plastic Clone Helmet, let me know. I'd like to get the $175 back that I paid so I would be able to get the TK kit on order. 

Right now, I don't have the Clone helmet. It's been a month and last I heard, he was going to pull it last weekend and ship Monday, but he hasn't said anything yet. I'll write him again to see what's up. Thanks again.  :oops:  Feel free to say &quot;I told you so&quot;.  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12429','4fe3c951d5','BUT!!!!!!!

You may be able to go ahead and work on your blaster down here.

I am pretty sure Joey is going to be working on both short and long DC-15 clone blasters that weekend.  I would definately keep a look out because it will be great to have that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12431','e4970be6b2','Hey! Hey Hey!
Leave it to Cray!

Yeah! Thanks! What good is armor without a blaster? Yeah, I'll keep an eye out for a mention of making blasters down there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15899','b35f5a41ac','I just wanted to say congratulations and hope you and the others have a safe and enjoyable trip. I was looking back through the pictures I took at the last prop party and was bummed that I didn't have any of the JarJar. Gah!  :evil:  Not really sure why as I was watching Richard put the latex on. Anyway, hopefully you guys will be allowed to take some pictures and I can't wait to see them. Again... safe trip!

     Jeff.....
(Vesper2112)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12433','017b16bbe6','Byt he way...I think Loki and I want to be nominated as Honorary Members...I think we have more fun posting on your forum than our own.

 :lol: 


I talked to Z-MAn..we are definately doing blaster tutorials that weekend.

Plus it is fun to just come and hang out.

I have some upgrades I am doing to my armor that weekend....hey...bring your black undersuit (if you have it yet) because you can try out my armor and if it fits...may stick you in it at MidSouthCon..in addition to Vader.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16060','f57505ec47','Didn't you say you could get visors (or face shields) near you? I was wondering if I sent you some money if you could get a couple for me. I guess the dark green is the one to get, although if there were other colors to choose from, that might be the way to go. 

Still waiting on the Clone helmet... I hate to keep bothering the guy, but he keeps telling me a date when it'll ship, then when I follow up a few days after the &quot;ship date&quot;, he gives me a new date. I guess that's the way it goes. I'm sure he gets swamped with orders, so I'll be paitnet a little more.  :wink:  

Having said all that, I have wrote Joey asking if he knows of anyone interested in a Episode III clone helmet to let me know. Now that I've had time to think about it, I might be better off going the TK route. I think that would better match my (non) skills until I get more used to working with this stuff. Also, Yogi (Lando at Chattacon) apparently bought the raw clone armor off ebay, and Bob (jw01) is also going to get the clone stuff... The TK was my first love and would zero regrets with going with that one first. Maybe down the road I can look at the Clone, but I'm really liking the whole &quot;kit&quot; idea now. Seeing how fast one was put together at the Prop Party was amazing. 

OK... on the count of three....

&quot;I told you so!&quot;

Go ahead and say it! You told me from the beginning I should go with the TK. Come on... I know you want to say it.  :D 

Anyway, let me know about the lenses and what colors they come in. I'm fine with the dark green, but would be interested if they had other colors. Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12449','180304c6aa','Hey, finally got the kit done and mounted and trooped it this weekend at FX. Got two guys already that are interested. I gave them your e-mail, their board names are Wareagle and  fsuscout, they are supposed to tell you I sent them so you recognize them when you see them.
Thanks again and how's Mary and the baby?
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12450','c5bfa9fe53','I have a new mold better then the first (sorry) These have less clean up work.  Tell them to E-mail me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18098','36f33522c0','did not receive it,just checked my account to verify

$550 to

skipjenn@comcast.net

once received i can order it for him

thanks
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16784','504e2ff3f9','Yeah! I've got some different colors though, white, black, silver, and red. Just let me know which colors you prefer and I'll give em right to Loki. No problem! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17231','e1b3c4313b','Hey man, didn't mean anything personal in the post.  My friend Sam has been trying to get some Snowtrooper Armor for a while now and needs some help with it.  He said he posted on this forum and e-mailed Drax and a few other people.  He wasn't sure if the e-mails evern got through though.  No big deal.  He said he has money for one and really wants it.  If you would like to help him out i'm sure he'd appreciate it.  His e-mail is skeys@highland.net Just tell him Mojo gave it to you.  

-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16796','f785646d96','you sir are sickkkk :oops:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12462','0e56615955','[quote:0e56615955="BH7407"]Mr. Cranston,

I'd like to have access to "The Trash Compactor".   It sounds like a lot of fun.

Thanks,
Litmus[/quote:0e56615955]

 :twisted:  mahahahahahahahahahaaa..

certainly!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18301','319bd38ae7','for now i will leave the posts in tact but just edit them.

you are correct that it would be better to delete them.but then all the people wouldnt see the power and determination we have to squash this online bullshit.they need to see posts being editing for a bit so people know were actually doing what we said we would.
stein was bashing and bitching and so was zach.
while it was pretty light,im not holding back when it is borderline crap.it simply got edited,no biggie.t could have spawned a fight.
a few slaps on the wrists around here deserved, so were slappin!
and i did start a new thread regarding their concern,cause the &quot;concern&quot; was just,but not the arguement.

gotta run,
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18303','eeb3c1195c','Very good points Skip. And I really like the way you guys are stepping up the forum. Yea, I think eventually it would be best to just delete them. I saw what the rocuss was before they got deleted, but it would have driven me crazy to see 'edit' on a bunch of stuff and not know what it was about! 


One more thing. And I'm not bitching but just curious. How were the deputies selected? My theory may be wrong but just hear me out: Corey and Chase were selected because they seem to be either VERY outspoken (another term for being the squeaky wheel) or ready to split the garrison at the drop of a pin. I think Gooshy was picked simply because he's down here in AL. 

Now, once again, don't read into this wrong, but how come older members were passed up for office? Are they going to have full access to the CoC boards? 

I've been trying over the past few months to open up lines of communications (as you know, cause I've talked with you a bunch too) and have taked to a bunch of people till I'm blue in the face! I know how you and Joey feel! It's a pain in the ass dealing with the whiners! (as it looks like I am now)

Here's the nutshell: I really don't expect to get an officers position simply for the fact that I portray a laid back, drinking, silly ass (kinda like Jon) but in reality I'm a not that way. It's just a fun personna to have. I know that if you guys were to offer me up a position everyone would say &quot;Z-man? He barely wears armor!?&quot; So I understand that part. The part I'm trying to wrap myself around is how did all the veterans get passed up for selection?

Seriously, Skip, It's really no big deal. I haven't even talked with Joey about this yet, because I think it would make him uncomfortable since he and I are so close.

I have gotten real tired of the drama lately (as you guys have too!) and it does kinda make me want to step back out of it for a while (God knows between work, family, and everything else it's a wonder I even have time for the 501st!)

I'm not gonna pull a &quot;Corey&quot; and post all over the boards that I'm out! I just may be a bit more selective about what I do.

Thanks for listening, Skip, you've been a great friend in all this. Shoot me an e-mail when you get a chance and just placate me, or tell me I'm stupid!  :D 

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14469','44a381a532','Thanks for the info, will talk more soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17528','800f3f16f5','I have a whole new forum setup and ready to go it whatever crash was supposedly was working on didnt come to be. After MSC, we could instantly be up and running with a forum. It is the same software was this one. I have it de-activated right now, but will have my laptop with me at MSC, and one click and it can be live.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16483','845816b291','Wow! You get more info on this than I do.
Man, I just wanna lay low and troop. No input from me on this.
I'm so tired of all the drama. 
I'm more interested in the fun.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17309','3f07ec4b5e','I think not.
your armor is FX armor like mine.  what is interesting is that your armor has the canadian penny in the belt.  it makes me think that GF sold you either a mixed set of parts, or moslty an FX kie + a few pieces of his to finish it off.
you said it came assembled?  If so then that would explain it.  Maybe he had this FX suit for whatever reason, and then decided to sell it one day to you..?


GF might have sold it to you though, he was a seller like the rest.


What loki is talking about is the ANH armor that GF recast with permission from TE who stole a movie suit and recast it.


the armor is different, the helmet is too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15530','62b7555eaa','Hi Jon,

I've just gotten an e-mail from Felix Silla. He's wanting to find out some info about AdCon but can't seem to get in contact with the proper folks (He mentioned Marcus in his message). I'm sending him the dates and link to the website. His e-mail address is: Felix &lt;Twiki1@Cox.net&gt;
Drop him a line, I think he'd like to come and party with us again.  :D 

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18322','6da0a25d0b','you do realize those are &quot;web&quot; deputies,right?

those are simply for internet stuff,no command decisions.
reads the post again,those arent your new command staff.

they were chosen by chris ash to help with the forum and internet stuff.
corey will be under tight watch and helping on the forum,chase and gooshy are helping with other projects.are you into that graphics and internet stuff?if so let chris ash know and maybe you can help as well.

perhaps youve looked at it wrong,and thought those were different positions than they are.

we'll be holding elections for regional/state reps.
since your vocal about this i suggest you make it known you would like to be considered for the job.the people around you will be the ones voting.
so vet or newbie,wont matter,it will simply be up to those in the area deciding who THEY want as a local rep.

no squeeky wheel stuff here,just working stuff out.

thanks for your concern,
talk to ya later,
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14417','03109f2f08','hi Shawn :) 

Novacon sounds like it's getting more and more interesting! 

Did they say that they wanted us (the 501st) to be there again? I know it's early, but I was just wondering.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14423','fc1c38b578','ok I'll take a look.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18103','4e44925499','Thanks man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18104','58ff26d660','i heard through the grapevine that you had an armor contact , what i need for a friend of mine is just the velcro and straps.

can you get me a price on just that????

thanks man, and see you at adventurecon

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17515','65a25681a5','Hey,

If you will call us in the next few minutes that would be greatly appreciated.  Joey has been talking to Skip on the way home tonight and is planning to call him soon but wants to hear about your lunch with Mark.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14867','8936f72e73','Joey, try this link.

www.coruscantfirebrigade@yahoogroups.com

Thanks Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14808','1d5ae07f1c','Cray! Good to see you back on. Is there any way you can make it up to Atin's this weekend? I don't know where everyone lives yet and who can ride up with who (and all that), but hopefully you can make it up and be around people who won't do you wrong. Take care,

     Jeff.....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17705','3114c39f69','[quote:3114c39f69="TD152"]no sweat, i;ll have he the helmet asap[/quote:3114c39f69]

Thanks my friend, let me know how much I owe you for it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16519','244d4e0a86','Sorry for the long delay...so many PMs my head is spinning.  All is well with the baby (wish she could sleep for more then 3 hours) 

I have the Snowtrooper chest plates with red LED buttons (10 bucks)
Round belt disk (2.00)


Fett helmet kits approx $120.00 depending on how much I ge the plastic for it could be a little more or less.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14677','0025677b59','Hey Crayfish!  I just wanted to let you know that I'm thinking about you and keeping you in my prayers.  I can tell you this with absolute certainty...there is a relationship in your future.  A good one.  I can also tell you that this rough period isn't going to last too long.  Just hang in there and it will get better.  How do I know this?  Well...maybe one day I'll tell you, but for now...just trust me.  Okay?  Anyway, I guess I'll talk to you later.  If you need to call me my cell is 746-9883.  Thad said that if you need to talk to a guy, his cell is 746-9882.  lol

Love,
Jessebelle
aka your little sis

P.S.  This isn't just the same ole words of wisdom.  Like I said, trust me.   8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17580','bc734ada60','I would love to have a truce but I wonder if some can get past all this crap and let it die? it.  I guess we will see.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17581','7512023317','I get a shot at being an ambassador. Wow, I get the toughest negotiations gig right off the bat.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14647','10387f8f92','that will mean that you will be going the same we do.  It takes us 2.5 (give or take) from our house to Atlanta.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13060','90ea515db9','Hey dude!  Nah, I'm not pissed, just aggravated at the little spat going on.  I usually post like that when some of our members start acting like babies!  You should have been around last spring for the "Talladega Fiasco".  I thought there would be blood then, but we all got over it, and we will this time too.

I'm looking forward to Corey's party on the 25th, sounds like we're gonna have a hell of a turnout!  Get up here Friday night and stay all weekend, we'll get so drunk we'll end up on "COPS: Clarksville"!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17656','df8d87af09','Ah ha!! heh heh heh.. I know what I'm about to go price!!  :lol: 

WAY cool.. I'll keep you posted.. you as well to me since you'll be getting yours first.  Let me know how that baby handles on the &quot;open Internet road&quot;.

 :twisted: 

[quote:df8d87af09="TK6203"]Guess what I just bought  :twisted:  :twisted:  :twisted:  :twisted: 

I should have it by Thursday..

anyway, yep I found the laser keyboard, here is the link of the company that sells it.

I was thinking about the roll up keyboard and happened across the link for this one and bang it is only like 40 more than the roll up one..

http://www.laser-keyboard.com/products.asp

keep me posted, I know we will both have them..  :lol:  :lol:  :lol:[/quote:df8d87af09]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15639','be1ddaa697','Well with as many people talked about it I assume you knew.

At the premiere Steiny said all Kiley's costume need was some &quot;falsies.&quot;

Then at the prop party two weekends ago he said that Zach had &quot;dibs on Tambo's daughter&quot; he drug Zach into that twisted comment. A newborn... thats just sick.

The way he treats people. Like cheating Kell out of money. Anytime I'd say thing ato folks about why we have to be nice to him I'd get comments that command staff would be pissed his we treated him worse then anyone else.

If I had known I'd have given you on the moment updates like a weather man hjsut so I didn't have to hear that kinda stuff. God I feel stupid now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17797','e181add8ba','I see you've found the new secured area I set up for web people, Mr Beck.. now I'll have to have you assassinated..

lol!

seriously, would you test to make sure command staff is set to read only and can't post in the Imperial Holonet Communications forum by trying to post? I'm testing settings for something else later on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16175','8b2d341b27','Hey Zach let me know you were with Garrison Carida.. wish I had known!!! I try to give existing 501st members full access no matter what the garrison.

Zach also asked if you could have access to the Trash Compactor as well.  You've got access, if you don't want it, just let me know and I can pull you off that one list.

Let me know if you need anything.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14924','c939566239','PM Jaster and ask him about how he went about getting his vests made.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17375','6e053f3fcd','staying with Skip and Jennifer. Cant wait!!   What the HELL is going on???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15084','4f127db16b','I think I got the avatar to work.  I will see next time I post.  It would be great to get together some weekend.  I do not know of any that I am tied up at at the time.  She might have somthing going on this weekend I will have to check. 
 I do have another jump suit.  I need to throw it in the landrury.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18340','ac4915436f','you throw away the velcro?????

i could use it with this new clonetrooper armor and some for my fett job

i need everything for a tk , hand straps, suspenders, all of it

let em know if you have anything like that

-mark e
tk-1380');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15649','020b2d9709','I hope the whole thing with the Fathom, um... thing blows over. I didn't think it was going to turn into a problem with it being (or not being) an actual event. Since so many of you graciouslly came out, I guess I thought the same as many of you did... it was an event. 

Looking back over the thread about Fathom, no... Skip or Joey didn't really say too much about it specificlly, but Skip did give us the Do's and Don'ts of trooping with the FanForce. To me, it sounded like as long as it was known by the ones putting the event on that there were two seperate groups involved (the S.O. 501st and Chattooine) then everything was cool. To me, making it known that the 501st is there makes it a 501st event. Otherwise, why make the distinction? Of course I'm not going to say anything about it as I'm not anything yet other than a newbie recruit. I love all you guys and just hate to see any waves. 

Anyway, I'm sorry if this caused a problem. We (speaking for Chattooine) don't get called for a lot of costumed appearences, so this is a little new to us. Sure, we've done stuff in costume, but (except for a birthday party for a kid in our group) we have never been approached by an outside group to do things like this. Everything we've done prior has been due to our own initiative. 

Regardless of whether this was an event or not, I hope everyone that made it out felt it was fulfilling. I have to work this Saturday so I'll miss your prop party this time, but I'm planning on the next one! Maybe I'll actually have my Clone helmet to work on (that's been ordered for a month now....). I knew I should have went with the resin instead of the ABS. Oh well... always something to look forward to, and more time to work on the custom Mando! Take care,

     Jeff.....
(Vesper2112)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12614','f3133be4af','I would love to do the asst.  I had thought that no one was sure about it.  Shoot, Let's do that one first then move on to the battle outfit.  If you want to.  

Sorry to hear about your family being sick.  I know how that is.  Mine went through it right after christmas.

As for the fitting, it would be fun to come up and hang out with you guys.

Talk to you later.

GO vote.  If you haven't already');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12585','5f836949a5','yes, I'm working my way around the bama group with the info on this weekend :

We are meeting at my place about 4-430 sat to combine cars and ride up.  

zman, Shannon, thad, and Me are all going, maybe ricky too
so that is 5-6 people, so we will probably load up in 2 vehicles and pull out at 445pm?

See you then?!?  do you still ahve that poster?
-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12587','56f231bf1d','We don't currently have anything major planned for Feb. 11th or 25th, though probably the 25th would be a wee bit easier, simply because it's farther away from today so there's more time to sew.

A local craft store and Tandy Leather reseller is going out of business next month. I'm going to run over there tomorrow, before it's official, and see if she's got a hide that wouldn't be too difficult to dye or bleach.  Anything else I should look for?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12588','4f1a04774f','email Joey and ask him.  He might have something for you to look for.

The 25th sounds good to me.  Emily and I will have to leave for a little while as she is selling girlscout cookies in front a store that Saturday.  I'll check that date with Joey.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12675','277fe70dd1','yes it is 350 + paypal fees and shipping ( if needed) .
so plan on 375-380 if we ship it....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13478','80255679a7','I had a question for you. What did you use as the base of the blaster that you made with the lightsaber on the end? I might want to make one of those at the prop party and need to see what kind of parts to gather.

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16133','028f4daf5f','Go ahead and put me down, although all I have right now is the jedi costume. I'll ask if our group if anyone else can come up for this.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16134','5a09ae9007','Thanks man, Jedi is fine...
I owe you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12670','b1a65090e3','no.  there is only one guy making clone armor, I can get it for you as he is notorious for taking months sometimes .  since i have befreinded him he takes care of me and our garirosn well. 
I just got 3 sets from him last wee for other members.

so when you are ready, let me know and i;ll check on his availability and timelines...  


email Zman and Crayfish as they hav eth eplastic helmets, and get ther opinion too befor you buy on or the other...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12707','c8cd1c423b','Yea, the squad thing is a pretty good idea, Chuck. I may pass that on to the higher ups! 

I know, I wanna be at MidsouthCon, we'll see, I'm sure as it gets closer I won't be able to stay away!

Thanks for your input on the SO

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12710','793213a676','Wow! Zachmire! VERY elloquintly said! You need to save this post of yours for when they start talking about splitting.

You said:
 I think there are some hurt feelings that are just being carried too far. If people would just go to a fellow trooper who they feel "wronged them" then the problem might get solved. Personal crap shouldn't be brought into the Garrison as a whole. 

Man, that sums it up dude! 

Zach, I don't think but a handful of folks are talking about splitting up (I hope so anyway). Everybody I've either talked to or pm'd are saying the same things you're saying!
Thanks for taking time to respond to my message. I'm just casting a net out to find out what people really think.

Z-man
good luck on the CPA exam!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12717','7e744c1cb2','So do we get to start calling you Papa Jango?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12720','82211280f2','I've been doing some looking, mostly at Wal-Mart and Hancock Frabric stores, and have bought some fabrics to use. I think they are all cotton or cotton blends which isn't what you recommended, but has been all I could find. I haven't seen any wool.

I was thinking I would make a cotton version of the costume and then re-do parts in wool if I could find it.  Have you figured out which pattern numbers I need to use?

[quote:82211280f2="HothGirl"]Hey -

Just thought I'd drop you a line quickly.  I haven't been able to do a ton of looking yet, but I would recommend maybe a gaberdine or wool blend for the shirt.  And the cape I would say a wool blend or something with a nice texture and weight similar to that of wool.  You'll want something for both pieces that won't wrinkle real easy either.

The shirt is the darkest piece of the costume and it's a deep chocolate brown shade.  From what I can tell from my book, his shirt pattern looks very very similar to that of the Imperial officer from the Prequels.  It even has that weird pleat thing in the front of the tunic (that's visable in the 'Dressing The Galaxy' book - I think that's where I saw it).  The collar, cut of the tunic and everything are very close. 

I have a couple of patterns to modify for the Imp officer uniform, I'll look those up and send the numbers to you.  I also have the modifications to make an imp officer tunic.

Hopefully that helps a bit.  One of my favorite things to do is take pictures around to fabric stores and see what I can get close with color and then see if there are fabrics that have a similar texture and good weight for something like this.  The cloak you'll obviously want a good flow to it, but I'll have to check that out more closely later.[/quote:82211280f2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12735','57bf7360c8','I didn't go back that far on the Trish comment, but I'm pretty sure I have that issue at my apartment.

I think I saw that McCalls pattern Tuesday when I was at Wal-Mart and thought it looked about right if you took off the buttons. The number for Simplicity also seems familiar, but it is also close to my birthday 7-2-73.

The cape fabric is "woven suede solid" on my receipt and what I got for the top is "Cotton Solids 55/60". Not only do I not know the fabric from Wal-Mart, but I seem to have lost the other items I bought when I was there. Oh, and this was in Memphis, so I can't go back to the store.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12738','b79b378e19','I think on that McCalls pattern you'll have to do some alterations to the front flap (along with the button removal), but it is pretty close.

I know the fabrics you're talking about.  Depending on how the fabric feels when you get it cut out, you might want to add some interfacting to at least the front panel (and probably the collar - depending on what the pattern says) to give it more support so it'll look stiffer and more uniform like.  I guess you'll know better once you get it cut out if it needs it.   :-)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12745','4e322df1ba','Thanks. I'm glad to hear that. We've experienced a few complaints regarding this in the past and our command staff is striving to make the Southern Outpost one of the friendliest to other oganizations.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17970','87872a0836','I had this idea and to be honest you're the only guy in the Outpost that shares my enjoyment of the 1800s and 1800s western clothing.

I'll be sewing this up this week, but I was thinking of taking my black bib shirt and sewing the SO patch on the right shoulder, maybe another on the left but definately the SO patch on the right shoulder.

What do you think?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17338','ec1130f533','no I didnt, I have about 200 of the metal ones, they can easilly be cleaned off with Greased Lightning, you still going to MSC??? I can bring them...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16278','3dce6da3ce','[quote:3dce6da3ce="TB1309"]So what's a good source for a Fett jumpsuit?  I've heard Dickies jumpsuits and also flightsuits.  What do you use?[/quote:3dce6da3ce]


I use 2 heavily-modified Dickies suits that have been merged into one suit.  I'm trying to replace it with a Richies Armor jumpsuit, though.

I've spent the last few days cutting Holiday Special Fett armor for David, and spent much of Saturday at his place thermoforming it.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12795','37729d9b2a','I totally understand all those concerns and I respect them. I have no problem privately tracking down folks I find that know Mary and discussing such a "locked door" policy with them. I personally don't open a door to people I think might be concered or offended. 

Also, I know your orignal "2006 Focus" thread was corrupted beyond your concerns pretty quickly. We as the COC just need to be able to jump in there quicker and be able to reassure people that we have/will have concerns deliberated and resolved as quickly and fairly as possible. People (new and old) can have a tendancy to jump to conclusion or the defence quickly if they feel endangered, threatened, or offended by a situation. Have we not always curbed and contained most concerns in the past pretty politely and fairly? I think so... i.e. MSC wedding, firearms, wookie humping before sunset...

Hopefully we can continue to work things out as a united COC and take out grand garrison ever higher through these growing pains.

 [quote:37729d9b2a="SL100"]just wanted to thank you for your input on this last arguement,

1) i had no intention of bringing you into the "drug" issue.
for your own consideration i do apologize to you and laura and charlie for any inconvienence.yes i was aware and NO i dont care. if you read the original post on my thread i made no mention of this issue.i didnt bring it up originally but then did because i tried to email joey about this and he wouldnt reply about it,couple o times.
as for the issue at hand, my stand is actually the same as theirs,you paid to be there so do what you want.
the problem is that with so many members now doing what they want we cant over look the safety and well being of the group as a whole.
Im in no position to speak to you about what you do,but i will ask that a "locked" door policy should be considered.
the parade situation wasnt about you,but suppa.while people were coming in and out they had smoke rolling out.i wasnt even in the room and smelled it outside. then as children and other hotel patrons walk around im supposed to ignore this? thats the issue, what do we do? ignore it and everybody do as they please? what if a hotel patron calls the cops and a bunch of us walked in to visit and the police walk in behind? can we tell them that its ok cause they paid their own way to be there?
i dont think so,
so simply consider a request from a friend to consider ways to enjoy yourself without endagering others.

lastly, i wouldnt even consider having you quit.your the most genuine person and i hate to even have this crap happening.
please step back and realize this isnt about you or drugs or that kind of mess.obviously there are issues with others that i accidently opened pandora's box on.

hopefully we can resolve this without too much of a ruckuss.[/quote:37729d9b2a]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12796','9335eca766','Did I reply to this? I spent 10 minutes writing it but I don't see it in my sent box... I really hope I didn't delete it by accident...LMK...

[quote:9335eca766="SL100"]just wanted to thank you for your input on this last arguement,

1) i had no intention of bringing you into the "drug" issue.
for your own consideration i do apologize to you and laura and charlie for any inconvienence.yes i was aware and NO i dont care. if you read the original post on my thread i made no mention of this issue.i didnt bring it up originally but then did because i tried to email joey about this and he wouldnt reply about it,couple o times.
as for the issue at hand, my stand is actually the same as theirs,you paid to be there so do what you want.
the problem is that with so many members now doing what they want we cant over look the safety and well being of the group as a whole.
Im in no position to speak to you about what you do,but i will ask that a "locked" door policy should be considered.
the parade situation wasnt about you,but suppa.while people were coming in and out they had smoke rolling out.i wasnt even in the room and smelled it outside. then as children and other hotel patrons walk around im supposed to ignore this? thats the issue, what do we do? ignore it and everybody do as they please? what if a hotel patron calls the cops and a bunch of us walked in to visit and the police walk in behind? can we tell them that its ok cause they paid their own way to be there?
i dont think so,
so simply consider a request from a friend to consider ways to enjoy yourself without endagering others.

lastly, i wouldnt even consider having you quit.your the most genuine person and i hate to even have this crap happening.
please step back and realize this isnt about you or drugs or that kind of mess.obviously there are issues with others that i accidently opened pandora's box on.

hopefully we can resolve this without too much of a ruckuss.[/quote:9335eca766]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12797','1ecb998b36','Hey Skip, do you still have all those reference pics/description for the hardware forcepike you made? Derek was asking me about it before Christmas and I told him I'd try to find them. Unfortunately, I've lost a harddrive since I made it so no more unassembled pics or reference pics :(');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('12798','302257f213','morning,
i did get the messages,thanks for replying,
as for the force pike.derek has made one while at corey's ,i was able to help a little but he had it under control.if his request was over a month ago then ill forget about looking for those pictures,which i think i still have.

cya 
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13348','b84a3937e4','Loki, I grew up with practicing Wiccans and two of my closest friends still practice.  Now, from all the followers of that religion that I have talked to, curses and such are not the path they follow.  "An it harm none" is the, I guess you could say "motto", of the followers of this particular religion.  Now, just as there is a light side of the force there is a dark side of the force.  Just as there are good people in this world, there are bad.  I guess it just depends on what type of person you're dealing with.  I can tell you that curses work only as much as a person believes in them.  If you believe that she has honestly cursed you, you'll blame everything bad that happens to you on that silly curse, when in fact the stuff probably would have happened anyway.  As they say, the mind is a powerful thing.  Think about it...you're doing probably exactly what she wants you to do, which is think about her.  You worry about it...she wins.  You let it roll off your back and move on...you win.  

Hope this helped.  If you still have some questions, I'll do my best to answer them.

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13349','c98b240ee5','thank you jessi.  I don't believe one bit in curse, but i do want to know more.  I'm thinking of getting a religion');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13350','7f8acc3129','SLACKER!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13008','cbf3e5887e','Thanks for the contribution!
:)
Chip
BH-7407 Greedo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13022','f9ecd3c473','Logout and login again.  You should be able to see it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16377','c8d2316f79','I found the &quot;Starter&quot; shirt and pants at that Wal-Mart on Brainerd (near Sir Goony's) although when I went back they didn't have them. I'm pretty sure the Wal-Mart's I've been to has their brand (Athletic Works, I think it's called) in the long pants. I think they run around $11.00 for them. I looked at Target as well. I think I remember them having either the long sleeve shirt or the pants, but not both... 

Anyway, the surplus store is the one by Eastgate Mall. Do you know of another one? I'd love to check another one as the one I was at didn't seem to have all the stuff I thought it should...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16378','ac78bfc986','I haven't seen any brand of the pants at walmart, which one have you seen them at?  I didn't know of any surplus stores so I'll check out the one you are talking about.

I am talked to my wife about possibly having a few people over for an unofficial armor party on Saturday in April, either the 8th or 15th.  I sent Loki a pm to see if he would be interested, as I could use guidance on my helmet and possibly some armor by then.  I'm waiting on a reply e-mail to see if it will be ready.  
If this works out are you free right now on the 2 dates above?  I'll let you know and come up with a list of who is working on armor.  I'm hoping to get my full set done before Adventurecon :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14673','340f50518f','Hey man sorry I haven't gotten back to you, I usually only have net access at work and I've been too busy there to get to it.  It looks like I'm going to be there Friday night and possibly Saturday during the day. If we don't make it there at the same time I'll still pass the money on to Loki and he can get the figures from you. Just let me know how much you want for them and we'll work something out. 

Thanks again,

Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15618','c3c9f2ec1b','Hey Glenn,
  What about this weekend if it is not too short of a notice.  At least as of right now I am good of course other weekends look good if this one looks bad. Just let me know I can adjust fire if need be
Thanks
Jeff

****I just saw where Atin is palnning a party for this weekend so maybe another time.****');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15613','7dbf533708','Betty,

This is really the first time I have actually come to you and said I am sorry.  I made a assumption about you with out giving you a chance and for that I am truely sorry.  I hope we can possibly start over and hopefully have a friendship.


Susanne');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15615','fe8644bb01','I am glad I did share with Holly that the basket did upset you guys because I needed her input as well.

I hope you realize that the glove was a massage glove and can be used anywhere on the body.  It is great on your legs if you have dry skin and have justed shaved.  The lotions and oils can be and should be used with the gloves.  I hope this helps shine some light on that.

But I am glad we are okay.

SusieQ');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13125','62b19873da','To register on the site you MUST use the email address that is listed on your 501st profile.  This is to ensure that you are the 501st member you say you are when registering.  If you need to update your 501st profile ask your GML or the LMO.


John');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13103','0945918468','http://dwrd.textamerica.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13115','f89af9ef7d','Chase,

Thank you for understanding. I agree with all that you wrote.  I too, have thought that the partying has gotten out of hand.  ( yea I know that have on occasion myself, but I have really cut back since Galtic con.)  I don't like the half armor myself and I know Joey hates it.  Joey is just now being told about some of the complaints from the past year which is why it may appear that he has sat back and done nothing.  He didn't know until it all blew up in his face. It seems that people were going to other command staff and Command staff didn't relay it back to Joey.

as for the voting, I didn't like it when Glen S. Put that list out there with all those who hadn't voted or of those who hadn't signed up on the legion board.  I should have said something to him but I was occupied with other explosions at the time.  Don't go edit anything, like I said emotions are running high and I read too much into it.  Yours is not the only one I saw too much in (didn't thread, different subject).

Thanks for emailing me about this and I am glad that we worked it out or that you set me straight.

so you can still call me beltloops, I would be mad at you if you didn't.

Holly');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13130','95cb2f768b','Pardon the cheesy Japanese accent title.

Hey Jamey, I wanted to go ahead and set up a line of communication between us on getting this Holiday Special Fett built up. I've decided to make the vest and jumpsuit myself, since it'd be hard to find a jumpsuit in the right color that I could modify and still have it look good. So that's two things out of the way.

I guess the first thing I should inquire about is if you'd be available to make the armor for me. You said you made yours yourself, right? I'm hoping to keep most of my business for this suit in-garrison, and with a Fett locally, I'm sure you'll come in handy a lot - especially with a certain jetpack. :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16463','d6c6e0484c','Hey Corey,

  Nothing to do with applesauce, but maybe it at least made you wonder before you opened this.  :? So... 

  I can't pretend to know what's going on behind the scenes. I'm not asking to know or anything... I just hope that whatever it is... that the problem(s) are addressed and took care of to where you don't leave. Although I've only been around a really short while, I can tell that you're the heart of this group and a really good friend to everyone that would welcome that. 

   Anyway, I just wanted to extend a hand and a show of support. I can only hope that these issues will be addressed and handled the way they should be. Take care, and I hope to see you on these boards or our boards or heck... in person! I know where you live now, and you're not [i:d6c6e0484c]that [/i:d6c6e0484c]far away!  :wink: Talk to you later,

     Jeff.....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16384','e74be00ca4','I don't think the 8th will be good as some of us are going to be in Decatur, TN for a library event the 501st asked us to participate in. Also, the 8th is some other event (a walk-a-thon?) in Huntsville that some of the others in the 501st may go to. 

The 13th is our little makeshift prop party, but it's easy stuff. The trash can Mando armor and foamy sabers. It's replacing Game Night, so that shouldn't affect anything. Not sure about the 15th... If that date is good with you, then sure! I'd love to get some expert advice on some of the stuff I'm doing, plus have some time set aside to work on it. MAYBE I'll have a helmet to work on by then. Sheesh! Who do you plan on getting the armor from? Kevin (TC-9948) or Javamonkey? Has he quoted a price yet?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17937','592214b200','I have one already in &quot;kit&quot; form as i was going to make it for myself.

I'll just get it to you on the 8th if you want.

I paid :

new goggles = 16.00
2 resin greeblies( officers disks) for the sides - 5.00
1 resin rod for the back helmet detail 3.00
1 chin cup -  2.00
helmet - 15.00

you'll need to make the comm box deal and u shapped antenee , and find some 1/2&quot; black webbing for the chinstrap.

the helmet is together and primed already.


so i have 41.00 in the thing so far.  I'll bring it to the event on the 8th.

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13193','72c8aa913c','OK, Here it is guys and gals, We will be celebrating Sweetpeas Bday..
Im going down to order a cake today.. Have something very SPECIAL in mind for him!!!!

If you want to get him a gift, go ahead.. 
Myself Im going to get him a gag gift and a real gift..

Remember this is a surprise, so lets keep it quite.
Loose lips sink ships..
Now if I can find him a pony to hump *LOL*

Please note, this email is being sent to everyone on the Roster for Feb 25 armor party, except Sweetpea.

~Atin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13241','def2af74ea','Yo man! Sorry I didn't get to you on the phone today, I was yacking with Jeff Lester when you called in! Seems he and I have been talking everyday about the SO saga. Hopefully all this will get cleared up and we can resume trooping and having a good time. I think this all stems from the group getting so big so fast, and a couple the veteran folk are feeling left out (not gonna name names here) . I'll try and call you at some point. Your cell phone number still the same? I don't think it is cause I would have seen your name come up on my cells id if I'd stored it there. PM with the #.

Talk at ya soon!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16618','355a156d72','Hay Donald,
Thank you for the correction.. Im pretty stressed and tired and just dont think clear in that case especially..

I know most of you all in Huntsville are kewl, I dont hold a grudge against any of you..

Also, meant to reply to your request about the ranch.. If we see what you want, Ill try.. 

We are allowed to take pictures, but it is at their discrition, IE they are working on &quot;projects&quot; that we may see, but because of our DNO we can not talk or take pictures of.. I know you understand...

Thank you again for your support.. I know I dont get a chance to talk to you much when we are at events together, and I hope you dont take tat as me being a jerk. Im actually a very shy person until I get to know someone, I know hard to beleive, but it is true..
Anyway thank you again and have an awesome day..

PS: If there is ever anything I can do for you, please let me know, Im here ner vod...... :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13275','c9fa338c5d','Hay Kevin, I just posted the directions on the thread for the armor party.

Also and this part we dont talk about on the thread. It is Sweetpea (Jon) and Sissys Bday..
We are having a semi surprise party for them both..
Myself Im getting Jon a gag gift along with a real gift.. You are under no obligation, just a heads up..

Also if you are drinking alcohol, Im asking that people supply their own.. We will have something for everyone, but we are asking people to bring what they want to drink also.

See you then.
And if you have any questions PM me..
Have an awesome day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13287','5e38a8c7d3','Hey, if you're needing some local help with an officer uniform, PM "rosegaurd". We're right over in Knoxville.

Cheers
~jon.
TC-760');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13288','d57a4ec405','Hey Chuck,

This is Crayfish.  I have a question.  How can I go about getting one of the con badges?  Is it way to late to get in on this?  Please let me know.


Cray');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13367','f2b5abc363','Yooooowww. You are the busy man. We must definately hang out when you get back. Thanks for the link,will check that out. Hopefully I will get my job at Ft Campbell, and I can start to get my good parts from england, then have them profesionally painted. thats the plan.

be well. be safe.

Commander Jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18385','b8d4ed13ee','I know that your thread got hijacked, but it was all very well said. Being one of those new folks, it is true that one instantly becomes part of this dysfuctional family. I for one, am glad to be part of it too.

P.S.
Everytime I look at your avatar, I literally laugh out loud.

-Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13428','a9ebf9e20c','Have you seen the unauthorized commercial that we're in?

The Havoc put us in a commerical for "Military Appreciation Night".  It's a pretty cracked-out commercial, though technically well done.

Still, kinda pissed that my Havoc guy (who worked for the Vipers) who I've known for 3 years didn't at least mention it.  May be a case of "better to ask for forgiveness than permission".   :? 

Look at the Havoc thread on the public event forum!  

J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18216','9e2a8f5207','hey dude, got your email. sorry I didn't get back to you sooner. Just been working and taking a break from everything.  the script is in my head, the castle is a cool place, but would be a logistics nightmare. no water, no bathrooms. nothing close for a store that I have seen. I don't see anyone getting permission to use this place, plus it's not that close. Whatever filming if we did have to do it, would have to be done in one day. Guys can pee anywhere, woman on the other hand need more privacy. 

 If somebody else wants to film there , more power to them. I promise to get to work on a script, that way we have something tangible. keep you posted.

jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18217','5d000dda16','hey man, nothing against you at all, just stein keeps pushing this matter and he is an idiot .  fuck him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18218','5d000dda16','hey man, nothing against you at all, just stein keeps pushing this matter and he is an idiot .  fuck him.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13468','f5d32ea2ee','Hay Man,

Hammer pm me the thread and Im sure you can see Im already on top of it for us to do it on the 25th of the month..

Hope you dont mind me grabbing the reins on this one...

Also, I need your mailing address again, I still have Mustafar sitting here, but when I screwed up and deleted all pm, I lost your address...

Thank you for posting this info about this young man.. I know for a lot of us, this is why we dress up and do all this..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13517','d1cca6a7ef','I actually have one of those stocks off of my airgun that no longer works. Gotta love how that stuff works out. Also, I love the Legos as gun holder. Great idea.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13519','f647d71fdb','I want one too.


TS6874');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13520','7b73a74c41','Are you in need of a neck seal?

I will need your neck size.  Contact Jester about payment he handles that for me.


Thanks 
SusieQ');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18034','c32047d51d','Hope you're feeling rested up this morning.  Did you get a look at that helmet yet?  Let me know if you think it's a go.  The auction ends today, and if it's an o.k. one, I'm going to bid on it.

Can't wait to see the alien finished!

Enjoy the Aqua Teen!

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18036','76801f9ca4','The only thing that worries me is the pics in that auction are from the starwarshelmet.com website.  He didn't put up a pic of the actual helmet, and he says there's some scuff marks on it.  Makes me wonder what kind of shape it's really in.  But if it stays at that price, I say go for it.  As long as it's not really screwed up, we can fix it at a prop party!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13523','165775c7bf','Thanks Derek,
I owe you big time!!!
BTW I have a size 40 waist, if that helps *LOL* I usually get a 46 size belt, so I can cut it down if need be..
My father started his diet finally last week, so Im also trying to lose this excess 15 pounds...
Next is quitting cigars.. I may do that before the armor party...

Anyway, tell Ryan I said thank you also and that I owe him to..
Let me know how much I owe you guys or what I can do for you or whatever, Im in your debt..
Have an awesome evening and if your out in the weather be carefull...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13525','4bb0212654','Hay Chase,
I should have written this pm weeks ago, but in honesty I felt like a real ass and I just didnt know how to say sorry to you.
A few weeks ago, you made a very valid point about people like me and the massive posting and instead of taking it in stride I just blew up and out of porportion..
I know you are going through a lot with the surgery thing and the last thing you need is some jerk like me spouting off like an idiot..
Anyway I hope maybe you can find it in yourself to please accept my appolagy and let us wipe the slate clean and be friends again..
Also if you need anything IE help or anything remember Im here. Im home all day and I took care of my dad when he was on his back for 2 years before they finally did surgery to fix him. So I have an idea of what your going through..
Anything at all, just ask.
Cellphone: (931)561-6614
Home (931)362-4092

Again I deeply appolagize for lashing out at you the way I did on the forums..
Have an awesome evening and stay safe brother..
Your friend,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13557','174a1f6795','Hey! I know it's late, but if you can still want or can recruit RL people for the party, be my guest! Deanne said the more the merrier :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13563','91d381ef6a','Cool.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13568','2934373941','Good Morning,

One of our new recruits is working on a Greedo costume, naturally I refered him to you, since you have the best damn Greedo in the Universe..
Anyway he cant access the Trash Compacter yet, so I told him I would forward his user info so you could contact him..
Hope all is well with you..
I will have to go and find somemore recruits for you later..
BTW I like the threads you make... :wink: 
Anyway here is the persons info for the Greedo Mask:
Profile
http://highlandcitadel.com/501stso/phpBB2/profile.php?mode=viewprofile&amp;u=209

Username: Vesper2112

He is a really nice guy  we recruited in Chattanooga so I vouch for him..

Thanks in advance,
Have an awesome day, :)  :)  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13571','e1b3c4313b','Hey man, didn't mean anything personal in the post.  My friend Sam has been trying to get some Snowtrooper Armor for a while now and needs some help with it.  He said he posted on this forum and e-mailed Drax and a few other people.  He wasn't sure if the e-mails evern got through though.  No big deal.  He said he has money for one and really wants it.  If you would like to help him out i'm sure he'd appreciate it.  His e-mail is skeys@highland.net Just tell him Mojo gave it to you.  

-Mojo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17079','88fa39e96b','I will. I am adding some more pics to that so be sure and check it out later on, including the one of summer in front of the green wall that says summer is coming');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15622','b18768977e','Hey Kell,

I saw that you're selling an Evangelion 3D artbook.  Care if I buy that from you at Midsouthcon?

Thanks  :D

Jon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17256','0a1233c25c','Hey Doc Vader and Mrs. Doc Vader! Me the wife, Joey, Holly, Crayfish and his girl are all gonna go see Ryan play at the Iron Horse in Hoover Saturday night! Get a babysitter and join us! Hell, it's the first time my wife and I have been out on a date in years!!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13581','ede2addd2f','She nears completion.  Hopefully by the 25th everything will be ready.  I'm going to do the whole thing with a base-coat of black, and this is the kind of airbrushing I'd like, only a little less than this guy did:

[img:ede2addd2f]http://i23.photobucket.com/albums/b375/loki41872/Albodystart02.jpg[/img:ede2addd2f]

Think you can pull that off?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13597','ed4e4c3d22','Thanks bro

my address is 

Todd Taylor
3204 Vera Valley Drive
Franklin, TN 37064');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17915','3cccd53756','dude that would kick ass! totally would love to join you guys on one. My number is 502-648-0967. So yeah, whenever. I'm up for it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13605','c94e21af3c','If you didn't know, voting started for Correlian base officers for the Rebel Legion. I am running for the XO of the base and would love to have your vote if you are willing to give it.

Have a good day.

-Derek
MasterKoon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17936','47cc819560','Wanted you to see what Rose sent me!!!!




I'm not sure how often you check this... but I wanted to go ahead and get this typed before I pass out from exhaustion. 

I want to be the first to thank you personally for giving us Jester Time this weekend. There's absolutely no way we could have gotten through what we did without him. It truly is appriciated what you and he both do for this group. 

This weekend we got alot of things said that needed to be said. Alot of things are out on the table now that can hopefully get us through this rediculous time of drama and pain. There are various reasons we're all part of this group, but the basic point is we all love it, for what it is. We're all friends with a common thread, and yet on top of that we all have our own lives to deal with. But this group is family to alot of us, and we do what we can to keep it together. 

And I MEAN THIS. We are all family. We all at some point get allong and enjoy our time together. And even outside that time, we would do practically anything for eachother. Sometimes I can't explain why, but it's true. I recently went through a personal health issue that I've barely told anyone about (I didn't even mention it when I was pouring my heart out this weekend), and yet without even knowing it, this group helped get me through it. Helped remind me what fun and love is. THAT is family! 

And just so it's said to you as well, something I need to say directly to you... I've NEVER heard or said any kind of &quot;rumor&quot; or &quot;story&quot; relating to you or your husband. I'd never even heard anything about them untill speaking to Laura 2 weeks ago and she mentioned that you were upset and why. And I'm so so sorry that Jeff felt the need to make sure everyone knew there was absolutely no truth to these rumors. I never believed they were. 

I meant what I said before this weekend, I like to think you and I are friends. I hope we can become better friends. When I get married (no date set, just an important example i'm using), I want you to be there with all my other friends that were there when I fell in love with our Sweetpea. That's who I am, and that's what I'll fight for. 

Again, thank you for what you do, and thank you for being a part of this crazy mixed up bunch I call family. And thanks for putting up with this rediculously long pm... 

_________________
Sweetpea's Secretary 
TR5123/RoseGuard/Ruusaan 
A Severed Wings Concept');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13835','91c71234c9','[quote:91c71234c9="TB1112"]aha.. so you're not completely at my mercy yet. heh heh heh

I just got the sweetest PM from Jester :) 

he's so nice. 

he says he owes me a big squeezy hug. what the hell is a squeezy hug? shoudl I be worried?[/quote:91c71234c9]

No you shouldn't.  That whole nomination thing you and Blaster Disaster did some good things for Jester. Just trust me, he was really unhappy and you guys made his year I think by just thinking enough of him to nominate him like that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13838','ad412529cf','Hey Jen,

Yeah everything is great, superbusy with work stuff, busy studying for CPA.  Most my time is spent with G/F from Carida.  

Hope all is going well with you and the family.

Hugs, 

Zachmire');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13846','02aeba1d7a','&lt;hugs&gt; 

You didn't do anything wrong. 

There is some stuff going on behind the scenes. I don't know why they would pick on you and no one else, but perhaps they are just not smart enough to know when to be quiet. 

Please don't repeat this, but I had some email from one of the troopers in December that was really really horrible. It made me very angry and it made me feel like I didn't belong at all. I told one of the command staff, and let them do what they wanted to with it. I think you did the right thing. People need to be outed when they attack people privately like that. 

so anyway.. I hope you're going to be ok. I am really sorry about the girlfriend. My boyfriend hasn't spoken to me in years :) but I'm married, so that kind of makes sense .. small attempt at a joke. sorry. 

If you want to talk, just pm me. I'm around way too much for my own good these days.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13847','e3fbcf1999','Just saw your note about your ex.  I'm so sorry, man.  
I know there's nothing that I could say that would really make anything better for you right now.  Nonetheless, I hope it cheers you up for a moment to hear that over in the ladies' version of "Anything Goes", it's been suggested that you look like Hayden as Anakin, and he looks like Brendan Frasier as George of the Jungle, and Brendan looks REALLY HAWT in nearly nuthin'; so therefore, Crayfish would look REALLY HAWT in nearly nuthin'.  At DragonCon, for example.

And don't regret speaking up about the PMs.  Think of it this way:  those asstards have been doing the same thing to others here in the SO -- not [i:e3fbcf1999]me[/i:e3fbcf1999], they would never [i:e3fbcf1999]dare[/i:e3fbcf1999], but I do hear about it -- and if you hadn't brought public light onto the topic, they'd continue doing it to every other troop they think can be bullied.  You're an honorable man and they just picked the wrong target.

And in case the question ever comes up, you hereby have my permission to quote me by name, any PM I send, any topic.

Including the REALLY HAWT part.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13854','5e68d396b1','I'll be getting into town Friday, and stayin' at my moms that night to work with her on my mando seamstry.  I plan on headin' out to your AO Saturday morning (or as early as you all are getting started), and leave on Sunday to head home.

 Been several weeks of all-nighters here.  I'm lookin' forward to good company and smiles brother.  

 Thank you for the clearance.

Dark.out');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13856','e3fbcf1999','Just saw your note about your ex.  I'm so sorry, man.  
I know there's nothing that I could say that would really make anything better for you right now.  Nonetheless, I hope it cheers you up for a moment to hear that over in the ladies' version of "Anything Goes", it's been suggested that you look like Hayden as Anakin, and he looks like Brendan Frasier as George of the Jungle, and Brendan looks REALLY HAWT in nearly nuthin'; so therefore, Crayfish would look REALLY HAWT in nearly nuthin'.  At DragonCon, for example.

And don't regret speaking up about the PMs.  Think of it this way:  those asstards have been doing the same thing to others here in the SO -- not [i:e3fbcf1999]me[/i:e3fbcf1999], they would never [i:e3fbcf1999]dare[/i:e3fbcf1999], but I do hear about it -- and if you hadn't brought public light onto the topic, they'd continue doing it to every other troop they think can be bullied.  You're an honorable man and they just picked the wrong target.

And in case the question ever comes up, you hereby have my permission to quote me by name, any PM I send, any topic.

Including the REALLY HAWT part.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16824','2515cb8ee4','I think I read where you guys are going to be at FantaSciCon on Friday then go to the parade on Saturday. Were you coming back up to the Con again Saturday evening? I'm not sure if I'm going to make it Friday or not, so I was wondering if I should look for you on Saturday. 

The Episode III helmet is finally on it's way. He shipped it Wednesday so maybe sometime next week. If no one needs one or wants to buy it, I'll probably be ordering the rest of the armor very soon now as the money I was waiting on is supposed to be put in my PayPal account within a few days. Question: Once the Clone Trooper armor pieces are cut and sanded, is it any harder to &quot;build&quot; than a stormtrooper? I guess I'm asking if I could do as much cutting and sanding before the next armor party, could a clone be put together in ablut the same time as the Stormtrooper? I guess most of this depends on when the armor would actually get here, but assuming Kevin was able to get to it pretty quick. Thanks again for all your help. 

If you do have a set of Mando gauntlets made, I'd love to buy them, but if not... no problem as I should probably concentrate on one costume at a time. 

See ya this weekend,

     Jeff.....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16825','d9b060b3b9','yeah the clone and stormtroper are the same esentially.

the clone is a rough kit, the stormtrooper is already trimmed.
i'll be at the con both fri and sat!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13912','d5c67efe28','No problem man, tell him to come with his sons... :)  :)  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13915','fc7fda966c','If that comment about not being able to do more than one thing in a day was directed at me, that's not what I said at all. I said I would try to get to Nashville and I would definitely be in Huntsville. I didn't say I would choose one over the other. 

I just wanted to clarify. 

I also just wanted to say that I am not going to dredge up anything you sent me a few months ago, because I'm not that kind of person. 

I do get a sense that you are mad at me for some reason, though. Please let me know if I'm right. 

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13916','6ac5255e77','I saw what they did to Crayfish.  They must be some sick bastards to pick on a helpless crustacean like that.  LOL.  I notice that none of them have publically admitted what they did so they can be culled by the rest of us.

Yeah, Jessi and I wanted to be there, but things just didn't work out.

I think you and I have the same mind on all this, we just don't give a shit.  If we split, we will still troop and have fun, if we don't, we will still troop and have fun, so it doesn't matter who runs the thing, we will still troop and have fun!

Talk to you later.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13942','d9fa5829ad','[quote:d9fa5829ad="Vesper2112"]After you wrote how cheap it is to pull off a Custom Mando, I think I might try to do this while I wait for the Clone Armor stuff to come in. I ordered the Clone helmet, and although it was supposed to ship on the 6th... I found out yesterday that he hasn't pulled the pieces yet. That means I won't get to bring it to the Armor Party on the 25th. (mild swearing  :wink: ). So... I was able to get one of those Jango Fett helmets off ebay and I'm hoping it'll arrive in time for me to at least bring [i:d9fa5829ad]that [/i:d9fa5829ad]to the party to see what can be done with it.

Meanwhile, I was wondering if I could get a few more details about the other parts you mentioned. I planned on going to the surplus store later today. When it comes to jumpsuits, are they all basically the same? I know you said make sure it's cotton, but anything else I need to look for? 

Also, if you could let me know some more about building the blaster from the parts you mentioned... that would be great as well. I really appreciate it. Thanks.[/quote:d9fa5829ad]

Vesper! So good to hear from you, man!
I'll get right into it.
As far as jumpsuits go, look for the ones that are 100% cotton. These can be dyed with RIT dye from Wal-Mart. These are the ones that usually run about $15.00 at the surplus store. There are some of the heavier ones that run around $40.00 and can't be dyed.

Loki may still have some gautletts available. If not, I'll see a guy this weekend and will pick up what he has a bring them to the party on the 25th.

Boots are you call. You can get used boots at the surplus store, new boots at Wal-Mart or go with whatever you like and want to pay for. Most of the guys in our Mandso group are getting what we call "Jester boots" or "Peace Keeper boots". These are available at www.sportmansguide.com.
They are biker boots that have velcro straps all down one side and ribbed pads up the front. Usually these are $69.00. Sometimes they run them on sale for $49.00.

The blaster parts are:
The telescopic light saber from Wal-Mart (on the peg) $6.88
A .357 Magnum style toy/squirt gun from either Wal-Mart of Dollar General
A funnel to fit the end of the blaster (2" - 3")
A CROSSMAN rifle style stock (an attachment to the Crossman air pistol)
At my Wal-Mart they were $9.99 when I found them. They may mark the price up, when in season, to as much as $19.99.
The SIMON'S scope is optional. You can get it at Wal-Mart for about $7.00 or $8.00.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13944','7c80f1637c','Jen:

No that message TOTALLY was not directed at you.  I hadn't even read your sentence when I posted that.  I was just commenting on something that another friend told me about their garrison.  

No I'm not mad at you.  I just spend all my time talking to my girlfriend.  That's why I haven't emailed you in awhile.  I'm not exactly sure what your talking about regarding something I said "few months ago", but if you meant the Novacon stuff I really could care less about that whole thing.  I was never going to go to that event anyways and was only saying what other TN troopers had told me.  

H&amp;K,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13962','9035654517','ok. thanks. that's really good to know :) 

Jen');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13966','ee25c7b715','Jennie dear, I was on the high school debate team, so if anything I say comes across as mean spirited or rude, I do apologize.  After reading my post, you are right.  I was only accusing and not trying to fix.



Let the debate continue!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17170','0db2015316','Ok... here's the story on our end... first of all, angi is not with us, she's with the big group in the party rooms, she's taken care of there. Just wanted to clarify that if there was any confusion.

Now as of right now, Bob and Betty are definately comming saturday, and are trying to make it friday. When Jon and I decided finally to go to MSC, we told them we'd do our best to find them room if they did make it. They've done it for us before. They also have an air matress, AND even though they'll be bringing brad, he will be staying with the party room/group anyway.

Jon and I are all for this suite plan though. I'm good for the money and we have an air mattress as well. Right now Jon is really REALLY looking forward to having a quite party free room to rest in, and we appriciate this more then you know.

We have one more question though... Jon and I still havn't made definate travel plans yet. We can drive the full trip to memphis if we need to, but were wondering if there's any way we could just make it half way to Nashville and hitch a ride the rest of the way with someone. We were going to do this with Corey, but he wanted to leave in the morning, and Jon can't get off work untill 12, which would put us in Nashville around 3-4. If you have any advice or help, we'd really appriciate it. But like I said, if we need to, we'll make the whole trip ourselves after all. More then anything we just want to be with our friends, when it counts :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13971','286de41afd','Thanks, man.  I love you too!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17216','1dac4fbde2','What is going on with the command staff expansion? I pmed Joey last week, he said it was complicated and he would call me...never did. Also Ive heard a rumor that I would like cleared up. Call me at 8pm if you can or later. (your time)  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13981','99dd01fd76','Does 'Captain Bogen' sound like a good 'imperial' name?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16723','3b05a51b1f','Well, Holly seemed upset about it at least.  I'm just spitballin here but what I honestly believe happened is some folks figured Corey over-reacted because he has a tendency to take things more personally than most of us.  Add the fact that Corey's a big, loud man and Cray's a smaller, quiet man.  They probably figure Corey can take care of himself.  

I still think there should have been more done, but if Corey's not makin a stink neither will I.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13976','cc6ee3c733','I was difinately talking about you in my post. So much time had passed and so much BS was spewed by others....I just didnt know what to say to fix it.  I guess my post was a way of reaching out and getting things cleared up. Thanks for be so understanding and clearing this matter up. Look forward to seeing you at Coreys party!  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17219','782520cb70','Hey Skip, sorry I didn't respond sooner. All I can say, whats up with those black sheep t-shirt crap.  Coming from command staff members at that. That is just wrong. Things are edgy as we speak, and they throw that out on the forum. I don't beileve it.  People grow up. 

Just talked to Corey, he told me at work, then we talked a bit more at  his home. If its done, I am all for it. lets move on, and put this behind us. 

I am ready for some new members, who want to be here, new patch, ne w name, and new command staff. You have my vote for Commander. You have done an excellent job, and continue to do so. I want you to be the Co.

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('13989','499ad3f1e4','Do I need to get my flying monkeys out again, Crayfish?  Let's try to find you a nice girl this time, cause my monkeys are starting to get tired!  lol  I love you bunches, Cray, and if I had any single friends I'd send them your way.  And don't let all this nastiness on the boards bother you...you know who really loves you and that's all that matters.  :)  Talk to you later!

Love,
Jessi
aka the Wicked Witch of the West and her Flying Monkeys');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14008','c6bca94b0d','Hey, Chuck. I was gonna write you. I think I am going to be coming either Sunday night or Monday morning depending on who is playing Sunday night, but I will definitely need a place for Monday night. I will let you know about Sunday as soon as I know, but I would think probably not.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18311','91c8cc5df9','you need to remember that alot of the people that read the board dont understand your kidding.
no we wont be getting arkansas,so yes,i would drop it.
cya');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17986','26cb5685cd','it shows a box with a red x in it,
link didnt work');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17988','f78c5b0512','http://mishuna.image.pbase.com/u32/deadelvis/upload/33109630.skip.jpg

try that');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15277','e2e8402d58','retzfett@yahoo.com  If tha does not work try  jcrtretzer@hotmail.com I got a couple of other if you need them.

 I apprecate the pictures
Thank you
Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15134','e8c24cbc71','Hi Joey!
  Just saw the rules in the event section.   I just wanted to get my possible event cleared through the command staff.  My husband, Casey (J.A.F.T.) and I have been handlers for several 501st events, and he just got his armor this past weekend (so you'll have a point of reference of who we are).  Before I post the details of the event.  Here's a little about the organization I volunteer for:

Shelbyville-Bedford County Humane Association
ENTIRELY VOLUNTEER operated for the past 27 years (no paid employees).
501(c)(3) non-profit organization
Sole funding through fundraising events and donations.  We receive no outside funding sources from the city/county.

Here's the jist of the event that is posted in the pre-event thread.  Right now, I was just seeing if this event was even possible, and if anyone would be interested.  Any funds donated through the event will be used to defray the cost of shelter upkeep, vet bills, and animal care such as food, litter, etc.  You can visit our site at 

http://www.petfinder.org/shelters/TN26.html :

 
I'm trying to organize a children's breakfast/brunch (and any adults that want to come) to kick off our pet day to benefit the Shelbyville-Bedford County Humane Association. I'd love to have a Star Wars breakfast with a character at most of the tables and be there for photos. The event is for Saturday, October 14, 2006 at the Bedford County Agricultural Center. Breakfast/brunch will start appx. 10:30 and last for about an hour. Free breakfast and lunch (and beer at another location) will be provided for all volunteers. Atin has been kind enough to offer to postpone the armor party that weekend to free up schedules. I'd like to have an idea of who all would like to participate by the start of May. That way, I'll know if the event will be doable or not. Without you guys, this event won't happen. Thanks in advance to all who are willing to participate. 

Here's the roster so far: 

Cheryl 
Casey 
Loki 
Atin
Derek (tentative)


Hope this meets with approval from the command staff.  It would be great to have the 501st at an event in Shelbyville.  I'll be happy to answer any additional questions.  Hopefully, we can make some kids happy and help some animals at the same time.

Cheryl
AnakinFanCheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15132','ff27cd780f','I know I probably dropped a bomb on you the other night when I called.  I just wanted to double check is there anything else I need to clear up with you?  To to ask you what you once asked of me.  Have I ever done anything to offend you?  Just trying to clear the air and make sure I am not falsly accused.  

Thanks for listening the other night.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14739','a7a1ac5657','I am looking for $50.00. Or trades.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14740','69377ab27f','Yes I went on Sunday. It was good. ballet, coffee, full course dinner. I was like &quot;Damn! This is nice!&quot;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17990','d5a80d43bc','its coming up forbidden,

my dad is &quot;dead elvis&quot; so theres no telling what that is.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17992','d9d10caa99','Forbiden? that sucks, but your Papa has a BUNCH of pics of you and your family, like you and your Trans-Am on the way to the prom, Just Google &quot;Skip Curley&quot; go to images and look at the second row, just an old pic of you with 80's hair, but its easy to see its you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17996','ee8539c0a6','My family was broke and country so most of my clothes in the 80's were fromt the 70's, its a sad thing to see an 8-year old in 1989 wearing a 3 peice bell bottom pen stripped suit');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17998','35e40860fb','i think i had that suit in the 70's, :lol: 
things like that make you appreciate stuff when your older,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15595','83c38fadc5','This is for your eyes only!!!!!  This was part of a reply from Bob.

Our wedding--we had been to two weddings ourselves and tons of ppl showed up to those. We had three ppl show up to our wedding from the outpost. Everybody had some lameass excuse for not coming. I believe it was becuase of all the rumors about us flying around. Nobody wanted to come cause they just didnt know what to believe. 

The basket from Draconcon 05 was pretty offensive to say the least. The sex toys and sex related items were way to far for us. Angela is Bettys cousin (more like sisters), and even she didnt give us anything sex related. We both felt those to be crass gifts considering most ppl didnt want us to be togethet let alone have an enjoyable sex life. The other gits in the basket were great: dish towels/pot holders, candels, wine, etc. Those were gitfs we appreciated and used. 

I also felt that the way that basket was given was more for show. A token gift as if to say weve done these ppl wrong heres a basket full of goodies to make up for it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15553','f95dac457e','Ahh.. ok..

THOSE kind of pirates...

oh well, I had hopes for something a little more... mm.. along the lines of their female co star! lol');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14133','aac4dcb574','Hay you working today, tonight whatever???

I have to be in Nashville at 16:30 to get my new kickstand installed on my Stapway.. After that Im hoping Loki will be off work so we can go get some dinner.. If not Im stuck heading for the parking lot and waiting for everyone  :lol: 

Anyway if your available around 16:30 - 17:00 give me a call today, would be kewl to hook up..

Hope your having an awesome day..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14134','9ab596e032','Hey Mark,
  This is Cheryl.  I'm J.A.F.T's (Casey's) wife.  He's out running around today.  I just wanted to let you know, we'd be happy to take those off of your hands.  You want $8.00 ea.?  Let us know how you want us to get the money to you.  We're hoping to be at Atin's  prop party at least on Friday night next week, if that helps.  Thanks so much for your offer.  It's VERY appreciated.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14141','97d0710e61','Thanks.  We played it off for a while but now it has just gotten to that point.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14158','2f1bca8602','no problem man, I just thought I would throw it out there since I was going to be there early...
Hay maybe I should go to your bookstore  :lol: 
I dont even know where it is, so your safe.... :lol: 
Cya tonight');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17100','1a640e12e7','Yes we are trying to make it. As of now I have to work Friday and Saturday. Those two days have come open for vacation and I have put in for them. However I am low in seniority so I may not get the days. If nothing else we will be there Saturday night about 10pm. Brad will be with us. We have our own mattress and such. I may not know until Thursday what our actual plan is. Ill let you know as soon as I find out. Sorry about all this. I wish I had better plans, but its my jobs fault!!  Thanks for hooking us up. Bob and Betty');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17949','fd4f048f60','HI there, sugar ;) 

wow.. that is creepy.. That's like my cell number being 256 651 1070 and Doug's birthday is 6/51 and mine is november 10 1970! whooaaaaa... 

hehe.. 

You're on for more party! Will you be at that Anime con in late April?

OH and I have to share the pic I got of Chris and the pirate. it's very revealing. I don't know if he'll actually post it (I told him I would leave that up to him) but for you &lt;grin&gt; .. enjoy! 

[img:fd4f048f60]http://i30.photobucket.com/albums/c322/MommaJenks/Jan-Mar2006009OMG.jpg[/img:fd4f048f60]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17950','b523114d1c','Hiya Darlin'.  Can you direct me to the place that sells the armor with the boobs?  I really don't want the one that shows a midriff cuz my belly ain't that purdy but I'd like to look into it.

Thanks &amp; I'm looking forward to that next foot rub.  :P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17116','73fe114bb3','Hey Skip,
If you have a chance, we are voting on the base name just to clarify Corellia vs Corellian. I am trying to get support for Corellia. 

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14225','9384d35964','Dude,
I must have done it, was probably my good boyish looks or something  :lol: 
I called Skip right after he left here last night and told him to call AL to tell them the site was hacked...

This sucks!!!!!

I saw you on there when I was online last night to..

Sooo maybe you pissed the turks off  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17126','ae35d832a4','www.rebellegion.com

you would then sign in with your Skipjenn name and go to the Corellia base which is about 5 up from the bottom. It is the top thread in the base.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14229','a48d0a1191','Man, I REALLY hope they had a backup...
It is really going to suck if the forum has to be started from a tottally new stand point, not because of the post count, but there was a lot of info on there I need IE the Ill kid here at Ft Cambell, the guys number and info is on there   :cry:  :cry:  :cry: 

We shall see though..
I do know this is the worst time for someone to do this.. I can already tell you someone will start a rumor that it was someone in the SO pissed off at everyone that did it.. DONT SPREAD THAT PLEASE AND NO I DO NOT THINK THAT!!!!!!

OH Got my Mundi mask yesterday.. I see the potential for what to do.. After we are done with my STAP, Mando then Im going to brain bash and see how we can pull it off... My guess is that we will cut the mask so it is mor of a bald cap... Then Ill just have to have the outfit (Im hoping to get help from you on that) and will have to color my beard and eyebrows to finish the effect..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18384','7983186952','Let me know what you want and I'll look.  I'm still not really happy with mine so I might not ne much help.  If I  ever get a copy of Photshop I'll  do my own (and signature too).  Just lemme know...  I'm going back to bed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17080','3a69a9bf3d','Do you have aol instant messenger?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17081','47154a36e9','If i do, I dont remember my screen name. i will go check. stand by');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16179','bfcc4634fa','anytime');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17133','28b5a94489','Your response to the AFT was brilliant. Bravo, Bravo.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17134','065dfebe11','Thank you...

You coming to MSC?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16178','0377713382','Wow Chris, thank you very much.   :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17137','6d03e46e97','Yep. I don't work on Friday, so I will roll in pretty early. When are you guys getting there?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17138','ef28b22000','Rose and I leave here at about... 12:00 and it's about a 6hr drive, but we gain an hour... so that'd put us there around 5-6PM. Just in time for rush hour!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14256','802871bf19','Glancing at your profile because I didn't recognize the username.  Where in East Ridge do you live if you don't mind me asking?  I grew up about a mile away from Camp Jordan park.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14263','42e1d2a653','[quote:42e1d2a653="TB1112"]now I know what captain bogan was for hehehehe. 

Am I right or did some of that forshadowing not actually mean anything for last night's episode? something about a girl on Corellia? 

&lt;hugs&gt; You are an incredibly capable man.. I can't believe you got it up and running again in a day, much less on a Sunday. You rock. 

anyway.. just saying hi. 

HI[/quote:42e1d2a653]
Yep! that was what Captain Bogan was for.  heh heh
And you are also correct that was foreshadowing for another episode!! the girl on Corellia (I've no doubt the other heroes will tell you this when the time is right ) is the Corellian girlfriend of the young Tapani boy-emperor ( he's 15 she's 18).

Thanks.. it has been a loong long day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14268','cece3e3105','heh try it now.. I was just adding your access in as you logged in!

Did you have Trash Compactor access?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14320','16df496b10','Nah, I moved to Huntsville in 90 to go to college, though the rest of my family does.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17226','6eb79ad3e8','I kind of like the TK garrison. Tennessee and Kentucky');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14284','2b6f355e3a','Hey, do you have the link to the event calendar so we can put it back up in the Pre-event area?

Good to be back, damn Turks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14327','834e44b777','Your name doesn't sound familar but I wasn't in the band and didn't really know anyone who was. My name is Ben Joyner, I was into more of the JROTC stuff.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14292','4e20d59114','Hey Chris...what exactly is the Rogues, Scum, &amp; Villiany group and why am I in it?  Or have you already gotten wind of one of the pronunciations of my new nickname?  Susanne dubbed me Jessabelle, except it keeps getting pronounced Jezzabelle.  lol  Damn those slurring southern accents!  lol  I told them that they can't pronounce it that way unless I have consumed great amounts of alcohol and cannot be held responsible for my actions.  Anyway, it says that I have access to some Trash Compactor thingy.  When I asked Thad about it, he giggled and told me to remind you to add him too.  Anyway, I was just wondering what you'd thrown me into and from Thad's reaction I've got a pretty good idea.  lol Well, I'll talk to you later!  I hope you took my advice on the aspirin. 

Jessi

P.S.  You don't have to take me off, I was just wondering what it was.  I'm sure I'll just read it for the articles.  hehehe   8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14293','b07b75870e','[quote:b07b75870e="TI 7399"]Hey Chris...what exactly is the Rogues, Scum, &amp; Villiany group and why am I in it?  Or have you already gotten wind of one of the pronunciations of my new nickname?  Susanne dubbed me Jessabelle, except it keeps getting pronounced Jezzabelle.  lol  Damn those slurring southern accents!  lol  I told them that they can't pronounce it that way unless I have consumed great amounts of alcohol and cannot be held responsible for my actions.  Anyway, it says that I have access to some Trash Compactor thingy.  When I asked Thad about it, he giggled and told me to remind you to add him too.  Anyway, I was just wondering what you'd thrown me into and from Thad's reaction I've got a pretty good idea.  lol Well, I'll talk to you later!  I hope you took my advice on the aspirin. 

Jessi

P.S.  You don't have to take me off, I was just wondering what it was.  I'm sure I'll just read it for the articles.  hehehe   8)[/quote:b07b75870e]

 :rotfl   :shock:  ohhh my bad. I could've sworn you were on that list of users that already had access! I'm sure you've already figured out the nature of the hidden categories! rofl

I'll go add Thad in now. And I did take your advice on the aspirin.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14326','834e44b777','Your name doesn't sound familar but I wasn't in the band and didn't really know anyone who was. My name is Ben Joyner, I was into more of the JROTC stuff.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18050','e4b337cb2c','Coolness. No you hadn't told me

As for my schedule, I'm free most nights. I have a BASIC normal work schedule. The only weekend things I do are during the day or with the 501st boys.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17228','df342710af','hey if you have a few minutes, hop onto instant messenger');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17229','244692eb3f','stop making fun of lame costumes you can buy at walmart, shame on you');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14324','19cf2f05b6','Yeah.  East Ridge High School class of 90.  I went by my middle name.  Rex Gaither.  Played Sax and Tuba in the band.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14301','1ca1c15a37','[quote:1ca1c15a37="TB1112"].ok. hehe good to know. 

and good. go get something to eat! 

In the mean time, I'll send you hotmail about the bene gesserit stuff , including that I am stupid and for some reason forgot that you'd written all of the bene gesserit stuff out on wildfyre. duh. 

bon appetit[/quote:1ca1c15a37]

heh sokay.. its been that kind of day. I'll look for your email.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14302','53cf19b238','Well, I didn't realize that it was just the Anything Goes thread.  And, yes, you were right, I did already have access to it.  It was just the group name that threw me.  lol  I saw it and thought, &quot;Oh hell, who told Chris what!?&quot;  lol  

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14304','2c2517bc09','[quote:2c2517bc09="TI 7399"]Well, I didn't realize that it was just the Anything Goes thread.  And, yes, you were right, I did already have access to it.  It was just the group name that threw me.  lol  I saw it and thought, &quot;Oh hell, who told Chris what!?&quot;  lol  

Jessi[/quote:2c2517bc09]

 :rotfl  Ok, I thought you had access before! lol At least I know I'm not going nuts! 

Yeah I thought I'd set up a hidden usergroup for it that would add to the whole &quot;theme&quot; so to speak!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14309','8629f869ce','Tyler, you are awesome, yes that was EXCTLY the thing I needed..
Now I can call Mr Lawrence today and get it finallized..
Thank you times a million!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14311','0a9ce459bf','Just off of Bennett and South Seminole. Do you still live around East Ridge?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14318','0a9ce459bf','Just off of Bennett and South Seminole. Do you still live around East Ridge?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14552','82202e04f8','My wife makes cakes and I have finally given her enough advanced notice for her to make a big cake to bring. She hates making them for me as I am her worst critic Smile It should be enough to feed 50 I think.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14696','74ed6d2217','Yea man, I can give Richard a ride back.  I no longer drive a van, so there won't be room for anything wild like an R-2 unit, but I'll be happy to give him a lift.

 I need directions too your pad from Nashville.  Also, what time Saturday is the band scheduled to play. &lt;g&gt;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17944','e8d64ceb6f','Thank you rose!

You don't know how much that means to here you say that. I do hope we can become close friends and I do consider you a friend now.  Please feel free to come to me anytime you hear anything that I can help clear up.  I will not get mad or blow up and most important (and I am speaking for Jester too) we will never lie to you.  I have no problem in admitting when I am wrong or when I have done something.

Can't wait to see you guys at AdCon.

Susanne');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14700','0c46e57b94','Is that Lava Dart Vader the Target Exclusive regular vader or the Lava Reflection Anakin/Darth Vader??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14701','f0ea6e2c14','Target Exsclusive Vader.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14710','b8e5c6d067','Yeah..I was thinking of doing that...but I've been doing a zillion things..got another bucket requset so I was working on that last night.  I will try to post all of my stuff tonight.

Yes..no problem on the paypal that will work.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14714','0025677b59','Hey Crayfish!  I just wanted to let you know that I'm thinking about you and keeping you in my prayers.  I can tell you this with absolute certainty...there is a relationship in your future.  A good one.  I can also tell you that this rough period isn't going to last too long.  Just hang in there and it will get better.  How do I know this?  Well...maybe one day I'll tell you, but for now...just trust me.  Okay?  Anyway, I guess I'll talk to you later.  If you need to call me my cell is 746-9883.  Thad said that if you need to talk to a guy, his cell is 746-9882.  lol

Love,
Jessebelle
aka your little sis

P.S.  This isn't just the same ole words of wisdom.  Like I said, trust me.   8)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14736','f0a1a74e1c','I'm definitely interested.  How much do you want for it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14744','15589cdbf1','Why so nosey on my dating life hummmm??? ;)





geez :-p');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17976','351416f239','In your signature area type this

http://www.dwrd.net/skip.jpg

put it between [img] and [/img][/img]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17977','9915d5d8f6','thats the same as i post pics so no prob,got it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17978','9915d5d8f6','thats the same as i post pics so no prob,got it!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18009','d759a0e115','Change the link to http://www.dwrd.net/skip2.jpg for the real signature.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18019','0471d0a1e7','[quote:0471d0a1e7="Jester"]Funny you should mention that. I was thinking about ordering a new black bib shirt just for that purpose.
So, yeah, I think it's a great idea![/quote:0471d0a1e7]

lol

I would say great minds think alike but I think &quot;greatly disturbed minds think alike&quot; would be more appropriate');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17623','f7639d39c3','Hey Tambo,
Just curious what the status is of my emperor submission for membership? I know that it has to go through the Legion, but was just curious to see if there is a way to gauge its progress.

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17624','6c010e1cd3','Your pics are up for review...they just did a switch over with a new Legion Membership officer and they have been updating the website and working on the backlog... I'll remind them.  Have you re-done your Guard Cloak?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16540','c12e304474','it could be done, 
chris could pull his pm's 

it would be a bad preceident though, but i agree.

Let em squirm,  Nothing like more TN moaning and groaning..

I told themto police themselves.  evenetually it will come back on them.

I'll put him on the floor about the PM's though, at the parades. 

sympathy is one thing drama is another...

you guys don't sweat over it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14843','d811a2963a','Ivan,
  I was thinking around noon.  That is when they normal seem to begin.  Of course if I remember reading right it was going to start tonight.
  Is there some thing you are needing?  Or is something planned?
Jeff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14844','2fee96f88e','Here is my numbers if you want them.
Cell 931-561-6157
Home     920-3690');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14845','5fd19e8e68','just was wondering when you were getting there. i plan to be there befroe noon m yself. see you there.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17659','edd73615c5','Dude!!!!!!!!!!!!!1  What a great job you guys did on her costume!  I'm so impressed with both of your suits..you guys set the standard for other Mandos to follow.  post some pics and have her start a thread in the Mando section.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14849','2965d7559a','Hi Matt,
  Could you please pass this info onto the any local rebels that you think might be interested?  Thanks so much!   Any help would be appreciated.


I'm trying to organize a children's breakfast/brunch (and any adults that want to come) to kick off our pet day to benefit the Shelbyville-Bedford County Humane Association. I'd love to have a Star Wars breakfast with a character at most of the tables and be there for photos. The event is for Saturday, October 14, 2006 at the Bedford County Agricultural Center. Breakfast/brunch will start appx. 10:30 and last for about an hour. Free breakfast and lunch (and beer at another location) will be provided for all volunteers. Atin has been kind enough to offer to postpone the armor party that weekend to free up schedules. I'd like to have an idea of who all would like to participate by the start of May. That way, I'll know if the event will be doable or not. Without you guys, this event won't happen. Thanks in advance to all who are willing to participate. 

Here's the roster so far: 

Cheryl 
Casey 
Loki 
Atin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14851','59939aac37','Have you found the crazy hacker, yet?  If you do, I think you ought to hack [i:59939aac37]his[/i:59939aac37] computer and make it play the Imperial March every time he turns it on.  lol   :twisted: 

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14852','355b8332bc','[quote:355b8332bc="TI 7399"]Have you found the crazy hacker, yet?  If you do, I think you ought to hack [i:355b8332bc]his[/i:355b8332bc] computer and make it play the Imperial March every time he turns it on.  lol   :twisted: 

Jessi[/quote:355b8332bc]

 :rotfl 

Actually I tracked the asshat down to a Turkish hacker forum based in Texas of all places.  I've been slowly and carefully watching it to catch him and trace him back to his home internet provider  :twisted: 

But I do like your idea! lol  I have found out he's not much of a hacker but what's called a 'script kiddy'. Some jerk who uses a premade exploit for software and doesn't even really know what it does.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18214','93c7afd859','Why did you clear out your profile? So that know one knows who you are? I still know who you are.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17651','47ca7e4d12','Guess what I just bought  :twisted:  :twisted:  :twisted:  :twisted: 

I should have it by Thursday..

anyway, yep I found the laser keyboard, here is the link of the company that sells it.

I was thinking about the roll up keyboard and happened across the link for this one and bang it is only like 40 more than the roll up one..

http://www.laser-keyboard.com/products.asp

keep me posted, I know we will both have them..  :lol:  :lol:  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14861','128421872a','Ok, that's pretty crappy.  I guess when I was thinking of this person as some really sly and crafty hacker, there was some level of respect (however small).  But, now there's none.  I guess I'm just one of those people, if you're gonna be evil, be evil.  But if you're not original in your evilness, you're reduced from villian to inexperienced youth rolling people's front yards.  lol  I have a very warped mind.  

Jessi');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14863','fe89dd333a','heh heh.. send me the link to the pic on photobucket and I'll get it fixed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14864','040329ddbd','lol.. oh you're pretty much dead on with this guy. What he did was a pain but was basically &quot;rolling somebody's front yard&quot; from an internet point of view.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14865','4c498716f1','I'll be happy to take it off your hands.  Are you coming to the prop party this weekend?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14866','e07032c80f','Yes, I was there. Let me know if you still want it and I'll set it aside.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17283','263004af72','Cool..thank you so much.   Many folks have been looking for these over the years and very few Fetts have real ones.  I'd like at least one to cast and make a bunch of resin ones for all of us.  This part was used on the left Boba fett Gauntlet (right below the Rocket) and also all over the Vader helmet (you can only see them when the dome is removed in Jedi)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17284','15ddadee36','Drax I had our thank you card returned saying your address was bad.  Can you give me your current address so I can re-send.  And Natalie and Mary both love that Purple blanket...they use it all the time and love it..thank you guys soooooo much.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17287','4758b7066c','I have a few of the smaller pieces in my junk stash. I'll pull those out this week and let you know what I've got.

As far as Skip &amp; Jenn go, I just have to shake my head and roll my eyes at the whole thing.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14874','82653dfc0f','You should have access now.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14875','5bcff6d119','Hi Strick,

Do you have a pic of your costume?  What size is the belt?  Anything else besides boots needed to complete it?

Thanks

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16845','0e61ef375f','Oh great Tambo...

I've lost the link to the rank badge listing site, wondering if you still had it and would mind sharing with me again. I'd appriciate it, that was a great page. Thanks! :)

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14879','65ac5e961d','Thank you!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14881','04e5a1dd40','Yep..I just got in almost $300.00 worth of Switch lihght covers and made about 6 rank badges for people on Saturday.  I can mail your requested one out to you just add $3.00 for shipping.  You can paypal or mail a check to me at:  and $15.00 is correct for a Captain at $2.50 per rank pip.

Paypal   tk1128@bellsouth.net

address

Glenn Tamboia
2573 Cardinal Lane
Clarksville, TN 37043');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14883','5bcff6d119','Hi Strick,

Do you have a pic of your costume?  What size is the belt?  Anything else besides boots needed to complete it?

Thanks

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14884','39133caacb','The belt is pretty long...40&quot;-42&quot; I'd guess. It has no buckle holes in it because I never wore it. I can get some pics for you if you'll email me at strick68@bellsouth.net. I also have a pair of black boots size 11 1/2. They are square toe motorcycle &quot;engineer&quot; boots with the straps and buckles cut off. I never wore those either but the square toe isn't the right look for SW costumes. Send me an email and I'll get those pics to you ASAP.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14885','e628de6b70','The costume can be completed with a a Death Star Trooper helmet. These are EXPENSIVE but there's been some talk of making these within the 501st S.O. You'll have to refer to the master propmakers here to solve the helmet issue. You'll also probably need a blaster and there common solutions for that. Otherwise with my flightsuit, gauntlets and belt you're almost there. Email me at strick68@bellsouth.net if you have any other questions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14887','0eff774fb8','Hey Loki,
  It was good seeing you this weekend.  I hope you had a safe trip home.  Was it you that had the figures I believe for $2.50ea?  I have been back and forth on getting them.  I wish I would of done it yesterday.  If you still have them keep me in mind.  I would be interested in the wookie warrior and some clone troopers (not sure how many though 3,4,5,...,)  I am na army builder so I like lotsa troops.
  Thank you
Retz');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15246','9a3acd9e4e','Hey Skip!  
  I also sent this to Joey.  I wasn't sure who all I need to send it to:

Here's the rub...

Before I post the details of the event.  Here's a little about the organization I volunteer for:

Shelbyville-Bedford County Humane Association
ENTIRELY VOLUNTEER operated for the past 27 years (no paid employees).
501(c)(3) non-profit organization
Sole funding through fundraising events and donations.  We receive no outside funding sources from the city/county.

Here's the jist of the event that is posted in the pre-event thread.  Right now, I was just seeing if this event was even possible, and if anyone would be interested.  Any funds donated through the event will be used to defray the cost of shelter upkeep, vet bills, and animal care such as food, litter, etc.  You can visit our site at 

http://www.petfinder.org/shelters/TN26.html :

 
I'm trying to organize a children's breakfast/brunch (and any adults that want to come) to kick off our pet day to benefit the Shelbyville-Bedford County Humane Association. I'd love to have a Star Wars breakfast with a character at most of the tables and be there for photos. The event is for Saturday, October 14, 2006 at the Bedford County Agricultural Center. Breakfast/brunch will start appx. 10:30 and last for about an hour. Free breakfast and lunch (and beer at another location) will be provided for all volunteers. Atin has been kind enough to offer to postpone the armor party that weekend to free up schedules. I'd like to have an idea of who all would like to participate by the start of May. That way, I'll know if the event will be doable or not. Without you guys, this event won't happen. Thanks in advance to all who are willing to participate. 

Here's the roster so far: 

Cheryl 
Casey 
Loki 
Atin
Derek (tentative)


Hope this meets with approval from the command staff.  It would be great to have the 501st at an event in Shelbyville.  I'll be happy to answer any additional questions.  Hopefully, we can make some kids happy and help some animals at the same time.

Cheryl
AnakinFanCheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14889','c4f18560e6','I sold all the troopers but one.  I still have the wookiee though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14890','39133caacb','The belt is pretty long...40&quot;-42&quot; I'd guess. It has no buckle holes in it because I never wore it. I can get some pics for you if you'll email me at strick68@bellsouth.net. I also have a pair of black boots size 11 1/2. They are square toe motorcycle &quot;engineer&quot; boots with the straps and buckles cut off. I never wore those either but the square toe isn't the right look for SW costumes. Send me an email and I'll get those pics to you ASAP.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14891','e628de6b70','The costume can be completed with a a Death Star Trooper helmet. These are EXPENSIVE but there's been some talk of making these within the 501st S.O. You'll have to refer to the master propmakers here to solve the helmet issue. You'll also probably need a blaster and there common solutions for that. Otherwise with my flightsuit, gauntlets and belt you're almost there. Email me at strick68@bellsouth.net if you have any other questions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16955','547bc65cf1','Nope, Australia too.... 

Looks Ok, there's no straight on front shot though...
I'm not as up on Boosh...

Honestly, Ask Fetthunter what that looks liek to him.. good/bad deal??

What are his buddies asking for thier helmets??');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16956','f5a8e7ac7e','Here are the pics I had on my camera of Sunday.
I want to get the ones from Cindy as well. I know she's got some good ones too.

[img:f5a8e7ac7e]http://i53.photobucket.com/albums/g74/jester6873/BlackSheep001.jpg[/img:f5a8e7ac7e]

This one is my new screen wallpaper. 
[img:f5a8e7ac7e]http://i53.photobucket.com/albums/g74/jester6873/BlackSheep002.jpg[/img:f5a8e7ac7e]

[img:f5a8e7ac7e]http://i53.photobucket.com/albums/g74/jester6873/BlackSheep003.jpg[/img:f5a8e7ac7e]

We sure had a good time with yall this weekend. It's nice having a weekend where we know we won't be a part of the drama come Monday...or will we? LOL. Anyway, we'll see yall on April 8th in Huntsville.

BTW, Susanne didn't make the che4ck out for enough on the room. We'll get the difference to you in the mail ASAP. Wow, a banker that screws up a check....D'OH!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15126','c21b08e8bb','Oh YES!!!  I DO want it.  I wasn't able to come.  I had to work this past weekend.  My husband was up there during the day on Saturday.  

I can probably meet you in Cool Springs one afternoon, if you'd like.  I think that we are going to be around that area on Friday afternoon, probably after 5 or so, if that area's not good, just let us know where a good meeting place is.  I'll be happy to bring you the money.  Just let me know.  Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14899','fe409363b3','I agree. Joey is the best man for the job. 
Hope to see you soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15119','bfcdb7b2f0','Corey,

I was looking over the forum and see some of you are planning on coming down for an event here in Chattanooga on March 11th, I also saw that you have another prop party scheduled for the same day.  Will it be rescheduled?  
Just curious.  I won't be able to do anything on that day as I have another commitment.  Thanks again for the good time this weekend, we got to meet and talk with several of you guys and learned a lot. I have been sanding my bucket and it's really starting to take shape.   

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17302','66ae93585a','I sent Ricky and e-mail and pm!!

Well, looks like the bashing has begun already. Loki with a quote like: 

&quot;The question is: 
Who's NOT coming to MSC?&quot;

is just the beginning. He's also telling me I don't know what I'm talking about on my original GF armor. He's always said it's not an original set. No matter how much proof I give him that it is he's acting like I'm an idiot. Someone has a post about some GX armor (?) and wanted to know the difference. I guess I should have never put my two cents in because Loki has all but said I'm and idiot. I talked to Gerardo TWICE on the telephone, wrote letters back and forth to him before he shipped me my armor! What the hell else is it gonna take to convince him!

Would you give me your take on what the different armor is? I know you've told me before, but my ADD kicks in and I don't listen..

I swear, if it didn't start some shit up I would start a &quot;NOT going to MSC&quot; thread. Add all of us and the other 75 people in the garrison that aren't gonna make it! Can I Commander! Can I!!!!

Piss on em!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16766','245d78af81','Meant to tell you. If there is anything I can do to help you coordinate the COSI let me know.. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15206','e9bfa2578f','Hi Joey,

I met you at Corey's armor party last saturday. You told me the name of some one who make Death Star Gunners helmets, but I forgot who you said. Do you have any contact info for this  person.

Thanks,
Ben 
aka Eelem');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15207','21d120ae66','http://imperialgunnercorps.netfirms.com/ 

http://users.adelphia.net/~rickenbacker/dsgunner.htm
http://users.adelphia.net/~rickenbacker/

TK104  Scott Rickenbacker

tk104@adelphia.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14937','538964a5f9','ive noticed that jeff is being &quot;super-nice&quot; on the forums.almost to a smart-ass level.but not sure if it will be taken that way by the membership.

ive also noticed him trying to taunt me in the chattanooga thread for the kids event this weekend.he disagreed with us on the coc thread regarding &quot;working with the FF&quot; and seems to want to cause an issue on the boards.
i added a little something to that thread regarding working with outside groups.he came back almost immediately with a comment,even though he has never stated he was going or gives a shit about that event.
im going to word my response ultra conservatively since im sure he will be attempting to use anything i say against me.
or ill wait to let you jump on there and say something to shut him down.

i had used the term dos-and-donts when dealing with other groups.
i was basically gonna say to DO- go down and have fun,do go and support your friends and fellow FF members,and especially do go down and see those kids.
i DONT think the 501st name should be brought up,(or should it)im not so worried about a little kids fair if 4 or 5 guys are going down to see the kids.but do we want to set a standard of being asses if we insist that the 501st get any kind of mention? im thinking we should just let the guys go down there,do their thing with the kids,and leave.
i spoke to corey yesterday and will talk to loki today.what if a newspaper shows up or news channel? do we ask them to mention the 501st or just go with the chattaoine people?

anyway,throw something out on that thread

and lastly,
did you get my email?
we need to announce something soon to the group.you might even want to talk to jeff today.but i think it looks like were going to re-vamp the command staff.and dropping the LTs seemed neccessary.though painful.

gotta run
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14938','7abc9ab111','Hey there, I'm looking to do a simple tech style outfit. I'm also in the Louisville area and would like to see about checking it out to see if they'll fit. Give me a call at (502) 593-0283.

Richard');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14940','2a1c3307d9','Hey man, sorry I didn't get to talk with you much this weekend, but I just wanted to make sure your back did OK. Anyway man, was good seeing you and your dad, etc. Take care care and hope to see ya trooping soon!

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14941','cb0c0b8774','morning chuck,

well to put it bluntly,some things have happened that did upset a few people.not sure what i can get into on PMs but i can try.i may be able to call you later today when i leave,ill see.

please stop and read this carefully

Im NOT attacking you at any point in this PM,simply want to help.



i spoke to corey a few weeks ago,he said that you Pm'd him and said that you knew you did a few people wrong and really wanted to make it straight.but according to your PM ,this might not be exactly what you said.

as far as corey goes,give him some time and really be friends with him again,and i think he can give you a chance.he was upset with the gps thing and i believe he feels taken advantage of,which is how others feel.

since were talking about this let me just shoot straight with you.id rather you be able to work with me on this and not get offended,cause it sounds like you are truely confused by my PM.and most of all this is just me and you talking and trying to get you involved in the group,not me attacking you in anyway.if i was gonna be mean i would ignore you and not stick my nose in your business.but since im friends with all you guys i think its good to get this cleared up.

the issues with the group revolve around the facts that you used hotel rooms and drank beer and never offered to pay,simply put.
beer and hotel rooms cost money.if you stay in somebody's room it is courtesy to pay for it,if you drink beer and never pay or never bring beer it makes people feel like they are being used.people spend alot of money to come to these events and if you take and not give it will come back to hurt you.i know people liked you but were afraid to be honest with you that it was an issue.as far is i know this is pretty much it.nobody bashes you or anything like that,i think that they simply want to see you step up and pay your fair share.i know you guys had been having some hard times and didnt have the money.and i think thats why nobody wanted to give you a hard time about this.

when it comes to this group,(as you saw on the forums over the last few weeks), people have bottled up any hard feelings and let it fester for a long time.now everybody is wanting to get the issues taken care of.
i dont see or hear anybody mad at you.but i know that if youve upset a couple of people it will affect your relationship with the other people.does that make sense?

so,is this really a big deal? yes and no,but it is something you should ask corey and maybe zman about.you and corey are friends and i think he is still hurt somewhat.zman i know likes you,but i think he feels taken advantage of as well,with the rooms and beer stuff.
and know that only a handful of people know anything about this.so its very important you understand that im not talking about the whole garrison here,were talking about a couple of people here.

as i read this PM ,im kinda sorry for having to be the one to step up and deal with this to you.but on the other hand i have seen what good members you and trish can be and feel its worth it to just be honest with you. 
and just so that you know ,ive gone to bat for you with corey and zman.i dont think its fair for them to be upset with you if they were never honest with you and they wouldnt come to you with their concerns.if zman wanted you to pay for some of the hotel he should have been very specific,or atleast tell you he was upset with something.zman loves ya and he's the biggest teddybear weve got.he'll do anything for anybody,unless he feels taken advantage of,which is what i think has happened.
does this help &quot;connect any dots&quot; ,so to speak?i hope so.
i think you should talk to those guys and ask them to level with you,that is if you are interested in really working out the friendship with these guys,and thus putting you back into the group without any issues lingering around.

i gotta run,you guys be strong.this sounds worse than it is,i assure you.
cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16924','0cbafd4d4c','We got some templates from the dented helmet.  The back plate and collar piece seem real weird and hard to shape tho, any suggestions would be appreciated... :D 

Betty :jawa');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14954','d91b06cba8','Tambo,

I meant to ask you if you had any extra Thermal Detonators for sale on Saturday, but I didn't get the chance.  So I thought I'd ask now and if you do how much you are asking for them.   I talked to you briefly about hollowing them out and putting led's in them.. I want to try it out but figure I better get an extra or 2 in case I screw it up beyond repair lol.

Thanks

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14955','7cb42b11cb','Yup...I have the mold and will make more.  I'll let you know when I have a few ready.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14957','ec4698bd33','Hey Jamey,

Did you use sintra or styrene on your Boba?

Was that from a local supplier?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14959','6d94fec6a1','Basicly anything you can get your hands on.  most use areound 2CM and I've seen up to 5-5CM 

Have you had time to work on any more member pics?  If I had a dollar for all those who ask I would of had about 10 bucks this weekend :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16930','4ddf9b3d11','Tambo,
  I do not know if you are still wanting to get together some weekend., I would like to.  Mid south con is this weekend. I was hopeing to go But if I did it  would have to be a one day trip.  If you still want to get together let me know.  I can not think of anything coming.  
Thanks 
Retz');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14965','3eff115980','I was thinking of doing an expanded universe costume. A Mandolorian based on one of the novels / short stories.

Yknow.. just something for fun.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14970','ceeeebf1b7','Hey Vesper, I have a seamstress who makes them in Clarksville.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('14974','6b0d4ec50e','ahhh...  caught &quot;Mandalorian Fever&quot;, eh?  Seems like that's going around, and is apparently HIGHLY contagious!   :lol: 

Just don't use garbarge cans and yard sale signs as parts of your costume, or you'll hear about it from ME!  ;)   (of course if you don't use those materials, you'll hear about it from Loki!).   :roll:

Let me know if you need anything.  I'm helping Dave with his anyway!  :D


J');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16964','c3e761d1ed','check out the thread on cosi.
i know youve got this under control,so just let me know if you need anything.
i read the new hotel and participant thread on the ohio board.it looks like they are waiting for our room list.might also want to check with Loki,if he cant go to california i bet he's gonna want to go to this afterall.

sorry you missed the parade,its worth it to miss it though,take care of that little one.
you did miss a very interesting dinner and group discussion.it was awesome,everybody yelling and getting things off their chest.it was really helpful.
talk to ivan about it,but i know that the group in TN and KY is really sick of joey and jeff(figured they were but they really put it out there).they still want to break away too.
so if things arent gonna change around here they still want us to run this and take us into a split.
at least i know that we have the support of the membership in tn and ky,which is all that matters anyway.
gotta run, keep in touch,ill be busy this week and MSc is friday so its gonna go by fast!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15945','195727d08e','Hey Richard,
I wanted to check and see if you had gotten the email I sent you about the Gamorrean Guard costume? I sent it to the email listed on 501st.com. Let me know when you get the chance. I know you're gonna be busy for a while though so there's no rush and all I wanna know is if you got it or not. We can discuss it further when you have time after April maybe :)

Drax');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15287','e936226f16','I dunno if you've seen the post on the Mando board, but there is a Mandolorean language created by Lucasfilm.

It would be cool to have Mandos communicating with each other in their native tongue while in battle. If you've ever read the Dune novels, the Atriedes have their own battle language. Just something to think about.

Also, I found some cool articles you might find useful:
&lt;http://www.filmmaking.net/articles/show_article.asp?id=26&gt;

Filmmaking.Net is a great resource.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16357','e745aae229','The custom Mandos have no requirements at all, they are for fun and all they guys enjoy wearing them to events..you just need to remember that customs will only be an extra costume and can not be a Bounty Hunter designation in the 501st.  I'm sure you knew all that.  as you can see everyone kinda added a part of themselfs into the custom mando (jester and his western gunslinger, Hammer and the Army tank, Hook and the Sniper)  Are you doing a custom or are you doing the Cartoon version of Boba?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16360','9bf335c24f','Heh, yeah I knew a custom Mando in no way is accepted into the 501st. 

I'm actually doing a custom Mando. I've always been fascinated by the Mandolorians in Star Wars. I've read the comics and I'm absorbing what Karen Traviss is adding to it all literary wise.  Because of that, I thought I'd give it a go making a custom one for myself. It falls under my Shadow or Dr Mid-Nite costume. I really just wanted to do it because I need something &quot;fun&quot; to work on for awhile.  And being me... I want it to be as detailed / accurate for a Mandolorian as literature allows.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15031','3ce8193b7c','Alien in a cave... sounds awesome!  I wonder if he'd like a couple of aliens in his haunted house...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15351','362097fad3','You know, if Ivan and Summer don't get their ass in gear I'm gonna be without a Ripley come MSC.  Think Kell would want to carry the Pulse Rifle again?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15521','2e21764bf5','I'll give you guys a call this week.  We have all been fighting this crud.  Joey has been coming home from work this week and going straight to bed.  I have been in the bed most of Thursday and Friday.  Hope you had fun this week-end in Chattanooga.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15049','f20fca4a4d','Hey Skip,

I'll probably be sending you a paypal later this week for the armor.  I'll shoot you a PM when I do.  Thanks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17288','84b6b300f2','Jason R. Bales
8209 Sherbourne Dr.
Knoxville, TN 37919

I'm glad you all like it. Honestly, it was all Laura in the choosing of the gift (I'll get her a Star Wars toy when she's 5 or 6 heh). She's very glad they enjoy it and says you're very welcome as well. Hope to see you guys soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15200','91ca733cf4','Good. I'd be happy to talk with you. Email me at strick68@bellsouth.net and I'll send you some pics of the items if you'd like.  I still have everything so you get first dibs on anything you want. I'm 6'2&quot; and 215 and the flight suit fits me fine. The gloves fit my hands well but they're a bit snug because they've never been worn and aren't broken in yet. The belt has NEVER been worn. Email me.

Robert');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15054','43bcdf905d','I appreciate the comments on the armor.  I wanted to get with you on detailing the armor the same as the bells but Every one needed a little but of Tambo Saturday, so I did not want to bother you.  I did not know if it would be possiable to get with you another time. 
  I am working on getting new gloves.  The pouch belt might taked a while.  I still need to find knee darts, I have not been out looking yet, plus pick up the box from you.  
  How do you add an avatar and banner on this site?

Thanks agian for what you have done.
Retz');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15055','f56c4ae6da','go to your profile and in the bottom section that says link to off site avatar add your picture that is some place on the net..for examplr the picture Ivan posted of you.  try this

http://img.photobucket.com/albums/v337/srmatlock/Jaster/coreyparty024_edited.jpg

just highlight copy and paste and then save and you should be good to go.

I want a few of us to get togrther some free weekend at my place to work on Mando stuff.  What weekend are you free?

Do you have another jumpsuit like the one you have so we can cut it up so you can have the big cargo pockets added?  that would make the costume fill out a little better.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15230','863fb9084f','WTF?? No avatar, no posts no picture.........');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15232','3bbb82fe96','Hey Corey it's Casey. It turns out I'm a little richer this month than I was planning on, so if you're coming to Loki's this weekend would you mind bringing my armor and I'll settle up with you. I'd greatly appreciate it. Talk to you soon.


Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15233','bed2e80e3d','Ill be at Lokis with Trooper armor in arms  :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15234','4d8d01f5b7','I wasn't able to make it last weekend... I have been really busy.... why don't you just give me your address and I will send them to you!


Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15077','94631a9eb6','Nice website Ashley, good costumes.  Make sure you come out to one of our events and join us sometime.  We always need Leias!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17312','712378d3cd','That's just great, burst my bubble....

I think you and Skip and Loki are now having secret meetings about me......


hey, let me know about what you guys may do tomorrow. I think we should meet for dinner Sat night then go see Ryan. Any thoughts on where we should go? Somewhere close to Iron Horse?

Hey, I'm open for lunch again today if you get board........no biggie if not.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15096','79c6e653e4','I was just thinking this morning &quot;Where has Strick been?&quot;  We're having an event on July 2nd, just about an hour south of Louisville. More info here:

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=81

Even if you're not in costume, PLEASE join us for the event; just to hang out with us, seriously. By the way, I don't have your e-mail address; could I get that from you? Take care and stay in touch!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15142','cc128806f3','Here ya go, there's quite a few pics of you in these two albums:

http://photobucket.com/albums/b375/loki41872/?multi=10&amp;addtype=

http://photobucket.com/albums/b375/loki41872/d%20con%20pulse%20rifle/


Beware!!! There is nudity!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17347','a1568bd819','Well it looks like my car is holding up a bit more than they thought.  At first when I brought it by it was estimated to be around $6000 for the body work and then whatever engine damage had occured (which i thought was bad since it had died and smoked and whatever) but they couldn't tell me at that time because the hood was stuck in place.  They assumed it was bad and my dad said that it would most likey be totalled.  They managed to get it open today and found that only the battery had been cracked (which caused it not to run) and an alternator malfunction and maybe some damage to the radiator.  So that is good news.  They said around 2-3 weeks before I get it back.  The Ford delearship here deals directly with my insurance so it seems like everything will run smoothly, I hope.

I'm still going to MSC, just may be a bit late there on Friday.

Cya, Mr. Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15147','7a76834fde','Is it possible to be added to the trash compactor area??  I feel so left out   :wink:   
Thanks, Betty :jawa');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15148','af2bb9518f','You're good to go! ;-)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18263','6c6af40c53','[quote:6c6af40c53="Loki"]My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.[/quote:6c6af40c53]

heh Loki my man, given that a noticeable portion of the Arkensas members troop with us more than they do their own garrison, AND admit to having more fun with us ... I have to admit, I really agree with your &quot;annex Arkansas&quot; thing. Though annexing GA might be a hard sell!!

Might want to cut back on the &quot;annex arkansas&quot; stuff for a little while just a little.  But maybe only just a little.  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17277','4694586ec6','Well, I heard back from one of my Orthodontist friends, and no luck.  She had several expansion screws, but they were not what you were wanting ( too modern).  I can send you a pic if you want, but I still have another friend, that has been practicing for a long time, on the lookout in his store room.

I'll keep you posted');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15872','c2908e9b41','Richard, if there is anything I can do to help with the Jar Jars, let me know. I really want to help if I can. Even if its jsut holding somethnig still for a moment. Seriously. I feel I owe you and Corey alot for letting me experiance the adventure you two have earned. So really if there is anything at all i can do to help email mecall me pm me whatever.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15167','95981f37e5','Yeah. It's strick68@bellsouth.net

The link to your event is bad. BTW I'm selling my stuff. Life's just too busy for me to Troop. I've got them offered for sale on the forum at: [url]http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=96[/url]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15176','0f9d4705b8','Howdy, if you're still selling the flight suit and such I'm interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15213','91ca733cf4','Good. I'd be happy to talk with you. Email me at strick68@bellsouth.net and I'll send you some pics of the items if you'd like.  I still have everything so you get first dibs on anything you want. I'm 6'2&quot; and 215 and the flight suit fits me fine. The gloves fit my hands well but they're a bit snug because they've never been worn and aren't broken in yet. The belt has NEVER been worn. Email me.

Robert');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17790','4b88b67b84','Geoff Manfrey is having one at his place on April 22nd in Franklin. Look for the thread in the recruits area of the boards. Corey isn't having one in April to my knowldedge. I bet that if you ask if someone wanted to help you get the TK together so that you would have it ready for the event that is in nashville the same weekend as the next prop party, I bet there would be volunteers.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15255','707013b4ed','I'm glad that I can bring something of the craft to the public table.

 519 Altagate Road
 Louisville, KY 40206

 As for the axe, I'll have it out again.  I'm not a &quot;trained&quot; guitarist, and I imagine not very entertaining.  It's my daily meditative-tool, so I travel with it.  It was extremely cold on my knuckles at Coreys, and playing was work, so I packed it up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15259','f6fa8a4129','i need your email so i can send you more pics');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15260','f7858f4d10','I'm pacing myself. Wouldn't want to shock the system to much all at once.


It's more fun to spread it out. I'm hoping it's driving them CRAZY... :twisted: 

Miss you guys.  :( 

Hope Betty is having a great Birthday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17295','f5dc92ad81','Hey Ricky! A bunch of us are gonna go see Ryan play at the Iron Horse in Hoover by the Guitar Center (right before you go under I-459 to get to the Galleria) Saturday night! Try and see if you can come out for a bit. Let me know if you need better directions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18207','5e680925ff','http://www.rpf.invisionzone.com/index.php?showtopic=107835');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18208','0a938a6369','Chewbacca, I have, Zam .................I will have to think if I have one !');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15726','8de9cc62db','That will be fine..tomorrow night might be best. I have company over tonight. Lets catch up.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15308','da67821e5b','[quote:da67821e5b="Obi-TN"]Hey, there! I'm compiling an attendance list for all of our events. I know that you and two of your children were at the armor party at Corey's last weekend, but I don't know the names of any of the three of you. Also, was one of them the Jedi in the fan film shooting?

Thanks,
Glenn[/quote:da67821e5b]

Hey Glenn,

We are glad to have the opportunity to have attended the armor party, hopefully it will be the first of many..

I am Bob, my sons (18 &amp; 16) are Bobby(Will be registering as JW02) and Corey (Registered here as JW03) Respectively (was confusing with so many  Bob's, Corey's &amp; Jeff/Geoff's at the party lol)..Bobby was dressed up as the Jedi and Corey was filming it.  I'm going to order a pvr for my pc to transfer the Hi-8 then burn it to DVD.. just might be a week or so.

If you need any more information let me know.

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15333','f4a054131b','Yea, most ppl just dont get it. You have no intention of ever costuming. There are ppl in the welcome thread trying to involve in every detachment they can think of. If they only knew you just did it to shut certain ppl up. Betty had to work on her b-day. I took her a dozen roses though.  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15312','5a12014684','[quote:5a12014684="JW01"]I am Bob, my sons (18 &amp; 16) are Bobby(Will be registering as JW02) and Corey (Registered here as JW03) Respectively (was confusing with so many  Bob's, Corey's &amp; Jeff/Geoff's at the party lol)..Bobby was dressed up as the Jedi and Corey was filming it.  I'm going to order a pvr for my pc to transfer the Hi-8 then burn it to DVD.. just might be a week or so.

If you need any more information let me know.

Bob[/quote:5a12014684]
Well, a last name would help differentiate between all the Corey's, Jeff's, and Bob's. I used to have a PVR, but it died. I have hacked my TiVo instead, but will need a PVR to get all the stuff off my old TiVo drive eventually. I filmed some of the stuff, too, but will need to see if I can lighten the image to make anything visible.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15318','a3e5486c5f','Last name would help I guess.. Ours is Duff.  The force is telling me yours is Stein.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15944','fce3929dbb','Hey man. Casey here, just wanted to let you know that there's a pawn shop here in the 'boro that probably has 20 or so wheelchairs. Just let me know if you are still looking and I'll swing by and inquire.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15354','7197011821','You are just the sweetest..... :D 

You know the funny part is that the ones I was doing it at don't even get it. They have no clue that this was all to shut them down. Did you see where mama Wendy is now offical....... TS 2352 I think. 

Be sure to play nice with her... shes my buddy...(partner in crime :twisted: )');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18273','ef94c11438','hey did loki PM you? if you aren't working tomm, we are doing a mini prop party at his house. You able to go?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15419','d1efd414df','Are you going to be going to Chatanooga this weekend. We'll be there if you are.  Don't worry about mailing them, we'll get together and work it out sometime soon. 


Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15663','330ead5832','My reply is wayyyy to long already, Chase I'll give you a call when you have at least 30 min of time to talk... LMK today.

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15445','ce6d703999','Hey man, just saw the post, if you still have them Im interested in the set.
LMK here or at skyshark93@yahoo.com
Life happens, keep you chin up! Life happening is the reason we ended up in FL, but after 2 years we are back to trooping and hoping to one day move back to Clarksville and the SO. Good luck!
Thanks!
Later');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15455','4a98ae9362','Email sent Hippie.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16527','918cfcd29f','By gauntlet rocket you mean flame thrower?  If so two of those and two rip cord attachments.  I can paypal and will be at Midsouthcon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15496','37f747acfa','Pretty much everything started at Adcon 04.  Apparently you and Betty didnt quiet hit it off right.  The titty shift was not the universal sign that you took it for. She had gotten her nipples piercied recently and they were bothering her. She wasnt shiffting them in such a manner as to say--Get off him Im working this side of the room.

The writing on me in risque places by you and Laura with the markers was just plain wrong!! In my drunken state you placed me in an uncormftable position.

If you would have watched my drinking pattern at the past few events, and were aware of my heart condition--you would have never done that to me. I was still very heart-broken over my divorce and I was trying to kill myself through the alchol. My doctors told me not to drink excessively cause it could stop my heart.

The phone calls on the weekends at the wee hours of the morning were quiet childish. It was no ones business what I was doing in the middle of the night nor who I choose to spend my time with.

The dragoncon 04 room incident was totally uncalled for. We had planned for months to room together and then the jealousy took over and I was left without a room.

The rumors that were spread to Hammer--WTF??  Becuase of those rumors, my relatioship as a good friend was destroyed with him. We went for nearly a year and a half without speaking.   Fortunatley we have talked all that out and have started over again as good friends.

Our wedding--we had been to two weddings ourselves and tons of ppl showed up to those. We had three ppl show up to our wedding from the outpost. Everybody had some lameass excuse for not coming. I believe it was becuase of all the rumors about us flying around.  Nobody wanted to come cause they just didnt know what to believe.

The basket from Draconcon 05 was pretty offensive to say the least.  The sex toys and sex related items were way to far for us. Angela is Bettys cousin (more like sisters), and even she didnt give us anything sex related. We both felt those to be crass gifts considering most ppl didnt want us to be togethet let alone have an enjoyable sex life.  The other gits in the basket were great: dish towels/pot holders, candels, wine, etc. Those were gitfs we appreciated and used.

I also felt that the way that basket was given was more for show. A token gift as if to say weve done these ppl wrong heres a basket full of goodies to make up for it.

Your explanation for all of this is I was looking out for you, I thought you were moving to fast after your divorce.

Please!! If you were that concerned about me as a friend you shouldve taken me aside and talked with me about what was going on in my life. That would have been the way to handel things. Not try to sabatoge my new relationship and dismantle my life.

Despite all this drama, Im now very happily married to the most wonderful girl Ive ever met. Im quiet happy and Im enjoying life for a change. The only thing thats messed up at the moment is my friendship with you. I would like to fix that as well. But thats all up tp you.  

I know this has been a long post but talking out your differences is the only way to mend fences. I dont hate you at all. I dont quiet understand why all of this has happened, but Im willing to iron it out if you are. BUT, the only way thats gonna happen is for you to Talk about all this. Its the only way for me.

BOB');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15499','1f5ba72177','Hey Loki, I was wondering if your coming to Atin's on the 11th.  If so I'd like to get a set of gauntlets if you have any left.  If you do still have some how much do you want for them.  Just let me know something.  Also, do you know where I can get a black leatherette vest for my armor.  I'm about to get the armor done and I need something to put it on.Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15511','63141ab0df','Hey Chuck! Sorry I haven't called you back yet. It's been wild at my family's business. My sister had a major operation a week ago and we're scrambling to get things done!

Shoot me a pm about what you wanted to talke about. I'm good at answering e-mails, I set aside a few minutes a day to do that. I'm horrible at returning phone calls as you can tell!

Stay cool man, and see you at the Atlanta Parade!!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15522','f36ab28511','SOrry for the delay bro... been busy-busy. As far as helmets, mine is a &quot;clone-6&quot; and he doesn't make them anymore. When he did they were some what over priced. Outside of that, there wasn't much on the market for EP2 helmets. I think Tambo has one that he was planning to recast for SO members only. I'm not sure when/if he'll get around to it, but if he does that would be a good helmet.

As far as the armor... I'll have to dig around and check some links I had... have you tried looking over on clonetroopers.net They had some good &quot;how-to&quot; threads over there... but that was like a year ago. Let me see what I can find for ya'

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15536','8757151fd4','dont know anything about the guy,hadnt heard anything either.

id PM bob link &quot;stormshadow&quot; and see if he knows him.
isnt strick up in KY?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15537','98facf4cdd','loki said some of you guys are thinking of coming to atlanta for the St.pats parade.

1)yes ,you guys should be able to come.but youll need to get with the organizers regarding costumes and stuff.
2)we dont run this,we organize &quot;our&quot; members,but the parade is organized by the georgia 501st.we will just show up and march under their lead.
3)you may have been told about a bunch of us staying in atlanta friday night.we should be arriving around 10pm-11pm friday night.
we will be staying at the redroof inn at the &quot;windy hill&quot; exit.this is located about 110 miles south of chattanooga,about 10 miles north of atlanta.
you guys can meet us there sat. morning or grab a room and make a trip out of it! rooms are 50 bucks.
4) you might want to join the st.pats yahoo group email.if you have a yahoo account(free) then you can be a part of that yahoo group and get the info needed for your chattaoine members.
go to yahoo.com .look at &quot;groups&quot;.search for &quot;501statlantastpattysparade&quot;
then click on join.
hope all that helps,
cya soon
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15538','5781dd7521','your exactly right about Adcon 04 and the way I judged Betty.  And I have apologized for it.

The sharpie marker was meant as innocent fun.  We did not realize that it bothered you that much and I am willing to admit I am sorry.

The wedding basket was a group effort and that included the toys.  We really did not mean anything by it.  In fact we got the idea from Tambo's wedding because they got a basket too.  If you felt it went too far I will take the heat and apologize for that too.

The 04 DC yeap I was an ass and it was at that event that Holly set me straight and pointed out that I was an ass.  But the room situation was taken care of and you were not left out in the cold.  However since we are clearing the air thanks for coming to me and talking to make sure there would not be a problem.  I was a little hurt too.

The late night phone calls I will take all the blame.  But the best I can remember I was never alone when they were made and alchol was involved each time.  Again I apologize.  And I stopped!


As for your wedding we did not come because we were not invited.  We never recieved an invitation from you or Betty.  By the way I was unable to make it to Tambo's wedding also.  Laura's wedding I did make it to and was even asked to make one of the cakes.  We also made a mini vacation out of it with the kids.  So if you are upset with the turn out of your wedding I can't apologize for this one because I was not saying anything about you.

And I did talk to you about how I though you may be moving to fast with Betty.  Then you told me it was no of my business and I dropped it.  And I am more than willing to say I was wrong and you both seem very happy.

As for the Hammer thing I have told you all I know.

I don't want to fight anymore.  I not stupid things will never be exactly the same but I am willing to try and move forward.  My suggestion for what it is for is this......

Hi my name is Susanne but you can call me Hootchie.  It is nice to meet you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15650','538a8d5808','Hay man,
Dont sweat it, what we are talking about is jsut trying to hammer out the differances between what the Legion see's as an event and not an event. Joey gets reemed from the big guys up above him in this whole thing if rules are not followed. Until now we have a lot of times not done things according to the rules, this is the fault of more than just myself and of command.
So again dont sweat it, I just wanted to post publicly that I was in charge this past weekend and if anyone should catch flak it should be me. Iggnorance on my part is claimed, and command realizes it.
After the semi dust has settled we willa all have a better understanding of what the future is supposed to be, IE Rules in stone..

We are growing faster than most groups in the Legion, until now things where done that where very relaxed and many times skirted the rules. Now Joey and command are trying to take the control as they should have done from day one and it is a struggle of sorts..

Im not in bi trouble for the past weekend, nor is anyone else, we just are trying to understand things so mistakes can be avoided in the future. With some hope weather it be me or someone else will become an official event coordinator and the rules on events can be set in that granite stone..

Please let the FF members who are seeing the stuff going on know that there is not a problem directly related tot he event, we all had a great time and would do it again tommorow if we where asked.

I may have to cancel the April prop party as I will be gone except 2 days out of the month of April. Im on my cruise the first two weeks and then I will be at Skywalker ranch the last couple of weeks, so the next get together will be in May.. Next time bring Anikin, as you saw we have kids here and we invite them and wives, spouses to come also as we are a family..

I need more coffee... :lol: 

Oh on my email thing, you need it to be .net, not .com. I finally figured it out this morning..
I added you to my blackberry so I got your numbers man  :lol: 

Have an awesome day...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15651','1f1c7432f7','Good Morning Joey,

I wanted to call you, but I dont have a phone number for you...

I wanted to just say I was not upset or mad at what was happening yesterday on the board. I just wanted to be certain that what I was responsible for weather right or wrong, was addressed to me. I beleive in owning my faults. You will always find that of me.

Iam concerned that I dont understand the exact rulings of what is an event what is not etc. Never the less this was all part of a learning experiance.

If I came across angry at you or anyone else Im very sorry, it was not meant to be.

What is ironic is I had PM Tambo yesterday becuase I wanted to propose the following to you.

I as you know sit at home most days, Im very bored and feel useless most of the time.
This thing on Sunday combined with the pre event roster I keep has really given me a sense of purpose. As such I would like to step up and propose that maybe I can become the official events coordinator. Something I see as a neccessaty for the SO.

I know there is still a lot I need to learn, but Im a fast student and I have the time and energy to do it. I also think  with this as an official position weather in my hands or someone elses it would serve to difuse much of the confusion we have experianced with the past weekend.

In honesty, I very much enjoyed this past weekend. I felt like for once I was pulling my weight and doing something constructive and useful for once, rather than being the problem child I usually come off as on the boards..

I will also be honest, I would like to be a command staff person, but until this past weekend I did not see a place for me to really and truly ask for a position..

My argument as to why I would be good in the position is the following:

Im detail oriented
I have the time to make the contacts during business hours.
I have the time for follow up with contacts.
I already maintain a watch and control on event rosters.
Im willing to follow rules and regulations.
Im willing to take flak for FUBAR situations.
People are willing to listen and follow me.
Im very accessable, IE phone, email and blackberry.

Arguments against me would be:

I have not been in the SO since the beginning. Will be 2 year anniversery on Sept 1, 2006
I dont fully understand the rules and regs regarding official and non official events.
I have been a problem child with a big mouth on the boards.
I have not been a part of the command in the SO, so I have no working knowledge of command and its structure other than what I see as a member.


Im sure there are many other cons against me, but those are the big ones..

If I was to be able to officially take the postiton I would be able to accomplish the following:

Make sure events are covered.
Make sure the line is drawn between official and non official.
Be reponsible for making sure the rosters are maintaned and kept to date.
Make sure that the pre events section of the forum is kept clear. IE during event set up, maintain the roster and answer officially any questions members or command have. After an event, archiving the pre event thread and then starting a new thread in the appropriate area of the forum for comments, pictures etc. This would be started with an official mission report.
I would also make sure that should press or media be present, I would have a press release to hand them and that way a distinction of who we (The SO) are and what we do.

I know there is much more, but I also know you are busy, but I would really like to step up and officially do this..

No pressure if you feel it served better by someone else. Im good either way and you will always have my support..

If you can, please call me (931)561-6614
or pm me, or blackberry me . atin@mycingular.blackberry.net

In closing I hope I did not make a huge situation with this past weekend. I only stepped in because no one else was. I did not know it was not official etc. So if there is a problem I take full responsibility as I should..

Have an awesome day.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16245','8651e1aa56','Thanks Baby!!

That means alot to us. Who knows, maybe something will change...Ive still got a few weeks to come up with a scam!! :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18403','048ac56890','yeah its not possible. 

Star Garrison doesn't want to let them go.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18129','593e0ad026','upstairs working hard, huh?

kiddin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15659','46494ea88e','Hey dude! Got your call the other day, very static-ey but could tell it was you. You sound worn out man! You takin care of yourself? 

Dragon Con is a definate.

Don't think I'm gonna be able to make Midsouth, sorry. 

Everything is great here. Business has been real good, my two little ones, Skylar and Chaz are growing like weeds! I put my small fett helmet (the small one T-bone makes) on Chaz's head and he LOVED it. Can't wait to start building a small fett for him!!!!

the only bad thing that has happened recently is my sister was diagnosed with breast cancer, but she was operated on last week and the say that got all of it out, thank God!

Other than that, nothing near as exciting as the &quot;Suppa Life!&quot;

Hang tough buddy, and try and get some rest!

Hope to see ya soon. If something changes, I may see you at MidsouthCon.

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15672','269e827244','Hey dear....

Just sent this to Corey and Loki.  Thought you might want to check it out too.

As we were discussing over the weekend about the church beliefs.  Go to this website http://www.clubfathom.com/ and click on the Mosaic Icon at the top.  There's a description of the beliefs there.  There's also a branch of this in Nashville too.  Their website there is www.mosaicnashville.org    Not that this matters.  I just thought it was interesting and answers a few of our questions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15674','a7a5dace54','Corey,
  As we were discussing over the weekend about the church beliefs.  Go to this website http://www.clubfathom.com/ and click on the Mosaic Icon at the top.  There's a description of the beliefs there.  There's also a branch of this in Nashville too.  Their website there is www.mosaicnashville.org    Not that this matters.  I just thought it was interesting and answers a few of our questions.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15677','269e827244','Hey dear....

Just sent this to Corey and Loki.  Thought you might want to check it out too.

As we were discussing over the weekend about the church beliefs.  Go to this website http://www.clubfathom.com/ and click on the Mosaic Icon at the top.  There's a description of the beliefs there.  There's also a branch of this in Nashville too.  Their website there is www.mosaicnashville.org    Not that this matters.  I just thought it was interesting and answers a few of our questions.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15678','d22d90c933','It's not really about anything done to or said about me perceived or real.  What bothers me most about everything is that you could treat bob in the manner you have, and then take the stand that it was out of caring.  He talked about this group from the first day we met as the greatest thing in the world to him, it was this group that got him through his divorce, it was with this group that he no longer felt alone.  
All I ever wanted was for him to be happy, I didnt need anyone to like me in this group (it would have been a bonus but wasnt necessary), I already had friends in the Wollacks, rose, angi, and hammer.  All I wanted was for the people he loved so deeply not to continue to turn their back on him.  I am more than willing to forgive and forget along with everyone else.  
As for my wedding I told everyone that I couldnt afford  invites, seems strange I know, but truthfully he had very little family, I have a fairly small one (who prefer to be asked personnally as opposed to an invite, go figure they are nuts, litterally) and we had very few friends other than the out post.  I wanted to try to keep it very low key and inexpensive, for everyones sake.  However at every event from the day We were engaged, We invited everyone, it was posted on the board, and angi even offered up her home for people to stay.   The only takers were the Willifords and SweetPea (Rose, Brad, and Angi had to come they were in it, Muhahaha)  I only mention it because it truelly hurt bob that no one came.  

Betty :jawa');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18198','7efc0c1874','yes, from what i hear, your art done from inspiration of another work is usually OK.

 I suppose if you mass produce and sell them in a large way , then you're inviting attention for profiting on LFL property...

So I think its a good idea!  Many of our own might buy them as 'memories&quot; of past events!

-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17932','592214b200','I have one already in &quot;kit&quot; form as i was going to make it for myself.

I'll just get it to you on the 8th if you want.

I paid :

new goggles = 16.00
2 resin greeblies( officers disks) for the sides - 5.00
1 resin rod for the back helmet detail 3.00
1 chin cup -  2.00
helmet - 15.00

you'll need to make the comm box deal and u shapped antenee , and find some 1/2&quot; black webbing for the chinstrap.

the helmet is together and primed already.


so i have 41.00 in the thing so far.  I'll bring it to the event on the 8th.

-Joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15693','b84f95a638','Thanks. I am looking through the gallery and noticed that there are no photos from either the Gallatin or Hendersonville Christmas parades. You should be able to find plenty of them here: [url]http://people.vanderbilt.edu/~glenn.stein/[/url].  I will put some pictures from the Sounds game and Movie Opening on a CD for you. I don't think I had pics from anything else that is missing, but I will send some more AdCon pics, too.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18156','a33c57d8a5','awsome, but you're talking 45-50 members!

what did you have in mind?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18157','24920f0bec','Small bags that I can get 10 for 5 to put them in- got 20 today close to the outpost colors.

When my friend is getting married we are making Star Wars chocolates for her to give out- stormies, vader, r2, 3po. Was going to make some more for the SO folks..2 per bag

Was also thinking of trying to get some of the heat transfer paper to make bandanas or something...and the other Im not to sure of.

Any thoughts or suggestions?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15695','9b7c896e0e','Hey Joey,

If I am off base, let me know. I just dont like what I am seeing, feel free to call me tonight after 9pm if it is not past your bedtime  :wink: 

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17930','fff9017ef9','I've been through my share of household relocations, and Chris tells me you're in the middle of the selling AND the buying AND the church remodelling all at once.  Holy crap, man!  You need help?
And if now's a bad time for digging up a leftover helmet to sell me, that's no problem, just say so.  I've got to figure out what size jumpsuit I wear anyhow, and then buy and mod one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15697','99317a4fb9','Here's that armor I was telling you about. 

http://www.warrenellis.com/?p=1003              at very bottom


http://kwc.org/blog/archives/2004/2004-07-26.comiccon_costumes.html


http://sdcc.evilgeniuses.org/Cons/2005/Images/Day3/2005-07-16_16.26.50--0.Jpg');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15698','2f860fc889','Loki,
  I just sent this to Corey.  Thought you might be interested too.

As we were discussing over the weekend about the church beliefs.  Go to this website http://www.clubfathom.com/ and click on the Mosaic Icon at the top.  There's a description of the beliefs there.  There's also a branch of this in Nashville too.  Their website there is www.mosaicnashville.org    Not that this matters.  I just thought it was interesting and answers a few of our questions.  :twisted: 

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15699','1f4b262da0','Thanks again for letting my son wear your Mando sunday. He was real excited about it and has been show the picture of him in it to everyone.
Now I just have to get busy on ours.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15700','d22d90c933','It's not really about anything done to or said about me perceived or real.  What bothers me most about everything is that you could treat bob in the manner you have, and then take the stand that it was out of caring.  He talked about this group from the first day we met as the greatest thing in the world to him, it was this group that got him through his divorce, it was with this group that he no longer felt alone.  
All I ever wanted was for him to be happy, I didnt need anyone to like me in this group (it would have been a bonus but wasnt necessary), I already had friends in the Wollacks, rose, angi, and hammer.  All I wanted was for the people he loved so deeply not to continue to turn their back on him.  I am more than willing to forgive and forget along with everyone else.  
As for my wedding I told everyone that I couldnt afford  invites, seems strange I know, but truthfully he had very little family, I have a fairly small one (who prefer to be asked personnally as opposed to an invite, go figure they are nuts, litterally) and we had very few friends other than the out post.  I wanted to try to keep it very low key and inexpensive, for everyones sake.  However at every event from the day We were engaged, We invited everyone, it was posted on the board, and angi even offered up her home for people to stay.   The only takers were the Willifords and SweetPea (Rose, Brad, and Angi had to come they were in it, Muhahaha)  I only mention it because it truelly hurt bob that no one came.  

Betty :jawa');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15712','a70c5e9883','Weve been great!!  Been enjoying being newleyweds...if ya know what I mean!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17885','7f016fed5f','Loki,
  Here is the link for the helmet I'm watching on e-bay.  What do you think?

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=6616244572&amp;rd=1&amp;sspagename=STRK%3AMEWA%3AIT&amp;rd=1

see ya tonight.

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17849','bce93f3dc1','[quote:bce93f3dc1="Jester"]
A definite &quot;No&quot; on your part.
However, I'm still wondering how you guys restrained yourselves from pummeling me about the head and shoulders for my actions.[/quote:bce93f3dc1]

Heh, dunno about the others but I've been told I've got a lot of patience and recognize you're about as stubborn as I am which is saying a lot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15974','47b6be1b18','Hay There,
You didnt cause me any problems..
Some people need to just grow up.
Yes Hammer got me the info and I submitted it yesterday, so you are all set to go.
I picked Sweetpea as our 3rd he is suppossed to get back to me today if he can go. Then Ill send out an email to our little group.
Whatever is happening, dont you get stressed out. Atleast now I have an idea of who the trouble makers are in the group, and can better watch out for them..
Of course my goal right now is to get Stien thrown out. Im tired of his crap and the more I hear the more pissed I am at him..
I have decided to tell Tambo this weekend about what was said at the armor party. Waiting till I see him in person to do so as I dont think it is an email or phone call kind of conversation..
Anyway, Im doing good, was a bit stressed yesterday, the LFL thing was only one of many straws yesterday. So dont worry.
I consider you a close friend and thats all that matters. Time does not make friendships, it is who is there and who you can relate to the best..
Have an awesome day man, and feel free to call me anytime.  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15978','c84535c9cf','Just got this...
So will wait till later to call you..

Skip and hopefully Tambo will be here this weekend. I will talk to them together, because Steiny has me livid.. In honesty I dont even think he sees himself as doing anything wrong.. And that is dangerous..

Ill call you later, got to get my son up in a few minutes and get him ready for school...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15979','9f6f86d41e','Good Morning,
Well another day another start..

I talked to the one person that mattered on the thing and we had a good talk.. The other people that pm me can kiss my ass!!! They really need to grow up...

Sorry I vented on you like I did on my initial pm, Im very happy you didnt pm me a joke, I would have probably jumped off my roof at that point  :lol: 

I talked to Joey yesterday. Had a good talk... Im still lobbying for the position of Event Coordinator, or atleast the official title. I really love doing the coordinating and stuff. Makes me feel useful.. But it is up to command and whatever they decide Im kewl with..

Wow, next weekend is the parade, it seems like it was a month before it was going to happen..
You still going to that con in Chatt land???????

Umm I kind of would still like to go, but ummm dont have a room.. I know you dont like room mates, but ummm well I wont eat much and I can sleep in the closet :lol:  :lol:  No pressure man, if you say no I understand..

Heck I dont even know where it is being held in Chatt land  :lol:  Im such a timmy.....

Ugggh I have been up since 2am and dragging, I normally get up at 3, but I woke up with a start. It is really windy and a blast of wind hit the side of the house and sounded and shook it like an earthquake.. Needless to say I bolted out of bed grabbed my son and stood in the doorway. Again what a timmy I can be. Then I realized it was just the wind.. I think I was dreaming about a quake at the same time so I can claim temp insanity  :lol: 

OK got to go get JR up and going and ready for school, Ill talk to you later.
Have an awesome day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('15996','e013752000','i may have room,depends on a couple of things.
ive got 2 rooms reserved and trying to work out the roommates.
does loki need a room also?
ive pm'd jon and rose.
i may get a big suite,its about double what the smaller rooms are and lots of floor space for a couple of solo troopers.
dont blurt it out on the boards yet.im not opening it up to everybody.
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16362','1a62144631','Morning,

Yes already a bad day.

I had been trying to do my part in coordinating things and such as you have seen and helped me with.
Yesterday I got PM from Jamie, here is a c&amp;P of the pm:

Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count. I add people to the event roster as they com on board. If you're keeping some &quot;other roster&quot;, well, that's all you. Please don't clutter my thread with unnecessary posts.

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;. This crap is getting OLD.


Jamey


So I pm him back and I also PM Joey and spoke to Joey on the phone for a few minutes. Basically I was told to ignore it.

Well I was I wont say happy afterwards, but content to just pass it off and go on.

This morning I have emails/pm from people telling me it is about time someone put me in my place. I need to stop all the un neccassary bullshit and to grow up, as well as told that my pathetic little roster thread was clutter.. I was also reminded I was not a command staff person and that I would never be one ( I can accept that last part) Except that in context with the rest of the bull it has hit me like a speeder bike into a tree on Endor..

I backed off at first, but the more I sat and thought about it the more upset I got and then I blew my fuse..

My questions to myself is why do I bother, I have endlessly appolagized for pushing forth on the post war when we did it, but then turned and put my time and energy into what I thought was something good,  something I enjoyed doing. Heck I even love the times when people complained that the event was a load of crap. I felt like I had found a place to help. Help not only command, but the members who are out in the trenches..

Sure the people bitch slapping me in this case are really insignificant as I have probably only seen one or two of them at events in the past 2 years, but still they are members..

I know part of this is probably because I have not had but a couple of hours of real sleep in the last few days. My son was sick so we ended up in the ER, I had been up all night before that with the party (no regret) and the last 2.5 days have just been like what Im describig above, except Im having a hard time keeping myself balanced and steady. I have a neuro appointment in a coupe of hours, which is also adding to my stress as they are going to shove long electrodes into my joints and nerves including the spine to see how much more degrigation I have in my central nervouse system..

Anyway, didnt mean to ramble about my personal crisises..

I just dont know now where I fit in, like I said I thought I was doing a good thing, even if command itself wouldnt say much about it. But I guess I just feel like I have screwed up again. I have no way to truly fight back against the people who are happy, I have no power to say anything because it was just me who started doing the roster thing and event stuff.. So maybe they are right...

Anyway again Im rambling...

Sorry, hope this pm makes some sense, Im probably just going crazy...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17535','9e9b28e8d4','After MSC, we should get back into the Halo swing.  Chase thinks we can complete the parts for about $30 each.  I have all the molds finished and ready.  The movie is set to come out some time in 06..

See you soon

PS - how is the job hunt coming for your wife.  If nothing has popped up, you should have her register on Moster.com and Careerbuilder.com.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16019','3c534b3f12','Hey man... our ultimate Vader! Yeah, that's right, I'm talking about you  :P sushi on yer body hu? Jon might take you up on that, be careful what you offer him. He took up z-man's wedding offer last year, who knows what he'll do this year.

But seriously, I wanted to drop you a line today, and let you know how much your friendship means to me and Jon. The minute Jon and I met you, we said &quot;hey, that guys pretty funny&quot;, and then the Lego/Vader/Bettlejuice pictures, oh man... the good times!
Trough both the troubles and and good times, we try to be there for eachother, because that's what friends are for, and we're proud and so happy to call you one of our friends. Love ya man. See ya at the parade and Midsouthcon.

Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18042','3a011e1173','I'll keep an eye on it.  Thanks for checking it out.  See, I never would have known that about the star wars website.  What do you think is the absolute most I should bid for it?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18044','15a8180959','Yes, Thank you, Ill change it to 
bandit 

on Friday morning before I leave.
my user name is tk6203

I appreciate it.. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18048','14d349bd2a','Can't remember if I told you or not.  One of our members is from Nashville.  She's currently the only female member in our group.  She's my other lead investigator.  Janie.

Maybe on the day you're able to do a hunt with us, you can carpool or something.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18049','e4b337cb2c','Coolness. No you hadn't told me

As for my schedule, I'm free most nights. I have a BASIC normal work schedule. The only weekend things I do are during the day or with the 501st boys.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16061','b14a9a5539','I told ya the TK was the way to go!  Make sure you PM Skip.  He's our TK hook-up.  I think it's right around 450-500 dollars right now.

And, YEP!  We could build you a TK in about five hours at a prop party.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16062','90f385a2ad','Any word on that armor, Skip?  No Rush, just checking up.  Thanks

- Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16088','f3106c0dd0','hi, chris, starla here.  i'm under the name scalper, but please don't advertise that fact...i'm trying to stay low key for now, and just check out everything and get a feel for everyone.  thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16125','2c206ba96f','Hay Vesper,
There is an event being held on April 8th in Decatur, TN. We need atleast 2 more people to go. Do you think any of the Chatt people could make it???
Let me know ASAP please..

Not sure if you are able to veiw this link but here is the link to the thread it is on:

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=2327#2327');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17755','e181add8ba','I see you've found the new secured area I set up for web people, Mr Beck.. now I'll have to have you assassinated..

lol!

seriously, would you test to make sure command staff is set to read only and can't post in the Imperial Holonet Communications forum by trying to post? I'm testing settings for something else later on.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16141','b6136fde49','I might make a one day stop-in on Saturday. 
Keep that under your hat, cause it's tentative.

I'll bring the helmet and all the stuff then.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16142','e5dd8647ae','I think I have all your permissions set so that you're in thr TC again.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16229','1fa034202a','Corey,

First, I want to apologize to you for bringing negativity into your happy thread about Skywalker Ranch. I should have said that in my last message.

I just noticed my Inbox was full, so I didn't get your reply about MidSouthCon if you sent one. I've seen in the forums that you weren't rooming with Loki anyway, so I'll try to contact him.

Anyway, I just noticed that I wasn't on the roster for Saturday and was thinking I had been deleted. :( But looking back at the topic, it seems I was ambiguous when I said &quot;I'll be there Saturday&quot; as it could have referred to MSC. I guess I understand now why you usually confirm that you've added people to the roster.

I'm so far behind where I thought I'd be on the Dooku that I don't think I'm going to be able to make it to Atlanta.  If I bring you a check (or cash) tomorrow, do you think you could pick up one or two of those display cases for me? They're like $60 each, right?

Thanks,
Glenn
P.S. I also plan on going to Dragon*Con.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16257','93339d3e91','very cool,i know that area.its a bit past crossville though.
yes jordan is a nice guy,he'll do anything for ya.there is also kirk that lives in that area.both of those guys are good people.
since your close to knoxville be sure to add &quot;adventure-con&quot; to your schedule.thats a great convention that we all go to in downtown knoxville.not sure if you get to take off much time with having a restaurant but this is a main event for the garrison.even if you could only make it over for the day you'd really enjoy it.
let me know if you need anything,
and welcome to TN!(even if youve been here a bit)
cya around
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16263','321fd499c8','Hey, I'm there for ya. You talk to me whenever and wherever you need to.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17156','ceb47e3909','most of it revolves around the group and joey/holly/jeff/suz

i guess its my fault that jeff and suz have made alot of people mad.
ill talk to you more about it this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17157','522f630421','[quote:522f630421="SL100"]most of it revolves around the group and joey/holly/jeff/suz

i guess its my fault that jeff and suz have made alot of people mad.
ill talk to you more about it this weekend.[/quote:522f630421]

Ok, thanks. Cya this weekend!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16265','37542797bc','OK, I probably need to give you the process of tracking me down in the event I can't be reached. 
Due to the fact that I live in a rural area, cell coverage is a joke. These cave dwellers a scared of the black magic of cell towers. Chances of my cell phone picking up at home is slim to none.
If you call the cell and I don't answer, call my home number. If it immediately goes to the voice mailbox, I'm probably online. 
Remember that rural area I told you about, well these cave dwellers haven't picked up DSL yet either. So just shoot me a PM on this forum with a &quot;Get offline&quot; or trying to call you&quot; and I'll give a call back ASAP.

Jeff cell - 615-584-1343
Home - 931-670-5783
Susanne cell - 615-585-4334');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16273','a29ad67e8c','i think they are red and green..not blue..double check on that for me.. if they are green I have to special order them because I don't use that color for ranks.  LMK

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16274','31a88a197e','the trooper with the commando armor is TC-1066 in southern California

this is the link to the injured stoormtrooper fan film

www.theforce.net/fanfilms/shortfilms/injured/index.asp

as always thanks soooo much for welcoming my wife, brother-in-law and me into your home, please send us the roster info');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16275','bbb84579ca','So what's a good source for a Fett jumpsuit?  I've heard Dickies jumpsuits and also flightsuits.  What do you use?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16284','15c9a109b4','Hey Joey, are you going to be doing another pull of gauntlets soon?  I was hoping to get some from Loki this weekend at Corey's but Derek said that that batch is all gone.  They are the last piece to my custom mando so I was really hoping to be able to get some! :(   Anyways, thanks for any help you can give me!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16285','cd97b2cbf7','I'll try and get some made and to Loki soon...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16287','f6f761e4c3','Thanks, I'm always here for Alabama! ;)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16291','cd97b2cbf7','I'll try and get some made and to Loki soon...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18268','477d5f6b49','I would drop it for now. We're still to close to the near disaster of splitting and trying to get that fixed to start talking expansion.
Let's take things one step at a time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18282','e015a5a9b6','Watch &quot;Fight Club&quot;

That's your homework assignment.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16316','265982378e','Hay Jamey,
Im very sorry that first you mis interpeted my posting in your threads as me trying to unneccassarilly up my post count.
Since January I have been working trying to help command and the members keep the events organized, since we have people signing up for 3 events on the same day.
In response I started the following thread:
http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?t=54

A master roster that 1 is kept updated so members do not over book themselves and cause embarassment to themselves or the people depending on them and 2 for the coordinators to keep track easily at a glance.

But I will be more than happy to abide by your request to stay out of your threads.. Although I assummed that we where all part of the same organization and never thought trying to help a fellow person was a bad thing. Guess in this case I was wrong.

As to your award. You know I appolagized numerous times about doing the post war. Instead I have tried to turn my time and efforts in to doing good things for the SO. So your award comment was rude and very inconsiderate!
If you want to print your award, you can keep it.
Consider me unavailable to you or your threads period.
Oh and I will continue to post, until Im told otherwise by COMMAND staff!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17929','fff9017ef9','I've been through my share of household relocations, and Chris tells me you're in the middle of the selling AND the buying AND the church remodelling all at once.  Holy crap, man!  You need help?
And if now's a bad time for digging up a leftover helmet to sell me, that's no problem, just say so.  I've got to figure out what size jumpsuit I wear anyhow, and then buy and mod one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16364','90e80053d9','Morning,

Yes already a bad day.

I had been trying to do my part in coordinating things and such as you have seen.
Yesterday I got PM from Jamie, here is a c&amp;P of the pm:

Corey, I'd really appreciate you NOT posting in any of my event threads just to up your post count. I add people to the event roster as they com on board. If you're keeping some &quot;other roster&quot;, well, that's all you. Please don't clutter my thread with unnecessary posts.

If it'll make you stop posting unnecessarily, I'll send you a freaking &quot;highest post count award&quot;. This crap is getting OLD.


Jamey


So I pm him back and I also PM Joey and spoke to Joey on the phone for a few minutes. Basically I was told to ignore it.

Well I was I wont say happy afterwards, but content to just pass it off and go on.

This morning I have emails/pm from people telling me it is about time someone put me in my place. I need to stop all the un neccassary bullshit and to grow up, as well as told that my pathetic little roster thread was clutter.. I was also reminded I was not a command staff person and that I would never be one ( I can accept that last part) Except that in context with the rest of the bull it has hit me like a speeder bike into a tree on Endor..

I backed off at first, but the more I sat and thought about it the more upset I got and then I blew my fuse..

My questions to myself is why do I bother, I have endlessly appolagized for pushing forth on the post war when we did it, but then turned and put my time and energy into what I thought was something good,  something I enjoyed doing. Heck I even love the times when people complained that the event was a load of crap. I felt like I had found a place to help. Help not only command, but the members who are out in the trenches..

Sure the people bitch slapping me in this case are really insignificant as I have probably only seen one or two of them at events in the past 2 years, but still they are members..

I know part of this is probably because I have not had but a couple of hours of real sleep in the last few days. My son was sick so we ended up in the ER, I had been up all night before that with the party (no regret) and the last 2.5 days have just been like what Im describig above, except Im having a hard time keeping myself balanced and steady. I have a neuro appointment in a coupe of hours, which is also adding to my stress as they are going to shove long electrodes into my joints and nerves including the spine to see how much more degrigation I have in my central nervouse system..

Anyway, didnt mean to ramble about my personal crisises..

I just dont know now where I fit in, like I said I thought I was doing a good thing, even if command itself wouldnt say much about it. But I guess I just feel like I have screwed up again. I have no way to truly fight back against the people who are happy, I have no power to say anything because it was just me who started doing the roster thing and event stuff.. So maybe they are right...

Anyway again Im rambling...

Sorry, hope this pm makes some sense, Im probably just going crazy...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16624','6c3e04b1eb','Hay Jeff,
Thanks for the support, it is now up to command to hopefully act, weather they will or wont, only time will tell..

I do know that you will probably see me posting more on the chattoine board in the coming future as I really like all you people there..

Thanks again,
~Atin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16376','c8d2316f79','I found the &quot;Starter&quot; shirt and pants at that Wal-Mart on Brainerd (near Sir Goony's) although when I went back they didn't have them. I'm pretty sure the Wal-Mart's I've been to has their brand (Athletic Works, I think it's called) in the long pants. I think they run around $11.00 for them. I looked at Target as well. I think I remember them having either the long sleeve shirt or the pants, but not both... 

Anyway, the surplus store is the one by Eastgate Mall. Do you know of another one? I'd love to check another one as the one I was at didn't seem to have all the stuff I thought it should...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16382','ac78bfc986','I haven't seen any brand of the pants at walmart, which one have you seen them at?  I didn't know of any surplus stores so I'll check out the one you are talking about.

I am talked to my wife about possibly having a few people over for an unofficial armor party on Saturday in April, either the 8th or 15th.  I sent Loki a pm to see if he would be interested, as I could use guidance on my helmet and possibly some armor by then.  I'm waiting on a reply e-mail to see if it will be ready.  
If this works out are you free right now on the 2 dates above?  I'll let you know and come up with a list of who is working on armor.  I'm hoping to get my full set done before Adventurecon :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16383','e74be00ca4','I don't think the 8th will be good as some of us are going to be in Decatur, TN for a library event the 501st asked us to participate in. Also, the 8th is some other event (a walk-a-thon?) in Huntsville that some of the others in the 501st may go to. 

The 13th is our little makeshift prop party, but it's easy stuff. The trash can Mando armor and foamy sabers. It's replacing Game Night, so that shouldn't affect anything. Not sure about the 15th... If that date is good with you, then sure! I'd love to get some expert advice on some of the stuff I'm doing, plus have some time set aside to work on it. MAYBE I'll have a helmet to work on by then. Sheesh! Who do you plan on getting the armor from? Kevin (TC-9948) or Javamonkey? Has he quoted a price yet?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16387','dd5cf221ca','Hey, yeah I'm cool.

Just there's few things that get me so nervous and uptight that I won't do something and Memphis is one of them. Hate hate HATE driving there. So I spent all weekend debating whether I wanted to or not. Just a hard decision to make but I know if I drove down there on my own with no one in the car, I'd go crazy and quite possibly appear in tears (but shhh! That's a secret!)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16389','e8eefbe711','Hey Skip!!  Rob contacted me yesterday to tell me that he probably would not be able to go to Midsouthcon.  However, the good news is that we apparently got the fire burning in him for some armor.  He says he is decided on TK armor.  He would like to purchase it &quot;through&quot; you.  So... he said he will have the money by Thursday March 16th.  I'm not sure how your contact does this so let me know as I will probably be the goto guy for Rob.  I was thinking, if it would work and to save(profit) 8)  you from the shipping costs, that if the timing was right maybe we could do the purchase at midsouthcon.  That way I can take it back to him and the money would come straight to you.  Like I said, I dont know how you guys prefer to do it so just let me know.  If you would like to call me to make the arrangements my home # is (606) 451-0586.  Thanks bro!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16394','e8eefbe711','Hey Skip!!  Rob contacted me yesterday to tell me that he probably would not be able to go to Midsouthcon.  However, the good news is that we apparently got the fire burning in him for some armor.  He says he is decided on TK armor.  He would like to purchase it &quot;through&quot; you.  So... he said he will have the money by Thursday March 16th.  I'm not sure how your contact does this so let me know as I will probably be the goto guy for Rob.  I was thinking, if it would work and to save(profit) 8)  you from the shipping costs, that if the timing was right maybe we could do the purchase at midsouthcon.  That way I can take it back to him and the money would come straight to you.  Like I said, I dont know how you guys prefer to do it so just let me know.  If you would like to call me to make the arrangements my home # is (606) 451-0586.  Thanks bro!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16398','4981ec847b','For a Mando helmet I was thinking of doing a mod on a Jango since it looks to be a &quot;clean slate&quot; kind of helmet.  Any makers you'd recommend?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16400','db2b134962','Dude,

Corey's all upset, what in the world??! He's been making a master roster list on the Pre-events area for events to help because of all the thread hijacking that goes on.

What's going on?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16412','3116defba2','Everytime someone in the MAW thread would post, Corey would post &quot;you've been added to the roster&quot;, which caused people to contact me, confused, saying things like &quot;why is Corey adding me to the event roster when you're the one running the event&quot;.

I contacted Corey and asked him to please NOT post in my thread (or ANY of my threads) from now on.

His brand of &quot;posting&quot; only detracts from, and does not add to, the board.  He's always upset (or looking for something to be &quot;upset&quot; about), always looking for drama where there is NONE, has to be the center of attention, and is a &quot;sympathy seeker&quot;.  I'm simply tired of it. 

I immediately PMed Joey after PMing Corey, because I knew Corey would run crying to Joey (and he did).

I'd appreciate you removing Corey's posts from the MAW Walk for Wishes thread, as they only clutter it.  People don't miss events because they sign up for them and *forget* about them - they miss events because they sign up for them and people like Corey clutter the thread with unrelated posts to the point that they lose track of where/when they posted.  

Corey is trying to solve (via his event roster) a problem that he himself helped to create.  His hyper-posting is rediculous and childish.  I know Corey is a part of the SO, but the board belongs to ALL of US.  People stopped posting when he started posting nonsense on *every* thread.  I only post when I put up an event.  I'm not going to weed through his crap to find something.  He's destroying the board.  Several other members have told me that they've stopped visiting the board because of him as well, and I can't blame them.

You can contact Joey if you'd like a copy of my PM to Corey, which was all of 2 sentences (politely asking him to refrain from posting in my thread).  Like I said - he WANTS there to be conflict and drama where none exists.

I guess since his Jar Jar in Carbonite thread died down he needed something to draw attention to him for this week.   :? 

Later!

Jamey


[quote:3116defba2="TB1309"]Dude,

Corey's all upset, what in the world??! He's been making a master roster list on the Pre-events area for events to help because of all the thread hijacking that goes on.

What's going on?[/quote:3116defba2]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16414','5bca89c1e6','[quote:5bca89c1e6="TB1309"]For a Mando helmet I was thinking of doing a mod on a Jango since it looks to be a &quot;clean slate&quot; kind of helmet.  Any makers you'd recommend?[/quote:5bca89c1e6]

If you want the &quot;shrunken head/pin head look&quot; that seems to be all the rage with the custom Mandalorians in TN, then I suggest a Rubies or Don Post '97.  If you want a more &quot;Boba-like&quot; look, I'd suggest one of the MSH (Movie Size Helmet) helmets or a  Marrow Sun MH (Mystery Helmet) helmet.  These are more expensive than the Rubies and DPs, and are fiberglass.  It all depends on your intentions with the costume.  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16524','52ba186a72','What's the ETA for Friday night?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16530','d529f71be6','We'll pick ours up at 5:45/6:00 and drop the off about 6:30. Hope to be at the Comfort Inn by 9:30/10:00.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16546','68dcd3de6e','Awesome, as soon as he gets the money we will drop it in my account and send it to you. He is actually planning on wearing it into his senior prom.

Things are going good in KY, I just wish I could make it to more out of state events and get more troopin hours in. But its pickin up in KY.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16550','d8b023f0cb','[quote:d8b023f0cb="TB1309"]Hey,

I know the DH probably has this listed somewhere, but do you know of other sources that would have a breakdown of a Fett gauntlet? Like I said, to me you're the Fett expert, I figure you'd know off the top of your head.[/quote:d8b023f0cb]

The 2 that come to mind are FettPride (in the US) and RussRep (in the UK).  I don't know if they're still producing them anymore...  Might wanna hit TDH and take a gander.  Or, you could do like me and make your gauntlets out of a million little pieces of Sintra...   :shock: 

If I see some good ones, I'll let you know.  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16417','e6f4a68bbf','I'm making progress on this. I have pants that are done except for the hem at the bottom and all the pieces of fabric are cut except for the top of the robe. The question I have is how does the shirt close if you aren't using buttons?

Thanks again,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16418','6f6e1e6cac','Hay Jamey,
Im very sorry that first you mis interpeted my posting in your threads as me trying to unneccassarilly up my post count.
Since January I have been working trying to help command and the members keep the events organized, since we have people signing up for 3 events on the same day.

[color=yellow:6f6e1e6cac]People forget what events they've signed up for because threads get cluttered with unrelated minutia and members no longer want to weed through them to find whether or not they're involved in an event.  This is why I asked you not to post extraneously to my threads.  I'm striving to keep them clean.  If you want to keep your roster, go right ahead.  It's unnecessary to post &quot;xxxxxx you've been added to the roster!&quot; after EACH time someone commits to an event.  It clutters the thread and makes it longer than it needs to be.  See where I'm coming from?[/color:6f6e1e6cac]


But I will be more than happy to abide by your request to stay out of your threads.. Although I assummed that we where all part of the same organization and never thought trying to help a fellow person was a bad thing. Guess in this case I was wrong.

[color=yellow:6f6e1e6cac]If you're signing yourself up, that's fine.  Just don't post after EACH time someone signs up for an event.  [/color:6f6e1e6cac]

As to your award. You know I appolagized numerous times about doing the post war. Instead I have tried to turn my time and efforts in to doing good things for the SO. So your award comment was rude and very inconsiderate!

[color=yellow:6f6e1e6cac]You are the one that said at the Christmas party that you deserved the &quot;most posts award&quot; and WOULD get that award next time.  I feel my comment was appropriate, considering your comment at the party and your extraneous posting since that time bears out your intentions. 



Later!

J[/color:6f6e1e6cac]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17327','4186ab2d5e','I want Cray's spot in your room. I just bought a new air mattress.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17329','4307586b26','Kell,

Fisrt of all I would like to thank you for agreeing to help obtain some of the Rebel Legion patches for us. 

Here is the list I said I would send to you.

[b:4307586b26]These we have:[/b:4307586b26]

Alpha Base				
Canadian Base
Central Base
Coruscant
Echo Base, North Ridge Patrol
Endor Base
Freedom Base
Midwest Base
Mountain Base
Rogue Squadron
Rebel Legion (Legion Patch)

[b:4307586b26]We need everything else.[/b:4307586b26]

[b:4307586b26]The following are known to exist.[/b:4307586b26]

Hawkbat Squad (Echo Base)				
Kessel Base					

[b:4307586b26]These are rumored to exist or be in process of being produced.[/b:4307586b26]

Screaming TaunTaun Squadron (Central)	
Ra Kura Base					
Sunrider Base		

I would like to get several of each patch I don't already have. I have been working with several others who also collect patches and we each try to obtain patches for the others. 

As you find available patches just let me know how much they are and how many you can get. I will send you the funds (via paypal??) and the number I would like to get.  You could ship them to me or I could meet you and Chase some weekend when your up here and pick them up. 

jsut let me know via email here  td235m@yahoo.com. I check this email every day during the week and I'm usually not on a computer on the weekends  if you need to gett hold of me on a week end you can call my cell 615 351-0546 or home 615 876-8235.  Just in case there is some deadline that needs to be met.

Again, thank you for agreeing to help and if there is anything I can help you with please let me know. I'll be glad to help any way I can.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16421','739274a981','Jamey, we know the group loves drama, but you can help me.
  
There is an assumption among 'some' that you are a lone wolf, running as you wish outside the approval of the command staff of the garrison.  I know we dance around that, mostly because we had a lot of disagreement years ago ( which we have moved past and honestly work well together now)  and I indirectly approve your events after the fact becasue i'm at the majority of them, and honestly, most of them were events you set up when you were on the staff in 2003 so there ins't a reason to 'approve' them every year in my mind, but alas.... for the neysayers and for protocols sake, can you pm me back and say you will run events by the garrison staff before committing to an outside venue or party?

you are not the only one to be asked this. a trooper in KY was asked the same thing recently just as a matter of protocol, no offense, and he sent me a list of what he was setting up for the future.  worked out well, now no one comlains up there...

thanks .

send em a # if you want me to give you a call.

-Joey

If you do not mind, I would like to copy this and your reply to the staff ( skip  Tambo and chris ash) so they can see what i asked and how i asked it, and your answer. lmk if that isn't ok..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16423','ebcf6209a0','We aren't actually 'attending' Fantascificon. We are going to stop by on Friday night to visit. If the hotel has any rooms left we will probably stay there Friday night. If they don't we'll head on down to the Redroof in Atlanta. The only reason we wouldn't stop is if we got delayed getting out of town. 

We also may stop back after the parade on Saturday if everyone feels like it. 

See you this weekend brother :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16424','828bb78e4f','just sent you a pm..

at some point we need to catch up.. been a long time too awkward of a long time...

what are your #'s.

it will be a while til my next armor party or id say we can chat there...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16425','739274a981','Jamey, we know the group loves drama, but you can help me.
  
There is an assumption among 'some' that you are a lone wolf, running as you wish outside the approval of the command staff of the garrison.  I know we dance around that, mostly because we had a lot of disagreement years ago ( which we have moved past and honestly work well together now)  and I indirectly approve your events after the fact becasue i'm at the majority of them, and honestly, most of them were events you set up when you were on the staff in 2003 so there ins't a reason to 'approve' them every year in my mind, but alas.... for the neysayers and for protocols sake, can you pm me back and say you will run events by the garrison staff before committing to an outside venue or party?

you are not the only one to be asked this. a trooper in KY was asked the same thing recently just as a matter of protocol, no offense, and he sent me a list of what he was setting up for the future.  worked out well, now no one comlains up there...

thanks .

send em a # if you want me to give you a call.

-Joey

If you do not mind, I would like to copy this and your reply to the staff ( skip  Tambo and chris ash) so they can see what i asked and how i asked it, and your answer. lmk if that isn't ok..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16429','b286d847e3','Corey,

I don't know what happened and I'm not sure I need to know, but I really hope you don't leave the group.  You have been a tremendous asset to this group since I have been assoiciated with it. You have stepped up even more this year with the armor parties, not just giving us a place to work, but providing hospitality as well.

While it may be wise to step back a little, it was awfully quiet on the board when your computer went out.  You may have taken on too much with your roster updates, but I was surprised when I kept reading &quot;last update from me&quot; posts. They are helpful to the event organizer and to my keeping track of attendence.

I am really looking forward to hearing about your trip to California and hope that you are still going and taking Hammer and Joe and whomever with you.

From knowing you and some of your recent posts, it is clear how much Star Wars means to you. I don't know how you will fill the void if you cut us out. Basically, [b:b286d847e3]I think we need you and you need us[/b:b286d847e3]. Sure, people say mean and stupid stuff but you can't let it get to you. You know who you really are and if other people have problems seeing it, that's their problem, not yours.

I hope you reconsider.

MTFBWY,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17326','49e50e1425','Z-Man,
I just wanted to remind you that Saturday is Ryan's birthday. So bring him an embarrassing gift if you have one. We'll miss you (and him) at MidSouthCon.

--Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17321','6d931bdf9e','Hay,
How am I, thats a really loaded question. Does the words I wish I could just dissapear off the face of the universe cut it...

When you and I talked over PM, you where the first one to tell me about the rumor. I at that point begain asking questions of people around me. The information I had got was that Sussanne had started it. No you didnt give me that info and to be honest Im so stressed right now I cant remember who said it, I do know it wasnt Loki or anyone from command.
The only thing you ever did was inform me that the rumor was circulating, nothing more.

As I got to the meat of the rumor, I then went to Skip and Tambo about it as I was more hurt than anything.

When it was brought up I guess at a command meeting it came out that I said &quot;Suzzanne started this rumor&quot; While I would have said something along that lines what I said was &quot; There is a rumor about me, here it is and everyone keeps pointing towards Sussanne on this, weather it is true or not I dont know nor do I care I just want the rumer stopped&quot;

Suzzannae then called me, saying she had never started the rumor. I explained to her that I did not place the rumor blame on her and that I had heard as a rumor itself, that she had started it, but that Im not upset, nor really beleived it as it was a rumor. She then asked who told me about the rumor in the first place. That is when I told her that you where a friend enough to ask me about it, but that the second part, the part about Susanne spreading it did not come from you..

Hopefully that answers it.. Im really tired of this thing being dug up every few days..

After this past weekend becuase of some of the crap that occurred towards me personally  I have made some hard decisions that I know will probably make a lot of people in the SO happy. No there wont be an announcement or anything.

I have decided that after the Skywalker ranch thing, Im going to drop back and become inactive permently.

Skywalker ranch will be my pinnacle and to be honest the SO is making me misrable. People are outwardly shunning and pissed at me for blowing my kewl on the forum. I guess it is ok if I get harsh emails, but I noted that when Crayfish was getting harsh emails, command was ready to find a possee and lynch whoever it was. It is also ok if someone pulls events out of their butts and doesnt follow the rules that are posted on the forum for organizing an event, but if I dont follow the rules to the letter Im ostricized and kicked in the balls repeadittly.

This past weekend I had to put up with people who wouldnt talk to me, people who when I said hi to them just looked at me like I was dog shit and then turned and walked away and the list goes on..

Am I having fun? No longer, I dread leaving the house to go to an event now, because Im being made to feel like Im a child molester, well actually I think a child molester would be treated better in the SO.

So when I return from Skywalker my first order of business is the following.
I will be deleting all my posts in the forum.
Then requesting Chris Ash to remove me from the forum itself.
I will also be sending a snail mail to the top command of the SO explaining my feelings and that Im surrendering for the good of the SO.
After that I will slip into the abyss which was my life before the SO and live hopefully a short existance until either pain pills or Alcohol take their toll, if that doesnt happen fast enough, I always have a good choice of guns...

Thank you for being my friend, for listening to me over the past few months. I never had friends when I was a child and I will cheerish the friendship that we had..

Eternally');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16437','238c6c2d9d','Corey..don't worry about Fetthunter...don't waste your time PMing him.  I lost all faith in him years ago after he never thanked me for some birthday gifts I gave him as a good will thing.  Many things are being worked out on the Command board and several BIG things are going to happen soon.  We will talk more.  BTW what day are you guys going to the ranch?  I could fly out Friday and visit Saturday and return flight Sunday... Just a Idea.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16438','afabc3a6db','[quote:afabc3a6db="Fetthunter"]
If you want the &quot;shrunken head/pin head look&quot; that seems to be all the rage with the custom Mandalorians in TN, then I suggest a Rubies or Don Post '97.  If you want a more &quot;Boba-like&quot; look, I'd suggest one of the MSH (Movie Size Helmet) helmets or a  Marrow Sun MH (Mystery Helmet) helmet.  These are more expensive than the Rubies and DPs, and are fiberglass.  It all depends on your intentions with the costume.  :)[/quote:afabc3a6db]

Heh.. well no I don't want the pin head look. I'd like something more the size of Boba but would prefer to dent the helmet where I wish  :wink: 

I'm assuming this is a MH? 
http://cgi.ebay.com/Star-Wars-Boba-Fett-Mystery-Helmet_W0QQitemZ7598887858QQcategoryZ790QQssPageNameZWDVWQQrdZ1QQcmdZViewItem

What I'm looking to do is make a custom Mandolorian that while its not Boba or Jango, would be able to be put next to the screen accurate suits and hold its own.  I absolutely do not want to make some &quot;for sale sign&quot; Mando.  Yes, I'm doing this for fun, not for the 501st but that's just because I like the Mando literature and I'm very much a closet Mando fan  :wink: 

With that said, be prepared as you have the most accurate Boba I've ever seen and Tambo has the most accurate Jango. I plan on occasionally asking questions about details.  From what I've read of official LucasFilm docs.. Mando armor is personalized to the warrior... but I figure Boba is the best example of &quot;personalized&quot; armor followed by Jango.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16441','410955e256','You going to the parades this weekend? You gonna be there friday night?????');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16454','e6f4a68bbf','I'm making progress on this. I have pants that are done except for the hem at the bottom and all the pieces of fabric are cut except for the top of the robe. The question I have is how does the shirt close if you aren't using buttons?

Thanks again,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16455','1c9fd631be','I should know the answer to that...but let me double check and get back to you because I'm drawing a blank.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16495','ac6cb5682f','Cool, talk to you then!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16552','4769302608','Got you on the  MSC roster man  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16558','7f239fcb92','No no no no.... I thought the Build-a-prop day was seperate from what you wanted to do. The one we were planning for Chattooine was the simple stuff. The foamy sabers and trash can armor that's going to be on April 13th ( a Thursday). I thought what you wanted to do was have a real prop party that was (more or less) invite only and on a weekend when there was more time and we could get more involved with stuff. If you want to host a party, then that's great! Loki was asking about coming up to the Thursday one, so I was assuming you haven't mentioned the one you wanted to do to anyone else yet. I thikn they'd be more apt to go to the one you are planning rather than our rinky-dink Thursday Prop day.

Please... by all means, have a prop party as that's what I'd rather have the 501st look to coming to instead of that small-scale Thursday one.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16569','b0a3396886','I'll bounce some emails your way during the day and give a call around 2:15 pm.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16571','f5d314ffbd','Reading back what I wrote on our boards about the planned Prop Day on Thursday the 13th, I did say that I was hoping Dallas would volunteer to have it at her house. Again, what you want to do for a prop party and what the club can do for a build-a-prop day were always 2 seperate things. If Dallas wants to have one at her house, it would be an official Chattooine thing (meaning open to everyone). Yours would be totally up to you. I would love to have the one you're talking about on the 15th if you think that's ok. That would be more like the ones at Corey's place where we could really work on stuff... not just the non-power tool projects. 

Also, I'm just one guy and don't make all the decisions for Chattooine. I joke with Dallas about stuff, but if she does decide to host a prop thing at her house, I'll see if it can be spaced away from yours in case the 501st guys want to come to both. I'd rather have a prop party where serious builders are there and not just people who want to game (which, in hindsight, is what I think it would gravitate to).

I'm sorry if I caused any confusion. It wasn't intentional.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16572','892e84d121','[quote:892e84d121="Vesper2112"]No no no no.... I thought the Build-a-prop day was seperate from what you wanted to do. The one we were planning for Chattooine was the simple stuff. The foamy sabers and trash can armor that's going to be on April 13th ( a Thursday). I thought what you wanted to do was have a real prop party that was (more or less) invite only and on a weekend when there was more time and we could get more involved with stuff. If you want to host a party, then that's great! Loki was asking about coming up to the Thursday one, so I was assuming you haven't mentioned the one you wanted to do to anyone else yet. I thikn they'd be more apt to go to the one you are planning rather than our rinky-dink Thursday Prop day.

Please... by all means, have a prop party as that's what I'd rather have the 501st look to coming to instead of that small-scale Thursday one.[/quote:892e84d121]

Glad to get that cleared up, that's why I asked.  How many people from Chattooine do you think would show up to the build a prop day?  If Dallas can't do the Chattooine prop day,  I may have enough room to combine both into 1 party, but it would almost have to be on April 1st or the 15th (I need to verify on my home calander nothing I'm forgetting is planned).

If I do offer drinks at mine, people will be offered floor space (maybe tent space in the yard lol), or we would need to have official Designated Drivers.. 

Let me know what you think and I'll see what I can work out.  I could post something after you had a chance to check with Dallas to see she don't mind this as well, if she would rather do the Chattooine prop party at her place, that's fine, I'll still try an armor party, but if she doesn't have room, I have space + some supplies and even a sewing machine that could be used.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16573','892e84d121','[quote:892e84d121="Vesper2112"]No no no no.... I thought the Build-a-prop day was seperate from what you wanted to do. The one we were planning for Chattooine was the simple stuff. The foamy sabers and trash can armor that's going to be on April 13th ( a Thursday). I thought what you wanted to do was have a real prop party that was (more or less) invite only and on a weekend when there was more time and we could get more involved with stuff. If you want to host a party, then that's great! Loki was asking about coming up to the Thursday one, so I was assuming you haven't mentioned the one you wanted to do to anyone else yet. I thikn they'd be more apt to go to the one you are planning rather than our rinky-dink Thursday Prop day.

Please... by all means, have a prop party as that's what I'd rather have the 501st look to coming to instead of that small-scale Thursday one.[/quote:892e84d121]

Glad to get that cleared up, that's why I asked.  How many people from Chattooine do you think would show up to the build a prop day?  If Dallas can't do the Chattooine prop day,  I may have enough room to combine both into 1 party, but it would almost have to be on April 1st or the 15th (I need to verify on my home calander nothing I'm forgetting is planned).

If I do offer drinks at mine, people will be offered floor space (maybe tent space in the yard lol), or we would need to have official Designated Drivers.. 

Let me know what you think and I'll see what I can work out.  I could post something after you had a chance to check with Dallas to see she don't mind this as well, if she would rather do the Chattooine prop party at her place, that's fine, I'll still try an armor party, but if she doesn't have room, I have space + some supplies and even a sewing machine that could be used.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16575','7bfda3836e','I'll give her a call sometime today and see, but since she probably doesn't even know I brought it up yet... I doubt she'll have a problem with NOT having one at her house.

We can still have the Thursday &quot;non power-tools&quot; one at the Dragon Caves on the 13th and have a real Armor Party at your place on whichever day you feel is best. You can decide to make it public or not and that way, everyone is covered. I honestly think that most of our group would attend the smaller Thursday thing if they really want to build stuff since those projects are cheap. It's been so long since we har the last build-a-prop day, it's hard to tell who would want to come. At the last one, we had 5 or 6? Not everyone worked on stuff, either.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16579','48b6cd53c2','you have been added to the Dcon roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16580','bc4d1d6524','You have been added to the wonderfest roster  :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16594','e1686f6b52','That sounds fine/a good idea with me. As much as I enjoy being in the middle of an all night room party with abunch of solo troopers, it sure does sound nice to be able to get away and get some sleep if needed.

I'll talk to Rose after work and see what her feeling are.

Thanks for thinking about us Skip and yes, This weekend is going to be awsome! Trooping, just like the good ol' days
 :D 

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16595','e15e48d78c','I was told I could use that number by another scout trooper. But that it may change if someone takes it. He said it wasnt used and that was a combo of my b-day');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16596','4982c00b95','[quote:4982c00b95="Vesper2112"]I'll give her a call sometime today and see, but since she probably doesn't even know I brought it up yet... I doubt she'll have a problem with NOT having one at her house.

We can still have the Thursday &quot;non power-tools&quot; one at the Dragon Caves on the 13th and have a real Armor Party at your place on whichever day you feel is best. You can decide to make it public or not and that way, everyone is covered. I honestly think that most of our group would attend the smaller Thursday thing if they really want to build stuff since those projects are cheap. It's been so long since we har the last build-a-prop day, it's hard to tell who would want to come. At the last one, we had 5 or 6? Not everyone worked on stuff, either.[/quote:4982c00b95]

Sounds good.  If you want, have the &quot;non power-tools&quot; party at D.C. and I'll schedule one with power for the 15th.  I just didn't see the 501st guys coming down 2 days in 1 week.  I don't know whether to have it open access or not, I'd like for people that come to be working on something not distracting those who are, at the same time don't want to alienate anyone.  Maybe it would be good to have a sewing clinic going on while others are working on armor.   Who are our sew'ing peeps?  If we could get Rose or a couple of the other seamstresses from the S.O, that would be cool as well.  If I could get a couple more people to bring their sewing machine we could crank out some robes/tabbards maybe (I know me and Corey would like a Tunic).  

I think this might work..  What do you think?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17496','94b37876a2','you know I got your back ner vod..

Hay I will throw my warhammer stuff in the car for MSC, maybe you can show me how to play.. I lost interest in it because I could not ever get the how to play straight.
Im like you, I would paint to releive stress and relax, unfortunatlly after I had the emergancy surgery my tremors got really bad and I stopped painting..
Anyway, Ill have them with me.. I think youll like my tanks!!! :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17889','160838d38b','I have a paypal account, can not remember what my password is.  I am not sure if it is the same size as suppa, do you know what size his is? The color is bronze, and with a hint of black. do not have any pics of it. I was thinking about bringing it to adcon, that way you can try it on and see how it fits you. Then if you like it and want to buy it, you can take it home with you. maybe you could write me a check for it. I know that you have the money or you would not be wanting to buy a necro suit. pm me back and let me know what you think. 

Brad Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16633','be3ab0b27f','The store Essex on Gallatin road in Nashville has FX sabers for 49.95. Here is the info on it. I didn't want to post on the whole board, as there are some who would probably go buy the entire lot of them.

Essex of Madison
1146 Gallatin Pike S
Madison, TN 37115
Telephone: 615-860-7230
Open 7 Days a Week
11:00 AM - 7:00 PM
(next to Big Lots in Due West Plaza)

I am sending this to those who I believe might be interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17217','1dac4fbde2','What is going on with the command staff expansion? I pmed Joey last week, he said it was complicated and he would call me...never did. Also Ive heard a rumor that I would like cleared up. Call me at 8pm if you can or later. (your time)  Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16637','3430ea1a8a','The store Essex on Gallatin road in Nashville has FX sabers for 49.95. Here is the info on it. I didn't want to post on the whole board, as there are some who would probably go buy the entire lot of them.

Essex of Madison
1146 Gallatin Pike S
Madison, TN 37115
Telephone: 615-860-7230
Open 7 Days a Week
11:00 AM - 7:00 PM
(next to Big Lots in Due West Plaza)

I am sending this to those who I believe might be interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16615','3083506ed0','You have been added to the roster for Adcon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16850','f270645b80','http://www.entertainmentearth.com/prodinfo.asp?number=GE8405#LargeImage');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16735','4fa8821453','Hay,
Derek told me he is not leaving till later in the day for the parade and stuff.
I have an open shotgun seat and wanted to know if you would like to ride down with me..
I know you guys are not staying at the Red Roof, but Derek could pick you up on his way through downtown..
Let me know So I can plan to pick you up or whatever..

Also, Im not sure if Im doing this AIM wrong, I put in ROTSAnikin, but it never lets me send a message.

my id is Atinmmy

Talk to you later...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16854','9ae3ffa93d','Good Morning,

The Nashville caravan will meet in Manchester.

[b:9ae3ffa93d]Where[/b:9ae3ffa93d]
Exit 114
turn left off the exit and walmart is right there.

[b:9ae3ffa93d]When[/b:9ae3ffa93d]
7:30-8pm 

[b:9ae3ffa93d]IMPORTANT NOTE[/b:9ae3ffa93d]

The interstate will begin closing lanes just past murfreesboro,at 7pm friday night.
youll want to be in that area by 7 or so,as it usually takes them awhile to get it fully closed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16856','f6aa810da0','Good Morning,

The Nashville caravan will meet in Manchester.

[b:f6aa810da0]Where[/b:f6aa810da0]
Exit 114
turn left off the exit and walmart is right there.

[b:f6aa810da0]When[/b:f6aa810da0]
7:30-8pm 

[b:f6aa810da0]IMPORTANT NOTE[/b:f6aa810da0]

The interstate will begin closing lanes just past murfreesboro,at 7pm friday night.
youll want to be in that area by 7 or so,as it usually takes them awhile to get it fully closed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16857','b59f8905e2','Good Morning,

The Nashville caravan will meet in Manchester.

[b:b59f8905e2]Where[/b:b59f8905e2]
Exit 114
turn left off the exit and walmart is right there.

[b:b59f8905e2]When[/b:b59f8905e2]
7:30-8pm 

[b:b59f8905e2]IMPORTANT NOTE[/b:b59f8905e2]

The interstate will begin closing lanes just past murfreesboro,at 7pm friday night.
youll want to be in that area by 7 or so,as it usually takes them awhile to get it fully closed.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16870','6eb34e7f20','My apologies on how long it took to grant you access. I had to dig around and make sure you were not a fake user account from a spambot  :wink: 
We get a rash of those every few weeks.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16873','1869621ef3','Thanks Chris,
 
I'd just like the opportunity to stay in touch with the troops.  I'm mainly interested in following your events and seeing when someone has a birthday or other event where I could extend my best wishes and greetings.  I'm not trying to spy!
 
Thanks!
 
Mark
LCO');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16874','5eade69a1d','No worries Mark,

We're a very friendly bunch here in the SO. Feel free to jump in and read, contribute, post as often as you wish. You'll see some insane/silly drama and gripe posts crop up from time to time but with 109+ members that's just the way the trail is walked. We tend to think of ourselves in the SO as an overly large, if not rather disfunctional (in an interesting way), family-brotherhood.

By the way... Jester's Action Figure Theater is NOT to be missed. It can be quite funny. He tends to try and keep us grounded with his humor. 

If you have any requests, suggestions, etc web - forum wise. Please don't hesitate to PM me.

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16887','4eca7f5255','Suppa,

Do you have a room at the con hotel? Do you have space for a roommate? I had a line on a room, but then they couldn't come to the con.

Thanks,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16895','85813b1621','that's cool, but did grab an extra program if you want it.  I will save it for you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16911','55f0dcc383','Sounds good, I see Loki all the time.  Hope you like the parts.  see you soon.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16915','e02778818b','April 22? I think that would be good. I was talking to Jester, Bamatrooper, Hammer, and Drax last night and asked what they were doing in April. They had a few things lined up, but they said the last part of the month were free. I thikn several of them would be up for a Prop party around then.

It would be great if we could have Rose or some from our group make some stuff for us. There's another person that comes to Game Nights that is an excellent seamstress. Her name's CeCe and has made John's costume (and several others). She's talking about dressing up several members for DCon (Imperial Tech's or Sith... not sure yet). If we can get her to come, she would be a big help as well.

I told Bamatrooper about JM getting armor. He said he'd love to see how it looks as he'll probably upgrade to that. Nothing wrong with TC-9948, but that mold was made 3 years ago and he's been waiting for something more accurate to come out. 

As far as who to invite? What you have sounds good. I don't know if John is into the armor or not, though.... But yeah... other than that, I think we're the only ones working on 501st membership. 

On the Thursday &quot;non-power tool&quot; prop party, I doubt we'll see much about it until the week of. I talked to a few of them last Thursday and I think everyone wants the foamy saber more than anything. Not sure about the armor, but hey... if they bring a garbage can, I'll have templates. I used tin snips to cut mine out, but I might bring the dremel just in case... Not sure yet.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16917','9397a6dc02','Hey man
I got a couple of the vader sabres yesterday.  One of them worked fine and I paid $49.  The other one had half the blade not glowing and I got it for $20.  I will most likely cut the blat off that one and use just the hilt.

thanks for the tip.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16918','632a7a16d3','Did you get the pm telling about the fx light sabres on sales at essex for $49.

I got a couple, one vader that works fine for $49, and one that half the blade didn't work for $20.  I figured I could cut the blade of at the base and use the hilt.  


I figured since you were working on a vader you may be interested.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16925','0cbafd4d4c','We got some templates from the dented helmet.  The back plate and collar piece seem real weird and hard to shape tho, any suggestions would be appreciated... :D 

Betty :jawa');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16933','a7b0d5750c','Thanks, Corey.  Can you tell me the dimensions so I can make sure they will fit in my car? Or if I will have to borrow my Dad's car?

I'll get back to you tomorrow about picking them up.

Thanks again,
Glenn');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16939','2123573443','Good Evening,
The boxes they are in are approximattly 3.5 feet long by 2 feet wide and 4 inches thick. They will fit in your car with out a problem. Just be ready for some heavy lifting as they weigh approximattlly 100 lbs each...

Let me know about picking them up.. I leave Friday at noon for MSC and I do have a couple of Doctors appointments this week..

Have an awesome evening,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16943','4ddf9b3d11','Tambo,
  I do not know if you are still wanting to get together some weekend., I would like to.  Mid south con is this weekend. I was hopeing to go But if I did it  would have to be a one day trip.  If you still want to get together let me know.  I can not think of anything coming.  
Thanks 
Retz');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16944','272e74fe1e','Hay Brother,
Here is your current roster as of 19:06, March 19, 2006

Im still waiting to hear back from Ivan about Summer..

I leave for Hawaii on March 29, so I will submit a final Roster to you on the 28th if that is ok?

Also Im sorry I can not attend this, but I had already obligated myself to COSI. There is talk of a lot of FUBAR about that, so if it does fall through I will attend...

If I can be of help in any way for this event please let me know..

Have an awesome evening,

Roster:
Geoff M.- Maul or Scout
Steve B. -Vader
Jenni P- SnowTrooper
D. Reimer- Biker Scout/G Marine
Hook- Custom Mando
Starla- Custom Mando
Ryman- (Hook &amp; Starlas' Daughter) Darth Tater
Jester - Sandtrooper
Loki -  Stormtrooper
Ivan- 
Franklin Firefighters  - Bikerscout,Tie Pilot and 2 Firefighter/pilot');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('16972','a4f360c89c','Good Morning Banzai,

The St Pats parade was awesome, sorry you missed it..

Anyway, Im going to start a thread in the event area for it..
As such, the pre-event thread for the parade needs to be archived as well as the thread on Fantascicon.

Thats the only ones I see as of right now..

Uggh Im exahausted, but glad I stayed in Chattanooga Saturday night I know  I would have never made it all the way home...

Talk to you later, Have an awesome day..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17001','c5398cbec4','Hey Tambo I never heard back from you about the room captain thing. All I have is a debit card and it probably wont have much $$$$ on it so if its a pay and reimburstment thing I cant do it but if its just to hold the room I think I can do it.

Let me know, 
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17002','e8e45d02a0','Hey Skip. 

My next project is a TD, and I need a set of armor.  Word has it that you are the man to see.  If you could, would you contact your buddy that makes the stuff and order me a set.  I will be happy to paypal you like we did with the Vader chest armor.  

Thanks alot!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17022','75b5c50f19','Wetsuits can be picked up at Academy Sports. I purchased a Oneil for about $60.00 .Its a 5/3 I think. Its fine for diving here in TN and Florida.I also picked up the shorty to go with it.
On the Buckets, you can hold onto them until the party. I am trying to get a small headcount for I was planning on taking afew on a short field trip to my parents to show the bulk of my collection.

Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17025','ea3a214633','Hey Tambo, it will be awesome to have of us Fett heads in one room. We will definatly have to do some comparisons. Did you include Graeme on our list of members because the Ohio Garrison left him off. Also does Zach need to listed in our rooms I thought he was getting his own with his girlfriend, or is this the cover for Graeme?

What day are you showing up on?
 
This event is getting cooler and cooler.

Later,
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17032','13f4dabb3b','This is what I'm looking for...it's old 1970's era..i don't know if they still make them.  It's a dental expansion screw

[img:13f4dabb3b]http://tk1028.homestead.com/files/OLDLAR~1.jpg[/img:13f4dabb3b]

ever seen one?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17046','96e03e2628','Loki, send me your email address.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17055','a10008db7a','Thanks bro,

When Tim and I did our clones for C3, we intended them both to be painted with rank stripes... but we ran out of time and the red one was the only one that got that far. I've been meaning to &quot;finish&quot; mine for months, but I've been insane busy. Soooo Rose more or less made me block the time out and over the past month I was able to get it all weathered etc. I'm pleased with it and most everybody who saw it thought it was very cool!

As far as the grenades... they were a &quot;piston&quot; from the endo arm. PF had a mold for them and Tim cast a few of them for himself. Saddly PF no longer has the mold. But if your interested, you are more than welcome to mold one of them that we have. I think they are a nice addition and I could picture Mandos using them also.

Yeah, I kept my old helmet... Rose wouldn't let me sell it!

Missed ya' at the parade bro, hope to see ya' at MSC!!! :D 

~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17057','e7162cc75d','Rose and I are all about getting the suite. I'll ask her when she gets home to make sure, but when we talked last night, that was the direction we wanted to go.

Thanks for keeping an eye on us! :D 
~jon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17924','31144755ce','Talked with the group.  Don't have any problems with having you with us on a haunt.  Our DVR system arrived today.  (Finally got the hardware we've wanted for some time now.  No more tying up our sony infrared handycams...

Give me a work schedule you have.  What days you typically work.  What times are best to call.  Stuff like that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17084','fe5ed44a39','I am darkknight1667 on aim');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18139','d29d30922d','oh shit don't let him hear you say that....HE'S A MARINE!!!!! hehehehehe

i was asking because i have a friend and her husband (kim and todd monroe) who lives in georgetown and he's on the georgetown fire dept. i've heard them speak of their friend &quot;tim&quot; several times and you sort of resemble him, from what i can remember from pictures.  anyway, though, looking forward to trooping with you, since i get awfully homesick sometimes.

star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17113','73fe114bb3','Hey Skip,
If you have a chance, we are voting on the base name just to clarify Corellia vs Corellian. I am trying to get support for Corellia. 

Thanks,
Derek');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17128','0fd4a56d38','Yeah, it'll be fun. I'm gonna let it float for awhile. I'm sure everyone is wondering how this next episode is gonna pan out.

As for the email, it looks like Skip is just looking for something to stir up.
A weekend can't go by without that nowadays.

Like you, I make myself approachable, but will not make the attempt to engage everyone. 
Contrary to what Skip said, I did counter his &quot;hello&quot; with the same &quot;hello&quot; back to him with the same demeanor as I did at the prop party in Clarksville a couple of weeks ago.
I'm just not the type to get back chummy with the guy that's been trashing Susanne and me for the past few months. He's got to travel a LONG road back to that point.

Wow! To read his email, you'd think I was public enemy #1.... or would that be black sheep #1?
Either way, I never knew any of this till I read that email. 
I can only figure that I've become the bad guy with his help.

As usual, he's figured that Joey, Drax and myself all had some kind of round table meeting regarding garrison business.
I know for a fact that we never once brought up anything even remotely close.
Skip will be Skip....and I think that's his first problem.

Personally, I can't wait for the next trooping event when we can all get together for what this group is all about.... &quot;fun&quot; right? It's hard to tell sometimes.  MY gosh, we dress up in plastic, how dramatic can you get with that?

I can't say that I had any complaints about this weekend. I had fun and hope everyone else did too. No need to try and pick it apart.

Thanks for passing that info along.

Please feel free to share this or quote this PM if need be.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17131','49575cf0d5','Good evening Sir.   Would you post 2 pics of me in my &quot;early&quot; mando to my &quot;kais&quot; thread if I sent the pics too you?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17206','0d6d188274','No I wasn't sadly costume construction was costly at the time. Here is the current version of my costume from this last weekend. [url]http://knoxlotr.8m.com/cgi-bin/i/rg/anakinobi.jpg[/url] I knew you were outa state I jsut figured I'd say hi in my own spaztic little way .Tell Zach he need to troop or hang out again it's been a while since I've seen the King of Giggidy. He has talked about you alot. and I think you're porbably jsut what he needs right now in his life he's a good guy with a good heart. Don't tell him I said that though.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17149','cb2e16022c','If you still want to talk at MSC, I plan on being at a table in the bar or lounge with my nose in a laptop or my pda.. just come sit down.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17151','e434e1f87e','just getting up and seeing the forum,

kind of taken back by the sudden turn of events.
yea,we can sit down for a few minutes ,looking forward to it.
not sure whats happened to joey.
oh,well i guess ill just deal with it.
cya this weekend');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17155','ceb47e3909','most of it revolves around the group and joey/holly/jeff/suz

i guess its my fault that jeff and suz have made alot of people mad.
ill talk to you more about it this weekend.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17163','5ca0386f42','Hay Vesper,
I saved a pm from you with your phone number and stuff, but when I clicked on it, it was not the PM with your phone info. Can you either call me (931) 561-6614 or send me your info with a time that we can talk please???
Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17679','40eea55a03','hi...since we had darth tater with us, we view everything from a different perspective than most others there.  todd and i were disturbed by several things, and have decided that if we go back to this con again, we will not stay at this hotel.

#1 there seemed to be an area that we could never get to with the stroller, like all the ball rooms, shopping rooms, etc.  if we're wrong about that, then that means that it's very confusing and not easily marked as a handicapped accessible route.

#2 while leaving our room (#576) on friday, i think around 2 or so, we met a middle aged black woman who was an employee of the hotel...i believe in some form of administration.  she was talking to ryman in the hall, and made a comment about watching her around the railing because the slats were wide enough for children to fall through, and that when she first started working at the hotel years b. efore, a child had fallen through   from the 5th floor and received head injuries.  now tell me something....even if she was b.s'ing, why would they choose that type of railing, and since they have it, why don't they have a netting of some sort on the back side of it?

#3 late sat morning, around 11, we all met in the lobby and headed to the hotel restaurant to grab some food.  we expected a good spread since all the elevators had a large poster advertising the different types of food they offered on the buffet.  according to the list, at noon they offered fried chicken, etc.  we arrived downstairs and was seated, where we ended up having to put together our own tables  for the group of 17 while the wait staff just kind of stood around and watched us.  then she (annie, and another younger black woman with short hair) asked us if we were going to get the buffet, which was $8.95.  about 12-15 of us chose to eat, and at 11:38 (the time stated on our ticket) we got up to fill our plates...unfortunately, the food offered was not what had been advertised.  there was shaved ham and bread, along with condiments to make a sandwich, along with a pitiful salad bar, that didn't even have standard items such as bacon bits.  all of the serving utensils were wrong for the items they were in, which made it very frustrating when trying to fill your plate.  over all, i ended up eating a pathetic salad that i could have gotten at home or shoneys for $3.99 or less.  after getting to the table, i realized that my drink had never arrived, so i had to approach the staff and ask for it.  towards the end, the server (2nd black woman) came around with individual tickets, although we had told her that my husband and myself were together, and he'd already paid.  we found it strange that they advertise a great southern lunch at noon, but we got there not even 30 minutes till and there was this entirely different items offered.  we would have preferred the breakfast buffet to still be out until the lunch items were ready, or at least have the servers let you know that there is a &quot;brunch&quot; in between the two meals.

#4  on the website, the hotel advertised under &quot;ammenities offered&quot; it states that a kitchenette is included.  we called ahead to make sure of that detail since we would have milk, etc for our daughter that would need to be refrigerated.  the staff assurred us they did have them, but that it was first come, first serve basis.  we arrived friday, and upon check in, my husband requested the fridge.  after receiving our bill saturday evening, we realized we had been charged $15 extra for that item.

sorry to be so scattered.  i've tried to think of all the details i can, but with a sick daughter, late nights, early mornings, etc...my brain is a little fuzzy..hope i haven't bugged you.

starla, scalper');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17181','50a042a8da','Jon,

      What's up brother? . . . .just getting back into town from a long pull on the road. . . .but I'm not going anywhere between now and MSC. . . . .I'll be getting in early on Fri. . . . . .and rowdy soon-there-after. 
I was just wondering what you're lodging situation was and if you were taken care of. . . .or needed a place to crash. LMK . . .and I can't wait to mob around . . . .do you have a finished Mando?. . . can't remember. BTW. . .what ever happened to [b:50a042a8da]yer[/b:50a042a8da] NECRO costume?!?!. . . .didja give up on it?. . . .run outta funds?
    Anyhow. . .I'll have some drinks for you. . . .and maybe some sticky?!?! Take it easy.

Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17182','601f2d427f','Loki,
  Hope you had a good day.  Just wanted you to know that I dreamed all night about freakin' huge ass spiders!!!  I may never be the same! :shock: 

Cheryl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17197','22b23bd532','It's all good, we will be there on Friday,,,, little hick-up');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17363','23076bd018','yeah i want to eat, hell lokat me , i love to eat!

what side of town today?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17892','b64f53359e','Went and did the Nashville Ghost Tour last weekend.  Ya need to go.  Costs $13.00, but it's worth it.  It's a walking tour.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17296','9ecb788054','by the way that last pm was from me!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17409','af77c2ad53','i heard that you were a lesbo and jeff was just a way to cheat on your taxes, but since he fixes cars you let him stay around the rest of the year.

oh, i think a lot of people feel your hair color is offensive to the rest ofo the group, and you never let anyone else pass you the salt at dinners but holly.

jeff likes to make fun of santa costumers, and it really is bringing down the group when he does that at event.. we all like santa...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17413','f40cf837ea','Thank you so much and I feel better.  Now let me explain a bit.  After this weekend it was shared with me that 10-20 members have issues with me as well as my husband.  So I am contacting everyone that I can and asking them if there are problems.  This is the only approach that I can think of that may stop the rumors that are flying.

And you never know when I will call now that your programed in my phone!

Talk to you soon
Susie Q');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17417','eba15070ea','We have several people meeting for dinner at a Mexican place near the hotel,,,  well we will when we find it.  Would you and spanker like to join?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18169','f54a4f543c','hey tambo...we all went to dinner tonight and ryan told me that you have done a custome fitted mask for someone else...is that something you're still willing to help with?  if so, could you give me some specifics, like price point for the material, skill level, etc...  i have a couple of costumes in mind, the main one being tion medon, but of course, that is not out there anywhere, so it would have to be custom...i'm sure todd and i could figure it out, but why the hell try when there's someone who can help us.

whatcha think?

thanks, star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17419','16577f71c7','Hey, no problem.  I just wanted to make sure you didn't think we were all jerks.  And 10-4 on that hug.  I'll have it ready for ya.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17891','54dd72d4b1','I'm sorry Zach, I didn't mean to spoil your costume for you.  I don't want to like compete against you, haha.  I haven't even started on it yet!  I'm getting the soft parts commissioned by a very good cosplay costumer.  A friend of mine's husband does masks and whatnot.. and I'm hoping he is able to do the guy fawkes mask for me.  On the daggers, I was also wondering how to get those made due to the weapon laws at DC.  I'll let you know of anything I can find regarding the daggers.

Do you have many reference pictures of the costume?  Would you mind letting me see those?

If that mask you are having commissioned turns out well, let me know!  I'd love to see some photos of it.  What is he making it out of?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17448','b687839e48','I just wanted to clarify for you what I told David.  Basically, I told him that since he had apparently given/sold his only membership costume, that he could be switched to inactive status until his GM costume was approved depending on how YOU saw the situation, so he should try to keep quiet about it. Of course, he did the opposite.  I did not say he was going to be kicked out or anything like that. I should have mentioned that even if he was inactive for a month or whatever that it likely wouldn't matter since there wouldn't be any votes or anything.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17449','3355bf6483','[quote:3355bf6483="Tambo"]Glenn are you coming up to Coreys for your cases soon?  I can help you guys load them and get those figures from you..I'm not sure about midsouthCon.  I also need to talk to you about somethings that have been on my mind.

tambo[/quote:3355bf6483]
Unfortunately, I probably won't be coming up to Corey's for the cases until after he gets back from California as I will be moving while he is away.

I wasn't thinking about whether or not you would be going to MSC, although I mentioned bringing them there. I keep forgetting that you are staying home to help with the baby.

I wish somebody would talk to me. Hammer alluded to my having said a lot of things I shouldn't have, so I would like to know what some of them were.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17451','4829add43b','Hi Cheryl,
Tell Casey Ill put them aside and they are his. Get the money to me when you can, Im not worried about it.
Ill give the Clones to Loki to give to Casey, since Ill see him this weekend..
Have an awesome day,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17457','2877821504','Loki,

   What's up brother Fett??? . . . .MAN. . .you got sum ho's crashin' in yo' room?!?!? Who are they, are they up for grabs, . . .and do they want to be [b:2877821504][i:2877821504]in pictures[/i:2877821504][/b:2877821504]? I mean. . .is there a chance for ass there? I may have a an old associate to revisit in Memphis. . . .but constantly on the &quot;hunt&quot; for new strange.  Yo man. . . .I just had a session with this &quot;older&quot; lesbian couple in town the other night. . . .my first real 
3-way. . .other than me and a buddy bangin' some ho. . . .It was crazy!. . .I'll tell you about it when I see ya.

    Hey man. . . .my phone is 505-670-8512 (what's yours?)and I'll have it on Fri. . . .should get there early afternoon. I'll start having some drinks and crawling into whatever costume I can get into myself. I may be interested in crashing in your pad. . . .kinda want to get a better feel for your scene there. . . . .unless you just PIMPIN'!!! I'll have a cooler. . .couple guitars/instruments. . . .CD player. . . .and a small bar. Holla. . . .and take it easy.


Suppa Fett
BH/TK/TX0641
tk0641@yahoo.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17483','4252c46fef','O.K. I'm dumb. what is the blue box?  ROTS or AOTC? 
Sorry I don't usually mess with the 12in figures but I'm interested in a few for a project. Just let me know.

thanks

Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17484','9e7fa101eb','AOTC');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17465','cd20b28a79','Master Koon,  Anakin tells me you got the new website up and running, can I see it please?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17468','a3947719c8','hey what kind of troopers do you have. I saw the snowtrooper but do you have any clones?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17469','2f7ce7c978','I think I have 1 blue box clone left?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17471','dc9c89a358','I have Stormtroopers, and Sandtroopers. Let me know what &amp; how many you need !
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17472','81b92bcdea','Hay Jeff,
Hope your doing ok today.

I need to talk to you and Susanne on the phone, but in looking, I dont have your numbers.

Can you please PM me or call me, I would greatly appreciate it.
Im at home and my number is (931)362-4092

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17476','7929d1d732','Most of that is true.

But it is the pepper that only Holly can pass me.


Just wanted to say thanks for defending me when you knew I was falsely being accused.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17477','30b21e1567','Corey I saw that you had PM Jeff.  Here are our numbers

Home 931-670-5783 call after 6:00 and before 10:00

My cell 615-585-4334 call after 5:00

Jeff's cell call after 5:00.

I will be home late tonight because of work.  But Jeff will be around.  If you get our service send him a PM so he will get off line.  We only have one phone line.  And our cells don't work at home.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17530','b227abe018','Good Morning Jester,

Hay, again it was really great talking to you last night. Personally I feel much better.

I did make a post in the pre event area this morning saying we are holding a meeting at MSC.

Looking at the MSC schedule I think Im going to try and shoot for a 16:00 meeting time. I have a private room and may just hold it there..

Im VERY much hoping that you can make it. 1 so the rumors that are spreading that we where talking about can be put to rest, IE people saying Susanne said this etc.. Yes I plan on ending that bull poop at that meeting. Second it would be good to see a couple of the command staff present that way peoples problems can be addressed. Hay like I said Im a soldier, but having command there is a help.

On a seperate note, if there is anything you or Susanne ever need, you know my number, Im only a phone call away..

Hope to see you Saturday, if not expect a call from me  :) 

If you are driving to Memphis, becareful and arrive safe.

Talk to you real soon,
Your friend,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17532','9b393cc486','Jeff,
I read your post on the COC and are you really trying to fix things here? 

If you really want to get to the bottom of things pick up your phone and call. Skip has nothing to hide and is more than willing to discuss things. Attaching him is just uncalled for. He is not trying to attack you in any of his post. There are no resolving things when one or both parties are acting like children. I have tried personally to make amends on my own behalf with you and Suzanne. I suggest you be a big boy here (since you seem to be the one with all the hate to their post) and call to try to resolve this issue. I like most of the group am tired of the whining and gripping. This is for fun and when things get ugly, Who wins? 

Just so you know I got in the armor and deserved the number. NOPE have no intentions of ever wearing the armor again. Lots of members have armor and never wear it. Heck some have never even been to an event. I can say that I have been to most. So if I never wear it again who cares. I don't see you or anyone else upset at wasted numbers for the others who don't troop. 

I don't know about you and Suzanne, but I really do want our families to resolve the issues between us. Suzanne and I had what I thought was a great start to this. Was I wrong? Did I totally walk away blind? Help me out here. Things don't really have to be like this, Do they?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17533','52f2a17223','[quote=&quot;TROOPER MOM&quot;]Jeff,
I read your post on the COC and are you really trying to fix things here?[quote]
Hey that's my question back to Skip. I didn't ask for twelve paragraphs of drama and crap. He didn't offer any help. All I wanted was answers to two questions.

[quote:52f2a17223]If you really want to get to the bottom of things pick up your phone and call. Skip has nothing to hide and is more than willing to discuss things. Attaching him is just uncalled for. He is not trying to attack you in any of his post. There are no resolving things when one or both parties are acting like children. I have tried personally to make amends on my own behalf with you and Suzanne. I suggest you be a big boy here (since you seem to be the one with all the hate to their post) and call to try to resolve this issue. I like most of the group am tired of the whining and gripping. This is for fun and when things get ugly, Who wins? [/quote:52f2a17223]
Hey, right back at ya. That was part of my initial post on the CoC. With the invitation for anyone with answers to give a call, that includes you and Skip.

[quote:52f2a17223]Just so you know I got in the armor and deserved the number. NOPE have no intentions of ever wearing the armor again. Lots of members have armor and never wear it. Heck some have never even been to an event. I can say that I have been to most. So if I never wear it again who cares. I don't see you or anyone else upset at wasted numbers for the others who don't troop. [/quote:52f2a17223]
I wasn't looking for an excuse from you, you do what you want.
I was using it as an example to make a point. 
If all I get for my efforts is beat up with verbal barbs and old junk thrown at me, then that's what I'll give back.

[quote:52f2a17223]I don't know about you and Suzanne, but I really do want our families to resolve the issues between us. Suzanne and I had what I thought was a great start to this. Was I wrong? Did I totally walk away blind? Help me out here. Things don't really have to be like this, Do they?[/quote:52f2a17223]
Can't speak for Susanne. I wasn't in on that one.
I can say that, yes, I want things back on a civil plane. 
Hence, my post asking what all that stuff meant and for anyone to call. If I know what's wrong, then I can make the attempt to fix it.


Also, understand that I have no malice toward anyone, including yourselves. But if all I'm gonna get crap and grief, then that's what I'll give back.

Again, I'll ask, because maybe you know.
What is this &quot;my own thing&quot; business, what &quot;amends&quot; do I need to make, to who and for what? What is it that Skip knows that's REALLY the problem with all this that Loki was so kind to share with him but not us?
That's all I was asking for.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17557','7a74670ae8','Nah, i can't be there either, too many obligations with my church this weekend come first.

Peeps listen better when someone other than skip or i speaks.  sometimes we have a 'stigma' in some people's heads that prevents us from ever doing anything  that isn't negative.. especially critisism..

so don't be shy, your participation is just as effective as anyone

I'll prob see you guys in Franklin next..

-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17558','bac07acf29','Glad we had some good phone time yeasterday.  I hope all goes well for you and moral in general hawever the group decided to end this drama this weekend.

FYI - I posted this on the Commnad staff forum today..  check the ending analogy.. you might want to use it tomorrow!


[quote:bac07acf29]FYI...


been quiet becasue i've been doing a lot of phone time with Skip , Jenn, Jeff, and corey.

lots of stuff is gettng &quot;de-mystified&quot; on all sides. 

We will see what the TN peeps want to do with thier future this weekend.  some are going to finalize a split, some are going to work stuff out, corey's there to get it all out and over with , so hopefully with me NOT being there, people will air thier problems and get it over with...

this has really been the reason we are at a halt for a while as to which direction to go.. Neither Skip, Tambo or I can decide for them.

hopefully we can have a good resolution either way , I know i'm sooo shot and tired...

Corey is going to make everyone drop trou and measure weenies so we should all know whos all talk and who actually has a pair and has been exagerating...[/quote:bac07acf29]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17540','264632c78e','Hay Ali,
I did not mean to hurt your feelings.
Heck I own a SG costume myself and love the show, have everything that is on DVD..
So please forgive me for my comments on the adcon list.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17543','026127fb21','From: stormshadow 
To: TS6874 
Posted: Mon Mar 06, 2006 4:54 pm 
Subject: Re: ???????????????   
Thanks for clearing the air on everything. I feel much better and I hope that you do to. Betty and I have both talked after reading your post and we are ready to move forward and put this behind us as well. We are both willing to forgive and forget. I truly mean that, Im not one to hold grudges. Yea it might be a bit bumpy at first but itll be cool. Lets try not to bring any of this up again, unless we are joking about it. call me sometime 606-344-5194. (just not at 2 or 3 in the morning). Bob 

P.s. Might be good if you send Betty a litle pm also Her # is dz4077

_________________
Bob Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17544','93088b0ab5','From: blink4077 
To: TS6874 
Posted: Tue Mar 07, 2006 12:36 pm 
Subject: Re: apology   
It's not really about anything done to or said about me perceived or real. What bothers me most about everything is that you could treat bob in the manner you have, and then take the stand that it was out of caring. He talked about this group from the first day we met as the greatest thing in the world to him, it was this group that got him through his divorce, it was with this group that he no longer felt alone. 
All I ever wanted was for him to be happy, I didnt need anyone to like me in this group (it would have been a bonus but wasnt necessary), I already had friends in the Wollacks, rose, angi, and hammer. All I wanted was for the people he loved so deeply not to continue to turn their back on him. I am more than willing to forgive and forget along with everyone else. 
As for my wedding I told everyone that I couldnt afford invites, seems strange I know, but truthfully he had very little family, I have a fairly small one (who prefer to be asked personnally as opposed to an invite, go figure they are nuts, litterally) and we had very few friends other than the out post. I wanted to try to keep it very low key and inexpensive, for everyones sake. However at every event from the day We were engaged, We invited everyone, it was posted on the board, and angi even offered up her home for people to stay. The only takers were the Willifords and SweetPea (Rose, Brad, and Angi had to come they were in it, Muhahaha) I only mention it because it truelly hurt bob that no one came. 

Betty 

_________________
Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut ~Ernest Hemingway');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17545','e8495aa464','From: RoseGuard 
To: TS6874 
Posted: Tue Mar 21, 2006 2:14 pm 
Subject: Re: question   
No Suzanne. Personally and honestly, I don't. I had a discussion with Laura last weekend... on how when Angi, Betty, and myself joined the 501st, it looked like we were 3 desperate ladies looking for Star Wars men. I know that, I've always known that's what it looked like. Hell, I'd be defensive too. I told Laura that. And it doesn't bother me, that time has passed. The truth was the 3 of us were friends who met through Star Wars, enjoyed costuming, and just happened to be invited one adventurecon to hang out with the 501st. It's not our fault 2 of us met the loves of our lives that day... it just happened, and we're thankful for it. 

The truth is I've found some of the greatest family and friends in this group. And I would personally like to include you as one of those people. It's just hard for both of us, with everything else that's going on, to have moments together to form a bond like that. The truth is I don't want anything to do with arguments and drama, so sometimes I have a tendancy to avoid them by walking away. Jon is the same way. We don't want to hurt anyone. 

I guess what I'm trying to say in all this is No, I do not have any personal issues of any kind with you. I've seen you as a wonderful person many times with great intentions and love for this group. And I respect and admire that. You have NEVER done anything to hurt myself or Jon, and I never thought otherwise. So yes, I would like to concider you a friend. I would truly like to concider everyone a friend. I love Laura, and if she loves you, my thoughts on the matter are that if she loves you, why can't I get to know you and love you too? My phone number is always avaliable, and I am always here to talk, even if the conversation has nothing to do with me... 

heh, actually, I was concidered the &quot;mom&quot; of my old group of friends back when I lived in Virginia. They called me every day, even after I moved, for someone to talk to or help them or work things out. What I mean by this is I can appriciate and admire all you wives do and sometimes even sacrifice for the group, I do. 

I'm sorry I'm rambling, I just wanted to make sure you knew I truly don't have a problem with you. Truly. 

Feel free to call me anytime. I'll answer if I can.  And thank you for asking, it means alot to me. 
Rose 
(757)869-5123');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17546','062e3adde3','From: TK6203 
To: TS6874 
Posted: Wed Mar 01, 2006 12:49 pm 
Subject: Re: Just checking in   
Good Afternoon, 

Sorry, I have been running like mad... Trying to stay somewhat well, not doing to good on the latter part of that.. 

No, we are alright with each other.. 
You have never done anything to me that has upset me in anyway. 
My only concern was for awhile you seemed a bit angry with me. That was my only concern as I know I can be a royal pain and very over bearing a lot of the times, so I figured maybe I just rubbed you wrong.. 

But now I know it was just me, I dont always know how to read people well. I think it is because of of what I missed in my past. 

So no problems or worries here. All is good....  

Thank you again for helping at the party.. I still can not beleive the turn out, we had more than 50 people here, unbeleivable, but kewl.. 

Take care and have an awesome day....

_________________
~Atin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17547','026127fb21','From: stormshadow 
To: TS6874 
Posted: Mon Mar 06, 2006 4:54 pm 
Subject: Re: ???????????????   
Thanks for clearing the air on everything. I feel much better and I hope that you do to. Betty and I have both talked after reading your post and we are ready to move forward and put this behind us as well. We are both willing to forgive and forget. I truly mean that, Im not one to hold grudges. Yea it might be a bit bumpy at first but itll be cool. Lets try not to bring any of this up again, unless we are joking about it. call me sometime 606-344-5194. (just not at 2 or 3 in the morning). Bob 

P.s. Might be good if you send Betty a litle pm also Her # is dz4077

_________________
Bob Link');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17548','9331bfb6fb','I am sharing these just so you can see them too.

From what you told me these are nothing more than smoke being blown up my ......?

Susie Q');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17549','93088b0ab5','From: blink4077 
To: TS6874 
Posted: Tue Mar 07, 2006 12:36 pm 
Subject: Re: apology   
It's not really about anything done to or said about me perceived or real. What bothers me most about everything is that you could treat bob in the manner you have, and then take the stand that it was out of caring. He talked about this group from the first day we met as the greatest thing in the world to him, it was this group that got him through his divorce, it was with this group that he no longer felt alone. 
All I ever wanted was for him to be happy, I didnt need anyone to like me in this group (it would have been a bonus but wasnt necessary), I already had friends in the Wollacks, rose, angi, and hammer. All I wanted was for the people he loved so deeply not to continue to turn their back on him. I am more than willing to forgive and forget along with everyone else. 
As for my wedding I told everyone that I couldnt afford invites, seems strange I know, but truthfully he had very little family, I have a fairly small one (who prefer to be asked personnally as opposed to an invite, go figure they are nuts, litterally) and we had very few friends other than the out post. I wanted to try to keep it very low key and inexpensive, for everyones sake. However at every event from the day We were engaged, We invited everyone, it was posted on the board, and angi even offered up her home for people to stay. The only takers were the Willifords and SweetPea (Rose, Brad, and Angi had to come they were in it, Muhahaha) I only mention it because it truelly hurt bob that no one came. 

Betty 

_________________
Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut ~Ernest Hemingway');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17550','e8495aa464','From: RoseGuard 
To: TS6874 
Posted: Tue Mar 21, 2006 2:14 pm 
Subject: Re: question   
No Suzanne. Personally and honestly, I don't. I had a discussion with Laura last weekend... on how when Angi, Betty, and myself joined the 501st, it looked like we were 3 desperate ladies looking for Star Wars men. I know that, I've always known that's what it looked like. Hell, I'd be defensive too. I told Laura that. And it doesn't bother me, that time has passed. The truth was the 3 of us were friends who met through Star Wars, enjoyed costuming, and just happened to be invited one adventurecon to hang out with the 501st. It's not our fault 2 of us met the loves of our lives that day... it just happened, and we're thankful for it. 

The truth is I've found some of the greatest family and friends in this group. And I would personally like to include you as one of those people. It's just hard for both of us, with everything else that's going on, to have moments together to form a bond like that. The truth is I don't want anything to do with arguments and drama, so sometimes I have a tendancy to avoid them by walking away. Jon is the same way. We don't want to hurt anyone. 

I guess what I'm trying to say in all this is No, I do not have any personal issues of any kind with you. I've seen you as a wonderful person many times with great intentions and love for this group. And I respect and admire that. You have NEVER done anything to hurt myself or Jon, and I never thought otherwise. So yes, I would like to concider you a friend. I would truly like to concider everyone a friend. I love Laura, and if she loves you, my thoughts on the matter are that if she loves you, why can't I get to know you and love you too? My phone number is always avaliable, and I am always here to talk, even if the conversation has nothing to do with me... 

heh, actually, I was concidered the &quot;mom&quot; of my old group of friends back when I lived in Virginia. They called me every day, even after I moved, for someone to talk to or help them or work things out. What I mean by this is I can appriciate and admire all you wives do and sometimes even sacrifice for the group, I do. 

I'm sorry I'm rambling, I just wanted to make sure you knew I truly don't have a problem with you. Truly. 

Feel free to call me anytime. I'll answer if I can.  And thank you for asking, it means alot to me. 
Rose 
(757)869-5123');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17551','062e3adde3','From: TK6203 
To: TS6874 
Posted: Wed Mar 01, 2006 12:49 pm 
Subject: Re: Just checking in   
Good Afternoon, 

Sorry, I have been running like mad... Trying to stay somewhat well, not doing to good on the latter part of that.. 

No, we are alright with each other.. 
You have never done anything to me that has upset me in anyway. 
My only concern was for awhile you seemed a bit angry with me. That was my only concern as I know I can be a royal pain and very over bearing a lot of the times, so I figured maybe I just rubbed you wrong.. 

But now I know it was just me, I dont always know how to read people well. I think it is because of of what I missed in my past. 

So no problems or worries here. All is good....  

Thank you again for helping at the party.. I still can not beleive the turn out, we had more than 50 people here, unbeleivable, but kewl.. 

Take care and have an awesome day....

_________________
~Atin');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17552','2b4475cfdc','Might be a good thing to bring up this weekend, to ask people to leave the dirty laundry off the forums like you suggested.

sometimes, the rest really don't want to hear it.

It might be good to hear input from someone like yourself, rather than alwasy skip or I.

thanks!

-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17553','fa499233f3','Aw thanks Joey!

But I won't be there this weekend. My other job calls. Gotta keep gymnasts from landing on their heads!

But I'll be sure and have someone else give my point of view, or you could bring it up yourself. Whichever.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17917','fcc1128e57','Just called you at 502-648-0967...  No answer.  I'm going to assume you're at work?  I'm going to make a few phone calls and I'll send you more info.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17918','50b265547b','I got all of my stuff from Dale at the Wookie Cantina.Unfortunatly I tried to find his email address after I sent you the post. I know he trades on Ebay under  &quot;tk510&quot;. He seems to stay low key.So he may not talk to you.Its worth a try. I will try to get his email .Skip may use him as the sorce for the Stormtrooper stuff. My Vader is very close to original and I have been very pleased with it. If you want to see his product before you buy, call me and you can come buy to see for yourself. Im in Franklin.
Later Geoff');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17556','49f2776c06','Todd, 

Thanks for the update. I just emailed Chase about this a day or two ago. We had talked about finishing up at the St Patrick's Day Parade. Just have Chase give me a cal when he needs the money to get the plastic and when ya'll are ready to do some more work on them.

Wendy has found a job. She is now teaching High School Pyhsical Science, Biology, and Spanish at the private school my children attend, Pioneer Christian. I think she is going to enjoy it a lot. Thnaks for asking.

Later, 
Mark');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17559','9331bfb6fb','I am sharing these just so you can see them too.

From what you told me these are nothing more than smoke being blown up my ......?

Susie Q');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17560','fd613e776d','As I told Jeff last night that was what Skip is saying and a part of me thinks he was talking mostly about Loki and maybe Corey up until Joey talked with Corey.  I don't think Corey is blowing smoke up your ...

I reread what both skip and Jeff posted lasted night.  I can why each of them is mad at the other and I can see why both feel the way they do. I am not excusing Skip by any means.  It is going to take the other 20 to tell skip and Jenn what we have been telling them (that by saying nothing when everyone is complaining or is joining in that in it self speaks volumes) because they are not going to believe us.  I do believe that Jeff is righ that the Curley's exaggerate what the others have said to him.

I really believe that if Jeff and Skip will have a face to face they can work this out.  I do believe that there needs to be a mediator.

One more thing, tell Jeff that skip made the comment that we all need to be careful about Mark Ingram as Mark was on of the big complainers last Saturday night and is for the split.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17564','47d57aff10','Jeff..I just wanted to talk to you via PM for a moment just because we don't often reall get a chance one on one to talk.

Last night while I was typing some messege in my room Mary walked in and asked what I was doing.   I briefly mentioned some of the problems we are all having with the Southern Outpost and she laughed and said my god it's just a dress up club.  She listened some more and knows that the 501st and it's members all mean alot to me, that's why she let's me go off and play....She knows the caliber of most of the people in our group.   I asked her to be honest and tell me who out of all the people in the group she likes the most she surprised me by saying Susanne and Jeff.  Why I asked?  &quot;It's because they seem the most fun, Susanne is just a fun person and Jeff has always been nothing but very kind.&quot;  All of this is true and I know that both of you bring much to our orginization and for people not to like you they must not really know you or hear shit second hand from other people.  Hopefully this misconception can be cleared this year because I want you to know that I have your back as a friend and fellow Command staff member...but we all must help each other out and put a end to this little &quot;Rebellion&quot; if you will.

Please keep this message to yourself as I don't want to hurt feelings of Skip and Jenn, who I am just as much friends with as you, Susanne and Joey and Holly.  I feel loyalty to all of you and I really personally have no gripe with anyone unless they do something stupid and I'll be the first to point that out to all of you equally.

Take care bro...hope to see you soon.

Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17607','ddd01e8acf','thad,
i am so sorry i missed this,its been kinda hectic around here.

heck yea i can help,anything you need.
i believe he still has some suits left.
ive been charging everybody the same for the armor,$550
and that covers getting it shipped down to you.
just paypal me at
skipjenn@comcast.net');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17569','fa768fc8ed','Yo, Susie! You out there?! 

Look at my &quot;LowSouthCon&quot; thread and see what you think!

I wish, so bad, you guys could make it!!!

What's the buzz on the boards today!?

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17570','f7c08ba5fa','The incoming time on this was 11:06 pm 3/23/06

[quote:f7c08ba5fa="TROOPER MOM"]Jeff,
I read your post on the COC and are you really trying to fix things here? 

If you really want to get to the bottom of things pick up your phone and call. Skip has nothing to hide and is more than willing to discuss things. Attaching him is just uncalled for. He is not trying to attack you in any of his post. There are no resolving things when one or both parties are acting like children. I have tried personally to make amends on my own behalf with you and Suzanne. I suggest you be a big boy here (since you seem to be the one with all the hate to their post) and call to try to resolve this issue. I like most of the group am tired of the whining and gripping. This is for fun and when things get ugly, Who wins? 

Just so you know I got in the armor and deserved the number. NOPE have no intentions of ever wearing the armor again. Lots of members have armor and never wear it. Heck some have never even been to an event. I can say that I have been to most. So if I never wear it again who cares. I don't see you or anyone else upset at wasted numbers for the others who don't troop. 

I don't know about you and Suzanne, but I really do want our families to resolve the issues between us. Suzanne and I had what I thought was a great start to this. Was I wrong? Did I totally walk away blind? Help me out here. Things don't really have to be like this, Do they?[/quote:f7c08ba5fa]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17572','ad8164ef03','Have you answered her yet?  If not, I guess you can in person tomorrow.  

We will be at church from 5:30 until around 7:45 so if you want to call start trying around 8:00 p.m.  

I can't wait to see how all this pans out.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17573','13da756404','Outgoing time on this was 5:50am 3/24/06

[quote:13da756404="TROOPER MOM"]Jeff, 
I read your post on the COC and are you really trying to fix things here?[/quote:13da756404] 
Hey that's my question back to Skip. I didn't ask for twelve paragraphs of drama and crap. He didn't offer any help. All I wanted was answers to two questions. 

[quote:13da756404] 
If you really want to get to the bottom of things pick up your phone and call. Skip has nothing to hide and is more than willing to discuss things. Attaching him is just uncalled for. He is not trying to attack you in any of his post. There are no resolving things when one or both parties are acting like children. I have tried personally to make amends on my own behalf with you and Suzanne. I suggest you be a big boy here (since you seem to be the one with all the hate to their post) and call to try to resolve this issue. I like most of the group am tired of the whining and gripping. This is for fun and when things get ugly, Who wins? [/quote:13da756404] 

Hey, right back at ya. That was part of my initial post on the CoC. With the invitation for anyone with answers to give a call, that includes you and Skip. 

[quote:13da756404] 
Just so you know I got in the armor and deserved the number. NOPE have no intentions of ever wearing the armor again. Lots of members have armor and never wear it. Heck some have never even been to an event. I can say that I have been to most. So if I never wear it again who cares. I don't see you or anyone else upset at wasted numbers for the others who don't troop. [/quote:13da756404] 

I wasn't looking for an excuse from you, you do what you want. 
I was using it as an example to make a point. 
If all I get for my efforts is beat up with verbal barbs and old junk thrown at me, then that's what I'll give back. 

[quote:13da756404]
I don't know about you and Suzanne, but I really do want our families to resolve the issues between us. Suzanne and I had what I thought was a great start to this. Was I wrong? Did I totally walk away blind? Help me out here. Things don't really have to be like this, Do they? [/quote:13da756404]

Can't speak for Susanne. I wasn't in on that one. 
I can say that, yes, I want things back on a civil plane. 
Hence, my post asking what all that stuff meant and for anyone to call. If I know what's wrong, then I can make the attempt to fix it. 


Also, understand that I have no malice toward anyone, including yourselves. But if all I'm gonna get crap and grief, then that's what I'll give back. 

Again, I'll ask, because maybe you know. 
What is this &quot;my own thing&quot; business, what &quot;amends&quot; do I need to make, to who and for what? What is it that Skip knows that's REALLY the problem with all this that Loki was so kind to share with him but not us? 
That's all I was asking for.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17575','ff955960a3','I just sent the response from this morning.

Actually, after having different senarios play through my head today, I'm rather anxious to sit down with the both of them. More so than this &quot;split the garrison&quot; meeting.
I'll have to make them understand that I really have nothing to lose if they're not willing to talk in a civil manner. I can get up and leave and be just as well off.
But I'd rather it not come down to that.
Skip and Jenn, in the better days, were fun to be around. If they hadn't have brought the &quot;green-eyed monster&quot; into the group, we might all still be sailing right along.
Things won't ever be as steady as it once was, but we should at least get past all their jealousy crap.
I don't want the discussion to be about blame or should get it. I don't want us to keep score on who said or did what.
I'd like for the conversation to be one where we just say &quot;truce&quot;, now let's start being civil without the suspicious minds.
Does that sound workable to you? Or am I planning this from a dreamland?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17579','bc734ada60','I would love to have a truce but I wonder if some can get past all this crap and let it die? it.  I guess we will see.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17584','9c9210440e','I figured you could handel it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17585','ef484c83eb','Glenn, 
that message means alot.
I'm glad that Mary sees us as a fun couple. That's the reason we're in this. For the fun. I never wanted all this drama and hard feelings.
I'd like nothing more than to get past all these &quot;high school&quot; antics.
Hindsight being 20/20, I would like to think that things would have been better for us all if we'd confronted all the jealousy and misunderstandngs among the core group early on.

I've been asked by Corey to drive down to MSC in the morning. My mission there will be to speak to the group of folks that have organized a movement to split this garrison. The motives are not with logistics, but driven by hard feelings and anger toward people that they don't even know. I want to tell the other side of stories they've heard or correct any conclusions they've jumped to about Joey and myself.
Bottom line on that, we're just to guys that are in this for the fun. No other agendas.

Another mission I have, and I'm more anxious to resolve than going to the &quot;split&quot; meeting, is to meet with Skip and Jenn.
I don't want confrontation, aguements, a debate or any malicious jabs. I want a truce. I want us all to be able to enjoy each other's company again. I know it won't ever be the old days, but we should all be able to be around each other without suspicious minds.

I know it seems that Skip and I have made that look almost impossible, but I believe if we can just drop the drama and see past the small, insignificant &quot;he said, she said&quot; stuff, then we should be able to at least come together on some type of peaceful agreement. I can be sincere if he willing to be.
That's my hope anyway.

Again, thank you for the message. Always know that any communications with me are kept in confidence.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17587','2c1cf33b6c','Thanks for your confidence.
Just got a PM from Tambo. Can't give any details as per his request, but after reading it, I don't feel like public enemy #1...or #2.

Looks like Skip has posted back to the CoC. Gotta read that real quick then go get a pizza.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17590','4f198f1232','I've been in the everlasting land of winter.  LOL  And sewing things...I've been doing that too.

Hope everything is going well for you Chase and that you had a great birthday!

Are you heading out to the COSI event in June?

~ Katie');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17591','005ca3224a','Would you do me a favor !!
Please pass this on to the Reables !

http://highlandcitadel.com/501stso/phpBB2/viewtopic.php?p=3707#3707

Thank you,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17593','e8030c2ba2','For your &quot;Dress&quot; ! LOL
Take Care,
Shannon

http://www.501stforums.com/forum/viewtopic.php?t=3271');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17610','3696ee7266','Thanks alot

Paypal sent');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17611','9c3114ec02','Hey man,
Sorry if it seemed like I was tying to skip out on my part of the room. I didn't remember the total that you had said the night before, and I woke up an hour past when I was planning on leaving. Let me know if I need to send the money to you or to Corey. 62 dollars right? Let me know and I will get that mailed, unless you would rather get cash at the thing on April 7th. Either way is cool with me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17612','b3eb9ef0c5','Hey Skip... Well, it's finally time. I actually went and got myself a Clone Trooper helmet, then decided that you guys were right and decided to sell it off. Anyway, the helmet just sold and I now have the money to order the TK kit. If you're placing the order, I'm assuming I need to get the money to you? Just let me know where to send it (or if you have PayPal, I can do that as well). 

I know Corey isn't having a Prop Party in April, but maybe there'll be one in May and June before AdCon to where I can get help in getting this together. I appreciate it. Thanks again.

     Vesper (or Jeff, but I think we have too many &quot;Jeff's&quot; as it is, so we'll stick with Vesper).

[quote:b3eb9ef0c5="SL100"]hey vesper,
wanted to finally get back to you,
as for armor,

clone armor is difficult for some people to make.it comes untrimmed and usually unpainted.the work can take weeks to do,and not everybody is good at that kinda stuff.if youve never put together anything like this id not recommend it.plus the clone armor doesnt include a helmet which would have to be bought or even built,yet another reason not to recommend this to a new person.
as for trooper armor,we can put together that in a day or 2.it is already trimmed and might only need a few adjustments.the helmet is included also.
i can actually get the trooper suits.they run $550 and im about to order some other suits for other people.i would have it in time for corey's prop party and could deliver it to you there and also begin putting it together.

either way, armor rocks and youll have fun with it.
but let me know if you might be interested in the trooper armor.
cya soon
skip[/quote:b3eb9ef0c5]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17596','573f67e58f','It &quot;may&quot; be a little bigger than the red, not much.
All, Robes, Blaster, Helmet, The whole nine Yards,
$750
Thanks,
Shannon');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17597','b9eb5546b1','CELL NUMBER, I NEED CELL NUMBER !!!!!!!
Call me.............................................  256-283-2602');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17609','efe5e56fb9','Cool deal, I'm glad the costume will stay with us.  Get with me when you want a thermal detonator or two.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17604','05e3c69b82','I know Joey's at work and you were a little tipsy last night.
I'd like to call and coversome stuff on my drive home today.

Talk with you soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17615','ec95b94898','It's no prob dude, just get with corey!


Lotsa love!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17636','17d917c451','Joey,

Jennie has a costume she wants to make and have ready by April 24th. She's wanting to make an AT-ST costume and wanted to know if you had a spare snowtrooper helmet she could buy off you, or how much would it cost to get you to pull / paint one.

In case you are curious, ref pic: [img:17d917c451]http://photos.imageevent.com/kzhome/501stacd//atstcrew.jpg[/img:17d917c451]

She's deadly serious here. She's already been reading the detachment web site, etc.

Chris');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17637','fcbbea22b5','Thank you thank you thank you for sending my keyboard up via Jeff!  I'm going to attach it to myself with bungee cord whenever we leave the house, so I don't drop it again.

Also, I have a business question:
Would you (or Himself) happen to have a leftover -- or even sub-quality -- snow trooper helmet lying around, that you'd be willing to sell me?  I'm of a mind to qualify for an AT-ST pilot costume by the AnimeTrooping thing in April, and I'm thinking if it's bashed-up, that might be all the funnier, so long as it'll fit my big Irish skull.

Chris is going to Birmingham on family business this weekend, so if there is something you've been meaning to get out from underfoot, I can ask him to stop by with money.

Now to practice my Tank Girl accent....

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17638','fc7e103e10','I heard you might wish access to Daala's Trophy Case in the Trash Compactor? Is that true? If so, I'll grant you access.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17639','e72cb2a20c','I was going to email you something. It was going to be intelligent.  I think my brain fell out.  I will sleep, then find it, then email you tomorrow.  The &quot;OMGWTF HOTEL IS EVIL HULK SMASH!!!&quot; thread is started, on the General board, with a better name.

G'night!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17643','9f7527ba68','I'm not sure how often you check this... but I wanted to go ahead and get this typed before I pass out from exhaustion.

I want to be the first to thank you personally for giving us Jester Time this weekend. There's absolutely no way we could have gotten through what we did without him. It truly is appriciated what you and he both do for this group.

This weekend we got alot of things said that needed to be said. Alot of things are out on the table now that can hopefully get us through this rediculous time of drama and pain. There are various reasons we're all part of this group, but the basic point is we all love it, for what it is. We're all friends with a common thread, and yet on top of that we all have our own lives to deal with. But this group is family to alot of us, and we do what we can to keep it together.

And I MEAN THIS. We are all family. We all at some point get allong and enjoy our time together. And even outside that time, we would do practically anything for eachother. Sometimes I can't explain why, but it's true. I recently went through a personal health issue that I've barely told anyone about (I didn't even mention it when I was pouring my heart out this weekend), and yet without even knowing it, this group helped get me through it. Helped remind me what fun and love is. THAT is family!

And just so it's said to you as well, something I need to say directly to you... I've NEVER heard or said any kind of &quot;rumor&quot; or &quot;story&quot; relating to you or your husband. I'd never even heard anything about them untill speaking to Laura 2 weeks ago and she mentioned that you were upset and why. And I'm so so sorry that Jeff felt the need to make sure everyone knew there was absolutely no truth to these rumors. I never believed they were.

I meant what I said before this weekend, I like to think you and I are friends. I hope we can become better friends. When I get married (no date set, just an important example i'm using), I want you to be there with all my other friends that were there when I fell in love with our Sweetpea. That's who I am, and that's what I'll fight for.

Again, thank  you for what you do, and thank you for being a part of this crazy mixed up bunch I call family. And thanks for putting up with this rediculously long pm...  :wink:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17645','bac07acf29','Glad we had some good phone time yeasterday.  I hope all goes well for you and moral in general hawever the group decided to end this drama this weekend.

FYI - I posted this on the Commnad staff forum today..  check the ending analogy.. you might want to use it tomorrow!


[quote:bac07acf29]FYI...


been quiet becasue i've been doing a lot of phone time with Skip , Jenn, Jeff, and corey.

lots of stuff is gettng &quot;de-mystified&quot; on all sides. 

We will see what the TN peeps want to do with thier future this weekend.  some are going to finalize a split, some are going to work stuff out, corey's there to get it all out and over with , so hopefully with me NOT being there, people will air thier problems and get it over with...

this has really been the reason we are at a halt for a while as to which direction to go.. Neither Skip, Tambo or I can decide for them.

hopefully we can have a good resolution either way , I know i'm sooo shot and tired...

Corey is going to make everyone drop trou and measure weenies so we should all know whos all talk and who actually has a pair and has been exagerating...[/quote:bac07acf29]');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17649','62ccb8e45a','Planning on it...guess I'm wearing Sabe.  I'm going to try and get Amidala's red invasion dress done before then, so we'll see how that goes.  :-P');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18168','02e80142f7','heck yeah!  I'll try to get it..as long as it does not go too high');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17667','3c273bfee0','Thanks Kell!  I really appreciate it!  I really like your new stormtrooper armor!  I saw it on your flickr gallery.  What type of armor is it?  Did you mold it yourself?  I got a set of FX/GT armor for a friend that lives in Harpersville (like 15 minutes from birmingham) and she can't wait til we can get it built for her.  Hopefully Joey will have a prop party soon, lol.  I was really sad I couldn't get to memphis this weekend, I hope you all had a great time!  I can't wait for the next event, I really miss you guys..');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17668','9bcd158082','yep, cant wait to get it!!

On another note, here is the list of the SW Minis I still need, I will go through today and let you know what I have as far as doubles..
If you could pass this list on to Donald and whomever plays the mini game I would appreciate it. Maybe later Ill make a thread on the forum so we can all start trading etc..

Have an awesome day and again thank you for helping this weekend, it was great seeing you and cant wait till the next time. Heck maybe Ill come down to Huntsville just for a day to learn and play SW minautures *LOL*

Rebel Storm 

Rebel 		
1 	Bothan Spy 	             Uncommon	
3 	Chewbacca 	             Rare
7 	Han Solo 	             Rare
8 	Hoth Trooper 	             Common
9 	Luke Skywalker, Jedi Knight  Very Rare
12 	Princess Leia, Captive 	     Very Rare
14 	R2-D2 	                     Rare
15 	Rebel Commando 	             Uncommon
17 	Rebel Pilot 	             Common
19 	Rebel Trooper 	             Common
		
Imperial 		
22 	Darth Vader, Sith Lord  	Very Rare
23 	Elite Snowtrooper 	        Uncommon
24 	Elite Stormtrooper 	        Uncommon
25 	Emperor Palpatine 	        Very Rare
27 	Grand Moff Tarkin 	        Rare
30 	Mara Jade, Emperor's Hand 	Rare
31 	Probe Droid 	                Very Rare
33 	Scout Trooper 	                Uncommon
34 	Scout Trooper on Speeder Bike 	Very Rare
35 	Snowtrooper 	                Common
40 	Sandtrooper on Dewback 	        Very Rare
		
Fringe 		
42 	Boba Fett 	        Very Rare
43 	Dengar 	                Rare
44 	Duros Mercenary 	Uncommon
47 	Gamorrean Guard 	Uncommon
48 	IG-88 	                Rare
50 	Jabba the Hutt 	        Very Rare
52 	Lando Calrissian 	Rare
55 	Greedo          	Rare
56 	Bossk 	                Rare
60 	Wampa 	                Very Rare

Clone Strike

Republic 		
1 	Aayla Secura 	                Very Rare
2 	Aerial Clone Trooper Captain 	Rare
3 	Anakin Skywalker 	        Very Rare
4 	ARC Trooper 	                Uncommon
5 	Captain Typho 	                Rare
6 	Clone Trooper 	                Common
7 	Clone Trooper 	                Common
8 	Clone Trooper Commander 	Uncommon
9 	Clone Trooper Grenadier 	Common
10 	Clone Trooper Sergeant 	        Common
11 	Agen Kolar 	                Rare
12 	General Kenobi 	                Rare
13 	Gungan Cavalry on Kaadu 	Rare
14 	Gungan Infantry 	        Common
15 	Jedi Guardian 	                Uncommon
16 	Ki-Adi-Mundi 	                Rare
17 	Kit Fisto 	                Rare
18 	Luminara Unduli         	Rare
19 	Mace Windu 	                Very Rare
20 	Naboo Soldier 	                Uncommon
21 	Padm Amidala 	                Very Rare
22 	Plo Koon 	                Rare
23 	Qui-Gon Jinn 	                Very Rare
24 	Quinlan Vos 	                Very Rare
25 	Saesee Tiin 	                Rare
26 	Yoda 	                        Very Rare
		
Separatist 		
27 	Asajj Ventress 	             Rare
28 	Battle Droid 	             Common
29 	Battle Droid 	             Common
30 	Battle Droid 	             Common
32 	Battle Droid on STAP 	     Rare
33 	Count Dooku 	             Very Rare
34 	Dark Side Acolyte 	     Uncommon
35 	Darth Maul 	             Very Rare
36 	Darth Sidious 	             Very Rare
37 	Destroyer Droid 	     Rare
38 	Durge 	                     Rare
39 	Dwarf Spider Droid 	     Rare
40 	General Grievous 	     Very Rare
41 	Geonosian Drone 	     Common
42 	Geonosian Overseer 	     Uncommon
43 	Geonosian Picador on Orray   Rare
44 	Geonosian Soldier 	     Uncommon
45 	Jango Fett 	             Rare
47 	Super Battle Droid 	     Uncommon
48 	Super Battle Droid 	     Uncommon
		
Fringe 		
49 	Aqualish Spy 	          Common
50 	Aurra Sing 	          Very Rare
51 	Devaronian Bounty Hunter  Common
52 	Gran Raider 	          Common
53 	Ishi Tib Scout 	          Uncommon
54 	Klatooinian Enforcer 	  Common
55 	Nikto Soldier 	          Common
56 	Quarren Raider 	          Uncommon
57 	Rodian Mercenary 	  Uncommon
58 	Weequay Mercenary 	  Common
59 	Wookiee Commando 	  Uncommon
60 	Zam Wesell 	          Rare

Revenge of the Sith Set 

Republic 			
1 	Agen Kolar, Jedi Master 	Rare
3 	Anakin Skywalker, Jedi Knight 	Rare
4 	AT-RT 	                        Very Rare
7 	Chewbacca of Kashyyyk 	        Very Rare
13 	Mace Windu, Jedi Master 	Very Rare
14 	Mon Mothma 	                Very Rare
15 	Obi-Wan Kenobi, Jedi Master 	Rare
17 	R2-D2, Astromech Droid  	Very Rare
21 	Tarfful 	                Rare
24 	Yoda, Jedi Master               Rare
Separatist 		
29 	Darth Tyranus 	                        Rare
30 	Destroyer Droid 	                Rare
31 	General Grievous, Jedi Hunter 	        Very Rare
32 	General Grievous, Supreme Commander 	Rare
33 	Grievous's Wheel Bike 	                Very Rare
34 	Muun Guard 	                        Uncommon
37 	San Hill 	                        Rare 
40 	Super Battle Droid 	                Common
41 	Wat Tambor 	                        Rare	
43 	Chagrian Mercenary Commander 	        Uncommon
45 	Gotal Fringer 	                        Uncommon
47 	Iktotchi Tech Specialist 	        Uncommon
48 	Medical Droid 	                        Rare
51 	Tion Medon 	                        Very Rare
Imperial 		
59 	Emperor Palpatine, Sith Lord 	        Very Rare
60 	Royal Guard 	                        Uncommon

Universe set

3 	Elite Clone Trooper 	Republic 	        Uncommon
4 	Flash Speeder 	Republic 	                Uncommon
5 	Obi-Wan on Boga 	Republic 	        Very Rare
11 	Super Battle Droid Commander 	Separatist 	Uncommon
13 	Acklay 	Fringe 	                                Uncommon
15 	Bomarr Monk 	Fringe 	                        Rare
16 	Dash Rendar 	Fringe 	                        Rare
17 	Dr. Evazan 	Fringe 	                        Very Rare
19 	Guri 	Fringe 	                                Rare
22 	Lobot 	Fringe 	                                Rare
24 	Ponda Baba 	Fringe 	                        Rare
25 	Prince Xizor 	Fringe 	                        Very Rare
29 	Shistavanen Pilot 	Fringe 	                Uncommon
32 	X-1 Viper Droid 	Fringe 	                Uncommon
33 	AT-ST 	Imperial 	                        Rare
34 	Baron Fel 	Imperial 	                Very Rare
37 	Darth Vader, Jedi Hunter 	Imperial 	Rare
42 	Stormtrooper Commander 	Imperial 	        Uncommon
43 	Admiral Ackbar 	Rebel 	                        Very Rare
47 	Han Solo, Rebel Hero 	Rebel 	                Rare
48 	Luke Skywalker on Tauntaun 	Rebel 	        Rare
49 	Nien Nunb 	Rebel 	                        Rare
50 	Princess Leia, Rebel Hero 	Rebel 	        Very Rare
51 	Wedge Antilles 	Rebel 	                        Rare
53 	Luke Skywalker, Jedi Master New Republic 	Very Rare
57 	Nom Anor 	Yuuzhan Vong 	                Rare
58 	Warmaster Tsavong Lah 	Yuuzhan Vong 	        Very Rare');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18038','9d5086efa3','Hey Drax,

Need your opinion on some of the threads in the COC forum.  

Thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17682','bd3f2f1f9a','Great pics,  and great work on the sabres.  I would love to have several of these, but this site doesn't let you download.  Could you please e-mail me the ones with Ryman.  I do not need all group shots, you can just pic out the best ones.  Thanks

Once again I sorry for showing my ass the other night, but with Ryman being sick, and how we were treated took me past my limit.

you can e-mail me here:
todd.taylor@ipaper.com');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17688','d54f934e1c','Thanks for thinkin' of me. :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17692','ebbd0f556f','Hey Joey,

I've got a friend in Harpersville, AL who is itching to get her armor built.  Her name is Lauren, she's been to a few of the events.. dragoncon and adcon I believe, and I think she said she knows you, zman, collier, and a few others.  I was wondering when you were planning on getting another prop party going in the area so we can help her get it put together.

Also, Chris (TB1309) contacted me about helping him with the site, forums, and members galleries so thanks for putting in a good word if you did.  Hopefully I and a couple other members he is in contact with can help lighten the load on his shoulders and bring a fresh feel to the site.

Later,
Gooshy');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17697','8aa8dacf69','no sweat, i;ll have he the helmet asap');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17701','8aa8dacf69','no sweat, i;ll have he the helmet asap');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17702','3114c39f69','[quote:3114c39f69="TD152"]no sweat, i;ll have he the helmet asap[/quote:3114c39f69]

Thanks my friend, let me know how much I owe you for it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17708','d28a5c980b','Hey man it was good hangin with you and getting to know you a little bit better.  I love having the family around, but I thing if I was solo we could do some damage.

I am sending you this pm becasue I felt bad about making that negative coment about Angies costume.  This is a result of some built up opinions that I have decided to just drop.  I do not want to be neagaitve about anything or anyone, and I should not have showed my ass, and more importantly I should not have felt that way in the begining.  It is obvious her costume is a work in progress, and I will try to be less critical from now on.  

This group has enough crap to deal with without me adding to it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17712','44f451f3d6','Oh just the basics, Photoshop CS2.  Works good enough for me :)  I use to do some fractal art and models in 3D Studio Max, but one of my hard drives died recently and I haven't had a chance to get that installed again.  But yeah, I pretty much do everything in Photoshop.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17713','823d9f15fa','yeah i know lauren, cool that she has armor now!

we just need toget together and get it built, shannon has a set to build too..


we can have her done by may 6th free comic book day....');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17716','08e107e95f','That sounds great.  Yeah, she is really excited about getting it all put together.  I'd help her out, but I've really been bogged down lately with work and since my car accident I have trouble getting around, heh.  We can probably get a little done each weekend or something.  Let me know when I can help you out with hers and Shannons.

Thanks, Joey.  See you at the next event.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17719','2282156a3b','After Chris and I finish up the last few member pics we can re-do your main one..send me what you want to tk1128@bellsouth.net

the pic was from Horrorfest');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17722','85fa0054c0','no need to sigh..you look great!  work it, girl!!!!!

i must admit, i still do a sidestep occasionally by myself, but ryman and i dance all the time.  todd SUCKS at dancing!!!!!!!!!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17726','73f0813890','Sure! I'll email you the full size ones when I get home tonight! 
Don't worry a bit about that, we all knew those folks at the BK were totally out of line :)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17729','432e82b4a6','sup Derick, its Tech, any Idea when the nex prop party is, I'm iching to Build armor and guns');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17731','247ba4aa1b','I figured I'd shoot you a message since I saw that you got your armor.

(I'm the leftover guy with no costume from the prop party that came with Chris-sat across from you at Pizza Hut)

Gotta let me know how assembly comes along as I am contemplating TK armor as well. I saw where you are waiting for the next prop party to build it , and guessing some of the construction you can go ahead and do.

Good Luck with the build.

Rob Reed');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17733','247ba4aa1b','I figured I'd shoot you a message since I saw that you got your armor.

(I'm the leftover guy with no costume from the prop party that came with Chris-sat across from you at Pizza Hut)

Gotta let me know how assembly comes along as I am contemplating TK armor as well. I saw where you are waiting for the next prop party to build it , and guessing some of the construction you can go ahead and do.

Good Luck with the build.

Rob Reed');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17734','1c037b2db9','Don't think a thing of it my man.  We have always been openly critical of each other's costumes. We rag on Stein all the time about his clone wars Ob-Wan with Curtain pulls.

She's working on it, this was it's first time out, and she'll get it up to Mando Squad standards!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17735','21f07f7064','Thank you, Scalper!  I've got your stories added to the list.  You're not the only ones who had BIG problems with the restaurant staff especially.  I'm sending the batch over on Wednesday evening, and I'm not sure when exactly they're meeting with the head office, but I understand it's not too many days after that.

Endangering kids is just [img:21f07f7064]http://www.clicksmilies.com/s0105/sauer/angry-smiley-004.gif[/img:21f07f7064]  And it's not like installing safety features with little ones in mind is all that recent an idea, either.  They've got no excuse there.

Hopefully, the complaints coming into the district manager's office from the Con and also from particular paying customers will prompt some serious and permanent attitude improvements.  Wookieegunner's dad is in the hotel biz, so our family knows this is a far cry from normal behavior in a hotel that hosts yearly conventions.

Thanks!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18367','890768e230','Sorry hadnt got there yet.  Here...

black hat 501st logo in white = qty. 14--------5.00 each 
black headwraps 501st logo in white on both sides = qty. 7-------5.00 each 
black beanies 501st logo in white on front = qty. 2-------5.00 each 

red 501st skull and crossbones tk skull shirts (this is it on these, never to be seen again from me anyway) all fo these are XL qty. 4-------8.00 each 
black 501st legion shirt 2 color front 501st legion logo on front and the 2 color 501st circle logo on back, very rare shirt, only 1 left and its a 3XL 10.00 

white vinyl cut 4.25&quot; round southern outpost decals 3 for 5.00-----qty = 38 

THE FOLLOWING ARE 501ST S.O SHIRTS 

medium tk 
2xl cog 
xl cog 
xl ep3 
med cog 
xl cog 

that all he has on there.  He also put that if you make an order to post to this thread, seeing as how you know him and cant get to this site, I'd say just to call him and tell him what you want.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17739','279b492224','thanks so much!  i didn't get to wear it as much as i had hoped with all the confusion and with ryman not feeling well, but it sure is nice to have it finally done!!! (i may tweak it a little more, though)

i'm not familiar with the character that your costume is based on, no surprise!!, but it looks like you'll be joining us soon in the finished product.  my favorite colors are red and black, so i can't wait to see it finished!!!  you go, girl!!!!!!!!

star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17740','8923ff4a6c','[img:8923ff4a6c]http://www.thefourthrail.com/images/features/0902/previewsharleyquinn.jpg[/img:8923ff4a6c]

She is a character in the batman comic books... well actually she was in the cartoon and the fans loved her so much they put her in the comics.  She is the Joker's girlfriend.  

*geek answer*  


I think your costume was just plain AWESOME!   I am sorry you're little girl got sick and that you didn't get to wear it as much as you wanted.  I hope she gets better!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17742','8915026597','u da man!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17743','8915026597','u da man!!!!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17746','d673aa0838','ohhhhhhh, i understand...ya know...you have to talk in simple terms to the comic morons like me....small words, short sentences :lol:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17747','1c60820753','I am a comic moron myself, I liked the cartoons, and I have always liked red and black (my car is red with black interior,  my southern belle costume is red and black, and now my mando is red and black... The geek is strong in this one)

My fiancee is a comic geek though so he loved it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17749','79f13e2160','ok, but i think i take the cake on geekiness, at this present moment.

while we are speaking, i am in the midst of researching on epinions.com, reading reviews on the new dyson bagless vacuum

katie bar the freakin door,,,it doesn't get much better than this');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17750','79f13e2160','ok, but i think i take the cake on geekiness, at this present moment.

while we are speaking, i am in the midst of researching on epinions.com, reading reviews on the new dyson bagless vacuum

katie bar the freakin door,,,it doesn't get much better than this');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17752','bf09166ab5','woooohoooo!!!

I want a new vaccum :cry:   I have a rainbow, which is an awesome vacumm, but you can't just pull it out of the closet and use it.  You have to put water in the basin, put it in the roller base, put the top on plug in the hoses and attatchments then you have to dump the water and then take it all apart and put it back in the closet.

 :D  and there is nothing wrong with being a nerd/geek/dweeb/dork... but there is with... shhhh normal... ACK I hate that word.  LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17761','3b7a5b2d67','Yo Lok!

I missed your phone call today, sorry. I was crawling around in my office basement installing a new phone system. That's that kinda shit you have to do when you have a family business......sheesh.

Glad you guys had a good time at MSC. Glad ya'll are back too. the Boards were pretty boring!

We did have a great time seeing Ryan play though. The band is unbelievable and that boy can play his BUTT off!

Let me know if you need anything bud!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17774','432e82b4a6','sup Derick, its Tech, any Idea when the nex prop party is, I'm iching to Build armor and guns');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17789','8849de32fd','Dude I registered for your forum and mispelled my name please fix it, or can i do it later?

I was trying to spell Paul Muad'Dib

on the forum I put Paul Maud'Dib.

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17792','bb29e2ab81','I must have access.......I hear it is all that and then some. :lol:

Please sign me up!

On a side note. Thanks again for speaking with me about the hotel. I plan on a follow up. I did call the hotel manager after speaking with you and he stated it was his mistake. That he had been confused and said he thought that you were in the room above our. I laughed at that since we were on the top floor. Told him that next time he or his staff decided to be unaccomidating they better try it with a different bunch.

Thanks again and why haven't you signed me up yet? LOL');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17793','126d42c602','[quote:126d42c602="TROOPER MOM"]I must have access.......I hear it is all that and then some. :lol:

Please sign me up!

On a side note. Thanks again for speaking with me about the hotel. I plan on a follow up. I did call the hotel manager after speaking with you and he stated it was his mistake. That he had been confused and said he thought that you were in the room above our. I laughed at that since we were on the top floor. Told him that next time he or his staff decided to be unaccomidating they better try it with a different bunch.

Thanks again and why haven't you signed me up yet? LOL[/quote:126d42c602]

Don't sweat it, I've no problem listening if you need to talk.
The room above? Whew... yknow.. the guy could have at least put some imagination into it!!

Oh and you're signed up!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17794','c8d6e78da8','hey you...whatcha want for your birthday dinner...details details please

didn't get to say goodbye to y'all, and hated that we missed you.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17802','525f8fe227','I posted in the pre-events section about mtac! woot!  I put your name on there, hope you don't mind.  You can post which costumes you are wearing too  :D');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17823','1dbfa76854','As for the hotel, that is in process, but thanks for asking, we all got the shortend on that one.

For graphics, I generally use what ever the project calls for, photoshop, image ready, fireworks, dreamweaver, etc...been an art director/graphic designer for 14 years or more so the programs I am pretty versed in.

I LOVE the patch idea, that would be awesome, just keep me in touch with everything and let me know what you want to do!

Chase');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17829','fb04b96d27','Kewlness.  To be honest, this little drunken pirate forgot all about the damned hat.  Either it was a combo of the foot rub and all the alcohol or jus the thrill of getting into your armor.   :twisted: 

Next time I get across the Tennessee river I'll holler at ya.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17830','4b1de0a673','Foot rubs are my pleasure, M'Lady.

Check these pics out!

http://people.vanderbilt.edu/~glenn.stein/MidSouthCon/');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17832','55055ccf38','And only one blackmail shot....not too bad!  Love the pics.  I see a good time was had by all.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17834','55055ccf38','And only one blackmail shot....not too bad!  Love the pics.  I see a good time was had by all.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17835','3fa98178e2','I can get on the Fan Force but it's been kinda dead lately.  I did really enjoy the Con this year and Darth Peanut had a blast as well.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17836','10bf3d3bad','awesome...i was going to go researching in a little bit for a recipe, so you saved me some time, and i know it's a sure thing that you'll like it...that is...unless i screw up. fingers crossed

that's my family's tradition:  the birthday person gets to pick the dinner of their choice, along with dessert.  i believe jeff and the two kids will also be joining us, so we'll have a party!!!  how long's it been since you've had one of those?  

i'm gonna pm kell here in a min but i wanted to let you know too that we thoroughly enjoyed the time we spend with y'all, and we're glad you two are there for each other.  ashley seemed like a sweetheart, and kevin was a doll.

talk to ya soon.
star');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17851','9a9eba2853','[quote:9a9eba2853="TB1309"][quote:9a9eba2853="Jester"]
A definite &quot;No&quot; on your part.
However, I'm still wondering how you guys restrained yourselves from pummeling me about the head and shoulders for my actions.[/quote:9a9eba2853]

Heh, dunno about the others but I've been told I've got a lot of patience and recognize you're about as stubborn as I am which is saying a lot.[/quote:9a9eba2853]

But I made mine very evident.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17853','41b12e4d77','[quote:41b12e4d77="Jester"][quote:41b12e4d77="TB1309"][quote:41b12e4d77="Jester"]
A definite &quot;No&quot; on your part.
However, I'm still wondering how you guys restrained yourselves from pummeling me about the head and shoulders for my actions.[/quote:41b12e4d77]

Heh, dunno about the others but I've been told I've got a lot of patience and recognize you're about as stubborn as I am which is saying a lot.[/quote:41b12e4d77]

But I made mine very evident.[/quote:41b12e4d77]

Don't worry.. I've got a rubber chicken on order to ambush you with if you happen to do it again   :rotfl');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17855','43ef7ed88f','Goodness willing, your rubber chicken will stay on the shelf and just gather dust.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17856','e670a6ba4c','Avatar changed as per your request.

Back to the best pic of me I've got.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('17857','5794ef4708','Hey Chris,

Is it possible to put line dividers between posts to help seperate them better? It's ok the way it is, but I thought that lines would help.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18062','aeb5b8d0dc','Wanted to let you guys know but you may have already heard.  I will be out of the loop from April 18 to the end of May.  I wont be able to troop or even feel like doing much of anything.  I am having surgery  nothing too major it is an out patient procedure.  I had not told you guys before because well you know with everything going on.


Skip I did mean what I said in our email conversations I am ready to move forward and put the past in the past.  In time hopefully we can rebuild our friendship.


And just a suggestion for you a signature panel have you thought about a picture of a vader bobble head doll???  LOL I am just joking!!!!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18063','f3a0ef4797','Hay Banzai,
Hope this PM finds you well..
Im finally getting caught up and figured I better jump on here and see what needs to be archived in the pre event area..

On a side note, Derek is going to keep the pre event roster thread updated while Im gone. I will be giving him a temp password to my account then once Im back Ill be changing it to a different one..

Anyway, the needs to be archived list:

 Mid South Con, Memphis TN, March 24-26

Mid South Con Meeting



In the events area:

 	OK who's coming to MidSouthCon ?????????????


Thats all I see for now..

I talked to Tambo yestersay, he is seeing about getting me a Necro suit, so I will be able to do my Mandalore costume finally..

Other than that Im trying to get things done so I can leave early friday morning:


In case you need to get a hold of me my blackberry email is: atin@mycingular.blackberry.net

my cell phone is (931)561-6614

Talk to you later ner vod..
Have an awesome evening');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18072','4f121abcd6','Hey Tambo this is Casey. You probably don't remember me, I was at Corey's last armor party and got the rank thingy from you for my snowtrooper. I wanted to check and make sure that Loki gave you the money for it. I was at his house last night but keep forgetting to ask him. If not let me know and I'll beat it out of Loki. Also Skip tells me I need some kinda T thing for the snowtrooper and he said you make them. If you've got any I'd love to get one. Just let me know what they run and I'll get it to you.  

Thanks, 

Casey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18073','7f664c145d','Ok, Jennie this is a long one. Sorry in advance. I think this covers it all but being that I am still seeing red. I'm not really sure. Let me know if there is anything else that I can do to help in resolving this. By the way has the cordinators checked into the hotel where Shadow con was held a few years ago. I remember the rooms were large and the hotel was rather large as well. Just a thought.  Thanks again for everything.




Ok,
Here is my horror story from The Mid-south con Hotel.


Friday night Skip and I arrived around 9:15. I had called the hotel at 4:00 to confirm my reservations due to my terrible experience last year. Last year they completely lost my RSVP and I stood in the lobby for 3 to 4 hours waiting on them to locate a room for me. They said they were booked solid, but some how managed to pull a really cool room out of the hat. This year on the other hand was the worst I have ever seen. In checking in they DID have my RSVP as I knew they would because I called and spoke with Gwen Harris at 4:00. What they did not have was the correct room. I had requested a King Suite with a pull out sofa and EXTRA LIVING quarters. Basically the same room I had last year. They told me that they didnt have me down for a King Suite but could get me a King and 2 roll a way beds. I accepted thinking that the room would be close in size to my original request. WRONG!!! This room was a small shoe box with a refrigerator. Sorry Bob, Betty, Rose and Jon.  After getting to the room and seeing the shoe box. I went back down to the lobby and explained the situation. The very unfriendly Nell(?) proceeded to show me 2 other rooms. One was the same as the one I had and one smelled like a dead skunk. No to both rooms. She stated that she would not have anything else in the hotel as they had already over booked by 109 rooms. Now if you ask me that is just plain negligence on their part. Under no circumstances should a hotel over book by that many reservations. Especially not when hosting a convention. WHAT WERE THEY THINKING?????? Any how. I was passed to the hotel manager on duty Mr. Oliver and he told me that they would guarantee that my stay would work out just too please deal with the roll a ways and the room for one night. I agreed since he lowered the rate. He told me that the roll a ways would be in the room by mid night as the staff was overwhelmed getting rooms cleaned and all. No problem. I am a reasonable person for the most part and I was going to go to a meeting and wouldnt be in the room until late anyway. At 2:00am NO roll a way beds were in my room. I again went to the front desk where a foreign man was working now and told him the situation. He did not have any available roll a ways at this time as they were now scattered around the hotel. The nice lady working with him at the desk said that she had a few unclaimed rooms and he said to give me one. It had 2 beds in it and he was going to comp the room because of the mess I was dealing with. The only thing he asked was that I check with the front desk in the am to see what could be done to fix the rest of the weekend. Now I mind you at this point I have spent way to much time on this issue. The six of us went to bed. End of Friday night. 

Saturday morning after getting ready I went to the front desk and spoke with a Mr. Nelson who was working the desk. I explained the situation and he offered to move me into another room that had come available. I told him that would be fine as long as he got me a roll a way bed. He said that it would be in the room by 7.  He said the room would not be ready until after 4. I told him that would not be a problem as I had a meeting to attend that would keep me busy until 7 or so. At 7 we packed up the 2 rooms we were in and moved them to the new room. When we got in there the roll a way was not there. I went to the front desk to inquire about it with Betty and Angie. Nell from the previous night was on duty. I told her that Mr. Nelson had moved me into the new room and told me that the roll a way would be there by 7, could she please tell me when it was coming. She got really really really rude and told me I was NOT getting a roll a way unless I paid for it. I told her that Mr. Nelson had not mentioned the fee and that I would not pay it. She left the desk to go and call Mr. Nelson to get his side. In the meantime, Mr. Oliver came over to the desk to find out what is your problem this time those were his exact words. I told him that all I was inquiring about was the roll a way that Mr. Nelson had offered. I said to him but while I have your attention I wanted to say that there was a fridge in the room when I checked in and now there is not. I do not need it just want to make sure that you all were aware of it. Now returns Nell with attitude flaring. She said that she would have it delivered at the hotels conenvience. I said that her attitude was not necessary and that I did not appreciate here being rude. Mr. Oliver stepped in and said that the only rude person was me. At this time I asked for the number to corporate and the names of those working Friday night and Saturday. He said he would get that for me and have it delivered to the room. I left and went back to my room where my dinner was waiting.
Just as I got settled in and started eating Mr. Oliver knocks. I went to the door and he handed me his card and then proceeded to be just rude. I told him thank you and good night and I shut the door. I did not want to argue or let my dinner get cold. He knocked again and this time wanted to know if I was sure that my stay was up to standards now because they would be happy to move me to another hotel. Again I told him things were fine now and again thanked him and closed the door. I had at least 8 others in the room who would attest that I was not rude. Upset but never rude. Mr. Oliver knocked for a third time but this time he yell that the hotel was now going to ask me to leave and if I didnt then he would have me escorted by force. I shut the door and immediately called Mr. Nelson who is the manager over Mr. Oliver. Mr. Nelson returned my call and told me that I did not have to leave the hotel but that I was not to allow more than four guests in my room. I told him fine but that they new before then that I had 6 in my room and why it was an issue now. He said it was a fire thing. I asked him if he was aware that most of the rooms had additional occupants due to the fact that they lost reservations. He said he was aware and that he didnt have to let me stay. I agreed to move 2 of the people in my room, and told him that I would contact corporate with my complaint. After this I could not eat and I left the room. Until Midnight Mr. Oliver followed my every move around the hotel. I was not disturbing anyone nor was I causing problem for him to do this. Kicking me out of the hotel was also uncalled for and it all was because he was mad. When I shut the door the first time he should have left and that would have been the end. Instead he knocks 2 additional times to stir the pot.UNCALLED FOR!!!

On Sunday at check out Chris was given a hard time because the room he was in was still in my name. Sorry for this. Chris explained the hole in the ceiling thing and when he was done I called the hotel on my way home to find out what happened. Mr. Nelson said that it had been an error on his part and that he had mistaken Chris for the people in the room above ours. Funny cause we were on the top floor. He changed his story a couple of times and I told him that I would be watching to make sure that no damage charges were added to my bill. 
Today Skip checked the account and the hotel from hell has double charged us. Like this nightmare just keeps going and going. I wonder how long it will take for them to return the phone call I made Monday and the one I made tonight. No luck so far. 

This is as much as I can remember as I am still fuming about it all. I am sure that I have left out details but none that should be to important. The key here is that they were just out of line. The hotel policy printed on little stands and placed all over the hotel stated that if you are not completely happy with any part of your stay the stay is on them.

Yeah theres a lie.



Thanks
Jennifer');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18076','51f15f751d','I will be there in ny Boba Fett gear. ( not sure if summer is coming)');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18077','02eeff8e81','post damn you


or be cast out by the Tambo');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18079','fd423678d0','Hey Skip did you get any paypal from Justin Marshall for a TK armor kit. I told him how to send the paypal but havent heard back from him if he got it through or not. If not ill help him send it tomorrow. 

Thanks for the help man
Later
Tyler');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18092','96b73238a5','gonna try my best to get some responses up sometime tonight (3/29)...');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18093','4e44925499','Thanks man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18135','ebd27773d3','What's your take on little gift bags for all those attending the con from the SO?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18136','4cdfc61f6b','thanks chris!!!!!


i have yet to get my fett guantlets, they were to be delivered about 2 months ago, but the maker has yet to surface them, im not sour about it, i just would like to have them, anyway, i wouldn't be selling them, i am working on my fett suit a peice at a time and very very slowly.

anyway, thanks again and see you at adcon

-mark e');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18096','0594d09011','Atin, 

Threads archived. Not a problem with Derek. Ask him to pm me if he needs an assist with anything.

Way cool on the Necro suit. I saw the pics and you're right, a touch up on the paint and you've got a set of Lord Mandalore armor.  Dead ringer!

If I need you I'll give a shout. If for whatever reason you need to contact me, my cell is 256-682-3904. I don't have a blackberry yet :lol: 

Just fyi for you.. right now I'm forming an Outpost web team ( as well as setting up an unofficial Outpost squad centered around the web team ... can you say new patches?  :wink: ). I've put up the list of people I want on it to the rest of command staff, and I've got your name on that list to assist me with moderating the event forums, and perhaps other moderator duties. CoC is discussing the list today.

Have a good trip ner vod! Be well!

Banzai');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18112','cf511ffb0e','paypal sent

Thanks alot');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18113','934c3a3d13','awesome...i just called and reserved for 15 people.  it's under the name &quot;star wars&quot;

btw:  i hope i did not offend you by teasing you about the ticket thing;  if i did, then i sincerely apologize, since that was not at all my intentions.  it's just had me worried a little.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18114','934c3a3d13','awesome...i just called and reserved for 15 people.  it's under the name &quot;star wars&quot;

btw:  i hope i did not offend you by teasing you about the ticket thing;  if i did, then i sincerely apologize, since that was not at all my intentions.  it's just had me worried a little.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18115','00c07d031f','gotcha...zach had to cancel, but now derek and shannon is in...we should be ok, so far, cause i made the reservation for 15, under &quot;star wars&quot;...i didn't know if everyone knew our last names.

see ya soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18116','00c07d031f','gotcha...zach had to cancel, but now derek and shannon is in...we should be ok, so far, cause i made the reservation for 15, under &quot;star wars&quot;...i didn't know if everyone knew our last names.

see ya soon.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18117','295134b91a','chase has a dinner with friends at o charleys tonight

i reserved at torinos for 15, tonight, 6:45-7, &quot;star wars&quot;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18118','295134b91a','chase has a dinner with friends at o charleys tonight

i reserved at torinos for 15, tonight, 6:45-7, &quot;star wars&quot;');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18147','0f042d860b','well, it says you're online right at the bottom of the screen...duh!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18148','e5a8a18a38','Thanks, Jen!  I'm passing on to Mr. Hager today -- last night wound up being &quot;DammitCatBehave!&quot; night.

Sounds like you need a lawyer at this point.  Too bad we haven't already drafted one into the 501st.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18174','5a2dbc6621','You have been added to the following events.

All Franklin events
MTAC

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18179','2172e917b2','Jen, 

That would be a question I can't answer. You got the wrong Mark. I don't do the t-shirts , that would be Mark Estes, TK 1380. 

He would be the one that just anounced he was getting married in April.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18180','82d5d5e455','Hey Drax... something I've been meaning to ask you for my uncle Scott, but every time I see you it keeps slipping my mind. Dur... anyway.

I believed someone has contacted him about making sticker sets for snow trooper armor kits. And he was hoping he could get your help and expertise on them, as well as borrow your suit for reference. I told him you were a bit of a snow trooper fan too... I think he was also wondering that if he makes a deal on kits, if you wanted to sorta go &quot;partner&quot; with him on the project. *shrug* That's about all I know.

Here's his contact info:
phinzup@knology.net
cell- 865-567-8382

Thanks man, appriciate all your help.
Rose');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18181','a81bca9bab','You have been added to the following event roster:

MTAC.

Thanks,');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18188','2172e917b2','Jen, 

That would be a question I can't answer. You got the wrong Mark. I don't do the t-shirts , that would be Mark Estes, TK 1380. 

He would be the one that just anounced he was getting married in April.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18189','060dfc1294','oops! 

see how scatterbrained I am right now? ugh

sorry about that');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18193','94f3e7e156','No worries, happens alot.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18197','7efc0c1874','yes, from what i hear, your art done from inspiration of another work is usually OK.

 I suppose if you mass produce and sell them in a large way , then you're inviting attention for profiting on LFL property...

So I think its a good idea!  Many of our own might buy them as 'memories&quot; of past events!

-joey');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18199','ebbec7653c','Those are the ones.
Usually prices range from $40 to $60.
I'd snag those. They look good.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18200','ff99f8c187','What straps are you needing?
Cause we throw away the velcro that comes with it.
We've been making a new system with better velcro and suspenders.

If that's the stuff you need than post on the forum.my armor guy doesn't supply us with that.
See skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18212','93c7afd859','Why did you clear out your profile? So that know one knows who you are? I still know who you are.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18221','9ab9252172','you are totally right, he does not think . insert foot into mouth. or our knuckles into his face.  i want someone to punch him already. lets see where this goes. he makes its so easy.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18223','9ab9252172','you are totally right, he does not think . insert foot into mouth. or our knuckles into his face.  i want someone to punch him already. lets see where this goes. he makes its so easy.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18225','d64179d2b8','I saw steins  post on the legion merch. board, what a little whiner, 

he said he was working on costumes, what  the fuck ever, it takes minutes to log on and check stuff. his lost. get over it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18229','c4797aef91','no shit, skip had a sit down with him, I would had loved to hear what was said. give him enough rope, he will hang himself.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18230','c4797aef91','no shit, skip had a sit down with him, I would had loved to hear what was said. give him enough rope, he will hang himself.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18234','73daeee174','Ha good one. I wouldn't lose any sleep. :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18236','109e5fc23b','oh now he plays the ignorant one. what a wuss, fess up to your mistakes.because we are watching.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18237','109e5fc23b','oh now he plays the ignorant one. what a wuss, fess up to your mistakes.because we are watching.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18246','a545a21679','please delete my urgent  thread. it was for one nite only');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18247','b40c971dd8','Thanks for the fun evening, Jessi and I both enjoyed ourselves.

I looked at all of my vintage 1977 figures when I got home, and they all had that GFLGI or what ever it was.  That must have been what they were manufactured under, before LFL was formed.  I also found out why your TK figure looked different than mine, mine is filthy, yours is mint.  Thanks for letting me look through all of your toys tonight.  Your basement is one of those places that I could probable spend all week exploring and never get bored.  

See you next Saturday.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18248','a545a21679','please delete my urgent  thread. it was for one nite only');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18249','319bd38ae7','for now i will leave the posts in tact but just edit them.

you are correct that it would be better to delete them.but then all the people wouldnt see the power and determination we have to squash this online bullshit.they need to see posts being editing for a bit so people know were actually doing what we said we would.
stein was bashing and bitching and so was zach.
while it was pretty light,im not holding back when it is borderline crap.it simply got edited,no biggie.t could have spawned a fight.
a few slaps on the wrists around here deserved, so were slappin!
and i did start a new thread regarding their concern,cause the &quot;concern&quot; was just,but not the arguement.

gotta run,
cya
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18251','fbb698e5b2','Joe:  What the Frack does O.J.N. mean in your signature.  Please share your secret message.

Giggidy,
Zach');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18257','fb27acced7','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18258','85d8fc43ea','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18259','bf5cf03ee3','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18260','fd9c590c2f','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18261','1ef03fba39','My first attempt at a mass PM to the whole command staff...


So, should I drop the &quot;Annex Arkansas&quot; thing?  Although I think we should, I don't want any trouble between us and Star Garrison.  If the command staff thinks I'm out of line I'll drop it.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18264','842282d8d9','Never talk of quiting. This would only be betraying yourself. 
My attitude has always been that these people are in this group with ME, not, that I am in with them.
Let them quit, this is MY fan club. I could never leave it.

Don't feel like your out there alone. Most everyone at the meeting at MSC, and I would venture to say, each member to some copacity, wants a shot at a title.

Here's the long and short of it.

Yes, it can be a glamorous, uplifting feeling to be on the team of decision makers for a world-wide group such as ours.
But the down side is just as steep.
Look what happens when 6 guys, that are trusted to lead, start to faulter. The bottom just about drops out. One or two bad decisions put us into a tail-spin. 

At MSC, standing in amongst all those people, trying to pull outta the fire what I had a hand in striking the match to, was one of the most exhausting things I've ever had to do.
When I left that meeting, I was nausiated and my head swam for about 2 hours afterward. It was very surreal.
And I'm the low man on the totem pole.
Can you imagine the emotional rollercoaster that Joey must ride with this thing? ....Yeah, I know, and I thought I was gonna get a shot at that too.

But I digress....

And then the question comes.... &quot;Well then, why do you bother?&quot;
Because I'm willing. Most others will throw up their hands and quit. I won't. Being part of this, in any capacity, is what [u:842282d8d9]I[/u:842282d8d9] make of it.

As far as the Corey and Chase being &quot;web deputies&quot;, I don't know how in-depth their security clearence will be. Chances are, all the way.
But don't sweat it. They won't have anymore power than say, me.
Their jobs will be to work with/under Chris Ash on the forums, galleries and website. Nothing more. They won't be able to bust heads or take names.

Things are gonna be a bit strange for awhile with all the new changes going into effect. But the bottom line is, we will still go where [b:842282d8d9]WE[/b:842282d8d9] want and do the events [b:842282d8d9]WE[/b:842282d8d9] want to do. It doesn't matter who's in charge.

Lastly, chin up little buckaroo. Uncle Jester will always be there to make sure you don't get done dirty. 
Now polish that helmet and pack that blaster, we got some troopin' ta do!

I hope this helps.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18267','5898b92e2c','http://knoxlotr.8m.com/cgi-bin/i/rg/anakinobi.jpg

http://i22.photobucket.com/albums/b347/ROTSAnakin/100_0828.jpg

heres an alternate buckets off...

http://flickr.com/photos/51175165@N00/114695425/in/set-72057594085559278/

http://s22.photobucket.com/albums/b347/ROTSAnakin/?action=view&amp;current=100_0827.jpg

Are any of those picture worthy?

I really like the first one I wish i had more pics like that.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18271','477d5f6b49','I would drop it for now. We're still to close to the near disaster of splitting and trying to get that fixed to start talking expansion.
Let's take things one step at a time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18272','9e2a8f5207','hey dude, got your email. sorry I didn't get back to you sooner. Just been working and taking a break from everything.  the script is in my head, the castle is a cool place, but would be a logistics nightmare. no water, no bathrooms. nothing close for a store that I have seen. I don't see anyone getting permission to use this place, plus it's not that close. Whatever filming if we did have to do it, would have to be done in one day. Guys can pee anywhere, woman on the other hand need more privacy. 

 If somebody else wants to film there , more power to them. I promise to get to work on a script, that way we have something tangible. keep you posted.

jaster');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18286','9fc8c1726a','Well, in my experience shooting on a location without permission is problematic for several reasons:

1) The authorities usually show up even if you do have permission, which is why you need proof in writing. At least half of the film sets I have been on have had authorities show up asking what is going on and the location manager or producer has had to produce documentation that proves they are cleared to shoot there.
Shoots in small towns are even worse. Small towns know EVERYTHING that happens in their borders. A friend of mine shot a film about some gypsies a few weeks ago in a small town and the local newspaper showed up and did a huge article about it. Sherwood has a whopping 500 people living there. When a couple of Mando's and a film crew show up, people will know.
I once shot a few rolls of 16mm stock. I was just learning how to shoot film and it was just me walking around shooting stuff, and I was stopped by a cop and told I could not shoot in public without a permit, and I was just one guy.

2) When you are shooting on location, you are representing all filmmakers every where who might want to shoot there someday. If you put a crew on location without permission, or the crew is rude or you leave a big mess then the next production that wants to shoot there will probably be unable to secure permission. This is something that is hammered into students every semester because we've had student shoots as well as professional productions that have burned a location's owners and made it hard to shoot there again.
Given how unique the location is I'm betting that productions have filmed there before and will want to in the future.

I had a third reason, but I forgot it.

Securing permission for a location is not that difficult. People always assume that the answer will be no, but most of the time the student shoots that I have been on or heard about have gotten their first choice of locations. I've shot inside airplanes, I've been allowed with a crew to be escorted onto the tarmac and baggage loading area at an airport, although this was pre--9/11. I've shoot in downtown areas, museums, businesses of all kinds, fields, multi-million dollar homes (that was last weeks set, you should have seen this place), schools, parks, hotels, etc. and rarely has anyone ever said no. Most locations are willing to allow no-budget and student shoots access for free, some charge a small ammount (mostly government-owned facilities) but most will be more than willing to allow it, some will want to come down and watch.
For whatever reason, people are very enthusiastic about filmmaking these days, and many love to allow it. Especially small towns, the aforementioned gypsie movie that got newspaper coverage was shot in a small town. A film production, even a student one, is a big deal for a hick town. Not much happens so a movie comes to town and all of a suddent their little burg is hot shit.

I would be more than happy to secure permission for the shoot. I've done this sort of thing many times so its no trouble.

1 day is not much time to shoot on a location. If you remember both Corey and I mentioned that it takes some two hours to a light a scene. That can vary from scene to scene and setup to setup, but filmmaking does take a lot of time and hard work. Depending on what happens at this castle (in the script) it can take more or less time. Most of the time narrative films are able to shoot about 3 pages of script per day. We might be able to do 4, but I wouldn't count on it.

Either way, if we are limited to a single day of shooting, then you shouldn't count on much of the film taking place there.

In regards to bathrooms: I will check into the cost of renting some port-a-potties. Filmmaking is long, hard work. It's not all fun and games. I've been on shoots that have lasted 20+ hours in one day. Even on an easy shoot where I'm on set for three 10-12 hour days with a good hour lunch each day, when the shoot is finally over I usually go home and sleep for 12-14 hours.
They say a crew travels on its stomach, and providing food and drink for all cast and crew is a prequisite for a crew that will not kill you in your sleep. Basically, every shoot needs a craft services table with plenty to snack on all day (Krispy Kream is the popular choice) and there should be a 30-60 minute lunch break in the middle of the day (lunch should be provided on set sending the cast and crew for food off-site will wreck the rest of the day) where the cast and crew can sit down and eat a good meal. Typically, chips, soft drinks, and sub sandwhiches are a good lunch.
The other thing that a crew needs is some kind of bathroom. An port-a-pottie will do, but a loyal, hardworking crew deserves to be able to sit down and take a dump in a clean place.

Power: We'll need electricity to power lights, a montior, charge batteries, and probably to run the sound mixing board (although many can be battery powered). Being that the location has been closed for some almost 6 decades, I assumed that power would not be available and that we would need to bring it with us. We could rent a generator (unless someone in the garrison has access to one we can use for free) . Another option is to get some higher end (200+ Watt) power invertors, a lot of long stingers (extension cords) and some power stips that can handle 15+ amps and we could run our equipment off of cour cars.
I'm sure there are other ways of providing cheap power on location, so I'll do some research. I believe I've heard of people building power sources off of some car or lawn mower batteries. I'll get back to you on this.

So that's basically it for this message. I'll get started on the location, crew, and equipment end of things if you want, but I will need to know a few things first:

How many minutes of the film/pages of the script do you expect will take place at the castle?
Will there be any funky scenes with any stunts, fight/battle sequences, or large numbers of extras, vehicles, or animals?
When do you want to shoot?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18289','252f0a5c7a','Hey man, please remember to bring the photoshop disk to Loki's.  I will call you later today and let you know what time I will come. thanks');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18292','7c559aa260','LOL...Just call me the Jedi Pimp.  **grins**  But seriously, she's asked me about you several times this week.  I think she's smitten.  And when I told her I knew you, it just degraded from there. :twisted:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18294','123bf6f2f5','can't make it. working. maybe next time.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18299','1d4a1bbf1d','come on down bro!  It'll be cool to have you.  If you come later in the evening you can join us for dinner, or come and stay all day!



I believe the pirate chick needs a Loki injection.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18300','9fc8c1726a','Well, in my experience shooting on a location without permission is problematic for several reasons:

1) The authorities usually show up even if you do have permission, which is why you need proof in writing. At least half of the film sets I have been on have had authorities show up asking what is going on and the location manager or producer has had to produce documentation that proves they are cleared to shoot there.
Shoots in small towns are even worse. Small towns know EVERYTHING that happens in their borders. A friend of mine shot a film about some gypsies a few weeks ago in a small town and the local newspaper showed up and did a huge article about it. Sherwood has a whopping 500 people living there. When a couple of Mando's and a film crew show up, people will know.
I once shot a few rolls of 16mm stock. I was just learning how to shoot film and it was just me walking around shooting stuff, and I was stopped by a cop and told I could not shoot in public without a permit, and I was just one guy.

2) When you are shooting on location, you are representing all filmmakers every where who might want to shoot there someday. If you put a crew on location without permission, or the crew is rude or you leave a big mess then the next production that wants to shoot there will probably be unable to secure permission. This is something that is hammered into students every semester because we've had student shoots as well as professional productions that have burned a location's owners and made it hard to shoot there again.
Given how unique the location is I'm betting that productions have filmed there before and will want to in the future.

I had a third reason, but I forgot it.

Securing permission for a location is not that difficult. People always assume that the answer will be no, but most of the time the student shoots that I have been on or heard about have gotten their first choice of locations. I've shot inside airplanes, I've been allowed with a crew to be escorted onto the tarmac and baggage loading area at an airport, although this was pre--9/11. I've shoot in downtown areas, museums, businesses of all kinds, fields, multi-million dollar homes (that was last weeks set, you should have seen this place), schools, parks, hotels, etc. and rarely has anyone ever said no. Most locations are willing to allow no-budget and student shoots access for free, some charge a small ammount (mostly government-owned facilities) but most will be more than willing to allow it, some will want to come down and watch.
For whatever reason, people are very enthusiastic about filmmaking these days, and many love to allow it. Especially small towns, the aforementioned gypsie movie that got newspaper coverage was shot in a small town. A film production, even a student one, is a big deal for a hick town. Not much happens so a movie comes to town and all of a suddent their little burg is hot shit.

I would be more than happy to secure permission for the shoot. I've done this sort of thing many times so its no trouble.

1 day is not much time to shoot on a location. If you remember both Corey and I mentioned that it takes some two hours to a light a scene. That can vary from scene to scene and setup to setup, but filmmaking does take a lot of time and hard work. Depending on what happens at this castle (in the script) it can take more or less time. Most of the time narrative films are able to shoot about 3 pages of script per day. We might be able to do 4, but I wouldn't count on it.

Either way, if we are limited to a single day of shooting, then you shouldn't count on much of the film taking place there.

In regards to bathrooms: I will check into the cost of renting some port-a-potties. Filmmaking is long, hard work. It's not all fun and games. I've been on shoots that have lasted 20+ hours in one day. Even on an easy shoot where I'm on set for three 10-12 hour days with a good hour lunch each day, when the shoot is finally over I usually go home and sleep for 12-14 hours.
They say a crew travels on its stomach, and providing food and drink for all cast and crew is a prequisite for a crew that will not kill you in your sleep. Basically, every shoot needs a craft services table with plenty to snack on all day (Krispy Kream is the popular choice) and there should be a 30-60 minute lunch break in the middle of the day (lunch should be provided on set sending the cast and crew for food off-site will wreck the rest of the day) where the cast and crew can sit down and eat a good meal. Typically, chips, soft drinks, and sub sandwhiches are a good lunch.
The other thing that a crew needs is some kind of bathroom. An port-a-pottie will do, but a loyal, hardworking crew deserves to be able to sit down and take a dump in a clean place.

Power: We'll need electricity to power lights, a montior, charge batteries, and probably to run the sound mixing board (although many can be battery powered). Being that the location has been closed for some almost 6 decades, I assumed that power would not be available and that we would need to bring it with us. We could rent a generator (unless someone in the garrison has access to one we can use for free) . Another option is to get some higher end (200+ Watt) power invertors, a lot of long stingers (extension cords) and some power stips that can handle 15+ amps and we could run our equipment off of cour cars.
I'm sure there are other ways of providing cheap power on location, so I'll do some research. I believe I've heard of people building power sources off of some car or lawn mower batteries. I'll get back to you on this.

So that's basically it for this message. I'll get started on the location, crew, and equipment end of things if you want, but I will need to know a few things first:

How many minutes of the film/pages of the script do you expect will take place at the castle?
Will there be any funky scenes with any stunts, fight/battle sequences, or large numbers of extras, vehicles, or animals?
When do you want to shoot?');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18304','842282d8d9','Never talk of quiting. This would only be betraying yourself. 
My attitude has always been that these people are in this group with ME, not, that I am in with them.
Let them quit, this is MY fan club. I could never leave it.

Don't feel like your out there alone. Most everyone at the meeting at MSC, and I would venture to say, each member to some copacity, wants a shot at a title.

Here's the long and short of it.

Yes, it can be a glamorous, uplifting feeling to be on the team of decision makers for a world-wide group such as ours.
But the down side is just as steep.
Look what happens when 6 guys, that are trusted to lead, start to faulter. The bottom just about drops out. One or two bad decisions put us into a tail-spin. 

At MSC, standing in amongst all those people, trying to pull outta the fire what I had a hand in striking the match to, was one of the most exhausting things I've ever had to do.
When I left that meeting, I was nausiated and my head swam for about 2 hours afterward. It was very surreal.
And I'm the low man on the totem pole.
Can you imagine the emotional rollercoaster that Joey must ride with this thing? ....Yeah, I know, and I thought I was gonna get a shot at that too.

But I digress....

And then the question comes.... &quot;Well then, why do you bother?&quot;
Because I'm willing. Most others will throw up their hands and quit. I won't. Being part of this, in any capacity, is what [u:842282d8d9]I[/u:842282d8d9] make of it.

As far as the Corey and Chase being &quot;web deputies&quot;, I don't know how in-depth their security clearence will be. Chances are, all the way.
But don't sweat it. They won't have anymore power than say, me.
Their jobs will be to work with/under Chris Ash on the forums, galleries and website. Nothing more. They won't be able to bust heads or take names.

Things are gonna be a bit strange for awhile with all the new changes going into effect. But the bottom line is, we will still go where [b:842282d8d9]WE[/b:842282d8d9] want and do the events [b:842282d8d9]WE[/b:842282d8d9] want to do. It doesn't matter who's in charge.

Lastly, chin up little buckaroo. Uncle Jester will always be there to make sure you don't get done dirty. 
Now polish that helmet and pack that blaster, we got some troopin' ta do!

I hope this helps.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18305','ca441d052d','I'm glad that you sent me a PM to remind me. I had forgotten completely. The cd is copying now, so I will have it with me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18306','a23d6e8f3d','Thanks Jeff. You always have a way to make things look better. Here's the rub though: I'm feeling no better about it this morning than last night. I appreciate the command staff now. You guys deserve to be where you are. My gripe is why did veterans get passed up for this? Hell, if Ricky had been selected as a deputy I could have accepted that much more than if three Rookies got it!

As for them having full access to the CoC, that's probably the part I'm must ticked about! Three guys who have been in the group a year, and people like Jon, Bob, Mark, ect don't get that privaledge? Does that seem right to you?

Interestingly enough, Skip sent me a PM about something I mentioned on the boards. I wrote him back and this is what I said:

******
One more thing. And I'm not bitching but just curious. How were the deputies selected? My theory may be wrong but just hear me out: Corey and Chase were selected because they seem to be either VERY outspoken (another term for being the squeaky wheel) or ready to split the garrison at the drop of a pin. I think Gooshy was picked simply because he's down here in AL. 

Now, once again, don't read into this wrong, but how come older members were passed up for office? Are they going to have full access to the CoC boards? 

I've been trying over the past few months to open up lines of communications (as you know, cause I've talked with you a bunch too) and have taked to a bunch of people till I'm blue in the face! I know how you and Joey feel! It's a pain in the ass dealing with the whiners! (as it looks like I am now)

Here's the nutshell: I really don't expect to get an officers position simply for the fact that I portray a laid back, drinking, silly ass (kinda like Jon) but in reality I'm a not that way. It's just a fun personna to have. I know that if you guys were to offer me up a position everyone would say &quot;Z-man? He barely wears armor!?&quot; So I understand that part. The part I'm trying to wrap myself around is how did all the veterans get passed up for selection?

Seriously, Skip, It's really no big deal. I haven't even talked with Joey about this yet, because I think it would make him uncomfortable since he and I are so close.

I have gotten real tired of the drama lately (as you guys have too!) and it does kinda make me want to step back out of it for a while (God knows between work, family, and everything else it's a wonder I even have time for the 501st!)

I'm not gonna pull a &quot;Corey&quot; and post all over the boards that I'm out! I just may be a bit more selective about what I do.

Thanks for listening. Shoot me an e-mail when you get a chance and just placate me, or tell me I'm stupid!  :D 

Z-man
*******************

Jeff, don't get too upset about all this. I am an adult and will be mature about all this!!

Z-man');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18308','4cb2f1182d','THANKS! I have NO idea how to even BEGIN creating a fan-film, although I know for a fact that there is going to be a film-school in Lexington sometime in the next 18 months or so. (Just a certificate-level-only technical program at first though.) What book would you recommend for screenplay-writing?

Many thanks, and I can't wait to troop with you. Your Chewbacca costume is hands-down the best in the 501st/RL. When I tell people about the 501st/RL, almost everybody asks &quot;Do you all have a Chewbacca?&quot; and then I tell them about your costume. Take care and many thanks again!');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18313','6da0a25d0b','you do realize those are &quot;web&quot; deputies,right?

those are simply for internet stuff,no command decisions.
reads the post again,those arent your new command staff.

they were chosen by chris ash to help with the forum and internet stuff.
corey will be under tight watch and helping on the forum,chase and gooshy are helping with other projects.are you into that graphics and internet stuff?if so let chris ash know and maybe you can help as well.

perhaps youve looked at it wrong,and thought those were different positions than they are.

we'll be holding elections for regional/state reps.
since your vocal about this i suggest you make it known you would like to be considered for the job.the people around you will be the ones voting.
so vet or newbie,wont matter,it will simply be up to those in the area deciding who THEY want as a local rep.

no squeeky wheel stuff here,just working stuff out.

thanks for your concern,
talk to ya later,
skip');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18316','cd5f021ebb','Hey Tambo,

Don't know if you remember meeting me at Atin's Feb. Prop Party, I asked you about the rank pips as you were making them in Corey's Garage..  Anyway, I had pm'd joey with some questions about DC-15's as I am working on my CT to gain my memebership and he told me to ask you about them also was asking if you had any more Thermal Detonators :) .. something about one of the S.O. Guys in Knoxville having a good deal on some resin short DC-15's.  I'm trying to find some nice weapons for me and my son (he's also working on his CT set).  We both have JM v3 helmets and will be getting 1/2 of our armor within a couple weeks I'm hoping.  Any tips or help you could offer would be greatly appreciated.  We are trying to decide on our paint schemes soon, looking between shock trooper, 501st and my oldest son also likes a couple others and my middle son is working on a kellogs conversion.

Thanks for the help

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18318','e704c10964','I-24 to Murfreesboro
exit 81-A Shelbyville
Drive for 20 miles South
First street on left after Wal-Mart (Look for construction)
Rolling Road.

House is onleft, look for cars with nerd stuff all over them');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18320','b961be7f02','I'm glad you like my suit.

I'm a film editing major at Watkins Film School with about a year left depending on when I do my internships. Most likely I will get editing internships and/or paying jobs in New York after that, at which point I will move to New York.

As far as screen writing is concerned, I have a few books at home. When I get home I'll send you the names. Basically a screenplay will work out to about 1 page = 1 minute of screen time. Final Draft and Movie Magic Screenwriter are the two most popular screenwriting apps but I use a couple of free ones. You can download various macro's and templates for word proccessor's lke MS Word or OpenOffice Writer. I use [url=http://www.celtx.com]CeltX[/url] which is very similar to final draft in that it predicts scene slugs and character names and can also produce breakdown sheets for production.

I would start off with a treatment where you can describe the story, setting, and main characters in broad strokes. Google for &quot;film treatment&quot; and you should be able to find a few examples.

Post the treatment on the boards and/or send it to a few friends and get some feedback.

From there you should proceed to a step outline where you list each scene that will be in the film and briefly describe the content of the scene. The scene descriptions will basically explain what happens that advances the story or develops the characters.

From there, you should start wriiting the actual screenplay. In the end the script will usually work out to being 1 page for every 1 minute of screen time. Don't write in shot sizes or camera movements or paranthesis that tell the actor how to act. That is the job of the actor and the director, and you will work those things out in rehearsal and during shooting.

Post drafts and get feedback on each script draft. Keep revising it (most student films around here have 10+ drafts before they are ready to shoot, and I've never seen one shorter than 6 drafts).

At that point you have a script and you are ready for pre-production which will involve script breakdown, storyboarding, casting and crewing, etc.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18321','f8bd2e68e8','GET YOUR ASS IN GEAR BITCH');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18323','edfebb8fac','Thanks Skip, like I said before really no big deal, was just wondering what was up. 

Yea, I think I really woud like to help out locally if any officers positions open up. 

I think just read more into it than should have.

Please understand I have nothing against ANY of the guys! I think they are super people and never meant to bring their personalities into this, although I do know how Corey and Chase felt about things prior to MSC and would hope they don't bring ill feelings toward others and use it to stifle members.  

I know you guys wouldn't just let these guys run rampet and would hope you and the command staff make the final decision on editing posts or deleting stuff. If they are just hall monitors if I read you right, then I feel much better about it. I just think too much power in these guys hands can wreak havoc.

Be careful Skip, who you guys give even small powers to. I know you guys don't want to regret it later. 

Thanks for listening. I hope you know how much this group means to me or I would not be trying as hard as I have been to keep it together.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18325','cd9f8f7117','Jeff, here's Skip's reply to me and my reply to him. Give me your thoughts.
Z

**********************************************************

From: SL100 
To: Z-Man 
Posted: Sat Apr 01, 2006 10:53 am 
Subject: Re: editing posts   
you do realize those are &quot;web&quot; deputies,right? 

those are simply for internet stuff,no command decisions. 
reads the post again,those arent your new command staff. 

they were chosen by chris ash to help with the forum and internet stuff. 
corey will be under tight watch and helping on the forum,chase and gooshy are helping with other projects.are you into that graphics and internet stuff?if so let chris ash know and maybe you can help as well. 

perhaps youve looked at it wrong,and thought those were different positions than they are. 

we'll be holding elections for regional/state reps. 
since your vocal about this i suggest you make it known you would like to be considered for the job.the people around you will be the ones voting. 
so vet or newbie,wont matter,it will simply be up to those in the area deciding who THEY want as a local rep. 

no squeeky wheel stuff here,just working stuff out. 

thanks for your concern, 
talk to ya later, 
skip

_________________
Skip Curley 
Southern Outpost XO 
 
**********************************************************

Thanks Skip, like I said before really no big deal, was just wondering what was up. 

Yea, I think I really woud like to help out locally if any officers positions open up. 

I think just read more into it than should have.

Please understand I have nothing against ANY of the guys! I think they are super people and never meant to bring their personalities into this, although I do know how Corey and Chase felt about things prior to MSC and would hope they don't bring ill feelings toward others and use it to stifle members.  

I know you guys wouldn't just let these guys run rampet and would hope you and the command staff make the final decision on editing posts or deleting stuff. If they are just hall monitors if I read you right, then I feel much better about it. I just think too much power in these guys hands can wreak havoc.

Be careful Skip, who you guys give even small powers to. I know you guys don't want to regret it later. 

Thanks for listening. I hope you know how much this group means to me or I would not be trying as hard as I have been to keep it together.

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18326','63fe54b8ee','We have your husband.  If you ever want to see him again, you'll send nudie pics to:

clownpenis@fart.com

We await your reply');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18332','cd5f021ebb','Hey Tambo,

Don't know if you remember meeting me at Atin's Feb. Prop Party, I asked you about the rank pips as you were making them in Corey's Garage..  Anyway, I had pm'd joey with some questions about DC-15's as I am working on my CT to gain my memebership and he told me to ask you about them also was asking if you had any more Thermal Detonators :) .. something about one of the S.O. Guys in Knoxville having a good deal on some resin short DC-15's.  I'm trying to find some nice weapons for me and my son (he's also working on his CT set).  We both have JM v3 helmets and will be getting 1/2 of our armor within a couple weeks I'm hoping.  Any tips or help you could offer would be greatly appreciated.  We are trying to decide on our paint schemes soon, looking between shock trooper, 501st and my oldest son also likes a couple others and my middle son is working on a kellogs conversion.

Thanks for the help

Bob');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18333','4905f534c5','Thank you for editing zach's and stein's post. I was hoping they would had stopped, so that's why I posted something, trying to bring peace until a moderator showed up. your right, people do not need to read that b.s., we are suppose to have that stuff behind us now. 

Can't wait to read the new guideline book, looking forward to it. 

Be well,

Ivan');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18335','b961be7f02','I'm glad you like my suit.

I'm a film editing major at Watkins Film School with about a year left depending on when I do my internships. Most likely I will get editing internships and/or paying jobs in New York after that, at which point I will move to New York.

As far as screen writing is concerned, I have a few books at home. When I get home I'll send you the names. Basically a screenplay will work out to about 1 page = 1 minute of screen time. Final Draft and Movie Magic Screenwriter are the two most popular screenwriting apps but I use a couple of free ones. You can download various macro's and templates for word proccessor's lke MS Word or OpenOffice Writer. I use [url=http://www.celtx.com]CeltX[/url] which is very similar to final draft in that it predicts scene slugs and character names and can also produce breakdown sheets for production.

I would start off with a treatment where you can describe the story, setting, and main characters in broad strokes. Google for &quot;film treatment&quot; and you should be able to find a few examples.

Post the treatment on the boards and/or send it to a few friends and get some feedback.

From there you should proceed to a step outline where you list each scene that will be in the film and briefly describe the content of the scene. The scene descriptions will basically explain what happens that advances the story or develops the characters.

From there, you should start wriiting the actual screenplay. In the end the script will usually work out to being 1 page for every 1 minute of screen time. Don't write in shot sizes or camera movements or paranthesis that tell the actor how to act. That is the job of the actor and the director, and you will work those things out in rehearsal and during shooting.

Post drafts and get feedback on each script draft. Keep revising it (most student films around here have 10+ drafts before they are ready to shoot, and I've never seen one shorter than 6 drafts).

At that point you have a script and you are ready for pre-production which will involve script breakdown, storyboarding, casting and crewing, etc.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18346','5a407ed2f6','Charlie,

First of all, calm down... really.
Don't let this stuff concume you. 

Skip is not  blowing any smoke in that reply.
Chris Ash did have last word on the folks that would be in these positions. They [u:5a407ed2f6]won't[/u:5a407ed2f6] have any last word on decisions or be the deciding vote on command staff issues.
They will simply be assistants to projects Chris will have on the boards and webiste.

Corey will be updating info and rosters on the pre-event thread, filing event reports on the boards, updating galleries and archiving threads when neccesary. He was picked for the position because he's at home all day and can keep a close eye on these areas.

Chase was picked because of his work with websites and handling member pics.

Granted, these two will need to be kept on close watch due to there past actions, but then for me to say that is the pot calling the kettle black.
Look at them as more or less Chris' helpers with the online parts of the S.O.

Echoing Skip, you should lobby the folks in your area of the garrison for you to be an area representative. This WOULD empower you to have decision making abilities on the CoC and work very close with both Joey and Skip on many projects. Much like the lieutenants that Joey appointed which are about to be re-assigned and the area reps to take over those positions and responsibilities.

Please call me Sunday after church and I can give more detail on this.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18347','a6dd0f64b8','Hey, I understand that your now the proud owner of the blue guard.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18348','3cfe3f567d','Hey Mark,

I'll take those medium cog and tk shirts off your hands.  Here is my address:

Jon Jones
202 West Longleaf Drive Apt. 426
Auburn, AL 36832

Let me know the final price with shipping and I'll paypal you asap.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18351','0063d86e6f','WTF you doin up so early???');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18371','9f2111826d','I need avatar help...

Meatwad aint cuttin it for me.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18355','6907673eff','Just got home about a half hour ago.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18365','72885bd42b','He posted in the General forum that he put some stuff up in the For sale Forum.

I cant see that shit :bang');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18369','6fa91abd9d',':?:');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18370','7a4773d794','yeah, just me and the boy.  Thats why it took me a little while to respond, Connor woke up a second ago so I had to go get him back to sleep.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18375','5a407ed2f6','Charlie,

First of all, calm down... really.
Don't let this stuff concume you. 

Skip is not  blowing any smoke in that reply.
Chris Ash did have last word on the folks that would be in these positions. They [u:5a407ed2f6]won't[/u:5a407ed2f6] have any last word on decisions or be the deciding vote on command staff issues.
They will simply be assistants to projects Chris will have on the boards and webiste.

Corey will be updating info and rosters on the pre-event thread, filing event reports on the boards, updating galleries and archiving threads when neccesary. He was picked for the position because he's at home all day and can keep a close eye on these areas.

Chase was picked because of his work with websites and handling member pics.

Granted, these two will need to be kept on close watch due to there past actions, but then for me to say that is the pot calling the kettle black.
Look at them as more or less Chris' helpers with the online parts of the S.O.

Echoing Skip, you should lobby the folks in your area of the garrison for you to be an area representative. This WOULD empower you to have decision making abilities on the CoC and work very close with both Joey and Skip on many projects. Much like the lieutenants that Joey appointed which are about to be re-assigned and the area reps to take over those positions and responsibilities.

Please call me Sunday after church and I can give more detail on this.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18376','6fc087b9ee','Sounds good, Jeff. I think I got a few other issuses going on in my life right now that have me on edge. I think this may be why I was so touchy. It's wierd, I have been in a strange mood the past few days. Ever been to the point you feel like panic, on the verge of a nervous breakdown, or just want to sit down and bawl your eyes out? That's kinda the way I've felt for the past few days. When we talk I'll give you more info on that.

So why was I so sensative to the deputy thing? This group means alot to me and I guess I've really been trying too hard to help things along. I think I got too emotionally involved and that's just what you and I were talking about these other people getting too serious about it and should back off. That was what I really meant about getting back from this some. Like you said about having to stop reading the board so much.

Yea I guess I really do want to be some kinda officer down here. I think I'm gonna stop being such a silly ass on the boards and try and offer some constructive thoughts. If you would, during one of your conversations with Joey, just mention to him that at some point, I've told you I was interested in doing something more for the group. Bad thing is, is that I don't want to put any pressure on him to choose me, especially if he thinks I'm not officer material! That would suck! (on his part, not mine)

All in all, I'm ok. Not gonna sell my armor and all my Star Wars stuff (much to Robin's sorrow!)

Jeff, I appreciate your listening once again to my problems. I just hope I can return the favor one day!

Z');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18388','9ee94046d5','If you need an ear to chew, you know I'm your guy.
Yeah, I've been to that edge too. Not a fun place to be.
Don't be afraid to draw some strength from somewhere. Whether it be me, Robin or the good lord above, know that we're here for you.

As far as the area rep positions, these will be voted on by your area folks. So start contacting all the members in your area that your interested and would love the job. I think you'll get it hands down.

Joey won't have any say in who these people are, except that in your case, he'll get to cast his vote same as the rest in your area.

The area reps will be in charge of moral for their area members, being a &quot;team leader&quot; and organizer for events in their area, reporting to command any items that may need that area's attention, and so on.
Personally, I think this IS your thing and would do a fantastic job.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18389','002cbe06a4','I got the program running, thanks

I may bother you some time to get some quik tips on how to make a light sabre blade.

did you get your fett bucket sanded.  If you want you are more than welcome to come by and we can do it in my garage.  I have everything you need to prep and get a coat of maddog on it, and your base coat of silver.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18394','842637932b','Hey there, this is Greta Ethridge and I wanted to give you a shout to say that  I think some of those guys are being a bit oversensitive about your prank (and its anniversary). You have every right to post about it and frankly I sorta wish I had one of those patches! 

Have a nice day,
Greta
DZ6363');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18395','56ae93346e','It is all sanded down thanks to the Tambo. I will take you up on getting that bulldog and silver coat on it though. Do you think you would have time Monday or Tues evening? On Monday I could do it after 5, and tues after 6.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18397','422e9648ab','whatever is good for you, just give me a call.');
INSERT INTO so_phpbb_privmsgs_text (privmsgs_text_id,privmsgs_bbcode_uid,privmsgs_text) VALUES('18398','7d2fab361e','whatever is good for you, just give me a call.');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_ranks
#
DROP TABLE IF EXISTS so_phpbb_ranks;
CREATE TABLE so_phpbb_ranks(
	rank_id smallint(5) unsigned NOT NULL auto_increment,
	rank_title varchar(50) NOT NULL,
	rank_min mediumint(8) NOT NULL,
	rank_special tinyint(1),
	rank_image varchar(255)
	PRIMARY KEY (rank_id)
);

#
# Table Data for so_phpbb_ranks
#
INSERT INTO so_phpbb_ranks (rank_id,rank_title,rank_min,rank_special,rank_image) VALUES('1','Site Admin','-1','1','');
INSERT INTO so_phpbb_ranks (rank_id,rank_title,rank_min,rank_special,rank_image) VALUES('2','Command Staff','-1','1','');
INSERT INTO so_phpbb_ranks (rank_id,rank_title,rank_min,rank_special,rank_image) VALUES('3','Grand puba','2000','0','');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_search_results
#
DROP TABLE IF EXISTS so_phpbb_search_results;
CREATE TABLE so_phpbb_search_results(
	search_id int(11) unsigned NOT NULL,
	session_id varchar(32) NOT NULL,
	search_array text NOT NULL
	PRIMARY KEY (search_id),
	KEY session_id (session_id)
);

#
# Table Data for so_phpbb_search_results
#
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('964222821','4c8648f22e687a99ab189677776901a1','a:7:{s:14:"search_results";s:68:"181, 195, 270, 303, 318, 321, 323, 326, 327, 328, 329, 330, 331, 332";s:17:"total_match_count";i:14;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('65798210','3fc06c14e3d973db7e6e275322a63966','a:7:{s:14:"search_results";s:123:"132, 181, 195, 270, 279, 286, 291, 293, 294, 303, 315, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 330, 331, 332";s:17:"total_match_count";i:25;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('95013262','df5f071149c75074dc97036362f0db37','a:7:{s:14:"search_results";s:53:"181, 195, 270, 321, 323, 326, 328, 329, 330, 331, 332";s:17:"total_match_count";i:11;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('209813638','2d189398e0a9a00405cbba060d21fa92','a:7:{s:14:"search_results";s:28:"270, 321, 326, 328, 331, 332";s:17:"total_match_count";i:6;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1333532690','de2da544fdc6c7b5419f62e243b78276','a:7:{s:14:"search_results";s:68:"181, 195, 270, 303, 318, 321, 324, 326, 327, 328, 329, 330, 331, 332";s:17:"total_match_count";i:14;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('440658700','f88797be59f1d885e4b3d5089ff92f96','a:7:{s:14:"search_results";s:114:"4, 5, 132, 181, 195, 270, 286, 291, 303, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332";s:17:"total_match_count";i:24;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('297746352','37532dff971716a9a2d5987553372c81','a:7:{s:14:"search_results";s:58:"181, 195, 303, 318, 321, 324, 326, 327, 328, 329, 330, 331";s:17:"total_match_count";i:12;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1692665849','4489d44d6aa3489a477da25bc9d5c92e','a:7:{s:14:"search_results";s:28:"181, 270, 326, 330, 331, 332";s:17:"total_match_count";i:6;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1350349398','b8aec621d1ba615dada503aec31b1fdb','a:7:{s:14:"search_results";s:13:"181, 326, 331";s:17:"total_match_count";i:3;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('601686062','2ffd2ec415f2abcd4cb07c53834bd065','a:7:{s:14:"search_results";s:23:"181, 270, 326, 331, 332";s:17:"total_match_count";i:5;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
INSERT INTO so_phpbb_search_results (search_id,session_id,search_array) VALUES('1348847104','19070f053a18393a5916f089606ecaa2','a:7:{s:14:"search_results";s:139:"4, 5, 132, 157, 181, 195, 270, 279, 286, 291, 293, 294, 303, 315, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332";s:17:"total_match_count";i:29;s:12:"split_search";N;s:7:"sort_by";i:0;s:8:"sort_dir";s:4:"DESC";s:12:"show_results";s:6:"topics";s:12:"return_chars";i:200;}');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_search_wordlist
#
DROP TABLE IF EXISTS so_phpbb_search_wordlist;
CREATE TABLE so_phpbb_search_wordlist(
	word_text varchar(50) binary NOT NULL,
	word_id mediumint(8) unsigned NOT NULL auto_increment,
	word_common tinyint(1) unsigned NOT NULL
	PRIMARY KEY (word_text),
	KEY word_id (word_id)
);

#
# Table Data for so_phpbb_search_wordlist
#
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('today','23','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('power','22','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phpbb','3','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('post','21','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gadolinium','13414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lol','19','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kewl','18','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guys','17','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forum','16','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banzai','15','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awesome','14','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('again','13','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wookie','24','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miss','25','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peeps','26','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('access','27','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('area','28','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('command','29','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('counts','30','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('email','31','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keep','32','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manage','33','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('members','34','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permissions','35','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quot','36','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recover','37','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('send','38','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sigh','39','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('staff','40','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('war','41','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('back','42','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('continue','43','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hard','44','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('left','45','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mighty','46','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thanks','47','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('webmeister','48','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('work','49','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anything','50','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enter','51','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goes','52','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nc17','53','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('own','54','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('risk','55','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('count','56','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('least','57','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('case','58','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commence','59','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daalas','60','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reclone','61','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trophy','62','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciated','63','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chris','64','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('job','65','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ready','66','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rock','67','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buisiness','68','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nice','69','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avatars','70','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backup','71','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('careful','72','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closed','73','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cruising','74','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dynamics','75','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('file','76','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forgive','77','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forums','78','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('galleries','79','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('general','80','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hole','81','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('i','82','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ill','83','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('info','84','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('information','85','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jerk','86','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('let','87','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('life','88','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('managed','89','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mean','90','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meantime','91','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('member','92','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('one','93','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personal','94','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picking','95','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pics','96','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posts','97','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reassign','98','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stated','99','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thing','100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tried','101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trying','102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('user','103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rosters','3576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mi','3564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hello','106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lets','107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandalorian','108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outpost','109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hack','3563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thread','111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('casa','3562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('running','146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('effort','145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('definately','115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donald','116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indicate','13415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('live','118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magnetic','13416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('us','120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wouldnt','121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actually','122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('address','123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agian','124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amateur','125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apart','126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awhile','127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damn','128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deuce','129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doing','130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forensic','131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hell','132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hobby','133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ive','134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pain','135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prevent','136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('session','137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('short','138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taking','139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('term','140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('away','141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knock','142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rev','143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yourself','144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speaking','147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sure','148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('things','149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wish','150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aspirin','151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headache','152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('killer','153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('501st','154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('added','155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allies','156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aside','157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compactor','158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legion','159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('non','160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebel','161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rogues','162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scum','163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('southern','164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trash','165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('usergroups','166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('villiany','167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmon','168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heh','169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loki','170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ministries','6105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('totally','2653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5th','173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invite','6104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyway','175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attend','176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tim','2651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bunch','178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('characters','179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chattanooga','180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chattooine','181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sasquatch','2650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intend','6103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('market','2648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clone','185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coming','186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locally','2647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corey','188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costumed','5042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costumes','190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('couple','191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crayfish','192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('derek','193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ect','5043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enjoy','196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('especially','197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('event','198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fair','199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fan','200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fans','201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inner','6102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('final','203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fortunate','6101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('free','205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fun','206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('help','207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hours','208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fathom','6100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('downtown','2640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('childrens','6099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kids','212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('koon','213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('local','214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copied','2638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lost','216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('made','217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('make','218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('march','219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clarksville','2637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('city','2636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('others','222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pictures','223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('place','224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plans','225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('public','226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('site','227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spectacular','228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('star','229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunday','230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bunny','6098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bethel','6097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('412','2632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vader','235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wars','236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weekend','237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ages','6096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('add','239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forgot','240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expressing','241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feelings','242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boards','243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catchy','244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fashion','245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('getting','246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('great','247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('night','248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('think','249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timely','250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tune','251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2006','252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('header','253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mission','254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reply','255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reports','256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('year','257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beans','2815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arabs','2814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admiral','260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amp','261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wits','2813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('withstanding','2812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attending','264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('victorious','2811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('both','266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chattacon','267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trek','2810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tennessee','2809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clones','270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tempermental','2808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('con','272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teams','2807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debate','274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('team','2806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stormtroopers','2805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sketchy','2804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('end','279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sideline','2803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shown','2802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scenic','2801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarcasm','2800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('force','284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friends','285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regulars','2799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rainstorms','2798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overwhelmed','2797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happens','289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offensive','2796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mixed','2795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mingled','2794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matched','2793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotel','294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mastery','2792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandalorians','2791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('klingons','2790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jester','298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('january','2789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immortal','2788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('icebreaker','2787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hospitality','2786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('might','303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hopes','2785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holly','2784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('morning','306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('historic','2783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greeted','2782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('future','2781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fearless','2780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('party','311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photos','312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fastasy','2779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enjoyed','2778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('engaged','2777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('employed','2776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scifi','317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('details','2775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defensive','2774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debates','2773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stays','321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cons','2772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suite','323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coach','2771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choochoo','2770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chattanogga','2769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battlefield','2768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attacks','2767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troopers','329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atmosphere','2766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('while','331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3am','2765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2022','2764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('words','334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sister','340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('girlfriend','339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fook','338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dig','341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hear','342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('really','343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('babe','344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('courtney','345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('love','346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trashy','347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('week','348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('action','349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behold','350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collection','351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figure','352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('season','353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theater','354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wow','355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('problem','356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accessories','357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attire','358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beer','359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convention','360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('included','361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mug','362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pants','363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passing','364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('separately','365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sold','366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stores','367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vomiting','368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zman','369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wahooo','370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('illness','3561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('man','372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wicked','431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atf','374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wanted','430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('truely','429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smile','428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quite','427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('open','426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frightening','425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doll','424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comments','423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahh','422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hey','384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wait','385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catalog','386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clean','387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('episodes','388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('first','389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jenn','390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oneshots','391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perfect','392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photohosting','393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reorganize','394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repost','395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scrambling','396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seemed','397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('since','398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slate','399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throwing','400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('together','401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyone','402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('care','403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dinner','404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('few','405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('long','406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('message','407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('missed','408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('needs','409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pass','410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stepping','411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supposed','412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taken','413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turned','414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('very','415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('word','416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('episode','417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aft','418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instead','419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shouldnt','420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yummy','421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bob','432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catch','433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gets','434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('move','435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('next','436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('round','437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('square','438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('already','439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happening','440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hopefully','441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steps','442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('business','443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glad','444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('song','445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turkish','446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aww','447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bout','3560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bastards','449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cry','450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headed','451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('makes','452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rag','453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cylon','454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('envy','455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('billy','456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brokedick','457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('courtneys','458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dog','459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('google','460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('people','461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('predator','462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seconds','463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrong','464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('props','3559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camel','466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('projects','3558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disks','468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geoff','3557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blend','7023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('online','471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heck','479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('changed','478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('change','477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bright','476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lmao','480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sake','481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sorry','482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chosen','483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('girl','484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lokis','485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('badass','486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('later','487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('possible','488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occupies','13417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('south','491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hacker','544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feel','543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rest','494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admirals','495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revenge','496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pursued','13418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('god','498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knew','499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loved','500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pursuer','13419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('til','502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seeing','527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('such','528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surprised','529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teresa','530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saved','526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sensors','13420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mother','524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earlier','523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crying','522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('came','521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thought','531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sine','13421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disturbing','533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('real','534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starships','13422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somehow','536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sulfide','13423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wtf','538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yeah','539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('piss','540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theirselves','541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('untill','542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nuke','545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costuming','546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('custom','547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aye','3556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adventures','3531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandos','550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('august','3532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('section','552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attention','553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calls','554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phone','555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spans','556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nevermind','557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stuff','558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tambo','559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wink','560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sucked','561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('displayed','562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('during','563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emails','564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hacked','565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hacking','566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('name','567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('person','568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('took','569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yim','570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homes','571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muslims','572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peoples','573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pissed','574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotfl','575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allmighty','576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('destroyer','577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hail','578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ones','579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reason','580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worlds','581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forget','582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fort','583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tour','584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disclaimer','585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('head','586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('image','587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posted','588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sense','589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('showed','590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stuck','591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violence','592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drax','593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('part','594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saga','595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guy','596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wave','13424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screw','598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hammer','599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armor','600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bucket','601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decals','602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('done','603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earcap','604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mando','605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parts','606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soft','607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starting','608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('group','609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hay','610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hug','611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('last','612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('againt','613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('another','614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bomb','615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('music','616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('religion','617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signing','618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thier','619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beverage','620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choosing','621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meet','622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worked','623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('death','624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('full','625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fully','626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operational','627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pathetic','628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('witness','629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yominum','13425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fact','631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gonna','632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('needed','633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conclusion','635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buckaroo','636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saves','637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nnnniiiicccceeee','638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('definitely','639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gads','640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('right','641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throw','642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('af','643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cause','644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('destruction','645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hooo','646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immediate','647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('myself','648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('threads','649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('universe','650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woo','651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('removed','684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guess','683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('board','682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atinmy','655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gay','656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('know','657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amusing','658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mine','659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toasty','660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('two','661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warhead','662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inside','663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mushy','664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twisted','665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warm','666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cut','667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crummy','3533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bustup','670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chase','671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chases','672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crossover','673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helmet','674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heres','675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intended','676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('malice','677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('messages','678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oneshot','679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picked','680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skip','681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excitement','3534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('start','688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figured','689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forced','3535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seen','691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impressed','3536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atin','693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atinmmy','694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boys','695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cray','696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dallas','697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feb','698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fish','699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('girls','700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gobbles','701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jen','702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('master','703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remember','704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rose','705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roster','706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saturday','707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suzzane','708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweetpea','709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vesper','710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fine','711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('queen','712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starring','713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('still','714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trailerpark','715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whores','716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lackluster','3537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costume','718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heads','3520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minimum','3519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funny','721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angi','722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('betty','723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attack','724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('half','725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('missing','726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terrorist','727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bringin','728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pic','729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('satisified','730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tambos','731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('white','732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nukes','733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prepares','734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terrorists','735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('body','736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('craptacular','737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('green','738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paint','739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avatar','740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masquerade','3538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitch','742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gripe','743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moan','744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('believe','745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bringing','746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eelem','747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nightmarez','748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spanker','749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ivan','750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('summer','751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eggs','752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grrrrrrr','753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lay','754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stomach','755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drinking','756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conflict','1249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cats','759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eeeeew','760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nasty','761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pregnant','762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toilets','763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('easy','764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somewhat','765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biggger','766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carl','767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooops','768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shock','769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asking','770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blue','771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evening','772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('he','773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pitiful','3539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evil','776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simply','3540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('same','778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coolest','3541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thoughts','780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cat','781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('close','782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hide','783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cord','3542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toilet','785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riiiiiiggghhhht','13386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absolutely','787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciative','788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arriving','789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aspects','790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commander','791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('community','792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('considering','793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crosscheck','794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enough','795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everything','796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extend','797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extremely','798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grasp','799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incident','800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('number','801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oblivious','802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('profound','803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reenlist','804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('registries','805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repaired','806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('response','807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('run','808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sir','809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sorting','810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spent','811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('studio','812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transpired','813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tribalcathedral','814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tucked','815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weeks','816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wizard','817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workings','818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('youve','819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hmmm','895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hmmhmmmm','894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hmm','893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('img','823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wife','993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welcoming','992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welcome','991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watching','990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visit','989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('view','988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veronica','987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veranda','986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('using','985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('susanne','984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supply','983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stocked','982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spend','981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('someone','980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sofa','979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shui','978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shall','977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rumor','976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('room','975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('position','974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pool','973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pending','972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paraody','971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overlooking','970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nights','969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neighbors','968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neighborhood','967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('money','966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minijester','965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('may','964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laundry','963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kitchen','962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interior','961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspired','960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indoor','959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('identification','958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('idc','957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hired','956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guest','955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gifts','954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fueled','953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ft','952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('food','951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flying','950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flag','949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feng','948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('due','947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('divorce','946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disagreement','945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deck','944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('couch','943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cottage','942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cooking','941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comfortable','940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleaning','939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choirs','938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('casino','937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candy','936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buy','935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buddy','934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brandi','933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bragged','932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bed','931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backrubs','930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approaching','929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alf','928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('able','927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('69th','926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abilities','896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boot','897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bottle','898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cap','899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consists','900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('craft','901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crap','902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('current','903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cutting','904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finished','905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foam','906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formed','907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glued','908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greeblies','909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heated','910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('layer','911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looks','912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('process','913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('progress','914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pulled','915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repeated','916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shape','917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoe','918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spray','919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thick','920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toe','921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('top','922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torsoboys','923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twistoff','924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vinyl','925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('win','994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bmw','995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whine','996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('addition','997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arms','998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attached','999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('build','1000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commando','1001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dc17s','1002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eventually','1003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('features','1004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glue','1005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hold','1006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photo','1007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('product','1008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resting','1009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screws','1010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shootin','1011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sidearm','1012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swing','1013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twisting','1014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('update','1015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arg','1016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('car','1017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('favorite','1018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manufacturer','1019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adjust','1020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('code','1021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fixed','1022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foolproof','1023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('read','1024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recheck','1025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('routinely','1026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrug','1027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('website','1028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dark','1029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('safe','1030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('text','1031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gras','1032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mardi','1033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reasons','1034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prove','1211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anytime','1036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capacity','1037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloning','1038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fear','1039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laurels','1040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maximum','1041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plenty','1042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recruits','1043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('request','1044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('set','1045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stolen','1046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tanks','1047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tapes','1048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trophycase','1049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beat','1050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('become','1051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bomber','1052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cave','1053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chance','1054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dance','1055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decides','1056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('district','1057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fourty','1058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hope','1059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('link','1060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ranks','1061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('record','1062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('step','1063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suicide','1064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wine','1065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adcon','1066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asked','1067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('course','1068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coagulations','17759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('felix','1070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gang','1071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happen','1072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hes','1073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('louis','1074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posting','1075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('richard','1076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sep','1077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonstar','17758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('st','1079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trooping','1080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('usual','1081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wed','1082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('competition','1083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lady','1084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nekkid','1085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tough','1086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arm','1087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('article','1088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attachments','1089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bookend','1090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clonetrooper','1091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('different','1092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('epiii','1093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('favorites','1094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gentle','1095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giant','1096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greedo','1097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lineup','1098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solo','1099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('statues','1100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pretty','1101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rip','1102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nah','1103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('black','1104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('correct','1105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gg','1106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incorrectly','1107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightsaber','1108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maquette','1109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mention','1110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mistakes','1111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obiwan','1112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('statue','1113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undersuit','1114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paul','1115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snowspeeder','1116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snowspeeders','1117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glenn','1118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kevin','1119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peters','1120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stein','1121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sgt','1122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yoda','1123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('11th','1124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plan','1125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('working','1126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('game','1127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('microsoft','1128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mode','1129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speech','1130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xp','1131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alla','1132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allstar','1133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('americans','1134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approval','1135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ass','1136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bath','1137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bird','1138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blow','1139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blowin','1140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bombs','1141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bottom','1142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boy','1143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boyfriend','1144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brokeback','1145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('california','1146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camels','1147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candle','1148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chest','1149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coconut','1150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communist','1151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('connected','1152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('country','1153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('date','1154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('education','1155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everyway','1156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eyes','1157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fat','1158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fision','1159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuse','1160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hair','1161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hero','1162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hiding','1163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hits','1164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inch','1165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jacksons','1166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kill','1167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lalalalalala','1168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lookin','1169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loser','1170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('losers','1171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('micheal','1172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moves','1173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('named','1174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nuclear','1175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('osama','1176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('penis','1177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pervert','1178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plutonium','1179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reprise','1180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retard','1181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('russian','1182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('show','1183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sickle','1184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('son','1185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stairway','1186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stupid','1187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sung','1188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surfin','1189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talks','1190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teachers','1191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('temple','1192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('till','1193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tiny','1194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turbin','1195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turks','1196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ugly','1197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ussr','1198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wants','1199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waterpipe','1200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whip','1201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wind','1202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woman','1203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('women','1204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('computer','1205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spam','1206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantasycon','13385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dude','1208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poor','1209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('young','1210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('13th','1212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('account','1213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('activation','1214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admin','1215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approve','1216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exists','1217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hands','1218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jw01','1219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moment','1220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('received','1221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('registered','1222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('registration','1223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troops','1224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('username','1225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tellatubby','13383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sent','1227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('correctly','1228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('making','1229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reset','1230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('although','1231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drop','1232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lead','1233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('list','1234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('october','1235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('potential','1236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tell','1237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yep','1238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('considers','1239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crime','1240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('factor','1241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hassle','1242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('illegal','1243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('internet','1244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('law','1245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wonder','1246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cancel','1247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hmmmm','1248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dcon','1250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masks','1251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doubt','3543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('water','1253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boba','1254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fett','1255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('project','1256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('check','1257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('events','1258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('order','1259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pre','1260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complain','1261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complaint','1262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insite','1263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riot','1264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somebody','1265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deliver','1266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hate','1267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gauntlet','3544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appolagy','1269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formal','1270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotflmao','1271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atleast','1272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('book','1273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ends','1274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('idea','1275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('original','1276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breats','1277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deep','1278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soothing','1279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ground','1280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jump','1281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('light','1282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('past','1283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snow','1284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snowtrooper','1285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dr','1286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jack','1287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orange','1288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palace','1289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pile','1290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zima','1291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advice','1292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affected','1293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copy','1294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('database','1295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enforcement','1296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fbi','1297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('files','1298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gym','1299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itd','1300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('normally','1301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notify','1302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('office','1303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('provider','1304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quickly','1305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stored','1306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('technically','1307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turn','1308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tweps','1309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('works','1310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yank','1311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('books','1312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calling','1313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dogs','1314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meaning','1315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mom','1316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('petting','1317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reading','1318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spending','1319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whew','1320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alllright','1321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fest','1322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('give','1323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kiss','1324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peace','1325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('piece','1326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('double','1327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pay','1328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speak','1329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happy','1330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thinking','1331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restore','1452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reattaching','1451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joey','1450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hit','1449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('groups','1448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('230','1447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('additional','1338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cetral','1339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hospitol','1340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('location','1341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voice','3510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('themselves','3509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suit','1344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('state','3508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wearable','1346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('years','1347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hook','1348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cambell','1349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contact','1350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('directions','1351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finalize','1352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('try','1353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imagine','1354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tours','1355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('writing','1356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noon','3507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('badges','1358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meeting','3506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complete','1360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appointing','3498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ears','1364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('captn','3499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gauntlets','1366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helmets','1367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delegate','3500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jaster','1369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kit','1370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('editchris','3501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knee','1372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('express','3502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guards','3503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mod','1377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mold','1378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heading','3504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prop','1380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leaders','3505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rank','1382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arbitration','3545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skills','1385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stock','1386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thermal','1387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trooper','1388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('15','1389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('digest','1390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('employee','1391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('employment','1392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('environment','1393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formally','1394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('production','1395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throughly','1396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deserve','1397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fast','1398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comic','1500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('x','1499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whove','1498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whats','1497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walk','1496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toy','1495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thousands','1494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iceheart','18459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('successful','1492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('street','1491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stormies','1489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('store','1488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storage','1487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('started','1486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('standing','1485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snowtroopers','1484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shannon','1483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seriously','1482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scout','1481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oxford','1480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opening','1479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offices','1478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mall','1422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('huge','1477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('house','1476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hanging','1475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quintard','1426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('games','1474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('front','1473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foot','1472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figures','1471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escorted','1470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clothes','1467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cindys','1466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cindy','1465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christmas','1464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chicks','1463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brought','1462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boyscout','1461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('box','1460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barely','1459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('auditorium','1458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ape','1457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anniston','1456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('400','1455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shout','1453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woke','1454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exempt','1501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reposted','1502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boring','1503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brains','1504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('busted','1505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compared','1506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cool','1507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ghost','1508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keyboards','1509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pda','1510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheesh','1511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('write','1512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('writers','1513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ride','1514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riding','1515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stop','1516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thousand','1517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('threw','1518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2425th','1519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adventure','1520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confirmed','1521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('july','1522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knoxville','1523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('park','1524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ray','2433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2426','1526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memphis','1527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mid','1528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pea','1529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schweet','1530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atlanta','1531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dragon','1532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sept','1533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greatest','1534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mouseland','1535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parade','1536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patricks','1537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quick','1538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7th','1539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('february','1540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matt','1541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wookiee','1542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3x5','1543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('authors','1544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brain','1545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cards','1546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celibate','1547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('control','1548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decide','1549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dies','1550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everyday','1551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('farm','1552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fiction','1553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('george','1554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('healthy','1555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('listened','1556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lives','1557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logical','1558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nay','1559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nimpho','1560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('point','1561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sayers','1562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('science','1563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sick','1564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('side','1565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('story','1566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wanting','1567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('espeically','3546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boots','1570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bangup','3547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('directly','1572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bathroom','3548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('share','1576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('besides','3549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('topic','1578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doublecheck','3550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wondering','1580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atl','1581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barrel','1582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pats','1583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pickle','1584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troop','1585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walls','1586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atins','1587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bog','1588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('edition','1589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impatiently','1590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regret','1591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waiting','1592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('written','1593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('180lb','1594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('511','1595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dickies','1596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fits','1597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumpsuit','1598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mad','1599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pockets','1600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rid','1601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sewing','1602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shin','1603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starter','1604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suppas','1605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thigh','1606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('used','1607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('00','1608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admiralholly','1609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahead','1610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('badge','1611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bellsouth','1612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bring','1613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cookie','1614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cookies','1615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emily','1616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hijack','1617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hitting','1618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('net','1619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('satuday','1620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selling','1621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toward','1622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stay','1790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biker','3108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cases','3109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roof','1785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reservation','1784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('red','1783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outside','1782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convoy','3110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ikea','1780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friday','1779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('form','1778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('display','1777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daughters','3111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beginning','1773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2030','1641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('altus','1642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belt','1643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('booboo','1644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bucks','1645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('building','1646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buying','1647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clips','1648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collecting','1649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comes','1650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darned','1651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devcon','1652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dive','1653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('document','1654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('easily','1655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elastic','1656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('error','1657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('experience','1658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faced','1659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finish','1660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fit','1661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flat','1662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forearm','1663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forearms','1664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fumes','1665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gf','1666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gloss','1667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gluing','1668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hand','1669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handy','1670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('however','1671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('howto','1672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurry','1673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joining','1674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('junk','1675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kick','1676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kidney','1677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('learning','1678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logo','1679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('luckily','1680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masking','1681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noticed','1682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outwards','1683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pieces','1684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plastic','1685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plates','1686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polishing','1687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remove','1688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rpf','1689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sand','1690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sanding','1691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scrape','1692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seems','1693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sides','1694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sit','1695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skin','1696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snap','1697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squirts','1698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starts','1699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stormtrooper','1700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strapping','1701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strong','1702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('support','1703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suspenders','1704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tape','1705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('test','1706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thumbnail','1707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('togehter','1708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trial','1709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unitard','1710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upper','1711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('velcro','1712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walmart','1713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wearing','1714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weld','1715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiggle','1716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('45','1717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boxes','1718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canadian','1719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highjack','1720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mints','1721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thin','1722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('umm','1723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bamatrooper','1724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baby','1725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chatta','1726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yea','1727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asymmetrical','1728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attempt','1729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bond','1730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('connection','1731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dollar','1732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enamel','1733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('five','1734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halves','1735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardhat','1736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headband','1737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hot','1738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('momentarily','1739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nightmare','1740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('note','1741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('particular','1742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('points','1743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('previously','1744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('probably','1745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pull','1746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replaced','1747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seam','1748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('second','1749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sections','1750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seeped','1751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suited','1752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touch','1753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twice','1754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('type','1755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attachment','1756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('butt','1757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buttons','1758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('certain','1759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crunch','1760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doh','1761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feeling','1762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('follow','1763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('otherwise','1764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plate','1765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secure','1766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shots','1767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sticking','1768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straps','1769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taste','1770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wings','1771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wraps','1772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underground','1791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chortle','1792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('club','1793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crazy','1794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drive','1795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hed','1796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lunch','1797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offered','1798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5','1799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attach','1800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calf','1801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carefully','1802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clamped','1803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clamps','1804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cold','1805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comparison','1806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concentrated','1807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curl','1808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damage','1809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('digs','1810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('edges','1811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ellipse','1812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('felt','1813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flight','1814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('four','1815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gloves','1816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gun','1817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heat','1818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heating','1819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hidden','1820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highly','1821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotair','1822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kept','1823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leg','1824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('line','1825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lined','1826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mainly','1827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marked','1828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moving','1829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nomex','1830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overlapped','1831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pads','1832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reccomend','1833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remedy','1834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reshaped','1835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reshaping','1836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retain','1837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ridge','1838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shocked','1839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sniper','1840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spring','1841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squares','1842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squeezed','1843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stickyback','1844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stopped','1845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straighten','1846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strip','1847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('styrene','1848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throat','1849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tight','1850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uclamps','1851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncomfortable','1852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('velcroed','1853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confused','1854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crash','1855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('z','1856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reserve','1857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roooooooooom','1858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prob','1859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cash','1860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chips','1861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ktown','1862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whatever','1863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dern','1864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sexy','1865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screen','1866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suppa','1867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miami','1868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('womans','1869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yankee','1870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advancement','1871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alchol','1872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allright','1873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('andothers','1874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('association','1875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blankets','1876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('byob','1877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donate','1878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donation','1879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donations','1880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drink','1881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extra','1882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helping','1883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('learn','1884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maker','1885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('margarita','1886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miller','1887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naacm','1888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('national','1889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pillows','1890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pocket','1891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('requirment','1892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('staying','1893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darth','1894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maul','1895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sighn','1896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('12volt','1897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3','1898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4aa','1899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5mm','1900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9v','1901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9volt','1902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afraid','1903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('areas','1904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battery','1905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clip','1906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comfortably','1907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('customizable','1908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duty','1909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enclosure','1910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feedback','1911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hang','1912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heavy','1913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoo','1914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('install','1915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instructions','1916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('letting','1917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('longer','1918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mic','1919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('microphone','1920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('package','1921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picture','1922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plug','1923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plugging','1924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('radio','1925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realistic','1926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('referring','1927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('romfx','1928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seeifitworks','1929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('settings','1930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('setup','1931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shack','1932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simple','1933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solder','1934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sounds','1935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speaker','1936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('switch','1937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('three','1938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turning','1939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underneath','1940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vol','1941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('webpage','1942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whoo','1943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wire','1944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wires','1945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yellow','1946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yesterday','1947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yourre','1948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acheive','1949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bazai','1950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chapter','1951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chore','1952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compete','1953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consider','1954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dream','1955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feels','1956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('history','1957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('luv','1958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matter','1959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reachable','1960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shun','1961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talents','1962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('currency','1963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paid','1964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ummm','1965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thicker','1993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sports','1992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('softer','1991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('settle','1990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regular','1989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pro','1988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outdoors','1987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('originally','1986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inches','1985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finally','1984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('academy','1983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ank','1977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convert','1978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dollars','1979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hawaiin','1980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trip','1981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upcoming','1982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('webbelt','1994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weight','1995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrap','1996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('air','1997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birthday','1998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blender','1999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cooler','2000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grill','2001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mattress','2002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surplus','2003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agree','2004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('author','2005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('broadened','2006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeez','2007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('usually','2008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('across','2009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anymore','2010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('batteries','2011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coated','2012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concerned','2013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corner','2014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corners','2015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('counterbalance','2016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dampen','2017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heavier','2018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holders','2019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holes','2020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotglued','2021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('im','2022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knob','2023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lips','2024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mounting','2025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mouth','2026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('packs','2027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pencil','2028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('placement','2029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shell','2030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shorts','2031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slide','2032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slightly','2033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soldered','2034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('submini','2035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('switches','2036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traced','2037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tricky','2038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tubing','2039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vibration','2040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weights','2041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wonky','2042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10s','2043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actual','2044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anh','2045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caboots','2046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cell','2047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheng','2048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chengs','2049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comfortwise','2050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dictionaries','2051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dictionary','2052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entries','2053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gription','2054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('landos','2055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('low','2056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('materials','2057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mr','2058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notice','2059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotj','2060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rounded','2061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rtoj','2062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shows','2063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suits','2064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taped','2065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('testfit','2066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thingie','2067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visual','2068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winning','2069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bigger','2070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleanest','2071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('courage','2072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('edge','2073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forever','2074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gap','2075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interesting','2076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kinds','2077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lean','2078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legs','2079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lower','2080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peel','2081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rivet','2082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shut','2083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snug','2084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squirted','2085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strapped','2086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stress','2087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ways','2088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abs','2089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adjustment','2090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('button','2091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('center','2092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('further','2093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gives','2094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('held','2095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leeway','2096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looped','2097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('metal','2098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opportunity','2099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('optimal','2100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paper','2101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realized','2102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seem','2103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snaps','2104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snips','2105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stanley','2106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stap','2107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thighs','2108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visible','2109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2728','2110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('louisville','2111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accuracy','2112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('always','2113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arse','2114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bam','2115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bothered','2116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breathing','2117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caution','2118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curling','2119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curving','2120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flared','2121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happened','2122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immediately','2123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leave','2124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midsection','2125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mind','2126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minute','2127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nerve','2128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stick','2129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touching','2130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warp','2131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wear','2132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wracking','2133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alone','2134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buff','2135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloth','2136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dull','2137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fool','2138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('novus','2139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polish','2140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remover','2141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scratch','2142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shine','2143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wax','2144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wipe','2145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2','2146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ab','2147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adding','2148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adjustable','2149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anchor','2150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assuming','2151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bells','2152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bicep','2153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bit','2154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bolt','2155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buttondown','2156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('connector','2157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contemplating','2158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deal','2159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decided','2160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detonator','2161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dread','2162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaps','2163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grandmother','2164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('involve','2165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('join','2166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legend','2167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pulling','2168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ridged','2169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ripped','2170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoulder','2171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoulderbridge','2172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stories','2173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strap','2174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('urban','2175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wifes','2176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bend','2177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bending','2178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charm','2179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('degrees','2180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('floor','2181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pick','2182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absolute','2183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angles','2184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chestplate','2185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cotton','2186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freaking','2187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guides','2188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offwhite','2189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pristine','2190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saving','2191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adjusted','2192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assemblies','2193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bell','2194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cover','2195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crotch','2196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hooks','2197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joined','2198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neckseal','2199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk409','2200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('above','2201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advised','2202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discretion','2203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quotes','2204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reader','2205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('against','2206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('applied','2207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attaching','2208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basically','2209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('borders','2210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bridge','2211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bridges','2212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chop','2213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circle','2214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleaner','2215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('click','2216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colors','2217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curvature','2218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dropboxes','2219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excess','2220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flattened','2221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gray','2222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guide','2223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holding','2224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humbrol','2225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurdles','2226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('layers','2227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leaves','2228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('luke','2229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mask','2230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masked','2231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midnite','2232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minutes','2233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onto','2234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oozing','2235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('painting','2236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paints','2237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plus','2238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prevents','2239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purposes','2240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('razorblade','2241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ridges','2242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sanded','2243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seams','2244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('segs','2245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('serves','2246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tks','2247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wore','2248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adjoining','2249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('builder','2250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clamp','2251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dremel','2252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extreme','2253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('face','2254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fly','2255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goggles','2256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latex','2257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('painted','2258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('panel','2259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('panels','2260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peeled','2261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peeling','2262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roughened','2263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sandpaper','2264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slip','2265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sticker','2266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stickers','2267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surfaces','2268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tool','2269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheel','2270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('band','2271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bands','2272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fabric','2273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grabs','2274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handguards','2275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palms','2276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scunci','2277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strips','2278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weatherstrip','2279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrists','2280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behind','2281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cannister','2282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cannot','2283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duh','2284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gorilla','2285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operate','2286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reach','2287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('report','2288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rom','2289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('socks','2290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assembly','2291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bankers','2292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belts','2293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bolted','2294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caps','2295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cardboard','2296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('create','2297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creating','2298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detail','2299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('difficult','2300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filling','2301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forearmrear','2302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frayed','2303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gorillagluing','2304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('higher','2305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holster','2306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('images','2307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('individual','2308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iron','2309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lengthen','2310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liquid','2311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lock','2312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('machine','2313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('material','2314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('melting','2315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mistake','2316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nails','2317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neat','2318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notes','2319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noticable','2320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pentype','2321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permanent','2322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permanently','2323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planned','2324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('popped','2325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('putting','2326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rear','2327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebuilding','2328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replacing','2329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resin','2330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rivets','2331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rush','2332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sets','2333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shins','2334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sitting','2335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('size','2336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snapped','2337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soldering','2338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sound','2339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spacers','2340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tip','2341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toying','2342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welder','2343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chick','2344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('construction','2345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('created','2346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dolt','2347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('facing','2348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helped','2349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('learned','2350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lfl','2351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('match','2352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('measure','2353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obeyed','2354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rexim','2355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scope','2356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shot','2357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('studied','2358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suggested','2359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('techniques','2360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flu','3551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kinda','3552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoooooooo','2364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woooooo','2365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friend','2366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haha','2367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tb','2368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('the','2369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('topnotch','2370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laura','3553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arnt','2374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoping','2375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('constantly','2376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dvd','2377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filmed','2378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freebie','2379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interests','2380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('involuntarily','2381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('months','2382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('options','2383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scouring','2384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screwed','2385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('six','2386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stages','2387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('track','2388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tutorial','2389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('types','2390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('various','2391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('video','2392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('videos','2393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accepted','2394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('announcement','2395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('announcements','2396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chatter','2397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conflicting','2398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('courtesy','2399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('declared','2400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delete','2401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discuss','2402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duplicate','2403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('events','2404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flexible','2405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guidelines','2406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hijacking','2407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ideas','2408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('important','2409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('listed','2410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moderators','2411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notification','2412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('officers','2413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('over','2414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('participation','2415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ping','2416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('placed','2417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planning','2418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('potentially','2419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preevent','2420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purpose','2421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('review','2422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spread','2423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underway','2424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unless','2425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unrelated','2426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unstuck','2427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('events','2428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('go','2429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('official','2430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('official','2431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stuck','2432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('age','2434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pleasure','2435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('told','2436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wednesday','2437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wise','2438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('november','2445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('huntsville','2444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('novacon','2441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1012','2443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vestavia','2457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kingdom','2456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comics','2455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birmingham','2454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6th','2453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('105pm','2452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('28th','2458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('59pm','2459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boo','2460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confirm','2461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entrance','2462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interact','2463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invited','2464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oct','2465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patrol','2466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sat','2467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('super','2468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zoo','2469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2628','2470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camp','2471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('campers','2472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canceled','2473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moved','2474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('space','2475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('themed','2476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('11pm','2477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20','2478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adult','2479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adults','2480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afterwards','2481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avoid','2482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brand','2483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('break','2484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chances','2485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('church','2486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('common','2487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('considerations','2488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disney','2489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diverse','2490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('edits','2491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('family','2492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fish','2493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gather','2494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gathering','2495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guests','2496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hallways','2497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handlers','2498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inclusive','2499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('isnt','2500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judgement','2501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lets','2502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lifestyles','2503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liking','2504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meant','2505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('movies','2506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nor','2507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opinions','2508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opinons','2509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('others','2510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pg13','2511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('places','2512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('playing','2513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prefer','2514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pursue','2515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rated','2516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('respect','2517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rules','2518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('situations','2519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('social','2520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('socializing','2521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('styles','2522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('styles','2523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tastes','2524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thats','2525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fun','2526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('go','2527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('social','2528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ditsyland','2529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('june','2530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thang','2531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sirs','2532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apology','2533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kidding','2534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('statement','2535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soooo','2536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planing','2537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bases','2538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('covered','2539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damned','2540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('generically','2541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leaving','2542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nagging','2543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('available','2544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bought','2545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('similiar','2546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thankfully','2547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trimmed','2548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perk','2549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entire','2550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ourselves','2551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shhhhhhhh','2552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4ish','2553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('68ish','2554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahold','2555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('associations','2556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('automated','2557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('call','2558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('companies','2559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('company','2560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copying','2561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deleted','2562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('downloading','2563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handling','2564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heard','2565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hosting','2566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('installing','2567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('islamic','2568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('militant','2569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newest','2570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pms','2571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('records','2572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recreating','2573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relying','2574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salvage','2575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scheme','2576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seperate','2577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('setting','2578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sharing','2579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('software','2580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tech','2581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('understand','2582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uploading','2583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eek','2584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personally','3554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('they','3468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('automatically','2590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backtracking','2591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detected','2592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dislike','2593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('module','2594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monitor','2595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nearly','2596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repair','2597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slow','2598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sum','2599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('total','2600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tricks','2601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chandelier','2602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('system','3467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandolin','2604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandoloriers','2605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dragoncon','2606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expense','2607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lottery','2608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reserved','3466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rate','3465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marriotts','3464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discounted','3463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discount','3462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('currently','3461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aware','3460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hour','3459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheyenne','2617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forward','2618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grabbing','2619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('icecream','2620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kudos','2621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organizing','2622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thorough','18458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sight','2624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clutch','2625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impressive','2626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('havnt','2627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storm','2628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rangers','2629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weve','2630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timmycon','6106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('100','2656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('931','2657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3785','2658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('37043','2659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3624092','2660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approximattly','2661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atinmycon','2662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bar','2663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brick','2664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('called','2665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conveniance','2666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exit','2667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feet','2668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('following','2669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('houses','2670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hwy','2671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('i24','2672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mailbox','2673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miles','2674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nashville','2675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pike','2676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ramp','2677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recycle','2678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reflector','2679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signal','2680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slowing','2681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('station','2682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('towards','2683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angry','9736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sentiments','3555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('withdraw','3456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('play','2687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mny','2688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resturant','2689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chuck','2690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rlbluejedi','2691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wookieegunner','2692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('familiar','2693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finger','2694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recreation','2732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rec','2731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disscussion','2730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brandon','2698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('built','2699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('montross','2700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wihtout','3455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unity','3454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eat','2703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('town','2704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('listens','2705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dear','2706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talk','2707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fenn','2708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retzs','2709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shysa','2710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gooshy','2711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blast','2712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahhh','2713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jango','2714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upgraded','2715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('activity','2716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happend','2717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mark','2718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1st','2719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chronicles','2720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dent','2721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('movie','2722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prepro','2723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preproduction','2724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sized','2725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coffee','2726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roundness','2727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaping','2728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sintra','2729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tomorrow','3453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('structure','3452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2005','2735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accurate','2736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('umbrella','2737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atimmys','2738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hijacked','2739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arabian','2740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gasp','2741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shame','2742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hyatt','2743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marriott','2744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roomie','2745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animals','2746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pointing','2747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('presidential','2748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pulse','2749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rifle','2750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('listening','2751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talking','2752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whispers','2753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dang','2754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jon','2755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ranger','2756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vintage','2757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shooting','2758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('target','2759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admit','2760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('given','2761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whole','2762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sneaks','2763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('columbian','2816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dammm','2817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grow','2818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regardless','2819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('switching','2820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disc','2821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('e11','2822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owe','2823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lana','2824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wood','2825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2425','2826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emperor','2827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acre','2828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alas','2829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('empty','2830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photographer','2831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whos','2832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heheheheheheehehe','2844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('galacticon','2843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feyd','2842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dennis','2841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('continues','2840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brother','2839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jennie','2845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laughing','2846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lovely','2847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naked','2848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nudges','2849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quaid','2850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bathrobe','2851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eddie','2852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fills','2853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outdoorsmen','2854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sting','2855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('targetlocked','2856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrive','2857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depending','2858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ensure','2859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('living','2860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sticks','2861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('studying','2862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alcohol','2863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bugs','2864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('causes','2865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dehydrated','2866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entirely','2867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fitting','2868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hangover','2869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heater','2870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('includes','2871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('medication','2872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saki','2873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skull','2874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sod','2875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swallowing','2876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tired','2877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trouble','2878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twoday','2879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unfair','2880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wasnt','2881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anakin','2882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disappeared','2883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lego','2884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recently','2885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theyve','2886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transformation','2887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('widely','2888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zach','2889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cc','2890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desperate','2891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('folks','2892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homeland','2893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('isp','2894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reported','2895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('security','2896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picks','2897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pose','2898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spirit','2899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paranoid','18457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strated','18456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fabrics','2902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hancock','2903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noisy','2904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('child','2905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('properly','2906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weened','2907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kell','2908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terri','2909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excellant','2910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahhhhhhhhhhhhhhh','2911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hooked','2912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outta','2913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whipped','2914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ya','2915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hawaii','2916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marriot','2917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonsmokingtwo','2918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rewards','2919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rooms','2920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sell','2921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seven','2922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sign','2923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mariott','2924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dug','2925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holiday','2926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inn','2927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kind','2928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sghort','2929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nomination','3449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('observed','3450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skips','3451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrangement','2935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bum','2936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doin','2937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dunno','2938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flow','2939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spot','2940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ebay','2946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finds','2947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('related','2948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brunette','2949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cares','2950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xena','2951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reporting','2952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ts1128','2953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remembered','2954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blaster','2955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snarky','18455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refence','18454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poses','2958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scared','2959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guns','2960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('army','2961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cute','2962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crest','7024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accept','2965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extras','7025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breast','2967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shirt','4726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jerzee','7026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('com','2971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('limited','7027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('design','2973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mail','7028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garrison','2975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mayhew','7029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imperial','2977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('netscape','7030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paypal','7031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paying','2982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peter','7032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iii','4715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quantities','7033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('color','4712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shipping','2988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cog','4711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choose','4710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screened','7034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('50','4708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tshirts','2993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('versions','2994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('05','4707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brothers','2996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filght','2997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gear','2998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jetpack','2999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sisters','3000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allways','3001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collectors','3002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coreys','3003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hehe','3004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('items','3005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotels','3006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mix','3007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opitions','3008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blush','3009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bets','3010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('official','3011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('annoyance','3012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apologies','3013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('certainly','3014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('changes','3015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('children','3016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cup','3017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dehydration','3018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heartfelt','3019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hungover','3020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irritation','3021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('normal','3022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offer','3023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weak','3024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tied','3025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dries','3026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hancocks','3027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mmhmmmm','3028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nod','3029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matters','3030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4th','3031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonsmoking','3032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('000','3033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('125','3034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conjunction','3035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('converted','3036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crowd','3037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cya','3038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantasyconthere','3039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('festival','3040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interested','3041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lots','3042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mingle','3043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mingling','3044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persons','3045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recorded','3046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restaurants','3047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shopping','3048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('some','3049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('split','3050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touristy','3051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turnout','3052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bacta','3053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bretheren','3054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chewbacca','3055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hunt','3056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hunter','3057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('injured','3058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('msc','3059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('option','3060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outpatient','3061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pattys','3062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prayers','3063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quest','3064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('return','3065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruptured','3066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schedule','3067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surgery','3068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tank','3069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('therapy','3070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('125000','3071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guesstimate','3072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('issue','3073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parades','3074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watch','3075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hells','3076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attended','3077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recognize','3078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muted','3448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('m','3081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mereel','3082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mereels','3083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reads','3084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upgrades','3085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('min','3447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debt','4697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('journal','3090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pm','3091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responsible','3092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blind','3093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dod','3094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drank','3095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ice','3096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rice','3097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('served','3098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tottally','3099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traditional','3100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wooden','3101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boob','3102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feed','3103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mouthfull','3104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tribe','3105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winter','3106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('125k','3107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invade','3112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('route','3113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seriouslly','3114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shocktrooper','3115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stapway','3116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lack','3446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jointly','3445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discussed','3444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decision','3443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('craziness','3442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atinmmycon','3122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chattoine','3123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reminder','3124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vid','3125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preevents','3126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drove','3127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waits','18453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roads','3129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scary','3130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('someday','3131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turns','3132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('checking','3441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candidiates','3440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blindly','3439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appoint','3438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agreed','3437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oun','3436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cartoon','3139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ten','3140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeditoren','12183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lee','5509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accepting','3150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twerp','3192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ton','3191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('texasbased','3190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opinion','3189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candidates','3155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nominations','3188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nomiated','3187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elections','3158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guard','3186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nominated','3160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('derailed','3185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chaos','3184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('captain','3183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camped','3182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beyond','3181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arguments','3180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allow','3179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candidate','3168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeff','3169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opned','3170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poll','3171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('answered','3172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conditionally','3173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confusion','3174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('declined','3175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nominate','3176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nominating','3177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recall','3178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voting','3193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worms','3194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('35','3195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4day','3196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accustomed','3197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admission','3198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amazingly','3199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('andromeda','3200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('announce','3201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearance','3202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arranged','3203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('associates','3204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('auction','3205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('audience','3206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('autographed','3207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('autographs','3208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('babylon','3209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banquet','3210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battlestar','3211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beauty','3212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bellydancing','3213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bjork','3214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('booths','3215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brandy','3216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brown','3217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buys','3218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cabaret','3219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caitlin','3220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('card','3221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celebrity','3222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celebs','3223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('character','3224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cinematic','3225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('classic','3226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collectible','3227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comedy','3228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('constellation','3229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contests','3230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cost','3231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('d20','3232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('determined','3233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('development','3234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('developments','3235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dga','3236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dgagames','3237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('director','3238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disappointed','3239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dixie','3240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drawing','3241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emphasize','3242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enhance','3243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('except','3244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excited','3245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expensive','3246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('favor','3247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('featured','3248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fee','3249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fix','3250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('galactica','3251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('generation','3252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('generic','3253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glossy','3254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gm','3255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gurps','3256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hatch','3257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heart','3258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hollywood','3259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hyped','3260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imax','3261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('implement','3262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impromptu','3263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('include','3264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('increase','3265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insisting','3266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interaction','3267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invisible','3268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jacks','3269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jonathan','3270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('julie','3271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('key','3272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('known','3273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('larp','3274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ledford','3275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('likely','3276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lining','3277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magellan','3278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('main','3279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('major','3280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('media','3281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('modern','3282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('musical','3283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('natoth','3284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('negotiate','3285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('novaconusa','3286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('participated','3287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('participating','3288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passes','3289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('performance','3290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('players','3291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('presentation','3292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('presenting','3293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('price','3294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pricing','3295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prizes','3296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proud','3297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('random','3298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regarding','3299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('released','3300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repeat','3301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('result','3302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rocket','3303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rodenberrys','3304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('role','3305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rpg','3306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rpgs','3307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scenario','3308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scifi','3309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secondly','3310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selected','3311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('series','3312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sg1','3313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('single','3314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smallville','3315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sort','3316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sponsor','3317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stargate','3318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('states','3319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stauffer','3320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subject','3321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('success','3322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('successfully','3323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suggestions','3324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('that','3325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('themes','3326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thirdly','3327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thursday','3328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thursdaysunday','3329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tournaments','3330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trailer','3331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tying','3332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('united','3333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upset','3334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('venue','3335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wellpromoted','3336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wizkids','3337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worthwhile','3338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worthy','3339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('argueing','3340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battling','3341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('election','3342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expected','3343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flame','3344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('issues','3345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perhaps','3346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('possibly','3347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seperation','3348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shit','3349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('showdown','3350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suspect','3351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upside','3352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vocal','3353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yelling','3354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cancer','3355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diagnosed','3356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operation','3357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outcome','3358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stage','3359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buckle','3360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silver','3361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stares','18452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giggidy','4784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approves','3364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loveliest','3365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saluate','3366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sickness','3374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('road','3373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recovery','3372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hijak','3371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surgeons','3375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worth','3376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('considered','3377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hearts','3378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4','3379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dibs','3380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rrooster','3381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jenks','3382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bro','3383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('problems','3384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cabnits','3385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('central','8080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doug','3395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reservations','3396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drunken','3397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lfls','3398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mouse','3399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jenk','3400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drunkin','3401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lucas','3402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keeping','3692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daughter','7658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('updated','3421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lucasfilms','13038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solve','3424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vote','3425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glory','3426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('letdown','3427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handler','3428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surly','3429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('art','3430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assist','3431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detailed','3432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('granted','3433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joy','3434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stand','3435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emp','8384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speeds','18451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dressed','3593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ejection','3594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pilot','3595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurricane','3596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maryland','3597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mess','3598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sayin','3599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ticket','3600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gas','3601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prices','3602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anb','3603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('customer','3604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hospital','3605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soup','3606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swank','3607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurricains','3608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bless','3609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speedy','3610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wishes','3611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insane','3612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('involves','3613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('positive','3614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('several','3615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suv','3616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tons','3617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('truck','3618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whod','3619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('among','3620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verify','3621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yeup','3622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2002','3623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2005s','3624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('borrow','3625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buddies','3626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('civic','3627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coffin','3628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dad','3629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('die','3630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('don','3631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fifth','3632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fourth','3633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuss','3634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haunt','3635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurt','3636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jedi','3637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('katrina','3638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mcs','3639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mountain','3640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nail','3641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partly','3642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('previous','3643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rising','3644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roommates','3645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('severely','3646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('situation','3647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sucks','3648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swc2','3649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swc3','3650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('volunteer','3651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costs','3652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finances','3653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('200','3654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distance','3655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebels','3656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2003','3657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recruit','3658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trooped','3659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anal','3660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('babes','3661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheesecake','3662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drool','3663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('essentially','3664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imo','3665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incestual','3666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mustang','3667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rape','3668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salute','3669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sw','3670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('to','3671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awsome','3672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blood','3673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('export','18450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('county','3675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entered','3676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faces','3677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jessie','3678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boogeyman','18449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wha','18448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toys','3681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yall','3682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yum','3683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flynn','7306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('david','5505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backside','3704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chewie','3705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simulators','3706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roll','3707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drum','3708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('takes','3709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wanna','3710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asap','3711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pop','3712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replacement','3713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retz','3714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visor','3715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jade','3716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mara','3717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ordering','3718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comiccon','3719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exclusive','3720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gen','3721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indy','3722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10th','3723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('altered','3724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appointed','3725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arbiter','3726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assists','3727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('based','3728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boundaries','3729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brief','3730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charter','3731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choice','3732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closing','3733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('co','3734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conduct','3735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contention','3736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discription','3737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elect','3738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elected','3739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gml','3740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gwl','3741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('level','3742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('listing','3743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lt','3744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lts','3745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('membership','3746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('modified','3747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('optionally','3748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overkill','3749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('per','3750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('policing','3751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reasonable','3752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recommendations','3753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refuse','3754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('serving','3755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squad','3756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suggest','3757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('telling','3758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('writeup','3759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrunken','18447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiring','18445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('us52','18444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pta','3847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memorial','3846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('i59','3845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ferry','3844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('est','3843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('east','3842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('browns','3841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elementary','3770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baptist','3840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2pm','3839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('24e','3838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lookout','3774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('175','3837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10am','3836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('school','3777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valley','3778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('load','3787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8','3786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insider','3781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latest','3782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4mb','3785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scans','3784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyones','3788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ball','3789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('csz','3790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nooga','3791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('qty','3792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tn','3793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coordinators','3794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designating','3795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('divide','3796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faster','3797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fence','3798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ight','3799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logistics','3800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohter','3801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regional','3802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('titles','3803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tonight','3804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weigh','3805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('female','3806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('third','3807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commit','3808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7pm','3809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('divisions','3810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feud','3811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restarting','3812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('you','3813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boobie','3814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upgrade','3815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hasnt','3816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calculator','3817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flamethrower','3818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ivans','3819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pad','3820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonboba','3821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonjango','3822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abplate','3823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trashed','3824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('casey','3825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barnes','3826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('booksamillion','3827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carries','3828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copies','3829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hyperspace','3830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('id','3831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('karen','3832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('karens','3833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nobles','3834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('useful','3835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assure','3848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cub','3849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handled','3850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('involved','3851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fellow','3852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parking','3853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adopt','3854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allowed','3855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flak','3856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('men','3857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uniform','3858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vests','3859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('checked','3860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('king','3861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rural','3862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('begining','3865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buds','3866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holy','3867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pack','3868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rat','3869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shittt','3870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('o','3871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organise','3872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wake','3873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('draw','3874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patented','3875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awake','3876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holds','3877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('means','3878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tradition','3879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2004','3880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aka','3881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('died','3882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knows','3883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ovarian','3884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postmasectamy','3885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('survivor','3886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wookieegumbo','3887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acknowledgment','3888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copyright','3889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copyrights','3890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heroes','3891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owned','3892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owners','3893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('respective','3894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('special','3895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theme','3896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slick','3897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('godsend','3898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('driveway','3899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fionalize','3900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lawn','3901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ok','3902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stands','3903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1999','3904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passed','3905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collier','11891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beleive','3927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parents','3928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('administration','3929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allowing','3930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candidacy','3931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carry','3932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coercion','3933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gentlemen','3934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humbly','3935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('influence','3936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interest','3937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knowledge','3938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('numerous','3939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cans','3940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carving','3941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('templatesi','3942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crossed','3943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rollaway','3944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleep','3945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straws','3946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battle','3947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leia','3948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('padme','3949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whether','3950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ash','3951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becasue','3952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marketing','3953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mostly','3954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nerds','3955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teenagers','3956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tools','3957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vest','3958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooooh','3959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spikes','3960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('below','8383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wonderfest','3980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midsouthcon','4921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xeno','3982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ding','3983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('submitted','4000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nailed','3999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumped','3998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('early','3997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cosi','3996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assured','3995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appears','3994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohio','3991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appear','3993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commanders','4001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('names','4002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrappedup','4096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('von','4095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vbc','4094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valiant','4093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('superior','4092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secured','4091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restored','4090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restaraunt','4089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repairs','4088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('propaganda','4087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('presence','4086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posing','4085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perimeter','4084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patrolling','4083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nights','4082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('munitions','4081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('military','4080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('makeshift','4079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loyal','4078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jamey','4077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invasion','4076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invaded','4075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infiltrated','4074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ihop','4073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hockey','4072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headquarters','4071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hall','4070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grounds','4069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('followed','4068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feast','4067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('facility','4066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ethridge','4065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dispensing','4064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detachment','4063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complex','4062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('completed','4061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('citizens','4060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('braun','4059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bh3473','4058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('began','4057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arena','4056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approximately','4055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alongside','4054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adjustments','4053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('activities','4052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('30','4051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('templates','4050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetthunter','4097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('divy','4098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebuild','4099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stronger','4100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gotcha','4101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afternoon','4102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantasy','4103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('films','4104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('genre','4105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horror','4106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('late','4107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midnight','4108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midsouthcons','4109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rocky','4110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('runs','4111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('showing','4112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yarwood','4246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wollack','4245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wendy','4244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tyler','4243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ts718','4242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tr5123','4241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('todd','4240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk6203','4239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tb1620','14048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk4267','4237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk4238','4236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk3740','4235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk3331','4234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk2486','4233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk2138','4232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1143','4231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tie','4230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taylor','14047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('td235','4228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc8881','4227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc760','4226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc7301','4225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc6180','4224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc1620','4223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc152','4222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc057','4221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tb1621','4220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sl9997','14046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tamboia','4218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stormrooper','4217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starla','4216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sl4358','4215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sl100','4214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('senate','4213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sean','4212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sandtrooper','4211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ryman','4210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('royal','4209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rothe','4208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prearmor','4207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('powell','4206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phillips','4205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oliver','4204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('officer','4203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nixon','4202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lists','4201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lester','4200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ledbetter','4199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joseph','4198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jones','4197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jason','4196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ingram','4195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imp','4194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('id9997','4193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('id3331','4192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gustafson','4191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sl1959','14045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('driver','4189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curley','4188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colten','4187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coe','4186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bossk','4185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birtch','4184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bh1128','4183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beck','4182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bales','4181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alex','4180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrestling','4252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trickster','4251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exact','4250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blame','4253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bug','4254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('c3','4255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gave','4256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('technology','4257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gues','4258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1','4259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3ait','4260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3amewa','4261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('95','4262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6607210506','4263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('item','4264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sspagename','4265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strk','4266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ending','4267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rolled','4268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skill','4269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smoking','4277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooh','4276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irate','4275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desk','4274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eep','4278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk','4695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tall','4694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ditto','4693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chair','4282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slept','4283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wimps','4284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battlefront','4285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('table','4286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tv','4287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dolla','4288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fitty','4289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('huh','4290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patient','4291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zero','4292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('status','4293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tb1309','4294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hammers','4295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snore','4296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wins','4297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battlescars','4298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brethrens','4299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('high','4300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leader','4301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matches','4302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('merit','4303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motion','4304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planet','4305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transition','4306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freakin','4307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vibe','4308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrestled','4309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beautiful','4310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depends','4311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workin','4312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('genius','4334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('himself','4335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kama','4336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mans','4337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chip','4320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horizontal','4321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horrorfest','4322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phenomenal','4323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seing','4324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spats','4325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stripe','4326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paintjob','4338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schweetpea','4339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sells','4340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chewed','4341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dents','4342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gouges','4343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leonardo','4344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shop','4345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tack','4346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accented','4347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admonishment','4348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affirmed','4349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agreeable','4350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airtight','4351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alarm','4352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alarms','4353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('all','4354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alloy','4355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ammo','4356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amusement','4357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ancient','4358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('announced','4359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approximate','4360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armored','4361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('artillery','4362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assessment','4363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assuredly','4364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atmo','4365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attempted','4366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attitude','4367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awakened','4368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awful','4369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backstory','4370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bars','4371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basic','4372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battered','4373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behemoths','4374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('believed','4375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blastboat','4376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blastboats','4377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blown','4378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blur','4379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boosted','4380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bordered','4381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bore','4382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breaches','4383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brethren','4384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brotherhood','4385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('callsign','4386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cannibalized','4387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cannon','4388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carved','4389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('casually','4390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caused','4391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charged','4392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chemicallypropelled','4393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chunks','4394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('civilized','4395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clambered','4396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closest','4397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloud','4398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmdr','4399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('controls','4400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convinced','4401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('couldnt','4402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('couldve','4403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('counted','4404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crawler','4405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decent','4406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demise','4407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('descent','4408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('despite','4409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('determine','4410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detour','4411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('didnt','4412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dirty','4413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doubted','4414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('droids','4415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eisley','4416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('engines','4417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entry','4418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evaluate','4419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evidently','4420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excerpt','4421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('execute','4422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explaining','4423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expletive','4424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explosions','4425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faith','4426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fancy','4427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('favors','4428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ferocity','4429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fighting','4430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fin','4431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fire','4432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fixing','4433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flashing','4434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forest','4435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forthcoming','4436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friendly','4437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('furious','4438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('galaxy','4439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gash','4440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glimpse','4441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goingson','4442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gouged','4443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grab','4444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grays','4445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greens','4446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grumbled','4447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('habitable','4448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('habitation','4449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('had','4450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hadnt','4451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handle','4452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hastily','4453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hated','4454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haul','4455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headlong','4456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headon','4457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heavily','4458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('herder','4459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hill','4460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holocam','4461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoped','4462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horizon','4463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hourglass','4464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hulks','4465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hull','4466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humans','4467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hump','4468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurtling','4469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hyperdrive','4470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('identified','4471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indeed','4472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ing','4473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inquiring','4474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insignia','4475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspected','4476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intact','4477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intersecting','4478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itself','4479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itd','4480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('its','4481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('id','4482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ill','4483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('im','4484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ive','4485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('juryrigged','4486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kicked','4487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lad','4488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('landcrawler','4489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('landing','4490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lanes','4491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('language','4492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('levers','4493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightyears','4494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('limp','4495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locals','4496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lovingly','4497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('luck','4498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lumbering','4499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maneuverability','4500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('markings','4501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('math','4502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matos','4503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('microjump','4504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minor','4505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mos','4506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motivator','4507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mudball','4508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muster','4509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nar','4510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('navcomp','4511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('navicomp','4512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('navicomputer','4513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nearest','4514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nerf','4515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nighttime','4516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonessential','4517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nows','4518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obnoxious','4519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obviously','4520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('odd','4521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oddly','4522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opposing','4523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orient','4524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oversees','4525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overtook','4526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patch','4527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('physiology','4528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plant','4529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plot','4530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pot','4531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('projectile','4532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prospect','4533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protecting','4534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proximity','4535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pushed','4536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rapidfire','4537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rattling','4538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reactor','4539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reentry','4540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reflection','4541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remained','4542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remarked','4543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repulsors','4544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repulsortrucks','4545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resemblance','4546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resistant','4547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retire','4548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('returned','4549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reverse','4550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rocks','4551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roughly','4552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('royally','4553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rusty','4554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saucershaped','4555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('save','4556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scanned','4557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scrap','4558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screaming','4559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seldom','4560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shadda','4561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sharp','4562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaven','4563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheared','4564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shells','4565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shields','4566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ship','4567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ships','4568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shockingly','4569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shouting','4570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shunt','4571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skipray','4572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skiprays','4573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sky','4574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slugthrower','4575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smaller','4576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snack','4577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soldiers','4578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solid','4579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sometimes','4580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sounded','4581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speed','4582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spoke','4583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stabilizer','4584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stalked','4585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('standard','4586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('striped','4587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sublights','4588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sucking','4589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supplies','4590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supreme','4591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surprisingly','4592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('survival','4593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('systems','4594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tails','4595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terms','4596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terrain','4597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('territory','4598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thrusters','4599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tracked','4600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transports','4601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('truckload','4602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trust','4603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turret','4604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turretmounted','4605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncanny','4606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unit','4607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unpacked','4608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vehicle','4609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vehicles','4610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ventured','4611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viewscreen','4612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wasnt','4613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weapons','4614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wee','4615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wielding','4616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woods','4617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worn','4618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wouldnt','4619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yanked','4620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crawler','4621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crawlers','4622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('herder','4623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kraut','4624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kraut','4625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','4626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('if','4627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('my','4628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarnt','4629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tank','4630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unknown','4631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarnt','4632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('according','4633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('effect','4634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardyharhar','4635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nyaah','4636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rhythmic','4637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snoring','4638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sums','4639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wellwritten','4640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyhow','4641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beds','4642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blanket','4643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charley','4644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheapos','4645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electric','4646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eleven','4647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('em','4648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filches','4649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holidays','4650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('housekeeping','4651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeeeeebus','4652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('met','4653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perfectly','4654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pitch','4655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pump','4656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rollaways','4657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheets','4658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visiting','4659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tot','4660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exacly','4661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dented','4662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('printable','4663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('them','4664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talked','4701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supertall','4700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('researching','4699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honor','4698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blew','4696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aways','4702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('father','4703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fight','4704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gary','4705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garys','4706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guntersville','4731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boskk','11890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appolagize','4754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deeply','4755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('idiot','4756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immediattlly','4757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zachs','4758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('codes','4759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('credit','4760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dates','4761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funds','4762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keys','4763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mates','4764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('provide','4765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('register','4766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roomates','4767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amazing','4768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('argue','4769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crushed','4770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('division','4771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glass','4772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grapes','4773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grenades','4774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incorporation','4775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infantry','4776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('juggernaut','4777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('likable','4778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personality','4779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rangefinder','4780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sceme','4781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('style','4782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('symbol','4783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zachmire','4894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wasted','4893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reposting','4892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offended','4891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mag','4890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fcc','4889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('edited','4888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('content','4887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exclusives','4793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locations','4794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wth','4795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('completely','4796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zachmeister','4797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frak','4798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crush','4799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dreams','4800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nooooooooo','4801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twins','4838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lately','4832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('court','4825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('broke','4822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relationship','4844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wash','4847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wonderful','4848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('middle','4855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pours','4856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explanation','4859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kid','4860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ryans','4861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closes','4866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('serve','7675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('door','4869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('badness','7674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('renting','4871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sgcommand','4872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('universal','15698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrives','4874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blasters','4875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underarmor','7293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choices','7292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itll','4878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ordered','4879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('requirements','4880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canon','7291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agreement','7290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vespers','4883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiped','4884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zoe','4885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knt','4886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurricanes','7648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mrgreen','4897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sorta','7673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blanet','7672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deserved','7671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('r','7670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celeb','7669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stink','7668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sticky','4904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ben','5503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('continued','12184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1992','11770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wan','5718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amidala','4930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bags','11771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('c3po','4932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doubles','11772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pizza','5713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('falcon','4937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fighter','4938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pilots','5712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ems','11773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obi','5710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hallmark','4942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lava','5709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('epic','11774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mini','4945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goody','11775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pale','4947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gunners','11776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaming','5704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hallmarks','11777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rots','4952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hutt','11778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commandos','5700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trades','4956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pewter','11779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afew','5698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plush','11780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xwing','4960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('23rd','4961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('30pm','4962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('al','4963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cowboys','4964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locash','4965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sammy','4966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maxed','4967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('t','4968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kindly','4969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alli','8579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roseguard','4974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suzanne','4975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fem','4976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gimmie','4977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('middrift','4978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anniversaries','4979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cantmiss','4980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impression','4981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rude','7667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('softvader','8089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raving','7650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midday','7649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candid','4986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('casual','4987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roseguards','4988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sooomeday','4989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweetpeafett','4990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('115','7647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catching','4994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eye','4995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotests','4996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sexiest','4997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stats','7646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inquiries','7645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inactive','7644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('empire','5001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discussing','7643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frakin','5003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deciding','7642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alpine','7641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('variant','7640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tower','7639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reminded','7638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('s','5009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soldier','5010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palz','7637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheryl','5012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whore','5076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specific','5075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somethings','5074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sling','5073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scheduled','5072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('satirical','5071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resurrect','5070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regularly','5069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redblooded','5068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raghead','5067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perverted','5066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('melodramatic','5065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inappropriate','5064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honestly','5063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hissy','5062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filthy','5061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('censor','5060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cartoons','5059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bukkake','5058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boobies','5057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belong','5056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assraped','5055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arise','5054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('0','5053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('112','6095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('willing','5052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yogurt','5077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('addresses','5078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('links','5079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ripley','5080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheres','5081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('customs','5082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dick','5083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somebodys','5084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tdh','5085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trace','5086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awww','5087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exfemtrooper','5088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garage','5089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neverending','5090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agame','5091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flightsuit','5092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jangos','5093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plunge','5094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weather','5095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boobaloriandammit','5096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deloreans','5097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('femaledalorians','5098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('femmandos','5099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetts','5100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lonelyuh','5101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandoboobians','5102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandogals','5103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photoshoot','5104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rule','5105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('501','5115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('productive','5114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('counter','5113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('believes','5112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1sg','5111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('archived','5116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discovered','5117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photobucket','5118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('summers','5119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sun','5120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alittle','5121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('also','5122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basketballs','5123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bedroom','5124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buckles','5125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chrome','5126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contoured','5127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honesty','5128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jetpack','5129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knives','5130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leather','5131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lines','5132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mannequins','5133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mens','5134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mirror','5135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('narrower','5136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pack','5137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('racier','5138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redoing','5139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saying','5140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scaled','5141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaped','5142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tshirt','5143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vacuum','5144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jump','5145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loud','5146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basement','5147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overpriced','7636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minimarvel','7635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('millenium','7634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kubricks','7633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('title','5152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escape','7632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explaination','7631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appropriate','7630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alive','5156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smite','7629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rolling','7616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hwy231','7615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entering','7614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conned','7613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ep2','5162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ep3','5163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pattern','5164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dc15','5165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('johnboy','5166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blinds','5167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charge','5168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geesh','5169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swg','5170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flashback','5171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mentioned','5172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('309','7612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prostitue','5174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('requested','7611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('okay','7610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conceirge','5177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minimize','5178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciatted','5179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carrot','5180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('condition','5181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dangling','5182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dv','5183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immune','5184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lawrence','5185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legos','5186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signed','5187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('source','5188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('window','5189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allmost','5190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warrior','5191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crank','5192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('factory','5193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('counting','5194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('independently','5195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kuat','5196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shipyards','5197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tommorow','5198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ultimate','5199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weapon','5200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheelchair','5201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leadership','13037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('182nd','5225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acceptable','5226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crays','5227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curious','5228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drooling','5229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('example','5230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ops','5231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smiley','5232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tac','5233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onscreen','5234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xxl','5235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backplate','5236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('broker','5237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cakes','5238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cobler','5239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instal','5240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lasagnia','5241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maybee','5242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vending','5243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affford','5244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guantlets','5245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asian','5246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleaners','5247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dry','5248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gal','5249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lesson','5250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pacific','5251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('popular','5252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rim','5253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sack','5254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salons','5255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('samll','5256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boobs','5257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compliment','5258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unrealistic','5259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gamorrean','5260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carbon','5261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creative','5262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('direction','5263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pertian','5264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scoring','5265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approx','5266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outlined','5267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciate','5268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concerning','5269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sounding','15631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discussions','5271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lengthy','15630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raised','5273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decline','15629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straight','5275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('will','5276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sucker','5277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fisto','5278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('base','5279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('private','5280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thickburger','5315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toyed','5299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talent','5298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suffice','5297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hearted','5296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fur','5295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faint','5294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doozy','5293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doable','5292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('axe','5291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ring','5314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memory','5313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lane','5312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardees','5311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gimme','5310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decoder','5309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lube','5307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1000','5308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slap','5316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slaps','5317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jus','5318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spare','5319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('industrial','5320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bikini','5321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comment','5322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mustache','5323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('numero','5324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shave','5325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shitless','5326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shitters','5327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skeered','5328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smith','5329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('superhero','5330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uno','5331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('experienced','5332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anger','5333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleaned','5334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exceptionally','5335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gown','5336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heap','5337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jawa','5338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oriented','5339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poisoning','5340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('service','5341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('driving','5342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prototype','5343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toasted','5344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backups','5345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dropped','5346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dropping','5347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fortunately','5348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parsing','5349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('danielle','5350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kells','5351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rl','5352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weekends','5353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20th','5354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dooku','5355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('firmly','5356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preds','5357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('someones','5358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tradein','5359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undecided','5360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plo','5361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('havoc','5362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('multiple','5363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organized','5364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parties','5365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saberspankers','5366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shadowcon','5367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('huntville','5368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spankers','5369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('17th','5370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('active','5371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alabama','5372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arnold','5373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashley','5374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashleyv','5375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bowling','5376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corellia','5377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('covers','5378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('err','5379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gmail','5380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('including','5381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jodo','5382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jodokirvanti','5383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kirvanti','5384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('martin','5385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonmembers','5386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('northern','5387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('princess','5388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('profile','5389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starnightdreams','5390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vess','5391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crew','5392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pit','5393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bag','5394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breakfast','5395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chicken','5396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endings','5397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oranges','5398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('philippines','5399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realy','5400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starched','5401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uniforms','5402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oppisitte','5403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valet','5404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woulld','5405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bday','5406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organzed','5407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saberspanker','5408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timmy','5409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anikincheryl','7546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tktim','5430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locked','12125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chime','5433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cross','5434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dp','5435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amke','5436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bulky','5437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debating','5438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designations','5439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keeeeeeewl','5440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patterns','5441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burro','5442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harmness','5443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loose','5444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tijuana','5445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('travels','5446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardly','5447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alien','5448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cruise','5449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entities','5450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grand','5451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('have','5452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quarters','5453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rings','5454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scientology','5455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tom','5456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purchase','5464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proofs','5463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ovaltine','5462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coupons','5461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tkegon','5465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hooya','5466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remembering','5467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shawn1','5468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('growing','7609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fourms','5470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fountain','5471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tbone','5472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bareback','5473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bham','7608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reminds','5475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complacent','5483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uid','5482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ths','5481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pvc','5480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cure','5484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuher','5485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jackson','5486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miene','5487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monkey','5488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pill','5489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pres','5490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('primary','5491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('symptoms','5492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('syndrom','5493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thinks','5494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('won','5495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('updates','5516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tenative','7557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conversions','5518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('likes','5519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mods','5520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nurse','5521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohhhh','5522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reeboks','5523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoes','5524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spinning','5525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3a426245','5526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3a5438','5527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5438','5528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('426245','5529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adventurecon','5530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dept','5531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('path','5532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweet','5533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biggest','5534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chasing','5535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('droid','5536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mmy','5537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newb','5538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brining','5539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expert','5540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exquipment','5541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('score','5542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weathering','5543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('combination','5544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wacked','5545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thad','5582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('td152','5581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pirates','5580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marine','5579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joe','5578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jennifer','5577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('georgia','5576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('galactic','5575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forgotten','5574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetthunter','5573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dwrd','5572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bumble','5571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blasterdisaster','5570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bikerscouts','5569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barriss','5568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anakinfancheryl','5567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('additions','5566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nearby','5565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk5773','5583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toren','5584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('born','5585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disability','5586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explain','5587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeeeez','5588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laugh','5589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lose','5590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('month','5591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newbe','5592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nickname','5593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partially','5594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pet','5595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retarded','5596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('segway','5597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('staring','5598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stubborn','5599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turkey','5600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zmans','5601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crashing','5602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accidents','5603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cops','5604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dwi','5605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joke','5606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smart','5607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whichever','5608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worry','5609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burn','5610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('craig','5611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('susan','5612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('susans','5613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tracy','5614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burnings','5615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nashvegas','5616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sacrificial','5617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silly','5618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finishing','5619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keeps','5620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pointers','5621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complaints','5622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pair','5623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drinks','5624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aol','5625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dealers','5626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toyflash','5627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kits','5628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blade','5629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glasses','5630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('runner','5631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fiber','5632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shorter','5633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('technique','5634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('w00t','5635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bib','5636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cronies','5637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gammorain','5638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jabba','5639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salacious','5640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slave','5641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conversion','5642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reference','5643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atm','5644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drain','5645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whoever','5646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('d','5647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('modding','5648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sock','5649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sale','5651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trade','5652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fierce','5653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honorary','5654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hottie','5655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shes','5656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debut','5657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daily','5658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rual','5659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tub','5660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('omg','5661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('present','5763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fourm','5663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voted','5664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('on','5665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('461','5666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exam','5667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grant','5668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redo','5669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('serpentine','5670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheaper','5671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gencon','5672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minibust','5673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organization','5674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scalpers','5675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goo','5676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('butter','5677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('karo','5678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peanut','5679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spoonfuls','5680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('syrup','5681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tasty','5682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treat','5683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ease','5684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dead','5685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('messing','5686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recon','5687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('500','5688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afford','5689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('labels','5690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('makin','5691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nowadays','5692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quit','5693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scare','5694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('symbiotes','5695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outfit','5696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('west','5720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mood','5758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suddenly','5757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prostetics','5756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oly','5755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oh','5754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lisette','5753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greet','5752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defiance','5751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('china','5750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('award','5749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asshole','5748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relatives','5732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4rth','5747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alluring','5734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('believers','5735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bloodof','5736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('essence','5737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fragence','5738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impulse','5739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('puls','5740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('um','5741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cyclops','5742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leds','5743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lend','5744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lens','5745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smoothing','5746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hae','5764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incase','5765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dedication','5766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1716','5767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('binos','5768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cona','5769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('label','5770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midsouth','5771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reguardless','5772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tard','5773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vadery','5781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gotta','5780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dawn','5779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apreciate','5778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('numbers','5782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pinky','5783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subversion','5784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tempered','5785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('host','5786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geek','5787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violinist','5788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suckas','5789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yard','6043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('x3','6042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('x2','6041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('white','6040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whelming','6039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welding','6038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('webley','6037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waist','6036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('v8','6035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncles','6034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tubes','6033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('to','6032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tote','6031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tickets','6030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theaters','6029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('task','6028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swag','6027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stem','6026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stalk','6025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slots','6024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slave1','6023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skiffs','6022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('esb','5824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('similar','6021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shades','6020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sewon','6019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sew','6018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('serious','6017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarlac','6016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruffkins','6015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roll','6014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rit','6013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rimshot','6012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('research','6011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relationships','6010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recast','6009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('range','6008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purchases','6007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purchased','6006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pride','6005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pretended','6004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pretend','6003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('premier','6002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('played','6001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pistol','6000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('petersburg','5999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parents','5998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('myself','5997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('model','5996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mlc','5995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misc','5994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mhs','5993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('metal','5992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mass','5991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lobby','5990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('line','5989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('levels','5988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('led','5987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('journey','5986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('john','5985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joes','5984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jet','5983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jabbas','5982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('it','5981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intense','5980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inherited','5979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hood','5978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holder','5977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heiland','5976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headless','5975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handing','5974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grew','5973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graves','5972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glove','5971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('girth','5970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gauntlets','5969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flash','5968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flare','5967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finder','5966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fiberglass','5965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fettprides','5964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fell','5963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('factors','5962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exposed','5961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escapes','5960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endor','5959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ended','5958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('done','5957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('digging','5956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dieing','5955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dating','5954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darts','5953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crews','5952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costume','5951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clear','5950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chin','5949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chanters','5948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chacaters','5947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cd','5946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caught','5945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capture','5944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cape','5943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buried','5942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bronze','5941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('braids','5940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boba','5939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('begin','5938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bandolier','5937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backyard','5936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acouple','5935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1976','5934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('350','5933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('250','5932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('140','5931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('82','5930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('60','5929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4x20','5928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2004','5927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('12','5926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fair','6055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetts','6056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('old','6057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wookie','6058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('work','6059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','6060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birdie','6061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jesters','6062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cowboy','6063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beard','7607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squeeze','7606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('museum','7605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wit','7604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glitter','6068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaved','7603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuzzy','7602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('makeup','7601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touched','7600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remind','7599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relax','7598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cyberpunks','6075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headbangers','6076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laying','6077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smackdown','6078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warehouse','6079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ares','6080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yowzers','6081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('110','6082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('college','6083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manufactured','18430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('licensed','18429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posed','6086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highclass','6087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duck','6088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('norris','6089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('differently','6090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('libertyof','6091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acted','6092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exist','6093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partying','7597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('travel','6107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wad','6108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pimping','6178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grabassing','6177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demonstrations','6176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consuite','6175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bargin','6174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stinkin','6114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dewback','6115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hondo','6116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lockdown','6117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saddle','6118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('productcode','6146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('requires','6147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruffkins','6148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allready','6124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumpsuits','6145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handmake','6144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gladly','6143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('edit','6142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ct10','6141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coveralls','6140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('categorycode','6139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2ndhand','6138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('search','6149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleeve','6150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storecode','6151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workstyle','6152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hearing','6153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciating','18428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('web','6155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funniest','6156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10am12pm','6157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bagels','6158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biscuits','6159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buffet','6160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('businesses','6161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complementary','6162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cracker','6163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doughnuts','6164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hooters','6165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kreme','6166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('krispy','6167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('panera','6168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('providing','6169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starbucks','6170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('willingness','6171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donuts','6172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orbit','6173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ham','6179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snl','6180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apparently','6181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congrats','6182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hadnt','6183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monday','6184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tuesday','6185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('husbands','6186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postions','6187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('string','6188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cake','6189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recieve','6190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kb','6191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mills','6192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opry','6193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invested','6194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bestlooking','6195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hatleafed','6196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cigarette','6197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emporor','6198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('luminara','6199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('river','6200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tam','6201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('campbell','6202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gates','6203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('government','6204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jobs','6205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('openings','6206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necromongers','17757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partner','6208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raise','6209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yeeehhhawwww','6210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adhesive','6211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carve','6212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coats','6213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complicated','6214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crack','6215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depot','6216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desired','6217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dremmel','6218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drill','6219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explained','6220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faux','6221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flake','6222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flesh','6223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardware','6224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jaw','6225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joanns','6226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knife','6227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latexbased','6228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lazy','6229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lifecast','6230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('longest','6231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowes','6232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('makers','6233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maskmaking','6234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monster','6235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pricey','6236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('products','6237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reissue','6238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resources','6239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubies','6240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sander','6241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scissors','6242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shapes','6243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smooth','6244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smoother','6245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sprayon','6246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stlts','6247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stretch','6248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trick','6249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underskull','6250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upholstery','6251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('variety','6252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wirecontrolled','6253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buehler','6254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crammed','6255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pov','6256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rides','6257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('c','6258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('class','6259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drama','6260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('isd','6261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scene','6262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoot','6263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sons','6264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headcount','6361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('families','8329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hydrated','10128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camps','6356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kentucky','6275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lions','6277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('url','6278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ukon','6322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trf','16995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('student','10121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trav','16994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('map','6315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lexington','6314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miskatonic','16993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minicon','10119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kentuckys','16992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crowds','6307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drew','16991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('april','6304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judging','10116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('university','6323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disabledchildrens','8328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contacted','8327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('administrator','6354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2nd','6353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pimp','6352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intends','10129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shriners','6366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wayne','6367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10','6368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perspective','6369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('puts','6370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('layered','6373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overall','6374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sewn','6375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mainn','6376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantastic','6377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wanga','6378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mansion','7596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joeys','7595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expect','7594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cst','7593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('courtious','7592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashamme','7591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('danger','6385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robinson','6386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yikes','6387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brothern','6388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deaf','6389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fallen','6390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ignoring','6391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nash','6392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pleas','6393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reconnected','6394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sams','6395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steam','6396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unsure','6397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aliens','6398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('movieguy11a','6399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reaction','6400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('summed','6401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3rd','6402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cars','6403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dump','6404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giggedy','6405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highway','6406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iam','6407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immediattly','6408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stating','6409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stoplight','6410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carmax','6411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('customers','6412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verbal','6413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advertising','6414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affiliation','6415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahard','6416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approved','6417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('associating','6418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belonging','6419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chat','6420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('context','6421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costumers','6422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evnets','6423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guideliness','6424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offical','6425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sanctioned','6426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snobery','6427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sword','6428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('syndicate','6429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teens','6430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('understands','6431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unofficial','6432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whomever','6433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiht','6434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyways','6435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atincon','6436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dman','6437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dancer','6438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expecting','6439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oola','6440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slot','6441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twilek','6442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admins','6443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beating','6444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumping','6445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightsabers','6446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memebrs','6447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pointed','6448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quietly','6449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearances','6450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetured','6451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fallback','6452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frack','6453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('needing','6454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preferred','6455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6am','6456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whenever','6457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crazed','6458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('film','6459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raises','6460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tankard','6461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wannabe','6462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whered','6463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('firefly','6464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rent','6465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vera','6466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nope','6467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banner','6468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dealt','6469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('statements','6470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tables','6471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attendence','6472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carb','6473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gl','6474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jar','6475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pickup','6476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traviss','6477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wekend','18427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vacforming','18426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('froze','6480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2871357','6481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harry','6482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('potter','6483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ran','6484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chapman','6485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skorr','6486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tol','6487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10201','6488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2004462','6489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('600002323','6490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bin','6491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('c10101','6492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('n111','6493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('p2004462','6494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('published','6495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('showcustom0','6496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solution','6497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comin','6498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hooplah','6499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shy','6500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tommorrow','6501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suhweeet','6502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('autolock','6503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('callahan','6504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fullbore','6505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dvds','6506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greatly','6507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reavers','6508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('serenity','6509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('volunteers','6510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zack','6511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flipping','6512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brighten','6513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hehehe','6514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stressful','6515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birds','6516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('axis','6517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mentioning','6518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abcense','6519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('act','6520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barring','6521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damnit','6522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partier','6523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unknown','6524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ids','6525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carpool','6526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hunting','6527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ts2824','6528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bft','6529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9','7590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('00am','7589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coordinated','7588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devices','6533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('divine','6534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tb744','7587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shed','7586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('packed','7585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('non501st','7584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minors','7583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magical','6540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('linkable','7582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('g','7581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phenomenon','7580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secretly','6544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandatory','7579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sorority','10597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dumb','6547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harm','6548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hostage','6549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('implore','6550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('innocent','6551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kidnappers','6552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kraye','6553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legends','6554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lenient','6555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marvel','6556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('negotiating','6557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phische','6558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plea','6559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('policy','6560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prepared','6561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('president','6562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('safely','6563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spiderman','6564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('texans','6565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inviting','7578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interviewed','7577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heritage','7576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giving','6569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardcore','7575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exploiting','7574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endanger','7573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contrary','7572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belief','7571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backs','7570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belive','6576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troopermom','6577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sisterhood','6578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yay','6579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forbid','6580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giggity','6581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goooooo','6582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pringles','6583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('votes','6584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unhappy','6585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barbie','6586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('playboy','6587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spidey','6588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deactivate','6589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('18','6590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahem','6591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brandys','6592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('career','6593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('direct','6594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extensive','6595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('footnote','6596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fyi','6597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('modeling','6598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonscifi','6599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reserves','6600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stature','6601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unfamiliar','6602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visits','6603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camera','6604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xenomorph','7526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brew','6606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nobody','6607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avalanche','6608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whedon','6641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resurrection','6640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('losely','6639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joss','6638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itch','6637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ishtar','6636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imdp','6635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gigli','6634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('franchise','6633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flops','6632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('failed','6631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excrement','6630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clue','6629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('married','6622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owen','6623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rena','6624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airplane','6625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corn','6626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sniffing','6627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twists','6628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drone','6642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cam','6643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ant','6644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bee','6645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colony','6646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refer','6647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refered','6648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sex','6649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sources','6650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aboard','6651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fing','6652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flip','6653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leighann','6654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('officially','6655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clinicals','6659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chilren','6658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gig','6660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hosp','6661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specifics','6662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('78','6663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7when','6664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beasts','6665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bible','6666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christ','6667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creature','6668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curly','6669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earth','6670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('famine','6671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horse','6672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lamb','6673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offend','6674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opened','6675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plague','6676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rider','6677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seal','6678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('training','6679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wild','6680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allll','6681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('morphed','6682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riiiiggghhht','6683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disaster','6684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('td','6685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('american','6686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appoligize','6687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asleep','6688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('await','6689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blockbuster','6690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disappoint','6691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goind','6692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knowing','6693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pies','6694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saber','6695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weilds','6696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assistance','6697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('summary','6698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burned','6699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tomrrow','6700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gratifying','6712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squadron','6711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phoenix','6710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invites','6709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hunters','6708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bounty','6707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haveto','6713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aseual','6714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beings','6715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earthworm','6716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eps3','6717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wouldntmind','6718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colonial','6719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elevator','6720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marines','6721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discussion','6722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('implying','6723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('philisophical','6724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('texan','6725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dissolved','6726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dozen','6727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('requirement','6728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gilliue','6729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riffle','6730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('togeather','6731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unveiled','6732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mexico','9801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grip','6734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donkey','9800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recruited','6736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jesse','6737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accounting','6738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fabrick','6739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rage','6740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sobering','6741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drag','6742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awards','6744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6596815094','6745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bellies','6746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blobs','6747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('definition','6748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('multple','6749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muscle','6750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pigs','6751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spensive','6752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3000','6753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excellent','6754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('definatly','6755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8th','6756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teen','6772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decatur','6758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('respond','6771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promote','6770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('library','6761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('precise','6769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greetings','6768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feelers','6767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('availability','6766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('views','6788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('task','6787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privaledged','6786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('driven','6785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crashed','6784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contribution','6783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coc','6782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('06','6781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voicing','6789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('00pm','6790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10pm','6791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('31pm','6792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('35pm','6793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('40ishpm','6794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrrrrrrrrrrrrrrrrg','6795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bottles','6796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buckets','6797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chemistry','6798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('constant','6799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contemporary','6800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damnation','6801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discover','6802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explode','6803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fie','6804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forming','6805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuck','6806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('futher','6807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handles','6808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headphones','6809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homework','6810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('housekeeper','6811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('housekeepers','6812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('implode','6813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inear','6814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irritated','6815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jazz','6816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loath','6817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loudly','6818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mop','6819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mp3','6820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neck','6821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noise','6822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('player','6823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plays','6824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruined','6825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surface','6826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('techinically','6827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throbbing','6828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unannounced','6829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('utter','6830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calender','6831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lockup','6832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mda','6833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('and','6834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspiration','6835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mischief','6836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('norse','6837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trivia','6838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interclub','6839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promos','6840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beskargam','6841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incredible','6842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orishya','6843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('powerful','6844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proverb','6845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebuilt','6846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verd','6847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hulk','6848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troopin','6849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sensed','6850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('26th','6851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('29th','6852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fees','6853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mcgraw','6854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nashvilles','6855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onsales','6856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('presale','6857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soul2soul','6858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('there','6859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wondercon','6860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bang','6861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boocoo','6862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hundwed','6863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noooooo','6864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bet','6865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('felling','6866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gundark','6867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advance','6868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agricultural','6869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appx','6870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bedford','6871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('benefit','6872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brunch','6873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humane','6874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('participate','6875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postpone','6876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('provided','6877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schedules','6878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shelbyville','6879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shelbyvillebedford','6880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sniff','6881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scouts','6882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congratulations','6883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unfortunately','6884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dave','6885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aggravate','16392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prowse','6887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bluejedi','6888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dodger','6889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operations','6890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spec','6891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viewing','6892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ewok','6893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frigging','6894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wonders','6895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('us161','18443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('international','6903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impatient','6902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chairwoman','6901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kontak','6904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jessi','6909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('larger','6910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4244','6911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brass','6912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deciced','6913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greeblie','6914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hectic','6915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('individually','6916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('largelong','6917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offering','6918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patches','6919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realistically','6920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tales','6921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('therefore','6922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trim','6923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zippers','6924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strick','6928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('log','6927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goal','6929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('literally','6930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outstanding','6931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promotional','6932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contactperson','6933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naturally','6934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('procedures','6935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('securityrelated','6936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acknowledgements','6937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('credited','6938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fist','6939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('household','6940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loaning','6941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('madison','6942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('novels','6943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('triple','6944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vaders','6945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bear','6946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cameo','6947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('critical','6948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ladies','6949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noprize','6950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ought','6981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('merchandise','6980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intersections','6979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hat','6978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exactly','6977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escort','6976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('el','6975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disbelief','6974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commercial','6973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheapo','6972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bust','6971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bus','6970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admittedly','6969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admissions','6968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5thhand','6967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rc','6982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('securitytype','6983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shuttle','6984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starfleet','6985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suspension','6986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('takeover','6987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vendors','6988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warn','6989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robert','6990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forgetting','7915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fault','7914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signs','7913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overslept','7912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oooh','7911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jackass','7910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yknow','7909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whack','7908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unsatisfying','7907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lastly','7000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strength','7906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straighter','7905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheet','7904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reinforce','7903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joint','7902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('publicity','7006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accomplish','7901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brings','7900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('batch','7899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uk','7897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exams','7896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cousin','7895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('method','7013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repaint','7014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1143s','7015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tkfett','7016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('washes','7017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('150','7018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basking','7019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greater','7020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rich','7021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wellwishers','7022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shipped','7035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silk','7036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specify','7037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk6873','7038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xlarge','7039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drops','7059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('firefighters','7060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jenni','7061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steve','7062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suprise','7063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closer','7058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attendees','7057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tnfbfcampphoenix','7064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('v','7065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basket','7066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dash','7067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ducking','7068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figs','7069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filming','7070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suiting','7071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talented','7072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tater','7073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blah','7074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bite','7075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blows','7076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kindness','7077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theropy','7078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jacket','7079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remeber','7080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('services','7081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stud','7082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vietanameses','7083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burner','7084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closet','7085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cluttering','7086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nose','7087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stroller','7088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('begging','7105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torture','7104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hugs','7103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concerns','7102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appraisal','7101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bustin','7094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celebration','7095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('efforts','7096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evergrowing','7097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sooner','7098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('togther','7099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarka','7100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colored','7106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drab','7107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('easier','7108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grrrr','7109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meanwhile','7110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strange','7111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tips','7112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tuck','7113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turtle','7114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dealer','7115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('90s','7116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lugging','7117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wh00t','7118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comfy','7119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6','7120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('auctions','7121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planted','7122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plasma','7123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('splurge','7124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amonst','7125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clouds','7126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deticated','7127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrine','7128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trulely','7129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fund','7130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bama','7715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swat','7145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steiny','7716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slowly','7143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robe','7142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complile','7141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thanos','7717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assorted','7139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patrick','7147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dedicated','12185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suggesting','10741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avitar','7151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('booth','7152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chessexstyle','7153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dealership','7154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debacle','7155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dice','7156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gamer','7157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meisha','7158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('merlin','7159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obscure','7160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overnight','7161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selections','7162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squirrelly','7163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theft','7164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('typical','7165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breakdown','7166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mar','7167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('premium','7168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preregistering','7169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obliged','7170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comitment','7171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trooers','7172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touches','7227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sportsmansguide','7226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seasonal','7225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pouches','7224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('novelty','7223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('navy','7222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naval','7221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motocross','7220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mongoose','7219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('layout','7218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keeper','7217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grievous','7216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goodwill','7215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gold','7214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gautlets','7213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foresight','7212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collar','7211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clearence','7210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canvas','7209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bmx','7208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bandaleres','7207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('154','7206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('99','7205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atinmiller','7197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandalore','7198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minds','9147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lemme','9146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('implies','9145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cartridge','9144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congrads','7203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supersize','7204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intentions','7228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awe','7229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleanup','7230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donated','7231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspiring','7232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balloon','7233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('became','7234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biopsy','7235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cells','7236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diabetes','7237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expand','7238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('growth','7239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heros','7240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hopeful','7241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('injections','7242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rampant','7243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saline','7244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sugar','7245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tumor','7246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weekly','7247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('witnessed','7289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mp38mp40','18438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treated','7287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throughout','7286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('securing','7285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rushed','7284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rewarding','7283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proposed','7282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('presented','7281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pleasant','7280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('norwegian','18439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legal','7278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('studiocreations','18440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doc','7276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('definite','7275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cream','7274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ceremony','7272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swr150','18441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk560','18442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jetpacks','7295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evaluation','12186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('24hrs','7315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armorers','7316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attin','7317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behavior','7318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congrigate','7319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conspire','7320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crosscamp','7321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deposited','7322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distaste','7323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embrace','7324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('genderchallenged','7325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meat','7326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('melted','7327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proper','7328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robust','7329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vapors','7330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yeilding','7331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ceremonies','7332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waves','7333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('release','7343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('multiples','7342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marshall','7341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charges','7340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('captains','7339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sending','7344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shifts','7345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maam','7346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('messin','7347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overdue','7348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('runnin','7349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('100200','7350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agenda','7351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amount','7352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('changing','7353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donning','7354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escorts','7355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ole','7356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onsite','7357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overheated','7358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('qualify','7359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ratio','7360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roles','7361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ladys','15928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9am','7372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('addressed','7373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donts','7374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dos','7375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protocols','7376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roger','7377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jawas','7378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jessica','7379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ofcoarse','7380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('importance','13382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enlighten','7382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('background','7383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goto','7384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('majority','7385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ram','7386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stone','7387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walking','7388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooo','7918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crawling','7917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squishing','7916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chamois','7395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('combined','7396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everlovin','7397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freezing','7398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monthly','7399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reunion','7400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tent','7401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workshop','7402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('understood','7412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supremacy','7411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quoting','7410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baldwin','7409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adam','7408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apologize','7413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bother','7414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logs','7415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarge','7416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sawin','7417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uummm','7569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sequel','7567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('republic','7566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jarjar','7565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('innappropriate','7564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angis','7563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whiskey','7562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tango','7561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foxtrot','7560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sergeants','7568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('losing','8390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aim','7430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twitching','7431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('independent','12187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blinking','7465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everytime','7466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ghillie','7467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secs','7468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gate','7469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attchments','7470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dart','7471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greanade','7472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoulders','7473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simulated','7474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tighter','7475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bull','7476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hella','7477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indian','7478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scalps','7479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spurs','7480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bocco','7481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boom','7482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sooooooooooooooooo','7483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7594614629','7484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indexurl','7485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photodisplaytype','7486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohio501st','7487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('r2','7488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stationed','7489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blubber','7490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waistline','7491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absoulutely','7492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concept','7493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('execution','7494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kicks','7495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('claimed','7496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fanforce','7497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('technicalities','7498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sooo','7499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grouped','7500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honored','7501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misunderstanding','7502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('press','7503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sends','7504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('literacy','7505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooooo','7506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looong','7512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crabby','7511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('broken','7510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hostility','7513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mouthed','7514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beach','7515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bipod','7516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kickass','7517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disfunctional','7518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nightmarz','7519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweat','7520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('universally','7521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carded','7522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surround','7523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('followers','7524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('membersonly','7525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obey','7628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whopping','7627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tail','7626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tacky','7625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spines','7624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roam','7623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repainted','7622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monsterroom','7621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latexacrylic','7620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halls','7619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crouching','7618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bodysuit','7617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brotherinlaws','7540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airsoft','7676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disassemble','7677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doublebarreled','7678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mp5','7679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riveted','7680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruin','7681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tackle','7682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('artistic','7898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beutiful','7684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('busy','7685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('particulars','7686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roaming','7687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('was','7688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hooking','7689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owner','7690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voluntary','7691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shawn','7692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ups','7693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abort','7694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moderator','7695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tentative','7711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('juice','7718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lemon','7719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('painful','7720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proverbial','7721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delivered','7722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disposed','7723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remaining','7724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paintball','7725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rare','7726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regarless','7727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reputation','7728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liek','7729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('priorities','7730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('powerball','7731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contents','7732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lurch','7733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manfree','7734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('panic','7735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('versa','7736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vice','7737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entity','7738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forgoteen','7739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violated','7740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bondo','7741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoulda','7742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smoothed','7743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('float','7744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fruit','7745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pansy','7746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pouted','7747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relentlessly','7748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whined','7749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wimp','7750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wussy','7751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('literate','7752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knight','7753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cadet','7952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jihad','7755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frighten','7756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tamboban','7757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mgds','7758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mishap','7759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('movingnthe','7760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('destroy','7761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('displays','7762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ga','7763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('informally','7764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('optional','7765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('49','7766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('0088','7767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('260','7768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('770','7769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2200','7770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('30080','7771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9526966','7772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ada','7773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amo','7774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aspx','7775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ayr','7776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('btr','7777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corporate','7778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cp','7779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dda','7780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dmo','7781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dyr','7782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('i75','7783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noa','7784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('north','7785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plaza','7786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rates','7787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redi','7788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redroof','7789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rrproximityresults','7790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('searchtype','7791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smyrna','7792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('usa','7793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('windy','7794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('27th','7795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('45am','7796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('812','7797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abnormality','7798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amneocentisis','7799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ample','7800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrived','7801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('average','7802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beautifully','7803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birth','7804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birthed','7805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('births','7806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('briefing','7807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burnham','7808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chatanooga','7809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleanse','7810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clicking','7811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('completing','7812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contains','7813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contractions','7814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defect','7815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designed','7816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doctor','7817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doctors','7818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doubleduty','7819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endured','7820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enduring','7821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estimated','7822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estis','7823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evaluated','7824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('examined','7825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expenses','7826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extract','7827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('failing','7828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fanforces','7829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fats','7830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fed','7831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetal','7832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flown','7833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fluids','7834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formula','7835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fundraiser','7836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fundraisers','7837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gardner','7838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garnered','7839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gastroschisis','7840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grace','7841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('injection','7842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intestinal','7843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intestines','7844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kayla','7845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kaylas','7846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kiley','7847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kileys','7848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('labor','7849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lipids','7850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liver','7851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowincome','7852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maintain','7853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('medicaid','7854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('medical','7855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monetary','7856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muchneeded','7857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('navel','7858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nears','7859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nebraska','7860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nutrient','7861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occurs','7862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('omaha','7863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organs','7864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pediatric','7865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('performed','7866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pledge','7867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pledges','7868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poke','7869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('possibilities','7870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pregnancy','7871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preptime','7872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pressure','7873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prior','7874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('processed','7875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('queried','7876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('readily','7877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('require','7878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('requiring','7879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speciallyblended','7880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specifically','7881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('staggering','7882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surgeon','7883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surgeries','7884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thrive','7885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thusfar','7886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timeline','7887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tpm','7888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tract','7889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transplant','7890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treatment','7891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vitamins','7892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compact','7893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meter','7894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('src','7919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woodwork','7920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lastnight','7921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spd','7922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5am','7923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commands','7924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lover','7925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mp7','7934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goodies','7933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funky','7932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rail','7935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('row','7936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harrassment','7937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brave','7938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eyebrows','7939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lipstick','7940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mascara','7941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outloud','7942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fever','7943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('particularly','7944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleeping','7945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mp7s','7946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3po','7947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collect','7948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foundation','7949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kitties','7950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('killing','7951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pranks','7953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realllyy','7954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('builders','7955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conversing','7956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eating','7957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meali','7958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thoand','7959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guantllets','7960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hinged','7961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neded','7962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('praise','7963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tamboparts','7964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chestbox','18399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visionaries','18398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leighanns','18397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('megacon','7968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harness','18396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canister','18395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charity','7971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concentrate','7972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manfre','7973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beforehand','7974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beyatchin','7975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complaining','7976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gymnastics','7977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncomfyness','7978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('springs','7986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caravan','8406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keychain','8289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compell','7987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duel','7988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offense','7989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('principal','7990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misbehave','7991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrival','7992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fools','7993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grrrrr','7994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attaches','7995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gunner','7996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gunship','7997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sparky','7998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoots','8020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ont','8019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laser','8018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grateful','8017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garner','8016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extended','8015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collborate','8014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleared','8013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bookmark','8012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alley','8011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aiming','8010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suggestion','8021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tag','8022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snugglebuddy','8023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stairwell','9239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aint','8026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earned','8027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exception','8028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hawt','8029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spoilers','8030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tear','8031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atimmy','8032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('audio','8033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boggling','8034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('karenika','8035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resident','8036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foreward','8037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pell','8038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk644','8039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pauldron','8045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bacardi','8046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bartender','8047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boat','8048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('booze','8049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buzzed','8050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cob','8051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gumbo','8052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('introducing','8053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jambalaya','8054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('killed','8055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liquor','8056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('razz','8057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stressing','8058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upstairs','8059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sighned','8060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tis','8061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calander','8062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knightstar','8063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('health','8064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kittys','8065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flue','8066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pedatrician','8067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toooooo','8068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lenses','8069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peice','8070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('editors','8071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fridays','8072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promo','8073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watched','8074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starlas','10635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chocolate','8092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('milk','8093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('albin','8094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collectiosn','8095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drives','8096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('johnson','8097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('johnsons','8098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('katie','8099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('publicize','8100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teamed','8101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ponytrooper','8102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lucky','8104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emerged','8105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emergency','8106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('floorspace','8107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blackberry','8108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dissapointment','8109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('porn','8110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tham','8111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birthdays','8112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coincide','8113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mines','8114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9th','8115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wollacks','8116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nov','8117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('30th','8118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realize','9395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freaky','9394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guiness','9393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alec','9392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jessis','8123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feasible','8124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permitting','8125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alternative','8126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shelf','8127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workable','8128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dress','8129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suitable','8138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planners','8137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vacation','8132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comparing','8133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mosquito','8134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scars','8135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whinning','8136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('venues','8139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('24th','8140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tee','18394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stomache','8142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cellphone','8143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eastern','8144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instant','8145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mycingular','8146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reached','8147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clothing','8148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goig','8149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pawn','8150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transvestite','8151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloners','8152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hatched','8153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kamino','8154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('challenge','8155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coins','8156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheap','8157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeweler','8158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nicely','8159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('practise','8160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extending','8161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gettotgether','8162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grudge','8163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('informal','8164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invitation','8165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarkas','8166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smack','8167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lokisi','8168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrapped','8169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kirk','8171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meetingmicrophones','18437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brow','18436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8507k41','18435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responded','8175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3212015','18434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spreading','8177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surreal','8178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voices','8179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dandy','8180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('12th','8181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hysterical','8182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mystery','8183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dingleberry','8184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dorks','8185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hint','8186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hmmmmm','8187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keyboard','8188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lawsuit','8189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thumbs','8190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chilis','8407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('erin','8193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('essay','8194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gena','8195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maria','8408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('procrastinated','8197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('correcting','8198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stupidity','8199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teachings','8200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('younglings','8201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lackey','8202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palpy','8203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abusive','8204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetishes','8205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masicistic','8206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sado','8207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sickos','8208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('404','8209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bloop','8210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congeeled','8211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fatal','8212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gutter','8213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shutting','8214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goodness','8215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yaaaay','8216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fondly','8217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('powers','8218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darn','8219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liners','8220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mental','8221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pilgramidge','8222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behave','8223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orientals','8224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gentley','8225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oriental','8226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personalities','8227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blessed','8228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homo','8229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breakable','8230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seat','8231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everyones','8232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picky','8233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tequillas','8234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woodfords','8235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('berry','8236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('effected','8237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judged','8238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owns','8239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drunk','8240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zimas','8241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ky','12180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anime','8258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beru','8259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convince','8260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costumer','8261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mustafar','8262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ryan','8263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birfday','8264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barrell','8265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vodka','8266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fabulous','8267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('averted','8268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crisis','8269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rooming','8270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thrilled','8271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yup','8272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bein','8273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fri','8274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plannin','8275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('janurary','8276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beliefs','8277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compromise','8278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bareass','8279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elven','8280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celebrities','8281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ewan','8282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imagined','8283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('florida','8284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moveing','8285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assy','8290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cast','8291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hinge','8292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('innner','8293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mount','8294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('piano','8295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woooooooooooooooo','8296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('activate','8297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gootch','8298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mayko','18393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1203456','8300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1275666','8301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bylaws','8302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drugs','8303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paragraph','8304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posses','8305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kickstand','9071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glossaries','8322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glossarys','8323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pdf','8324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hilarious','8325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hospitalvisit','10127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handicapped','10126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('junction','8334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lebanon','8335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boardmember','10125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bold','8337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('letters','8338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tow','8339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unfortunatlly','8340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('11','8341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('begins','8342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comittee','8343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entertainment','8344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marshalling','8345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marshalls','8346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marta','8347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mcgill','8348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peachtree','8349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pine','8350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preliminary','8351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ralph','8352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hides','8353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hummmmmmmm','8354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collections','8355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conisdering','8356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('effective','8357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lmk','8358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manager','8359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mart','8360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posters','8361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remote','8362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teaming','8363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traffic','8364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wal','8365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workign','8366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bothers','8367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fake','8368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubber','8369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suntrust','8370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stabbed','8371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hollys','8372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uploaded','8373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oooooooooooo','8374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lighted','8375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fulfill','13036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owww','8396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manequinn','8397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lies','8398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lying','8399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photoshopped','8400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('precious','8401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('introduce','8402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mile','8403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theey','8404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traitoress','8405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oclock','8409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alternate','8410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mp3s','8411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('11am','8412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20060316','8413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('default','8414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eid','8415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('func','8416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garages','8417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masses','8418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('print','8419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tplview','8420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undergound','8421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viewtype','8422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capistrano','8423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flocking','8424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('follower','8425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salmon','8426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eeeaaachhhhhh','8427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gross','8428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yub','8429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hippie','8430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lousy','18380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agency','8432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allows','8433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apply','8434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('housing','8435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('norm','8436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pets','8437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rental','8438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schools','8439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biloxi','8440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('destroyed','8441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transfered','8442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backhistory','8443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backstories','8444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evolved','8445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kal','8446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mindset','8447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sargents','8448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('successors','8449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teach','8450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jimmy','8451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estimate','8452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rough','8453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seting','8454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('padawan','8455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('102pm','8456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('12pm','8457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airport','8458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clubs','8459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ricky','8460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rooster','8461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ships','8462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('summitt','8463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blasphemy','8464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('culling','8465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonbelievers','8466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('streets','8467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viva','8468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aluminum','8469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asses','8470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('draft','8471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emporer','8472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('propoganda','8473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruling','8474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becareful','8475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('int','8476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chattoinne','8477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bariss','8478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('databank','8479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emailing','8480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forth','8481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blasphemist','8482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('erected','8483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yells','8484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buttock','8485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palpys','8486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('withstupid','8487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homeboy','8488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coast','8489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comming','8490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mobicon','8491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mobile','8492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ts2352','8528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angle','8532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awaiting','8533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barons','8534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('campaign','8535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charlie','8536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circuit','8537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defects','8538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dimes','8539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jedicharlie','8540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pertaining','8541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incorporate','8529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cantina','8530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everythings','8531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pin','8542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('registry','8543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stressed','8544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('targeting','8545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thu','8546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('union','8547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wing','8548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('axemando','8549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backgroundplate','8550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corre','8551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guidance','8552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guitar','8553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kais','8554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandobuildingbash','8555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pronounced','8556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soeljurn','8557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('souljern','8558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geez','8559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('push','8560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweeeeeeeeet','8561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accounts','8562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('applying','8563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bogus','8564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unwanted','8565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valid','8566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('66','8567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compaired','8568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sws','8569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brands','8570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheeks','8571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eyepiece','8572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reliable','8573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roosahn','8574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruusaan','8575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ironically','8576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('male','8577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notch','8578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harley','15900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gentilmen','15927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scramble','8583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garrisson','8584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ifd','8585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palp','8586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finding','8587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frustrating','8588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frame','8589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waite','8590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demand','8594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adds','8593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recieved','8595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('satisfaction','8596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deoderant','8597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shower','8598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetish','8599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restroom','8600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('span','8601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('staging','8602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walked','8603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('25th','8693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stormshadows','8692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('splashed','8691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prints','8690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paterned','8689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leans','8688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bloody','8687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upload','8611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affect','8612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drastically','8613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grabbed','8614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hose','8615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('droopy','8616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('installed','8617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tinted','8618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('archives','8619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stole','8620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jw02','8621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fried','8622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hehehehe','8623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tossin','8625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heartbeat','8626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('webpages','8648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viruses','8647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('useless','8646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('registering','8645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deleting','8644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brad','8649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('givin','8650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lumpy','8651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lunchbox','8652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nicknames','8653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('platnum','8654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk4793','8655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trooperbitch','8656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joshin','8657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wilson','8658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amy','8659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awkward','8660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bathrooms','8661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frs','8662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hampton','8663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nowhere','8664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offee','8665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overdo','8666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xmas','8667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dontone','8673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accident','8669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dragcon','8670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whoops','8671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shinguards','8672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ga501st','8674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stations','8675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('train','8676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tusken','8677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palette','8678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schemes','8679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('answers','8680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blogs','8681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('continuity','8682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('federation','8683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hobbies','8684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('she','8685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('writes','8686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aaaaaaaaaand','8694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anonymous','8695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asswhuppins','8696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chriss','8697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coupon','8698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crayfishs','8699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redneck','8700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salesmen','8701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('webmaster','8702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bones','8703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fudge','8704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lent','8705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sammich','8706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('borrowed','8707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bumper','8708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gonig','8709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prof','8710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thinkng','8711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contacts','8712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freak','8713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grueling','8714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sidious','8715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prosthetics','8716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dnnt','8717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glomps','8718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slim','8719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smell','8720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('survive','8721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gellin','8722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insoles','8723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mwaah','8724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scholls','8725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blisters','8726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cackle','8727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carpet','8728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scootch','8729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dune','8730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gurney','8731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pug','8732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raaaaaaaaaaa','8733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stuart','8734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atreides','8735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fails','8736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manuscript','8737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mss','8738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('publishing','8739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('writer','8740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closthes','8741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sniperscout','8742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('what','8743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('racial','8744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bow','8745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devotion','8746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emps','8747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horrible','8748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('300','8749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knicknames','8750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marry','8751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('energy','8752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goofiness','8753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joking','8754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('215','8755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('223','8756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('240','8757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cigars','8758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diet','8759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dieting','8760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fall','8761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feather','8762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('habits','8763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ideal','8764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meals','8765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pounds','8766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rafters','8767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scale','8768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scream','8769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specialist','8770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stepped','8771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harder','8772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sexuality','8773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stewart','8774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trancends','8775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lardass','8776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roomies','8777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swwweeet','8778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bedwear','8779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chestrevealing','8780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chug','8781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nextgen','8782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picard','8783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weird','8784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bakula','8785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('draped','8786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enterprise','8787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flags','8788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nazi','8789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('premeired','8790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quantaum','8791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scott','8792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stng','8793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('activated','8794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cane','8795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apple','8796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beast','8797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calories','8798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cocktail','8799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coke','8800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cookbook','8801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('craving','8802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curusa','8803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dessert','8804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('effeciantlly','8805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('egg','8806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('english','8807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excercise','8808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foods','8809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frozen','8810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grain','8811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grapefruit','8812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardy','8813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hungry','8814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ignored','8815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indulge','8816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jam','8817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lettuce','8818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liquids','8819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('listen','8820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manderin','8821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('margine','8822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meal','8823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('menus','8824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muffin','8825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recipes','8826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regrets','8827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roast','8828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salad','8829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sandwich','8830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('satisfied','8831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smuckers','8832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soda','8833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speel','8834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stairs','8835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steak','8836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tomato','8837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trained','8838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vegetables','8839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veggies','8840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watchers','8841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheat','8842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interacting','8843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('syndrome','8844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('over','8845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sig','8846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cracked','8847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('triooping','8848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashame','8849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fighters','8850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pugs','8851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jigsaw','8852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('router','8853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robed','8854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thatll','8855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theoretical','8856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoth','8857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('olympics','8858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belated','8859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surf','8860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diecast','8861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goods','8862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('titanium','8863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lords','8864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sith','8865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('185lb','8866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('225','8867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ggggrrreat','8868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graigs','8869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belly','8870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poked','8871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remembers','8872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skinny','8873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waif','8874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beloved','8875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clearly','8876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escaping','8877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freeeedoooom','8878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buffett','8879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chinese','8880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deny','8881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('girlfriends','8882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sushi','8883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leashes','8884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('controll','8885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('durring','8886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eachother','8887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loosing','8888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patted','8889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('portion','8890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strickt','8891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('substituting','8892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('16','8893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accellerant','8894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guessing','8895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plastics','8896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pleather','8897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recommedations','8898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('32','8899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polystyrene','8900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emperors','8901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imply','8902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('120','8903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('187','8904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('37322','8905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bare','8906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('packaged','8907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costumeing','8908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decaying','8909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ed','8910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fingers','8911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poster','8912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yellowing','8913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abundance','8914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jean','8915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('premiere','8916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rogue','8917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('felx','8918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muscles','8919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sect','8920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itssajoke','8921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('econamy','8922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('profession','8923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pleased','8924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dereks','8925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goat','8926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('puttin','8927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chatt','8928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ocean','8929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explains','8930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5573','8931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6203','8932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8866','8933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashamed','8934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sad','8935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrakis','8936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faithfull','8937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noone','8938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flea','8939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('markets','8940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relatively','8941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thrift','8942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haderach','8943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kwisatz','8944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maudib','8945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ignore','8946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lil','8947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4238','8948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7200','8949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quitcherbitchin','8950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swear','8951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hologram','8952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newer','8953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scenes','8954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('similaries','8955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antispandexonguys','8956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bald','8957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chairs','8958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheat','8959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enxt','8960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('growl','8961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incidentally','8962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looknig','8963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('older','8964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redheads','8965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('referance','8966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sicne','8967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smokin','8968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spandex','8969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knack','8970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shacking','8971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('triumphant','8972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worries','8973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brush','8974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embracement','8975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exsurtion','8976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newly','8977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surfaced','8978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throne','8979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zoom','8980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treasure','8981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coworkers','8982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crops','8983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dustin','8984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manuscripts','8985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tooled','8986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hhmmmm','8987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xmen','8988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forms','8989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gambit','8990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interpretation','8991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nightcrawler','8992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xcostumes','8993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('718','8994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flaccid','8995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beeeast','8996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eerie','8997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hank','8998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mccoy','8999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reverb','9000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('temptations','9001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accomplished','9002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bodywash','9003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('claims','9004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comercials','9005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darkside','9006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('senator','9007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hugger','9008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inconceivable','9009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noooo','9010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('penetrate','9011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandalien','9019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('karma','9013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lori','9014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shattered','9015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('football','9016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lotr','9017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('urakai','9018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wet','9020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confusing','9021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drawn','9022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strangely','9023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twards','9024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2824s','9025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chain','9026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distract','9027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yankin','9028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nothin','9029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compliments','9030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prequels','9031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fdup','9032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indentions','9033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ater','9034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('binary','9035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('converting','9036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laughed','9037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('understanding','9038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10101010111111010001010101010101010100010101101010','9039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('11011111010101010100010101010010110111100000000101','9040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('davis','9041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geena','9042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('11001','9043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('101101','9044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('messed','9045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meeeeeeeeeee','9046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timmmmmmy','9047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agent','9048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hairy','9049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helpful','9050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('profit','9051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secrets','9052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toil','9053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uderstand','9054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owwwww','9072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airplanes','9073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affairs','9074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geeks','9075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meddle','9076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passwords','9077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ace','9078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handed','9079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poly','9080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('equipment','9081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shops','9082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cav','9083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loneliest','9084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sings','9085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('22nd','9086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deg','9087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('franklin','9088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hamburgers','9089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotdogs','9090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('temp','9091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thingy','9111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rockets','9110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rocker','9109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repro','9108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pips','9107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pip','9106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kenner','9105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ist','9104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('e11s','9103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1970s','9102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prequals','9113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pat','9114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rhetorical','9115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bid','9116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bidding','9117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warped','9118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carbonite','9119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freeze','9120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consideration','9132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moon','9131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('howl','9130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('get','9129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deserts','9128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cooll','9127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thoughtful','9133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('your','9134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hentai','9135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('butthead','9136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foredead','9137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jusy','9138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mafe','9139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fireplace','9140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seperated','9141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7','9142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armors','9143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pumped','15341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vac','9152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honest','9153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rain','9154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seller','9155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bobas','9156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('digital','9157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photographic','9158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photography','9159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squeegie','9160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suckers','9161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('97','9162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irg','9163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anf','9164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designs','9165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('identical','9166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squared','9167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stokes','9168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('totaly','9169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('70s','9170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bingo','9171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paterson','9172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squeegee','9173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poutches','9174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caller','9175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tentacles','9176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shirley','9177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cactuses','9178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cpo','9179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heavens','9180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trophtcase','9181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('british','9182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pound','9183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hover','9184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kobold','9185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scanner','9186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baggage','9187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scottsboro','9188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unclaimed','9189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wander','9190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheelchairs','9191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alms','9192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('audiences','9193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baen','9194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bard','9195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bookstore','9196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bound','9197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bowl','9198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coin','9199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desperately','9200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goodlysized','9201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helps','9202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('installments','9203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('internets','9204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loads','9205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('needless','9206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('omega','9207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('performer','9208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pitched','9209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protocol','9210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('publishers','9211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rattles','9212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reaching','9213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realworld','9214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stops','9215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storyteller','9216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subscribes','9217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subscribing','9218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voltaire','9219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wattevans','9220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exits','9221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interstate','9222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lie','9223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avner','9224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clinic','9225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fertility','9226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('field','9227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hershlag','9228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intersect','9229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mitzvah','9230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('natalie','9231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('natalies','9232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('needlers','9233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('portrays','9234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebecca','9235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skit','9236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pal','9237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pen','9238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheerleader','9240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pumping','9241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cookiees','9242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('littel','9243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charcoal','9244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vat','9245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wh40k','9246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clearing','9247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurdle','9248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transportation','9249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eerily','9250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('albany','9251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crossing','9252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hughes','9253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supdjs','9254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ep','9255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kellogs','9256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('07','9257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approached','9258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approximattlly','9259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ate','9260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balcony','9261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battles','9262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candles','9263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('castle','9264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chatooine','9265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commend','9266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commended','9267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conquered','9268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doors','9269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('function','9270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gals','9271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gathered','9272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goodbyes','9273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goth','9274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handeling','9275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happiness','9276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homeless','9277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hugging','9278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hundred','9279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immidiattly','9280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('journety','9281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kings','9282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laughs','9283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lit','9284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mcdonalds','9285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meetings','9286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memories','9287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('militia','9288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mision','9289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oppertunity','9290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paing','9291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parked','9292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pillars','9293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preach','9294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privlidge','9295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proceeded','9296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proceeding','9297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promptly','9298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('queens','9299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebellion','9300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('settled','9301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shared','9302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheerwood','9303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slight','9304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smiles','9305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stained','9306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stopping','9307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('streemed','9308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('succeded','9309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sundays','9310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tabs','9311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tears','9312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thanking','9313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tilt','9314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('togethers','9315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toured','9316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underprivlidged','9317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uniformed','9318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unloaded','9319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('windows','9320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wished','9321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worship','9322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wthe','9323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faders','9324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finest','9325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grunt','9326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oppinion','9327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expects','13035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humble','9417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celebrate','9416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abode','9415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('towers','9414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('syledge','9413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regal','9412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postwar','9411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outer','9410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('objects','9409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('natural','9408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('majestic','9407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graphitti','9406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freestanding','9405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feature','9404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doorways','9403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decay','9402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damp','9401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creepy','9400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buildings','9399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('braving','9398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('architecture','9397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('militeristic','9351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('triplicate','9352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bagage','9353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unclaim','9354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friendship','10253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiesel','10252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wasting','10251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recipient','10250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prize','10249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pray','10248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('political','10247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nobel','10246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('million','10245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marks','10244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humanity','10243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hesitate','10242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('former','10241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elie','10240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disbands','10239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('destiny','10238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('metallic','9371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relay','9372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bias','9373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cource','9374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cuse','9375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excelent','9376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mystique','9377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('practically','9378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recource','9379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scentence','9380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shadowkat','9381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spectators','9382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bfi','9383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ii','9384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('14th','9385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20portman','9386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20snl','9387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gangsta','9388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affirm','9389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fulfilling','9390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taught','9391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('submit','9396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspect','12188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ranch','9501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sansweet','9502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skywalker','9503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drak','9504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5616614','9505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commitment','9506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('committed','9507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embarrassment','9508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everywhere','9509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hash','9510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moments','9511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rely','9512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stupor','9513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unprofessional','9514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sux','9515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bio','9516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muck','9517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('re','9518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accelerant','9519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dependent','9520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excellerants','9521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goop','9522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plumbing','9523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toothpaste','9524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tube','9525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20rap','9526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monolouge','9527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rap','9528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carson','9529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('changers','9530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paster','9531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('required','9532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('volunteered','9533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('youth','9534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christianson','9535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hayden','9536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('showest','9537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vegas','9538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('luggage','9539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('justify','9540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creeps','9541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haircut','9542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haunted','9543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearences','9544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('classified','9545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conisder','9546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('functions','9547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maintained','9548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unclear','9549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hallowed','9550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ungiggidy','9551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carida','9552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contacting','9553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preference','9554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dudes','9555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torn','9556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoorah','9557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looping','9558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandosniper','9559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pasting','9560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supervised','9561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dum','9562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('howdy','9563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk0641','9564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tx0641','9565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yahoo','9566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bling','9567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fer','9568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mo','9569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pimptroopers','9570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('takin','9571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weirld','9572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aded','9573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torrentspy','9611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monlogue','9610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('automotive','9612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buildup','9613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chipped','9614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creates','9615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('department','9616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('experimenting','9617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fleck','9618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gently','9619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grit','9620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meatic','9621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mediums','9622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motor','9623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oil','9624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('richer','9625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sprayed','9626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stencil','9627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ther','9628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undercoat','9629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('credits','9630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monologue','9631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disregard','9649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repetitive','9650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assemble','9651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lala','9652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('land','9653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beside','9654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nap','9655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ff','9656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jan','9657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necessity','9658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('summit','9659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ebaumsworld','9660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reapply','9661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tds','9662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonevent','9663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tomaaaato','9664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infingement','9665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nbc','9666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mrs','9667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newbie','9668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actions','9669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assumed','9670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bounds','9671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('centralized','9672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coordinating','9673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corrected','9674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creation','9675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creator','9676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defense','9677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('directed','9678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guilty','9679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hasped','9680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horns','9681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('input','9682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instigator','9683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legit','9684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organizations','9685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proven','9686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reasoning','9687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reiterate','9688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responsibility','9689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cited','9690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('data','9691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designate','9692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elses','9693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gettogether','9694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('historical','9695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incorparated','9696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memberships','9697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pumpkinfest','9698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regards','9699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('requests','9700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selection','9701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visited','9702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inform','9703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('participant','9704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aperantlly','9705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciatte','9706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confidence','9707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coordinator','9708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('numbered','9709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('virtually','9710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yell','9711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yelled','9712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jaft','9713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motto','9714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newbies','9715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chilling','9716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stance','9717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hip','9718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resist','9719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advise','9720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approach','9721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('authorities','9722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desire','9723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('downs','9724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('existance','9725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('initiated','9726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mayhem','9727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mole','9728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neccessary','9729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slam','9730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complicate','9731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lord','9732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accomplishment','9733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wierd','9734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('answrs','9737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apathy','9738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attitudes','9739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aweful','9740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bigotry','9741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitter','9742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brng','9743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buisness','9744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bullshit','9745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chirldren','9746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communistic','9747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consequentialist','9748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creativity','9749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decption','9750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deed','9751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('democracy','9752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('despotism','9753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ethics','9754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fictional','9755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fill','9756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuel','9757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gossip','9758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grade','9759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('granparents','9760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grievence','9761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hush','9762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hushed','9763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ignorance','9764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inaction','9765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incidents','9766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('innocence','9767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspire','9768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('internalise','9769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legitmate','9770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nd','9771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offenses','9772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oligarchy','9773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('openly','9774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orginaized','9775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('physical','9776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rarely','9777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remain','9778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('righteous','9779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secracy','9780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silent','9781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skirting','9782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sneak','9783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solves','9784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taboo','9785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theorys','9786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tolerate','9787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tolerated','9788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tongue','9789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torelence','9790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undeserved','9791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('venting','9792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weighed','9793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wether','9794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conclusions','9795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('determination','9796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pause','9797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rationally','9798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shortly','9799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kiddin','9802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('501stso','9803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admirable','9804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('analyzing','9805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciationawards','9806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bleeding','9807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bruhaha','9808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cataloging','9809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cerrtainly','9810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charities','9811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confusiona','9812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deeds','9813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deffinately','9814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everyonee','9815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formalize','9816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gallery','9817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gosh','9818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hisorical','9819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('historically','9820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurting','9821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indirectly','9822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loan','9823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logistical','9824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('missions','9825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organizer','9826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ovver','9827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promoted','9828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rant','9829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responsability','9830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rethink','9831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thant','9832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traveling','9833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whoah','9834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winners','9835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woudl','9836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lando','9837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('org','9838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleepy','9839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scalper','9840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nuff','9841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardworking','9842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goin','9843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happenin','9844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riled','9845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contentment','9846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elsewhere','9847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evern','9848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kay','9849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silence','9850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bellhop','9873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bellhops','9874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('109','9859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assume','9860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circles','9861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complains','9862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discontent','9863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gain','9864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moral','9865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naysayers','9866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offline','9867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rumors','9868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spreads','9869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('truth','9870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wallow','9871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whines','9872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carrying','9875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damaged','9876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becomes','9877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commnique','9878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evidence','9879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaurantee','9880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('habit','9881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('informed','9882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intent','9883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loooove','9884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('provides','9885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responding','9886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sorely','9887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sufficient','9888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('download','9889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gettin','9890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apparantly','9891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fixable','9892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kylie','9893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pediphile','9894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pmd','9895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shannonjedichics','9896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snide','9897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atimmycon','9898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dramatic','9899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flamin','9900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freinds','9901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persona','9902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promotes','9903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('represents','9904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('showcased','9905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unoffical','9906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xyz','9907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appeared','9908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basics','9909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clarify','9910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evryone','9911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offically','9912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('programming','9913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('showcasing','9914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speakers','9915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trekkie','9916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitching','9917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confront','9918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jist','9919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tiered','9920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zackmire','9921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitchin','9922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belongs','9923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seamstress','9924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shorten','9925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acesss','9926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shan','9927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emotionally','9928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escalateor','9929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escalator','9930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jonesys','9931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowcash','9932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waitresses','9933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetched','9949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clarification','9948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calmed','9947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blurb','9946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('argument','9945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arguement','9940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('articles','9941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheer','9942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('classify','9943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woulda','9944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jokingly','9950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stared','9951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stripper','9952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lok','9953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mounted','9954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('movements','9955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubble','9956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bread','9957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('butta','9958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flowrs','9959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fourwheelers','9960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graveyard','9961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gunna','9962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mmmhhhmmm','9963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regnecks','9964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sher','9965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beeting','9966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bush','9967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communication','9968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concened','9969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conception','9970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coordinate','9971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('correctlly','9972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drained','9973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filtered','9974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fubar','9975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hammered','9976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ignite','9977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infection','9978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lonley','9979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nother','9980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plain','9981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('que','9982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rambling','9983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reread','9984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sinus','9985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slated','9986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smalll','9987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wouldlike','9988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jw03','9989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appolagies','9990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bruised','9991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estatic','9992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('experiance','9993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finer','9994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gift','9995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('icing','9996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knox','9997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lasts','9998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leads','9999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opps','10000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scan','10001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pmed','10007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ditch','10006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('censored','10005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shipment','10008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barney','10009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fife','10010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nip','10011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personaly','10012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soul','10013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pullovercotton','10154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prime','10153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passable','10152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onepiece','10151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lacking','10150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jasters','10149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('focused','10148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dye','10147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crappy','10146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('begun','10145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2piece','10144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bobby','10025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clueless','10026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('niether','10027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oin','10028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preplanning','10029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verdict','10030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bra','10031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mothers','10032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diluted','13034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whoa','10050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pos','10051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woud','10052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('altima','10053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nahhh','10054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stare','10055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gossiping','10073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irked','10074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irritates','10075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jew','10076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jokes','10077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mainstream','10078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oogling','10079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suppose','10080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barley','10081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bombing','10082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dodge','10083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gassy','10084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hops','10085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impresive','10086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strategic','10087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intrested','10088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resonable','10089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cardgames','16990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dominate','10113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halloween','14628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ballroom','10111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allimportant','16989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('31st','10107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonsoda','10130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeans','10131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2021','17401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aug','10134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearence','17402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dec','10136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disabled','14001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('columbus','14000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hunstville','10139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gardendale','17403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('falls','10162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sewed','10155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleeves','10156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('couldntve','10161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('justabout','10163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('checkout','10183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('checkouts','10165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eight','10184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electronics','10185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finely','10186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garden','10187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accordance','10173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sole','10174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('self','10188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thirty','10189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twenty','10190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basketball','10191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('candace','10192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cp3s','10193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freshman','10194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paris','10195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parker','10196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('womens','10197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anniversary','10198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becoming','10199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('independant','10200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nation','10201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chewy','10202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('odds','10203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmere','10204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gooshys','10205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('columns','10215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clever','10214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acid','10208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ambition','10209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fleshrending','10210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lays','10211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slimecovered','10212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stomachs','10213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunshine','10216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rephrased','10230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phrase','10229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naming','10228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('licence','10227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hepititus','10226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cuz','10225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aunt','10224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spelled','10231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('genesis','10232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canada','10233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capt','10234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dominion','10235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naughty','10236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tarful','10237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boogermen','11750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aprl','10271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('del','10272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delivery','10273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iver','10274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jars','10275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mccallum','10276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notified','10277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pinacle','10278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rancho','10279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('septemeber','10280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shirts','10281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('understatement','10282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gawd','10283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ppl','10284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncle','10285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banned','10286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balls','10287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contest','10288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gag','10289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('practiced','10290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reveal','10291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smurf','10292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('topical','10293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holla','10294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sansweets','10295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fellas','10740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iwannago','10297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wouldve','10301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pratice','10299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stripped','10300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('millions','10302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sobs','10303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yeaquitjob','10309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('typing','10308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laptop','10307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suck','10310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adoration','10311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bribe','10312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gungans','10313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overworked','10314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suitcase','10315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charleston','10609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitterness','10608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bicker','10607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unemployed','10319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actors','10320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adlibbed','10321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advances','10322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advising','10323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('artifacts','10324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assistant','10325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beceause','10326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bemoan','10327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bland','10328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('block','10329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bogen','10330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('borrowing','10331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('broad','10332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cables','10333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caves','10334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celtx','10335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clapperboard','10336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cliche','10337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cliched','10338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('combo','10339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compelling','10340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consuming','10341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contributes','10342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contrived','10343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coollooking','10344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cstands','10345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dat','10346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deals','10347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('describing','10348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('developing','10349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dialogue','10350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('directing','10351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drafts','10352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dramatically','10353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('draws','10354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dual','10355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duels','10356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('e','10357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('editor','10358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('editorial','10359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electrical','10360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electricians','10361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electricity','10362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elements','10363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ensures','10364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entail','10365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exploding','10366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('facilies','10367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fanfiction','10368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fanfilms','10369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filter','10370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filters','10371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flaws','10372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flexfills','10373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flubbed','10374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('focus','10375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('footage','10376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foreman','10377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('format','10378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fret','10379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fstop','10380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('futuristic','10381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaffer','10382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geled','10383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gels','10384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('generally','10385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('generator','10386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grips','10387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handheld','10388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardest','10389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helments','10390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('improve','10391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imps','10392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('k','10393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knightquest','10394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lavalier','10395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('length','10396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lighting','10397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lights','10398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightsabre','10399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('located','10400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('macro','10401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandoloreans','10402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mediocre','10403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mics','10404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mixer','10405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mixing','10406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mysterious','10407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nagra','10408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nets','10409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nightclub','10410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('openoffice','10411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operates','10412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operator','10413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opposed','10414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outline','10415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pages','10416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parody','10417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pas','10418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('performances','10419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pod','10420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pole','10421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poormans','10422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('positions','10423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('probabably','10424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('processor','10425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('producer','10426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('professional','10427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quality','10428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('race','10429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raging','10430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rapids','10431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recording','10432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recordist','10433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refine','10434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regs','10435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rehearsals','10436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relate','10437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restricted','10438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revelations','10439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revising','10440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rewrite','10441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rundown','10442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sandbags','10443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screenplay','10444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screenwriting','10445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('script','10446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selecing','10447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sequence','10448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sequences','10449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silks','10450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slates','10451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spoken','10452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steadicam','10453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stingers','10454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strokes','10455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('students','10456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supervisor','10457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tasks','10458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tomb','10459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trains','10460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tripod','10461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tutorials','10462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unhelmeted','10463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uninteresting','10464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unique','10465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vision','10466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watkins','10467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wireless','10468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worried','10469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sixth','10470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sos','10471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moviepants','10481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talladega','10480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('period','10479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conspiracies','10478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backroom','10477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electrician','10488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electical','10487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bestowed','10484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privilege','10485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promoting','10486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compair','10489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('editing','10490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gracing','10491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spiteful','10492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terrific','10493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thatw','10494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('completly','10495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concern','10496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flaming','10497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minimal','10498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stien','10499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncalled','10500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whinners','10513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guilt','11305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightning','10506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jealousy','10505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('369','10507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keed','10508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('represent','10509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goosh','10510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foward','10511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coaxing','10514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lotto','10515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mecca','10516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mtfbwy','10517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('napeleondynamite','10518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noteriety','10519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redezvous','10520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gomer','10521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pyle','10522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('b','10523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('envious','10524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heheh','10525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('december','10538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyopne','10527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('autograph','10528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bamacon05','10529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brutha','10530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('generated','10531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lifetime','10532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minions','10533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nicest','10534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pony','10535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posterity','10536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('murder','10537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roxy','10539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sideways','10540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tonite','10541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chancellor','10542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ment','10543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orion','10544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palpatine','10545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unable','10546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graphics','10547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affects','10548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caring','10549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('importantly','10550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('politely','10551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privately','10552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebutted','10553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('versed','10554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whinny','10555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admitably','10556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creepifying','10557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deaths','10558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harbor','10559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pearl','10560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rambled','10561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suckered','10562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bullsh','10563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clearance','10564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concious','10565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consequences','10566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debated','10567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disruption','10568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faxed','10569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('financial','10570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('financing','10571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kinship','10572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('limelight','10573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neglect','10574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('papers','10575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('publiclly','10576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('publicly','10577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relied','10578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sanity','10579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shole','10580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waited','10581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('who','10582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meh','10596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knuckles','10595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estrogen','10594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cracks','10593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('establishing','10587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('issueful','10588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storyboards','10589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunnier','10590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warmer','10591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('richards','10592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('travelling','10598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congratulate','10599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exhibit','10600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selfish','10601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charish','10602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escourt','10603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jelous','10604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neither','10605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yous','10606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chided','10610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fawn','10611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interim','10612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mechanishm','10613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('p','10614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('playoff','10615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('predators','10616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('returns','10617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swrelated','10618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unimportant','10619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blessings','10637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mickey','10638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('negative','10639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('popularity','10640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bonus','10641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dime','10642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foil','10643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frequently','10644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friendship','10645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friiendships','10646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('generous','10647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jealous','10648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obligated','10649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opens','10650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reevaluate','10651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tin','10652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fanfilm','10653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absolutly','10654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accusations','10655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allegedly','10656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alotl','10657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blatantly','10658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deficiency','10659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reprimanded','10660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarcastic','10661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steins','10662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whiny','10663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('50100','10664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cameras','10665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cgi','10666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('directors','10667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('echo','10668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flanneled','10669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('futile','10670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gee','10671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('godfather','10672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insurance','10673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nudity','10674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pairs','10675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refuses','10676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resistence','10677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roses','10678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scratches','10679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('threaten','10680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trading','10681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vault','10682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('videotaping','10683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ciii','10684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mistaken','10685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pitty','10686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sandsweet','10687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screwem','10688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wipes','10689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offs','10690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amen','10691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toss','10692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adr','10693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avid','10694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breaking','10695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('composer','10696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('courses','10697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('effects','10698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foley','10699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postproduction','10700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preparing','10701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protools','10702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recruiting','10703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('semester','10704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soundpost','10705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stripboard','10706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stunts','10707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cuts','10708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dailies','10709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('equipped','10710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amuse','10711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afterwords','10712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balance','10713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beyatch','10714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loves','10715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stuffy','10716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suffer','10717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taller','10718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrath','10719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('annoyed','10720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('profanity','10721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sour','10722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stew','10723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ticked','10724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appreciates','10725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fucking','10726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hehehehehehehe','10727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pullout','10728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figment','10729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imagination','10730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('believing','10731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brownie','10732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carforever','10733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frineds','10734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shitty','10735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treats','10736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whining','10737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yourselves','10738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uhh','10739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('targets','10758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strictly','10757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simulates','10756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mesh','10755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyong','10754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antipersonnel','10753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adjusting','10752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('50cal','10751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beatle','10759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cojones','10760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excursion','10761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tactful','10762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baked','10763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carbs','10764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carrots','10765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diabetic','10766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fatty','10767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loss','10768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('potatos','10769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('society','10770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('younger','10771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apploogize','10772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attachemnt','10773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bamacon','10774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('casualties','10775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drug','10776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excuses','10777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geeze','10778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iin','10779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('individuals','10780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('isn','10781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kicking','10782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loving','10783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nothign','10784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owed','10785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reality','10786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('splitting','10787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tambodamn','10788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whiners','10789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('represnt','10790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atly','10791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calorie','10792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crutons','10793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dads','10794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flaky','10795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fructose','10796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homemade','10797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('killl','10798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leek','10799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onions','10800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('135','10801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('limber','10802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opposite','10803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('griping','10809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('niiiiiiiiiiiice','10808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('famastastic','10807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lick','10810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('molesting','10811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('publication','10812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snuck','10813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stiff','10814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apologizing','10815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apparent','10816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attempting','10817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buletin','10818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burden','10819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('covet','10820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('criticizing','10821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exchange','10822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fawning','10823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gripes','10824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impact','10825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('implied','10826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inquire','10827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inquiry','10828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interpreted','10829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interpreting','10830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jarjars','10831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lucass','10832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occurred','10833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overly','10834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('possibility','10835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('predicting','10836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('priceless','10837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quoted','10838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sensitive','10839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tease','10840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tone','10841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tremendous','10842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unenviable','10843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waiters','10844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wealth','10845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('but','10846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('come','10847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flowers','10848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peer','10849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('renew','10850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vows','10851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wedding','10852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remmove','10853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diamond','10854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grovel','10855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hunch','10856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persnally','10857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plotting','10858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('qualified','10859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ward','10860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yess','10861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yesss','10862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bathtime','10863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ducky','10864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seductive','10865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shatner','10866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bulk','10867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('myth','10868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smacked','10915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('servile','10914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seeking','10913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rivera','10912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resentment','10911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rake','10910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pronunciation','10909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('possessed','10908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manner','10907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jesus','10906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intransitive','10905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geraldo','10904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fn','10903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fon','10902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flattery','10901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flattering','10900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exaggerated','10899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curtains','10898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cringing','10897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coals','10896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affection','10895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advantage','10894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1fawn','10893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verb','10916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beehive','10917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delay','10918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designation','10919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fot','10920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dirt','10921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('utapau','10922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('220','10923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('278','10924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('civil','10925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hamburger','10926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hershey','10927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lived','10928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resume','10929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snacks','10930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mud','10931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trudge','10932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brimley','10933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wilford','10934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curves','10935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eaten','10936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fries','10937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mac','10938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zahn','10939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giveth','10940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reminding','10941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repressed','10942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taketh','10943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cage','10944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diaper','10945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elbows','10946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lifesize','10947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plaster','10948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pointy','10949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raw','10950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rib','10951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sculpt','10952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slides','10953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sorts','10954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sternum','10955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('versus','10956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maketh','10957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grrr','10958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bean','10959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dam','10960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('improvements','10961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knees','10962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sudden','10963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('urge','10964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hasbro','10965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vos','10966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battleworn','10967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laid','10968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('30lbs','10969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bilboard','10970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bodyfat','10971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('covering','10972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('droppin','10973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('famed','10974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freshly','10975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helpin','10976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holsters','10977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leatherwork','10978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photohost','10979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pinhead','10980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('propin','10981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responses','10982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sellin','10983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slugfest','10984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spots','10985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tissue','10986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evolution','10987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gullie','10988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motivation','10989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('n','10990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slug','10991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flower','10992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooookay','10993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doners','10994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gained','10995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowcarb','10996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obsessive','10997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rephrase','10998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circular','11041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pallet','11042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roughed','11043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skuff','11044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spitshining','11045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tree','11046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antiterrorist','11047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biggs','11048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bothan','11049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('c3p0','11050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demonstrated','11051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monred','11052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nien','11053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unlawfully','11054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wedded','11055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newby','11056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backpacks','11057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jets','11058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twu','11059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wuv','11060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kitten','11061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('affecting','11062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agencies','11063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balancing','11064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bounce','11065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brightness','11066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('budget','11067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bullies','11068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloudy','11069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coverage','11070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('describe','11071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discovers','11072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exciting','11073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flex','11074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('followup','11075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harsh','11076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hmi','11077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impossible','11078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('involving','11079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nongenre','11080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ordinary','11081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('premise','11082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prep','11083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('productions','11084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reflect','11085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restrictions','11086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sentences','11087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sf','11088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shadows','11089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soften','11090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spoiling','11091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunlight','11092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tend','11093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toughest','11094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balanced','11095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carbohydrates','11096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catagories','11097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cents','11098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exercise','11099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moderation','11100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preferably','11101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proteins','11102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secret','11103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quarter','11104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flechette','11105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('launcher','11106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repairing','11107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sawedoff','11108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pyramid','11109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pops','11900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lvoe','11128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('priority','11146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afternoonish','11147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('labeled','11148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tommor','11149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flashbacks','11150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spaceballs','11151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sssswwweeeeet','11153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pity','11154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('progam','11162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finial','11161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('easter','11160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choir','11159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahhhhhhh','11163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honeymoon','11164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motherinlaw','11165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nicer','11166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proudest','11167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watermelon','11168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whipcream','11169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surprises','11170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unforseen','11171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silverman','11172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('willingly','11173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swartz','11250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fingertips','11211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('medium','11212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trashcan','11213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camo','11214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hometown','11215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blunt','11268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bluntness','11269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excuse','11270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jury','11271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('substananace','11272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('virtue','11273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zip','11274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1213','11275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crabs','11276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deemed','11277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('edible','11278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frank','11279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nongiggty','11280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sauce','11281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('folder','11283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheese','11284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perceptive','11285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pickel','11286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supper','11287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yer','11288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetta','11289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('herself','11290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheathering','11291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bloom','11292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blossoms','11293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permeated','11294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sol','11295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stale','11296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waitress','11297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cemetery','11298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ghosts','11299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orbs','11300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('separted','11301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clears','11302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conscience','11303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fate','11304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pantyhose','11307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hence','11317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('floating','11316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dusty','11315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dust','11314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depicts','11313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orb','11318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specks','11319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supernatural','11320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woooooooo','11321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carp','11322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('golden','11323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wondered','11324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ordinarily','11325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proves','11326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scratching','11327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joemando','11328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ewoks','11329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandoing','11330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arangement','11331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('butmunch','11332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chipping','11333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imports','11334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jor','11335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohhoooraaa','11336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paste','11337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('primer','11338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sews','11339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shade','11340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stensil','11341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weave','11342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latly','11343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foriegn','11362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outa','11363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ume','11364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creep','11365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dots','11366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slimed','11367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bike','11368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('europe','11369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('herbivores','11370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horses','11371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pussy','11372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('racing','11373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snapping','11374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tiger','11375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trusting','11376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turtles','11377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('olypmipc','11378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sport','11379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('denver','11381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chattanoogans','11402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xaviers','11495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eamiling','11403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wolverine','11590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('professor','13094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xavier','11408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acting','11409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neighorhood','11410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('olds','11411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaking','11412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cabbage','11413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afficianados','11417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('palpantene','11415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shampoo','11416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lucked','11418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outbid','11419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upped','11420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dental','11421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expander','11422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upgrading','11432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shiny','11431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protector','11430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jewel','11429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cod','11428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shadowcat','11433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distances','11434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freaks','11435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hopeing','11436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catfight','11437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wabbit','11438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wascally','11439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heff','11440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intel','11441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumps','11442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cities','11443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drafted','11444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exsists','11445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protect','11446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reals','11447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meaty','11448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chicksicle','11449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('human','11450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occasional','11451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woodshed','11452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joinus','11453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kitty','11454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mutant','11455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pheonix','11456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stint','11457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raked','11458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unusually','11459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('differance','11496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('differances','11497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gravitate','11498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proffessional','11499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purposlly','11500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubie','11501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sellers','11502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweetpeas','11503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahug','11504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sef','11505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cancelling','11506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stones','11507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suppossed','11508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheels','11509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sentimental','11510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swap','11511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gottem','11512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cajun','11525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nichole','11565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('justification','11564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anna','11563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admitting','11562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acceptance','11561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capped','11520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enthusiasim','11521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eveyone','11522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('participants','11523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruff','11524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('09','11527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crawdaddy','11529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estoufee','11530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ghog','11531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onnniunnn','11532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shimp','11533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guarooooonte','11551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('useable','11557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trenchcoat','11556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jubilee','11555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ability','11558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hates','11559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tries','11560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mmmmmm','11566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rights','11567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('for','11568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('longterm','11569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anne','11570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endure','11571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hefs','11572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('her','11573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jugs','11574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lingere','11575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nicoles','11576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nude','11577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('playmate','11578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skimpy','11579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stride','11580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daytoday','11581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cosplay','11582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subgroup','11583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thisll','11584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excluded','11585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seekers','11586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outfitters','11591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amongst','11592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calendars','11593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impress','11594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('massive','11595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spice','11596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unexpected','11597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workkkkkkkkk','11598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abou','11599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hangin','11600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('annoy','11601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aaaanyway','11602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overloaded','11603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rodian','11604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outfits','11605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tempted','11606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('0900','11607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compressor','11608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moron','11609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preview','11610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cadet2386','11629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('topics','11626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spdierman','11625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('league','11624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('browsing','11623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baclava','11622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resort','11618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotocast','11619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rob','11632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurts','11631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('this','11630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remarks','11633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compare','11634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disposable','11635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dusk','11636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ghosthunting','11637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laughable','11638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paranormal','11639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweatpeas','11643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('venture','11642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blasted','11644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cpa','11645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('establish','11646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inthread','11647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wendys','11648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dereck','11649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soers','11650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handoff','11651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humped','11652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('la','11653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonetheless','11654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sakes','11655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voyagers','11656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collierville','11657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('browesed','11658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avoided','11659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bastard','11660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conditioned','11661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parent','11662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('andy','11663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleverlilminx','11664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strangers','11665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('progresses','11666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cemetary','11667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tombstones','11668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reenactment','11669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commitments','11670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judi','11671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meigscountylibrary','11672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mate','11673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apples','11674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearantly','11675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snatches','11676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('herr','11677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeffs','11678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kiadimundi','11679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banquit','11680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('industry','11681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('las','11682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nations','11683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operators','11684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('portmen','11685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rapper','11686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recipients','11687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1011','11688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moviegeek','11705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embarrassing','11704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('downloadable','11692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lg','11693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xlg','11694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crawford','11695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('economics','11696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geography','11697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lease','11698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leukemia','11699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mentor','11700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('placing','11701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prayer','11702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teacher','11703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1pm','11706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bottler','11707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buffalo','11708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moore','18268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distributor','11710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dominos','11711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('i565','11712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('i65','11713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incostume','18267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lake','11715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('makeawish','11716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moonbounce','11717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supplying','18269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pepsi','11719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pond','11720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sparkman','11721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colton','18266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tba','11723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uah','11724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walkers','11725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dragging','11726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('idoit','11727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bah','11728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('htis','11729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promised','11730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sober','11731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afoot','11732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partake','11733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chiggers','11751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spooks','11752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ticks','11753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('psssssssst','11754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signup','11755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chargers','11756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hays','11757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lurning','11758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skool','11759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('availble','11760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cal','11761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hydra','11762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manufactures','11763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pottery','11764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resellers','11765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suppler','11766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funk','11767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('durning','11768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('portman','11769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taco','11781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toppers','11782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('topps','11783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watto','11784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breasts','11785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetch','11786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fresh','11787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('husband','11788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miracle','11789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replies','11790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rub','11791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubbing','11792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncharacteristically','11793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('how','11794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('msus','11795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cnn','11796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blues','11801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cutters','11802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frabic','11803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frabric','11804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('periwinkle','11805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('res','11806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('singing','11807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suppliers','11808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terry','11809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bkbt','11810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bobafett','11811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nsfw','11812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ryann','11813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slogan','11814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pppppgffffssfaf','11815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spits','11816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('batmando','11817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('core','11818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dipped','11819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nickel','11820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoot','11821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('numb','11822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('u2s','11823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heighth','11831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breaker','11830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('30am','11829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1020','11828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bens','11832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('danced','11833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replace','11834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hyperlast','11840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gallons','11839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compound','11838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manufacture','11841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('molding','11842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polytek','11843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('results','11844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silcone','11845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('synair','11846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('synairs','11847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('urethane','11848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scares','11849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airbrush','11850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitty','11851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itty','11852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stayed','11853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('epoxy','11854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reattached','11855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dyed','11856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lbs','11857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smoke','11858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leaned','11859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3011am','11862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dito','11861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('answering','11863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hommage','11864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohhhmmmmm','11865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sacrifices','11866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tongues','11867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drought','11868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hugh','11869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sighs','11870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('malfunction','11871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coat','11872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teasing','11873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dings','11874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weathered','11875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('55','11876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('codine','11877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deprevation','11878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ear','11879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hdd','11880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helpless','11881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oxygen','11882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tylonol','11883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commute','11884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('febreeze','11914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sumbatch','11915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giukd','11916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gods','11917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('healing','11918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treating','11919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('civies','11941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('going','11942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('groupie','11943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chissled','11944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('erase','11945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minority','11946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('modify','11947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seriousness','11948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('artists','11949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backgrounds','11950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brilliant','11951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colossus','11952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decisions','11953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depict','11954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paperbacks','11955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recognizable','11956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sperate','11957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wolvie','11958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bears','11959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teddy','11960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('270','11961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2fkevmap','11962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2fmapout','11963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('360','11964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('477','11965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('635','11966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5150','11967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7891','11968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detailo','11969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('engine','11970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heighto','11971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('htm','11972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lat','11973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latp','11974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('longp','11975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matchpass','11976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('otmpl','11977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('qc','11978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scaleo','11979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('width','11980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('widtho','11981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amassed','11982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('primative','11983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('survey','11984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('threat','11985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preboardcrash','11986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaalwalkforwishes','11987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kintera','11988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boardcrash','11991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comfort','11992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantascicon','11993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incendent','11994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scoured','11995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bikerscout','11996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catapult','11997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('constructing','11998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gliders','11999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bins','12000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guys','12001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indestructible','12002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lobsters','12003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowes','12004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('one','12005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retractable','12006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('totes','12007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transport','12008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('websites','12009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interfacing','12010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magneto','12011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('therell','12023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ringgold','12022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('python','12021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monty','12020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('37412','12019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6710','12018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jameys','12024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desires','13033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tarded','12055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convey','13032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaken','12076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kisses','12075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('huddled','12074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soemthing','12077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1413488','12078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1512683','12079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10368321','12080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('0623340352','12081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1142284374','12082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1hd','12083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aid','12084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bvengineid','12085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bvsessionid','12086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmcat','12087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmite','12088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmpla','12089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmven','12090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('com2cj','12091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contractor','12092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dept25','12093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pid','12094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prod','12095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('falling','12096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3040','12097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depots','12098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jennhandler','12099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jessicajawa','12100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ian','12101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mckellenrelated','12102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chestpiece','12103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dingo','12104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('37001','12105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('37025','12106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('category','12107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chests','12108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zag','12109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruler','12110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infrafett','12111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nihilus','12112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nihiluss','12113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robes','12114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beaches','12130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planets','12131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taxes','12132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('applications','12133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costing','12134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eu','12135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('standards','12136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strickest','12137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unreconizable','12138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deathstar','12139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowly','12140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realll','12141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heights','12142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bodies','13253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thrown','12146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attributes','12147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uphold','12148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('styrofoam','13049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soapboxthis','13048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleepless','13047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slams','13046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shines','13045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('risen','13044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shove','12169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rickenbacker','13043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quits','13042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('produced','13041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('precut','13040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occasions','13039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspection','12189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manufacturing','12190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patience','12191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replicas','12192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replicas','12193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rocketeer','12194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sincerely','12195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('testing','12196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unbiased','12197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('units','12198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workers','12728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vcr','12727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tegether','12726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preteen','12725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meantt','12724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('madness','12723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lesser','12722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('korean','12721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('junked','12720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frustrate','12719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excutive','12718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dock','12717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crappier','12716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brink','12715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breaks','12213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ct','12214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glands','12215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aftermarket','12216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compounded','12217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insult','12218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('linewe','12219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remark','12220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('difference','12221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backpacker','12222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('billion','12223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bodyarmor','12224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hiker','12225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleve','12226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walmarts','12227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adopting','12228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('authority','12229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ban','12230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clubs','12231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communities','12232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('condone','12233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consume','12234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consumers','12235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('council','12236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('domain','12237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('encourage','12238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('energies','12239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('engage','12240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foul','12241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('investigating','12242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('involvement','12243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jurisdiction','12244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('procecution','12245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('producers','12246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prosecute','12247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('punishing','12248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purview','12249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recast','12250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recasters','12251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recasting','12252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('volition','12253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('withing','12254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trenches','12321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ignition','12264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('icons','12259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('athletic','12260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somethingorother','12261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stalker','12262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swoopy','12263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steady','12320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spine','12319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speeder','12318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slapping','12317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ramble','12316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pushing','12315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neuro','12314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nervouse','12313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nerves','12312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neccassary','12311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joints','12310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jamie','12309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insignificant','12308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highest','12307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endlessly','12306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electrodes','12305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('describig','12304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('degrigation','12303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crisises','12302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coupe','12301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complained','12300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cluttered','12299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clutter','12298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backed','12297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appolagized','12296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appointment','12295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unnecessarily','12322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unnecessary','12323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brainerd','12324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compression','12325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dicks','12326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gunbarrel','12327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hixson','12328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nike','12329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearing','12330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attempts','12331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bots','12332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('condense','12333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expired','12334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('messaged','12335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('police','12336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suffers','12337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amok','12338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closely','12339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emailed','12340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fetthuner','12341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laste','12342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manages','12343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('managing','12344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maw','12345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misconception','12346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oked','12347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perception','12348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('predicussion','12349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repaet','12350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seemingly','12351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underhanded','12352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vipers','12353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apparel','12354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sporting','12355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tollerate','12359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joins','12358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unass','12360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wildfire','12361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noble','12362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organizes','12363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rumblings','12364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheds','12365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('channels','12366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circumvent','12367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coarse','12368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demeneaner','12369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hyde','12370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeckll','12371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quiet','12372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regard','12373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thorughout','12374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unwritten','12375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bailing','12376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('channel','12377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clams','12378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crass','12379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fairly','12380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hostile','12381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insulting','12382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mornings','12383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occasion','12384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('punch','12385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screamed','12386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stow','12387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dictate','12388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tolrating','12389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burnt','12390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frustrates','12391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hsv','12392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oddball','12393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outlook','12394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overwhelming','12395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pushback','12396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solely','12397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bouncy','12398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midhuntsville','12399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aspect','12402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carload','12403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('connecting','12404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conventions','12405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cookeville','12406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disconnected','12407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goegraphical','12408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heartwarming','12409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hesitation','12410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hung','12411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incentive','12412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('july4th','12413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lumping','12414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nova','12415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('observation','12416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('region','12417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reimer','12418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slammed','12419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sooooo','12420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spends','12421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stoppin','12422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unfortunate','12423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viewpoint','12424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welcomed','12425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bill','12426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enlightening','12427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intersting','12428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shallow','12429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ck','12430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winds','12431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chill','12432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greta','12433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('molehill','12434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pitchfork','12435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunny','12436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torch','12437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boss','12438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dispises','12439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('something','12440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thatn','12441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gossipy','12442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squash','12443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squashing','12444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheapass','12449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starwars','12450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acts','12451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('committing','12452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conversation','12453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evey','12454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gretta','12455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guarded','12456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('him','12457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hocky','12458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jamy','12459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lesticles','12460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logic','12461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mature','12462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minus','12463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nephew','12464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preevetn','12465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('primay','12466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('socialble','12467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spamming','12468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steriotype','12469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troopign','12470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unreadable','12471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yearold','12472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charles','13093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mon','12475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rise','12476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('routine','12477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oohhhhhhhhhhhhhhh','12478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appology','12479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embarass','12480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohhh','12481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thrash','12482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gah','12498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ditched','12497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opera','12485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soap','12486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boyscouts','12487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flopped','12488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hallway','12489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hid','12490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peple','12491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pissy','12492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rode','12493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stemmed','12494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straw','12495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tolerance','12496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kickers','12506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoover','12505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hookup','12504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cafe','12503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('501sters','12507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supporters','12508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whooo','12509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xo','12510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('codpiece','12512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heaven','12513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atta','12514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comitting','12515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jdrf','12516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newspaper','12517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resonded','12518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sciquest','12519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terribly','12520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tft','12521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animaecon','12522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breath','12523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crumpets','12524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exhaustion','12525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('facts','12526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gamers','12527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invaluable','12528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miffed','12529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miniature','12530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sporadic','12531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stab','12532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stack','12533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stood','12534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strangest','12535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tea','12536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tending','12537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unwelcome','12538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vanish','12539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('volunteering','12540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alliance','12594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blizzard','12595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cavalry','12596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devoted','12597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('encompass','12598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('132','12557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1720','12558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1936','12559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1945','12560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('benjamin','12561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brainchild','12562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celebrated','12563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chicago','12564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clashed','12565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('described','12566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enjoyment','12567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('equality','12568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fodder','12569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forwarded','12570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('founded','12571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hundreds','12572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inventors','12573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('j','12574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joyous','12575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lust','12576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('never','12577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oversee','12578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persecution','12579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('philadelphia','12580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('philly','12581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preperations','12582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protestors','12583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('races','12584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riots','12585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stoop','12586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('struggles','12587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suffered','12588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('televised','12589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thereafter','12590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tragedy','12591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('truman','12592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valentines','12593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enthusiasts','12599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squads','12600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wider','12601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sing','12841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whatnot','13051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('errr','12604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anywear','12605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('footlocker','12606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sprting','12607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appease','12608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polls','12609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitchings','13029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitchfest','13028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abuse','13027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wookiegunner','13955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swooping','13016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stirring','13015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magic','14058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotsanikin','14057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('videotape','15081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glen','13438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pure','13439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2498','18019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sidewalk','13384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1000th','13006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitched','13007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clicks','13008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('f','13009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fiasco','13010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mgr','13011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('puke','13012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('releases','13013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skinned','13014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('childish','12671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dissmissing','12672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solved','12673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vent','12708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unload','13050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('studies','12710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aproved','12711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloak','12712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strict','12713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tunic','12714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheeseburger','12729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waiter','12730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insight','12731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('althought','12732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nillus','12733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forecast','12765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('et','12764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catalogid','12763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cabinets','12762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avg','12761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accessible','12760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('84f','12759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('75','12758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('66f','12757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('59f','12756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('307pm','12755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10101','12754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3011','12753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3010','12752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1982','12751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('44','12750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goof','12766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humidity','12767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('index','12768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('langid','12769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('max','12770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mph','12771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('murfreesboro','12772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('precip','12773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('radios','12774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storename','12775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunrise','12776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunscreen','12777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waters','12778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geting','12779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mabey','12780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ned','12781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thinkin','12782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('syra','12783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afforded','12784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assholes','12785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backbone','12786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bat','12787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cable','12788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conflicts','12789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exclusively','12790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horseshit','12791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('modem','12792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ostracized','12793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peacefully','12794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reamed','12795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resolve','12796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('select','12797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smoothly','12798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spineless','12799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stfu','12800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suspects','12801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thunderdome','12802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uses','12803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whiffle','12804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyday','12805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infact','12806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('par','12807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sub','12808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beef','12809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cjs','12812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beware','12813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donpost','12814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chew','12837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('36370','12835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ann','12836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2056471187','12820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proportion','12821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wayyyyyyy','12822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ludicrous','12823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('melodrama','12824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonissue','12825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pointless','12826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lighten','12827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nazitype','12828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scificon','12829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wioth','12830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ginger','12838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('html','12839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mary','12840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('songs','12842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highlights','12857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demandingand','12844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highmaintenancebut','12845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prettier','12846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dozens','12847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inbox','12848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proof','12849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thnk','12850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tops','12851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unstable','12852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('howels','12853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('island','12854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collected','12864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touche','13005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sponge','12858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spongepaintting','12859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tan','12860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tounge','12861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weary','12863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doubling','12865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maryann','12866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coot','12867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crooked','12868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memorymust','12869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooobad','12870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suspected','12871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teeth','12872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waybut','12873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cholcolate','12874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('climb','12875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dumbass','12876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exhausted','12877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fixes','12878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fro','12879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frootloops','12880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honey','12881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('junior','12882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('popccorn','12883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shake','12884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('officiate','12885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snooping','12886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unasked','12887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leading','12888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('virginia','12889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahheed','12890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahve','12891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitches','12892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('didi','12893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foe','12894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garbage','12895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nerd','12896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oohhed','12897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raining','12898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ren','12899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shwan','12900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tammy','12901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memberhsip','12902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sugest','12903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undermine','12904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revised','12905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ineffective','12906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rants','12907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thatt','12908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atlest','12909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bitchy','12910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clan','12911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ringy','12912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communicate','12913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expanding','12914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frankly','12915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miserable','12916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necessary','12917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('negativity','12918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recognized','12919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('satisfy','12920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrinking','12921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alike','12953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('temasala','12952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('significant','12951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('severedwings','12950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scifigal5123','12949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promise','12948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('positively','12947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('msn','12946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('less','12945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lashing','12944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ladysaisana','12943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotmail','12942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('correspond','12941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('checks','12940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8695123','12939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('757','12938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fray','12954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('15240','12955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('90811','12956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('esrc','12957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('powder','12958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reduces','12959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apporved','12960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmn','12961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ful','12962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thankful','12963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blond','12964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shelter','12965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swim','12966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('challenges','13031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('billions','12994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('socom','12993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrangements','12992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brunt','13030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workboots','13052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('96','13053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vs','13054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('northwest','13055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk2484','13056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embarressed','13057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mails','13058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ants','13059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stardust','13060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ziggy','13061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assembled','13062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dammit','13073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ranting','13074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rreed','13075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('password','13076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('addict','13200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chuckle','13088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aaaaanything','13089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('packing','13090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('puppet','13091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bullet','13106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('juggernaught','13107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uot','13108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verion','13109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fairy','13110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opportunities','13111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reaver','13112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tattooine','13113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atoc','13114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sleeveless','13115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spike','13116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wifebeater','13117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aquired','13118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doublemint','13119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('escorting','13120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('padmes','13121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storyline','13176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ankle','13168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depictions','13169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('experimental','13170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('experimented','13171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('furball','13172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('furry','13173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marvelverse','13174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('procedure','13175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abducted','13167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrist','13177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secondary','13178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kotor','13179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('villians','13180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raider','13181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wannabes','13182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freakyfreaky','13183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beachtrooper','13184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beertrooper','13185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drunktrooper','13186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greasedup','13187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obvious','13188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tends','13189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gimp','13201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rambone','13202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uranus','13203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ep1','13204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notsomucha','13205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jons','13206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bespin','13207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bride','13208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('narnia','13209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('witch','13210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rawr','13211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halfasses','13212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paycheck','13213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phonin','13214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('staggers','13215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tunes','13216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('packin','13217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grrrrrrrrrr','13218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ll','13219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motherfrackin','13220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convenience','13221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flair','13236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elephant','13235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('durable','13234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cools','13233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('95s','13232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('docket','13227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hagrid','13228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mal','13229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permits','13230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remake','13231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('melon','13237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('molds','13238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('switched','13239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('againif','13240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anns','13241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('betcha','13242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diva','13243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eager','13244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantasybut','13245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gingers','13246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giver','13247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc','13248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('it','13780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chelsea','13779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pink','13778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logged','13252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hiredhands','13254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horny','13255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coreliian','13256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poorly','13257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dresses','13258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enterred','13267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('livestock','13266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('initiative','13265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dismiss','13264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spawn','13310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tale','13268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itkeep','13269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exterra','13270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necromonger','13271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scales','13272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bonded','13273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumbo','13274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('molecular','13275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mumbo','13276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('primitive','13277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scientific','13278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stonger','13279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exotic','13280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('65','13281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capital','13282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jsut','13283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promidsouth','13284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wisely','13285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cobb','13286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fates','13287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jayne','13288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moners','13289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('themself','13290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whereas','13291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('otakon','13292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('616','13293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('priced','13294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theyc','13295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backpack','13296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bowcaster','13297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('modded','13298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weatherd','13299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantasies','13300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sanitary','13301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somes','13302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sophisticated','13303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bantha','13304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skulls','13326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('han','13325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('font','13324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cogs','13323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behaf','13322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1013','13311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gotthe','13312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('il','13313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lcheck','13314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tpb','13315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pried','13316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nooooooooooo','13317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purchasing','13318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gasket','13319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intersted','13320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wooooooo','13321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('symbols','13327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tap','13328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enlisted','13329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outing','13330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ammends','13331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyhting','13332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speedos','13333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xxxmen','13334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deeelicious','13335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('microwaved','13336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('microwave','13337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('projector','13338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bennotdavid','13339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headline','13340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raffel','13341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spell','13342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woah','13343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kanos','13344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kir','13345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greased','13346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airborne','13347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('astroglide','13348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knowns','13349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minuteman','13350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sidekick','13351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trusty','13352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twin','13356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nemesis','13355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carried','13357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jacen','13358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knocking','13359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('royalty','13360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5025930283','13361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fustration','13362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leary','13363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lookign','13364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boltgun','13365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brushing','13366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figurine','13367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grooves','13368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jab','13369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hitchikers','13370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('likly','13371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moles','13372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dal','13373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diorama','13374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gargan','13375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jabbas','13376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wernt','13377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yarna','13378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bastilla','13379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yama','13380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sink','13381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('envelope','13413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electronic','13412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crystals','13411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('configuration','13410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antineutrons','13409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antigravitons','13408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misspelled','13406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scientificlike','13407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beavis','13426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spelling','13427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rabbits','13428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trout','13429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bunnys','13430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lame','13431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aeorgraphic','13442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('identify','13443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intsrument','13444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sensor','13445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specifying','13446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('primate','13447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('114','13448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1010','13449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('almaville','13450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clogged','13451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lavergne','13452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manchester','13453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waffle','13454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spock','13455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uhhh','13456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uhhhhhhh','13457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aged','13458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arugula','13459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asparagus','13460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bacon','13461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balsamic','13462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bordeaux','13463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chardonnay','13464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clarified','13465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crisco','13466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dom','13467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('espresso','13468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estate','13469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fava','13470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('french','13471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fresca','13472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gel','13473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gin','13474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grind','13475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grocery','13476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gruyere','13477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hazelnut','13478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ivory','13479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jasmine','13480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lemons','13481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masters','13482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('medallions','13483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mushrooms','13484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('olive','13485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organdy','13486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organic','13487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ounces','13488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pancetta','13489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perignon','13490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pint','13491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('porcini','13492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('potatoes','13493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prosciutto','13494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salade','13495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sliced','13496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spanish','13497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taffeta','13498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tanqueray','13499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thinly','13500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thinsliced','13501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veal','13502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vinegar','13503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('virgin','13504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walnuts','13505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whipping','13506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yards','13507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yukon','13508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aaa','13509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nashvillebased','13510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('semifinals','13511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tournament','13512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jackman','13513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shyamalan','13514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becuase','13515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creamer','13516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compromised','13517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoards','13518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caravaning','13519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immenslly','13520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iten','13521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sabers','13522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheezy','13523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skiff','13524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bfii','13525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('multifigure','13526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neyo','13527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prone','13528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sharpshooter','13529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('utapu','13530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disperses','13531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hog','13532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maneuver','13533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phenominon','13534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shadow','13535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starship','13536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('temporal','13537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corran','13538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horn','13539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lukes','13540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adi','13541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attacked','13542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bastila','13543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canderous','13544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commandero','13545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jolee','13546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kai','13547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mundi','13548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slaughtered','13549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jens','13550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tht','13551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expanded','13552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grandfather','13553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jaina','13554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nest','13555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trilogy','13556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('synonym','13557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goings','13558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kittens','13559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capes','13560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anyword','13561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marching','13562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orders','13563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trend','13564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wears','13565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wills','13566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('munchies','13567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holographic','13568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kills','13569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reformed','13570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xrated','13571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crumbs','13572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rodents','13573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrink','13574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spy','13575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cratch','13576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rats','13577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cuddly','13579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rochelle','13580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seinfeld','13581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awwww','13582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yeeeeaaa','13583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accordingly','13584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biatch','13585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crayfsh','13586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giligan','13587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skipper','13588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoestly','13589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sharpie','13590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thingies','13591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revan','13592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sharpies','13593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partys','13594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pleasing','13595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wheaties','13596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('30ish','13597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closures','13598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowest','13599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marker','13600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toyhunt','13601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ewwww','13602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touchin','13603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greaseup','13604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xxx','13605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shhhhhhhhhh','13606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conan','13607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alter','13608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cia','13609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gusy','13610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('porno','13611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pornography','13612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worldwide','13613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pix','13614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retract','13615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apt','13616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banks','13617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('catholic','13618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elementry','13619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freaked','13620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jail','13621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hopfully','13622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obtain','13623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wives','13624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sessions','13625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acrylic','13626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheers','13627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cote','13628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dont','13629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frames','13630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leaf','13631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mist','13632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muzzle','13633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occur','13634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plasticote','13635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubnbuff','13636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rust','13637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('semi','13638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stroke','13639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theres','13640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('up','13641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watered','13642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worn','13643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('youre','13644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('more','13645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('real','13646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubnbuff','13647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('howell','13648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lovey','13649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('massage','13650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pie','13651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pnemonia','13652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('308pm','13653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('56b','13654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('i20','13655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tells','13656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jk3','13657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jusrt','13658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haves','13659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oooooooo','13660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('superman','13684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shyamalal','13683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sames','13682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('routh','13681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('program','13680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('porman','13679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laurence','13678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hudson','13677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fishburn','13676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fanning','13675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dakota','13674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awarded','13673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unleashed','13685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vaughn','13686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vince','13687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('66f','13688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('47','13689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skies','13690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sprinkles','13691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunset','13692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('todays','13693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tommorows','13694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tomorrows','13695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tonights','13696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('authentic','13697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('batting','13698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disco','13699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('golfing','13700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inexpensive','13701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mechanix','13702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pratt','13703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scuffed','13704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wallyworld','13705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cried','13706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dignitaries','13707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('downright','13708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('furries','13709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('omix','13710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steeleyeballs','13711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stockin','13712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jest','13713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('youg','13714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('streaming','13715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bandages','13716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('medic','13717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actress','13718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aslo','13719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attest','13720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gome','13721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('metalic','13722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invincible','13723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manoman','13724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('urgency','13730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wallpaper','13729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backdrops','13728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mmmm','13731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bullets','13732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('initial','13733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lone','13734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revealed','13735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bay','13736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('docking','13737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mellenium','13738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('measurements','13739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('metric','13740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trench','13741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('badly','13742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tropper','13743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frackin','13744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crushes','13745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distructive','13746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exaggeration','13747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grows','13748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hottienapped','13749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nooch','13750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stars','13751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thered','13752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tomingle','13753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breeze','13754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('connections','13755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dremelling','13756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flush','13757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('illuminate','13758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('methinks','13759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prying','13760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ripping','13761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underside','13762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unseen','13763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undersuite','13767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloned','13766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('babypowder','13768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overdone','13769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rubbed','13770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bradlink','13771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaunlets','13772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unpainted','13773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('53','13774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('286','13775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resolution','13776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('townhose','13777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logos','13781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snags','13782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spraypaint','13783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undersides','13784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wholl','13785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cosutme','13786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helemt','13787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumsuit','13788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prepare','13789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poo','13897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goshy','13896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ritalin','13792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rope','15703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('climbing','15702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caving','15701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bigwigs','13796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('centerpiece','13797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clacker','13798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swarmed','13799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unfortuantly','13800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logan','13812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lifted','13811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('james','13810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indiana','13809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earl','13808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daniel','13807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mcdiarmid','13813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subtitle','13817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armed','13816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overweight','13818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tuskens','13819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('engineering','13827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('campus','13826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buidlings','13825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accessable','13824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hedge','13828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wright','13829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backwards','13830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('connor','13831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ronnoc','13832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yar','13833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('epi','13835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1981','13836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alamdea','13837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unfortunalty','13838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damon','13839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantisci','13840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4door','13841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camry','13842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('changer','13843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complet','13844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taping','13845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tubs','13846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attn','13847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('albins','13848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('firstgeneration','13849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collegedale','13850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('machines','13851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooltewah','13852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tabbards','13853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tunics','13854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aisle','13855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closure','13856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compresses','13857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crimp','13858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frown','13859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('getter','13860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irrigation','13861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liner','13862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('messy','13863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('syringe','13864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tandy','13865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sore','13885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poking','13884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jabbing','13883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('72057594085559278','13869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('n00','13870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aerators','13871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chose','13872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curved','13873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('differing','13874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filing','13875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opting','13876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prepacked','13877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('propping','13878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proving','13879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thru','13880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traps','13881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('removing','13882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4050','13886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alls','13887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blowout','13888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cooks','13889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deserves','13890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disasterous','13891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kathy','13892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roadhouse','13893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thanked','13894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tire','13895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('willickers','13898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kelldar','13900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blatent','13901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hards','13902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inconsistency','13903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incorporated','13904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manda','13905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relevent','13906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screwing','13907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teardrop','13908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transposed','13909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wisdom','13910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aplenty','13911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('auctioned','13912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cozy','13913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prorated','13914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stunt','13915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('western','13916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bye','13917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diff','13918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strikes','13919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ouch','13920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('especialy','13929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attendies','13930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('firefighter','13931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('staffed','13932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blister','13933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sidearms','13934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surrounded','13935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tommy','13936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stafp','13937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('31april','18020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handsome','13956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insomniac','13957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2am','13958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8pm2am','13959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atell','13960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highlight','13961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insomnica','13962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partied','13963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relaxicon','13964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filled','13966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tims','13994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('application','13968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becca','13969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nyrgrrlfan','13970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('completion','13971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gots','13972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nearing','13973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fold','13974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elaborate','13975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knology','13976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phinzup','13977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('craigs','13978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kast','13979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kasts','13980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boarding','13981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dancers','13982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dons','13983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fsc','13984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hereditary','13985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inebriation','13986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sca','13987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swore','13988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wenches','13989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whatd','13990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('08','13991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crispy','13992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transtion','13993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spotted','13995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('witht','13996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zam','13997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3540','18021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('archiving','14013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atlantas','14014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elevators','14015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helpfull','14016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('platform','14017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talkitive','14018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teh','14019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unneccassary','14020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cptns','14022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stumble','14023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('donalds','14024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zazzle','14025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pipecovers','14029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lengthwise','14028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stable','14030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cordless','14031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('variable','14032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congested','14033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exhibits','14034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thumb','14035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sivler','14036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sl1956','14044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fults','14043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('td6873','14049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk5920','14050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hilton','14059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bachelors','14088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banthas','14063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eeekkkkksssss','14064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('researched','14065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beale','14066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sandwiches','14067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parmasian','14071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resteraunt','14072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tasted','14073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waste','14074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hinder','14075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hotter','14076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweathog','14077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exibitors','14078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('friendships','14079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frienships','14080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garrisons','14081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slippin','14082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circulation','14083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cooling','14084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misleading','14085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pour','14086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uck','14087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canceling','14089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('safly','14090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drawback','14091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hitlon','14092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quiter','14093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suspicion','14094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('720','18022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coruscant','14107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sundown','14108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intereactions','14109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monitoring','14110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tentions','14111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('array','14112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beers','14113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('billfold','14114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheesey','14115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('etc','14116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locale','14117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowdown','14118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neah','14119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necro','14120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orrrr','14121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overthetop','14122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('radius','14123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rages','14124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saucer','14125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taxi','14126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trolley','14127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weeknights','14128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurrah','14129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('representing','14130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regreted','14131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sits','14132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appriciate','14133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lovin','14134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nifty','14135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('practical','14136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beep','14137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chanting','14138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoplift','14139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1973','14140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1983','14141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1984','14142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1987','14143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1988','14144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1989','14145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1990','14146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1993','14147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1994','14148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1997','14149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1998','14150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2000','14151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anaconda','14152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apes','14153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('batman','14154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bernies','14155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blonde','14156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caddyshack','14157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dancing','14158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dumberer','14159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frontier','14160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('havana','14161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jaws','14162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('karate','14163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legally','14164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leprechaun','14165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lloyd','14166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manhattan','14167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matrix','14168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('menace','14169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oceans','14170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paradise','14171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phantom','14172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('porkys','14173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reloaded','14174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robin','14175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sequels','14176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tha','14177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('twelve','14178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viii','14179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wolf','14180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','14181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ms','14182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cussing','14183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imho','14184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parameters','14185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relative','14186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suckage','14187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stealing','14188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sy','14189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helperton','14190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helpy','14191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('righty','14192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spank','14193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cencored','14194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curled','14195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highlander','14196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hilter','14197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('michael','14198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postion','14199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sockets','14200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sucky','14201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ultraviolet','14202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wept','14203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eta','14257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cosider','14205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abbandoned','14206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forsaken','14207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohios','14208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confuse','14256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tada','14211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anakins','14212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guaranteed','14213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whatev','14214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dressing','14215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweatshirt','14216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conceed','14217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strutt','14218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hats','14219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convened','14226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rondavou','14225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graceland','14224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dropoff','14227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('factored','14228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('godawful','14229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hague','14230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intangible','14231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('je','14232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kelvin','14233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('measured','14234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offenders','14235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sais','14236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stankitude','14237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steep','14238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('testimony','14239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('utterly','14240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immortals','14241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loger','14242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mega','14243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ozone','14244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redeemed','14245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rewitten','14246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scraps','14247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shield','14248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smiths','14249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sunglasses','14250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copier','14264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designated','14255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dealing','14254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sue','14265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warning','14266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reorganization','14267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('napkin','14268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acne','14269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('album','14270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bass','14271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boose','14272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cow','14273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deweese','14274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drums','14275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elusive','14276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fame','14277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fiddle','14278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('folk','14279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('groupies','14280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interview','14281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kazoo','14282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('machinery','14283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operating','14284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quartet','14285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reggae','14286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revolutionary','14287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sensational','14288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('titled','14289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ur','14290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vocalist','14291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celtic','14292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('era','14293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('firstly','14294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('labyrinththemed','14295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simultaneously','14296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cozymels','14297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mexican','14298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poplar','14299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alleged','14300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crewe','14301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('false','14302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hallucination','14303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hypothetically','14304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iterations','14305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('latish','14306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meds','14307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('migraine','14308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moi','14309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offduty','14310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owie','14311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('platonic','14312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rehearsal','14313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('risqu','14314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sparkly','14315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tattling','14316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flamethrowers','14317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonononononono','14321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chamberlike','14322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gunbelt','14440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('degree','14439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bandage','14438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('broadway','14332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('labyrinth','14333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scrounge','14334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decended','14338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('annual','14337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invades','14339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costly','14340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hightower1987','14341','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matthew','14342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('premiered','14343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('principle','14344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('principles','14345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sponsored','14346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk152','14347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toysrus','14348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watts','14349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wil','14350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rapping','14351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speaks','14352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('volumes','14353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20rd','14354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('56','14355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('308','14356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('700s','14357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acog','14358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appearance','14359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('artic','14360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assault','14361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capable','14362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detachable','14363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fitted','14364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glock','14365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inflict','14366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('m14','14367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('m16','14368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('m21','14369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('m24','14370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('m4','14371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magazine','14372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mat','14373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meters','14374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('observations','14375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('on','14376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pressed','14377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ranges','14378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rapid','14379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rem','14380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rifles','14381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rounds','14382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secession','14383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('semiauto','14384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shooters','14385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shots','14386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tactical','14387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trijicon','14388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('variation','14389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winmag','14390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('money','14391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('take','14392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apartment','14393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lump','14394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheeite','14395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('facial','14411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muddy','14410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lambert','14409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cough','14408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christopher','14407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accents','14406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accent','14405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absorbed','14404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subbing','14412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10noon','14413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1june','14414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thursun','14415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheep','14416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advcon','14417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afu','14418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ayou','14419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complainers','14420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disassociated','14421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honorably','14422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iraqi','14423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lesters','14424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightbulb','14425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misled','14426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nashvilleites','14427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outcast','14428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polution','14429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retaliation','14430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('threats','14431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consolodate','14432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exported','14433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reskin','14434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheeky','14435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mute','14436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starshiptroopers','14437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tina','14441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trousers','14442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tucking','14443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funniy','14444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smiling','14445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dividing','14446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('existing','14447','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exporting','14448','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geo','14449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prospective','14450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recommendation','14451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('titan','14452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('typically','14453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('90','14454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commenting','14455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explanations','14456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reorg','14457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('famous','14458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('develope','14459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emcompases','14460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exclude','14461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reorganizing','14462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('returning','14463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rug','14464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spies','14465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suz','14466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swept','14467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('time','14468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohhhhh','14469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('akia','14470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boarder','14471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bud','14472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coheasive','14473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('composure','14474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('egging','14475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grown','14476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ingore','14477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knuckleheads','14478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lacks','14479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lighthearted','14480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reoranization','14481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('socialization','14482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spead','14483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wall','14484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('branch','14485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mend','14486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beome','14487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collective','14488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('linked','14489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cleverlilminxs','14497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steal','14496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sceniro','14495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('olivers','14494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confirming','14498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('foster','14499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('petition','14500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reins','14501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('codys','14502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scorch','14503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('netherlands','14504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upgrated','14505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandate','14506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clash','14507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commmunication','14508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concnetrate','14509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cryin','14510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dial','14511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ideally','14512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indication','14513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knapp','14514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mepd','14515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passionate','14516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phones','14517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('physically','14518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pulls','14519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resurrected','14520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rlco','14521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strings','14522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suzan','14523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yahoos','14524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finalized','14525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grease','14526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('niche','14527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whiney','14559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whever','14558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whatsoever','14557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('were','14556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('splits','14555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spliiting','14554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repeatedly','14553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polite','14552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misheard','14551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knxville','14550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantasci','14549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accussed','14539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thee','14540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cutein','14541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ick','14542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cease','14543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('continuem','14544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marty','14545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roommate','14547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('totalled','14548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allergic','14560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inthe','14561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thr','14562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('truthfully','14563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misinterpretaion','14564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outright','14565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unacceptable','14566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uttered','14567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('define','14568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1500','14569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eisnt','14570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('floridas','14571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logistically','14572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concentrating','14573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devide','14574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fail','14575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fracking','14576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misscommunication','14577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mushroom','14578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cody','14579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('playground','14599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marriage','14598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grapevine','14597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('counterproductive','14596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colorful','14595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('someplace','14586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hardtofind','14587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hefty','14588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('improvise','14589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wallet','14590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suprised','14591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dayton','14592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geographically','14593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mull','14594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('politics','14600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('injuries','14601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lauren','14602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slightest','14603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('binocculars','14604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mommy','14605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrubs','14606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whosa','14607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flux','14611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capacitor','14610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('radical','14612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrubbary','14613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unecessary','14614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atat','14615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('otc','14616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ifn','14618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5pm','14619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('firearm','14620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('not','14621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('larps','14630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5pmmidnight','16988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tabletop','14632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('40506','16987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10ammidnight','16986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gnome','14635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeeze','14636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quadriped','14637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rabid','14638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohioan','14639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slotted','14640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vouched','14641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neoprene','14648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diving','14647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3d','14644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cretacious','14645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trex','14646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animated','14649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animation','14650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('convoluted','14651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transformed','14652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unlikley','14653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snickers','14654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1960','14655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('196667','14656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('america','14657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angel','14658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('annihilation','14659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ballistic','14660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('batcave','14661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('batmania','14662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biography','14663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bliss','14664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burt','14665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diamonds','14666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earp','14667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ecks','14668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feldman','14669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fox','14670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('globe','14671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goonies','14672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gremlins','14673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haley','14674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hayley','14675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hollow','14676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hound','14677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('independence','14678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kombat','14679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misadventures','14680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moonspinners','14681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mortal','14682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ninja','14683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peyton','14684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pollyanna','14685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('searchers','14686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sever','14687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('superheroes','14688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('superheros','14689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tarzan','14690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teenage','14691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trap','14692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vh1','14693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winner','14694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wyatt','14695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xfiles','14696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('credibility','14697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrapping','14698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lupine','14699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('begs','14700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celtictrooper','14701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ct0001','14702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kilt','14703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corse','14704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('46','14705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amends','14706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('badmouthed','14707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biz','14708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brushed','14709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deeper','14710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disregarded','14711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('een','14712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exchanges','14713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fantasicon','14714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frustration','14715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hugged','14716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('humor','14717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ineveitable','14718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joeyhollyjeffsuz','14719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mentality','14720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('movement','14721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nahsville','14722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naive','14723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rectify','14724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seperating','14725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solidified','14726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spirits','14727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tension','14728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undo','14729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whol','14730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worrying','14731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8000','14732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9pm','14733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antique','14734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antisusan','14735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anything','14736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bamatroopers','14737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carolina','14738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('characterize','14739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circles','14740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clique','14741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('con','14742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('despise','14743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desuited','14744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('didn','14745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disagree','14746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('equation','14747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('group','14748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happeni','14749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('her','14750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intentional','14751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('late','14752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('malls','14753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minussusan','14754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('months','14755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('more','14756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overhear','14757','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pc','14758','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personally','14759','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ps','14760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sawwhomever','14761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('say','14762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('separation','14763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('short','14764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('socialize','14765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('state','14766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suckass','14767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sus','14768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('susan','14769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thing','14770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('threads','14771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('too','14772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trips','14773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troopers','14774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('well','14775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('while','14776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wreck','14777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('year','14778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('you','14779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gilligan','14780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handful','14781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lashed','14782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('merely','14783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pming','14784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pressured','14785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responsibilty','14786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vibes','14787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appologize','14788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('punt','14789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shenanigan','14790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('themt','14791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throats','14792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torqued','14793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('54mm','14794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carvings','14795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celts','14796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depicted','14797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diodorus','14798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('healed','14799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('irregular','14800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mane','14801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miniatures','14802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nature','14803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rippling','14804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roman','14805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaggy','14806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('siculus','14807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terrifying','14808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torcs','14809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warfare','14810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warriors','14811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wooddemons','14812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woodrows','14813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wounds','14814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arguing','14815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liar','14816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peaved','14817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('technical','14818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('britain','14819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celt','14820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clothed','14821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dover','14822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waxwork','14823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('payment','14824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trik','14825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('typo','14826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gt','14827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gx','14828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('33','14829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('62','14830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indoors','14831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toddies','14832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dumpster','14833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ewas','14834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thiers','14835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tinas','14836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afloat','14837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attraction','14838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boarders','14839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('branches','14840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circus','14841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infested','14842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ourself','14843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raft','14844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reinflate','14845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shark','14846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fallano','14847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gerardo','14848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armoir','14849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fallanos','14850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonscreen','14851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sculpted','14852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chains','14853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defended','14854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exagerrating','14855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hearsay','14856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('innuendo','14857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judgements','14858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pez','14859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prolly','14860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rehashed','14861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tatoos','14862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tribal','14863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diggin','14864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yodas','14865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goimg','14866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fired','14867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intentionaly','14868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mellow','14869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('punches','14870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straightened','14871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accountable','14872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mouths','14873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necks','14874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duct','14875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mantra','14876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wayt','14877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prom','14878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boston','14879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crane','14880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('denny','14881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yuor','14882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hothy','14883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hubby','14884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tatto','14885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specs','14892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delta','14893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nine','14894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repaints','14895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vas','14896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minitures','14897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waving','14898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concert','14899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cville','14900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photoshop','14901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exchanged','14902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imprint','14903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magazine','14904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('penny','14905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clutchs','14906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fx','14907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armro','14908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resells','14909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('richies','14910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bert','14911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slid','14912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recovered','14913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refund','14914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imprinted','14915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opted','14916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('radar','14917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aman','14918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cnadian','14919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resell','14920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reseller','14921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('senario','14922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signature','14923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('substituted','14924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trademark','14925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blasterless','14930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hybrid','14929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nothavinganyfirearms','14931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yah','14932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('40k','14933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pipe','14934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signals','14935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commited','14938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forgivness','14937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expressed','14939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rawk','14940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warhammer','14941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cosidering','14942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distancewise','14943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mcminnville','14944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shortest','14945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spencer','14946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tullahom','14947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christmasfranklin','18023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confronted','14955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demanded','14956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goofy','14957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('introductions','14958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suffering','14959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('puba','14960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ofdoing','14961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('astart','14962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('00opee','15144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1995','15145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alderaan','15146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aotc','15147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashla','15148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bail','15149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conf','15150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('continually','15151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deluxe','15152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dutch','15153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('encounter','15154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evac','15155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gungan','15156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infiltrator','15157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jempa','15158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jinn','15159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jn66','15160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mace','15161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('myo','15162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noted','15163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organa','15164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('packaging','15165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pagalies','15166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prince','15167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('probe','15168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bly','15001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minatures','15002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rex','15003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wizards','15004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snag','15005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stoshia','15006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dookuanakin','15007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depend','15008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alters','15009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barrier','15010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('composed','15011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conquests','15012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('echelons','15013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('erasing','15014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('magnets','15015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonvirgins','15016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('polarity','15017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postulates','15018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repelling','15019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scientists','15020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sexual','15021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subjects','15022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theory','15023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thereof','15024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inventory','15025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deity','15026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theorem','15027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peruse','15028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pricelist','15029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('700','15030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flock','15031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intraverts','15032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightweight','15033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pills','15034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repels','15035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chrisa','15036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earleir','15037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handstand','15038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('condoning','15039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dagobah','15040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cjravager','15041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afterall','15042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arkansas','15043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assigned','15044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deployed','15045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk9612','15046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transmission','15047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('r3po','15170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quigon','15169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frieds','15143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bizarre','15051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blacked','15052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eyeballs','15053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rearranged','15054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ackbar','15055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boush','15056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cargo','15057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ceremonial','15058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comtech','15059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emeror','15060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ev9d9','15061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garindan','15062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haako','15063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holo','15064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('malakili','15065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('momaw','15066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mothma','15067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nadon','15068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nunb','15069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('panaka','15070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prune','15071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rune','15072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yak','15073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mauls','15074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vids','15082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('26th28th','15083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('riverfest','15084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncharted','15085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tempting','15086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apperciated','15087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buzz','15088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duffel','15089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sis','15090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swinging','15091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whover','15092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trunk','15093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whatcha','15094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hurray','15095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whenre','15096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fanboy','15097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('argh','15099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dicuss','15187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matos','15101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dion','15102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tanyas','15103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burgers','15104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sp4','15171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taun','15172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teemto','15173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tuskin','15174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vander','15175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welp','15176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('windu','15177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xizor','15178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yavin','15179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10am12am','15180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2930','15181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5am8pm','15182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6am7pm','15183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6am9pm','15184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('910','15185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dickens','15186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowkey','15188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ima','15189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('farther','15190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grub','15191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tubby','15192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daddy','15193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delightful','15194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looooong','15195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stimulating','15196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beccas','15197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rolls','15198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lending','15199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privlige','15200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transaction','15216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ownership','15215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeopardy','15203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obitn','15214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helpfully','15213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adverse','15212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concrned','15207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hitched','15208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reaquire','15209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('therwise','15210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wonthave','15211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anways','15217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itching','15218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flinging','15219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mostlynaked','15220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marathon','15224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coud','15223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pumpkin','15225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trickery','15226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guarding','15227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hearty','15228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permission','15229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('utensil','15230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bumped','15231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cook','15232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earpeice','15233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expression','15234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reject','15235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uglies','15236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vast','15237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('biggie','15238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('introduction','15239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('turf','15240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welll','15241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dianetics','15242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuming','15243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hayes','15244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surrounds','15293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curleys','15292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circumstance','15291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6pm','15290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6705783','15289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('615','15288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('5841343','15287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carefull','15252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jehad','15253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stange','15254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('southpark','15255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acryllic','15256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gms','15257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('container','15258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('critter','15259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poison','15260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slammin','15261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('critters','15262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('millipedes','15263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peta','15264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wowza','15265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faaaavorite','15266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absorb','15267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mojo','15268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiz','15269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funding','15270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('culture','15271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('issac','15272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parks','15273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('references','15274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thouhgt','15275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christians','15276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explination','15277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('isaac','15278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jews','15279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mormons','15280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poinent','15281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('religious','15282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sensitivity','15283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('birdy','15284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embarrassed','15285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jpeg','15286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alaska','15300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1520','18018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clonetroopers','15310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wedge','15330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suckcon','15329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sales','15328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reps','15327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('marrital','15326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jabs','15325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gut','15324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fooled','15323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('briefly','15322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acadamy','15321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tinkering','15332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blocked','15333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('would','15339','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toothbrush','15338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snugled','15337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pumpking','15340','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('das','15342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proffesinal','15343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upbeat','15344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ragging','15349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lighter','15346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surely','15347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scarlet','15353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('letter','15352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cloneage','15354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defer','15355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sponisbility','15356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('then','15358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beaten','15359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simmons','15366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('indifferently','15365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gene','15364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('counsil','15367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flipped','15369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cuss','15390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bothans','15371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pigtails','15372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slutty','15373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('underwear','15374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flyer','15375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bash','15376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ethnic','15377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infra','15378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timers','15379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unspoken','15380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loking','15381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prematurely','15382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pepto','15383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elbow','15393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replied','15392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bowing','15391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pictorial','15394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picts','15395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woad','15396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tthey','15397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thunder','15422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('noses','15421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gona','15420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becks','15401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('categorize','15402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confides','15403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curiousity','15404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devistated','15405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('digress','15406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dribble','15407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exaggerate','15408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exploit','15409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harmful','15410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hears','15411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lotsa','15412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('molehills','15413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mountains','15414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('originated','15415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('petty','15416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruse','15417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sparked','15418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stir','15419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('everyong','15423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mension','15424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shortcake','15425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strawberry','15426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hothgirl','15427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poundcake','15428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scar','15429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ummmm','15430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banana','15431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beno','15432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skank','15433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winnner','15434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kabooosy','15435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mill','15436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mse','16516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tangents','15457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('retort','15456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mediate','15455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jenns','15454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clam','15453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barbs','15452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unwarranted','15458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chamber','15459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commerce','15460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veryify','15461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flyers','15462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4pm','15463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('those','15464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eric','15465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('galaxies','15466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1265','15467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tyranus','15468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attractions','15469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cattle','15470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gratitude','15471','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('janky','15472','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moms','15473','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('multitude','15474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonprofit','15475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('venders','15476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chitlins','15477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grits','15478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('possum','15479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tums','15480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kenobi','15481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('franken','15482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spanking','15488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hahahaha','15487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('celebrating','15486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('server','15489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starstrider','15490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xfor','15491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shakes','15492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allie','15493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dish','15494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harass','15495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haaaaaaaaaaaaa','15496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ppy','15497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troopy','15498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bleh','15499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cocs','15500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mayors','15501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harrasing','15502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moderating','15503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sg','15504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashes','15505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enraged','15506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fostered','15507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gage','15508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greivances','15509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interfere','15510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('learns','15511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misquotation','15512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('piehole','15513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('productively','15514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restrain','15515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spewing','15516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stilled','15517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unpleasant','15518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demystified','15519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exagerating','15520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gettng','15521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halt','15522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trou','15523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weenies','15524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('junks','15525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peabody','15526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delicious','15527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rendezvous','15528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obligations','15529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ribs','15530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apocalypse','15531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backing','15532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chrismas','15533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cohesive','15534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('examples','15535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fairness','15536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persence','15537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selfs','15538','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appraiser','15539','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cindyd','15540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crayfishhealthsouth','15541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dawndesperate','15542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('habeneros','15543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highay','15544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hollydesperate','15545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('housewife','15546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jessed','15547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joeycomputer','15548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowsouthcon','15549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mayer','15550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rickycomputer','15551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robindesperate','15552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shannonhundyai','15553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('specified','15554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thaddentist','15555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uab','15556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zmanreal','15557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bloodfin','15558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bunker','15559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chilastra','15560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confederate','15561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crafted','15562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ee3','15563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('england','15564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enroute','15565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exmilitary','15566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looting','15567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('los','15568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obatin','15569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perty','15570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remains','15571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scv','15572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('servers','15573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transfer','15574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vet','15575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disliking','15576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elitism','15577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evenhanded','15578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handshakes','15579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20032004','15580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blocks','15581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('busters','15582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expectations','15583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forceful','15584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('galatin','15585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hendersonvilel','15586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hendersonville','15587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honcho','15588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immaturity','15589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misread','15590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misunderstood','15591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mortar','15592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motel','15593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nodding','15594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peopel','15595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perceived','15596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('problme','15597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('represented','15598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responsable','15599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roach','15600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seeign','15601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sjust','15602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smells','15603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subordinate','15604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supporting','15605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tay','15606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thsi','15607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tits','15608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('traveled','15609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tthe','15610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('validation','15611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('correction','15613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dh','15614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gatherings','15615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk5505','15616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haji','15617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jfi','15618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amnipulate','15619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manipulate','15620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nudge','15621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roomed','15622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smille','15623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smirk','15624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talledega','15625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wals','15626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wayy','15627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wherever','15628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salutes','15632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breezed','15633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loading','15634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jared','15635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('almighty','15636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commanding','15637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cheesy','15638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweater','15639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incest','15640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approachable','15641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calm','15642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('circumstances','15643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('golf','15644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motels','15645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('powwow','15646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stagings','15647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('storms','15648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suido','15649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tires','15650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weddings','15651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3pm','15652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('causing','15653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('classes','15654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cue','15655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dilema','15656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('management','15657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mangement','15658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('more','15659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rattle','15660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shift','15661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steadily','15662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('workplace','15663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worse','15664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('18th','15665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('watchout','15666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ryanrockstar','15667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spankings','15668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bondage','15669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brake','15670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bumpersticker','15671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hawtpants','15672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welcomes','15673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coodinator','15674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monique','15675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wording','15676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dale','15677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purchsed','15678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('honda','15679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('benspirit','15680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haunting','15681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shannonhonda','15682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('athf','15683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mc','15684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remix','15685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sealab','15686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shouldve','15687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scored','15688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fishy','15689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stormy','15690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thios','15691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bamtrooper','15692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coupled','15696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('babysitter','15695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('novie','15697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('babyfett','15699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fullon','15700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chief','15704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giggy','15705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pirate','15706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('posse','15707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rocked','15708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crashs','15719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('etchasketch','15720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nuf','15718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frsh','15717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instantly','15721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mintues','15722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('struck','15723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conevent','15724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reenforce','15725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('editednevermind','15726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('complements','15727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recreate','15728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debuting','15729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flaring','15730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flyin','15731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('halo','15732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headaches','15733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('like','15734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('newcomers','15735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebirth','15736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tempers','15737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zzzz','15738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruled','15739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('structured','15740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3g2','15741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dookus','15744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('66th','15745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('essex','15749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cader','15748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('telephone','15779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stoooopid','15778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sang','15777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nervous','15776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matts','15775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lyrics','15774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jennks','15773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intelligence','15772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heartfeltly','15771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaaah','15770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dimwitted','15769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('belle','15768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angie','15767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahah','15766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2568305431','15765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dancin','15780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('groove','15781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('movin','15782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('singin','15783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('archive','15784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asks','15785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blamed','15786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chieftain','15787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concom','15788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deducible','15789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('descriptions','15790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('employees','15791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endeavour','15792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hager','15793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('improprieties','15794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jerry','15795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('justfinished','15796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resend','15797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resolved','15798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strengthen','15799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rift','15809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pps','15808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ppps','15807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('continuum','15806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absent','15805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spacetime','15810','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('w','15811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trail','15982','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('texas','15981','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tacks','15980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squirrels','15979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('primarily','15978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patching','15977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nuts','15976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('myspace','15975','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liberty','15974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kiddys','15973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jerks','15972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ips','15971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haunts','15970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hacks','15969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hackers','15968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disrupt','15967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defacing','15966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defaced','15965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('declaration','15964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crasher','15963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('absurd','15962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mosh','15833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fursuit','15834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowslung','15835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opencrotch','15836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pan','15837','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tights','15838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bellydancer','15839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jiggy','15840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('huuuge','15841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rediculous','15842','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hilt','15843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('258','15844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imdb','15845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voiceonly','15846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communications','15847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deputies','15848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holonet','15849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tastefully','15883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scraped','15882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recognizes','15881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prohibited','15880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('professionally','15879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('portraying','15878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obscenely','15877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misconduct','15876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lewdly','15875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laws','15874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harassment','15873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('federal','15872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disciplinary','15871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('costumewearers','15870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behaving','15869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('applies','15868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('termination','15884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violates','15885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consistent','15886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contain','15887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coord','15888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locate','15889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postable','15890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rename','15891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('renamed','15892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('segmented','15893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('template','15894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thurs','15895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conversations','15896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mythbuster','15897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straightforward','15898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('taarna','15929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adn','15903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jockey','15904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uhm','15960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tore','15959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sass','15958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('roar','15957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quinn','15956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postmidsouth','15955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joker','15954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inspirations','15953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('executed','15952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excelently','15951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embroidery','15950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earlystages','15949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('debuted','15948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anticipation','15947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prosecuted','15919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('punks','15920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sentencing','15921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concepts','15926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phew','15939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('luuuve','15938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hellz','15937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extent','15936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('companions','15935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acquainted','15940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('authoritatively','15941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embracing','15942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spiking','15943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tonsils','15944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('appriciated','15945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('immidiately','15946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replica','15961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seriuosly','15983','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vip','15984','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dagdigglydaggummit','15985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happenstance','15986','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steiney','15987','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viewer','15988','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eva','15989','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kewless','15990','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bawls','15991','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loosed','15992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neutrlized','15993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snoozed','15994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ledbetters','15995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slipping','15996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necros','15997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('72057594091592225','15998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flickr','15999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ner','16000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vod','16001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awwwww','16002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gopher','16003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gratz','16004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judges','16005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prejudging','16006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toast','16007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bumpy','16008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweetest','16009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undies','16010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yes','16011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eelems','16012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slugs','16013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coments','16018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hon','16016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('esentials','16019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('houston','16020','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minigun','16021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('optionals','16022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tkarmor','16023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('8656944719','16024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eheidel','16025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('athletafett','16026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concord','16027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quicktime','16028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('judy','16029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bandana','16030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheepish','16045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paging','16044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overcame','16043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('klossic','16042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grin','16041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giggle','16040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agony','16039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muppets','16038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scariest','16046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slackers','16150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confiscate','16049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speeding','16050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arghhh','16051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backspring','16052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camerad','16053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gymnasts','16054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meow','16055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purple','16056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grrrrrrrr','16064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fragments','16063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bone','16062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mislead','16149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10kb20kb','16065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('128','16066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('20kb30kb','16067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('64','16068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('256','16069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4digit','16070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4kb6kb','16071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('applicable','16072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asphalt','16073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('capitalized','16074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('categories','16075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chalk','16076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clipping','16077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commonly','16078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contrast','16079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curve','16080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('denizens','16081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deputy','16082','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('desert','16083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designators','16084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('developed','16085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dither','16086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('empirealigned','16087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('familiarize','16088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formatted','16089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formatting','16090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frameset','16091','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('framesets','16092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gif','16093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gmls','16094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('havesome','16095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helmeted','16096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incorrect','16097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instances','16098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interlace','16099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jpg','16100','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lasso','16101','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowercase','16102','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maintaining','16103','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('membersubmitted','16104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('murphys','16105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonranking','16106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occassional','16107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perform','16108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('placeholder','16109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('progressive','16110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raiders','16111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recommended','16112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('referred','16113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reflects','16114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resizing','16115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sandpeople','16116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seek','16117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stormtoopers','16118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supplied','16119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ti','16120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk0014','16121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1138full','16122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1138head','16123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1138thumb','16124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unmasked','16125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wampa','16126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wand','16127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('webteam','16128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zeroes','16129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yuck','16139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voila','16138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('significance','16137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotted','16136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('couldve','16135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahhhhh','16140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interfered','16141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barrled','16142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('betwen','16143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dia','16144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pipes','16145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotate','16146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sloted','16147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thoughany','16148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gau','16151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hueys','16152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nomenclature','16153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('womp','16154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fawkes','16155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impressions','16156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vendetta','16157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sentance','16158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speach','16159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('victory','16160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('10lbs','16162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promotion','16163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weighs','16164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gau17','16165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('m134','16166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hugo','16167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memorable','16168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weaving','16169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bends','16170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emitter','16171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extends','16172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('produce','16173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('significantly','16174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unlikely','16175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conditions','16176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rainy','16177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loaded','16178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mustve','16179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('employer','16180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hecks','16181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duplicates','16182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('selectively','16183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skis','16184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6000','16185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('connects','16186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('external','16187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fabricate','16188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gatlins','16189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rpm','16190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nyes','16191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apron','16192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('towel','16193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trailers','16194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vforvendetta','16195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evillllllllllllllllllllll','16196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disrespect','16197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snippy','16198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unbelieveable','16199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuckin','16200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schmootika','16201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refrain','16202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slimmed','16203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patchwork','16204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brightened','16205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('homie','16206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('faintly','16207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hills','16208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suting','16209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('booty','16210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buttload','16211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nothings','16212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tweaks','16213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bf2','16214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nondisclosure','16215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suites','16283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2123','16470','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mtac','16579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('21st','18058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('31','18059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starfire','16256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yuuko','16257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('820','18060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embasy','16284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geoffs','16285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bannable','16310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crosses','16311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lacked','16312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moderated','16313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outcomes','16314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('predetermined','16315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reign','16316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reminders','16317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repremand','16318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stomp','16319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('straightening','16320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slimey','16321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aura','16322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awakening','16323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confrontation','16324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disconnection','16325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('favorible','16326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sided','16327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surrounding','16328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('810','16329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lounge','16330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orchid','16331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tootsies','16332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('downstairs','16333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midsouthcon0119','16335','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doubts','16336','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sexed','16337','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spit','16338','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gmltambo','16350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defining','16349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defined','16348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('communicating','16347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bulldog','16346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airbrushed','16345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gwlchris','16351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gwls','16352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('momentum','16353','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refferee','16354','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reffereeing','16355','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arenastyle','16356','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duties','16357','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('electing','16358','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('improvement','16359','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mgrs','16360','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midlevel','16361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('representation','16362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('representatives','16363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boost','16364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('morale','16365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('derserving','16366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('folklore','16367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pulseriflechicks','16368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thong','16369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beats','16378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mentally','16379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rockin','16388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hapened','16389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('efforta','16390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('positng','16391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('artwork','16393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baiting','16394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banning','16395','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blatant','16396','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contribute','16397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('controversial','16398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deems','16399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('digests','16400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('established','16401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exceptions','16402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excessive','16403','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giveaways','16404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hateful','16405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intentionally','16406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('limit','16407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('merchandise','16408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moderate','16409','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mommys','16410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('necessarily','16411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonpublic','16412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notifications','16413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offending','16414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offlist','16415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oneweek','16416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opinionated','16417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permitted','16418','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pg','16419','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preferences','16420','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('provoke','16421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('qualifies','16422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restriction','16423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sender','16424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('severe','16425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('subscriptions','16426','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trolling','16427','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('truncate','16428','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violation','16429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violations','16430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violators','16431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warnings','16432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warrants','16433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offlist','16434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dean','16435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assisting','16436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('centered','16437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('compiling','16438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explanatory','16439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impartial','16440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muttering','16441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nashvilleafterdarth','16442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ands','16451','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crude','16452','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disiplinary','16453','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ina','16454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kneejerk','16455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('limitations','16456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reactions','16457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spur','16458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('statute','16459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strike','16460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woohoooo','16461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('choke','16462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('encouraged','16463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fosters','16464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('huntsvillemadison','16465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notifies','16466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proceedure','16467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tiem','16468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tots','16469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('administrative','16478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assistants','16479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boosters','16480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coaches','16481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liasons','16482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overseers','16483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overstep','16484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sheperds','16485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stimied','16486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sevierness','16487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('idle','16488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('browning','16489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('investigator','16490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saddened','16491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stench','16492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beta','16493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1427','16494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('17','16495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('12am','18017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('benji','16506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wargaming','16985','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prereg','16526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nea','16527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('admitted','16528','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('breakthrough','16529','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cocked','16530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proactive','16531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warned','16532','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coincedently','16533','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timing','16534','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('planner','16535','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recoup','16536','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seperately','16537','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designers','16541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designer','16540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neutral','16542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reworded','16543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('draconic','16547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caterer','16546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emerges','16548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('engages','16549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mindful','16550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occurring','16551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reword','16552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('engulfing','16553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flames','16554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reinventing','16555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('teaser','16556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ghosthunter','16557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neglected','16558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('37067','18061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('churches','16580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contract','16581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contractors','16582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cosmetic','16583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remodeling','16584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treasurer','16585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('addiction','16586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('babble','16587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contemplation','16588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drawbacks','16589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gratuitous','16590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('johnny','16591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knowingly','16592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owning','16593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('samoleans','16594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squat','16595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wonderment','16596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animate','16597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('25','16598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actionis','16599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anthing','16600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assumption','16601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blessing','16602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comlains','16603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('defending','16604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dissatisfaction','16605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('follows','16606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inst','16607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neysayers','16608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pontif','16609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prefers','16610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protocola','16611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('questioning','16612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refering','16613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tactics','16614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tue','16615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('battel','16616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('busting','16617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('havnet','16618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manditory','16619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('printing','16620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purely','16621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rests','16622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thestats','16623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trolled','16624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clarion','16625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heforum','16626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somethign','16627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conform','16628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ethridges','16629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('juvenile','16630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nitpicking','16631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('representative','16632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('severity','16633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incorporating','16634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('simpler','16635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delima','16636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permit','16637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reacted','16638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trump','16639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feeds','16640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drunkenfest','16641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('43','16642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adapt','16643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ash','16644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assignment','16645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('being','16646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bucketed','16647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cced','16648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charter','16649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conscious','16650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coordination','16651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('come','16652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devalue','16653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('efforts','16654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enjoyable','16655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('etc','16656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('etci','16657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evens','16658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forkeeping','16659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gmlglenn','16660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('groups','16661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jeffgarrison','16662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lieutenant','16663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lieutenants','16664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loop','16665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('migrate','16666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ongoing','16667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onthings','16668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patrols','16669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('presentations','16670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refusals','16671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responsibilities','16672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tasked','16673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thay','16674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tidbits','16675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('utilizing','16676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verifications','16677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('xoskip','16678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','16679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blowing','16680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cement','16681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clowns','16682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('decadelong','16683','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pursuaded','16684','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spouting','16685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unlike','16686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vw','16687','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disgusting','16688','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advocate','16689','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrogance','16690','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chalkbaord','16691','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devils','16692','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diciplinary','16693','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emotins','16694','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giggleing','16695','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inflections','16696','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jameyand','16697','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nievity','16698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preapproval','16699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('remembr','16700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rooping','16701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saythis','16702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sci','16703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supposedto','16704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tactic','16705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chiefs','16706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conotation','16707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('helpers','16708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relabeling','16709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resolves','16710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('merci','16711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('snicker','16712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('12','16713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('505','16714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attendant','16715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closedoff','16716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('confirmation','16717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curlyhaired','16718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('curtain','16719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cusswords','16720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darkskinned','16721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dinnerandcostumeup','16722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doorknob','16723','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('downside','16724','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ducked','16725','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dying','16726','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('econolodge','16727','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insults','16728','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jiggled','16729','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kingsized','16730','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maine','16731','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overbooked','16732','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paycheckcontrolling','16733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('personel','16734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('printed','16735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('receipt','16736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reestablish','16737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refrains','16738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repetitions','16739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reserving','16740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sprang','16741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thisd','16742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tossed','16743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('washed','16744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('washing','16745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('westernstyle','16746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bawse','16747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ceiling','16748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2059086195','16749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chatty','16750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('extreeeeemly','16751','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('positing','16752','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spaming','16753','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weeds','16754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk7865','17435','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('optians','17434','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jordan','17433','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6pack','17432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2007','17431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('centers','16760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outoftowners','16761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wookieegunners','16762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pertains','16766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handicap','16765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('property','16767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('temperature','16768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terrible','16769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jiggling','16770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('purposefully','16771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tm','16772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('organised','16773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('preregistered','16783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonstop','16782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guarantee','16781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('liekely','16779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('motivate','16780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apearences','16784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bees','16785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cmd','16786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ihc','16787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('promotions','16788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worker','16789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consisting','16790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cotg','16791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('govenors','16792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darling','16793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lastminute','16794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('44th','16795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('submitting','16796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talkers','16797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('usergroup','16798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locking','16799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('malicious','16800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persist','16801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('resulting','16802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('upong','16803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violating','16804','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fairs','16805','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('airways','16806','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daylight','16807','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infulence','16808','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discriptions','16809','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrogant','16820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blooms','16821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demolition','16822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disorganized','16823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fraggin','16824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happier','16825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kibbits','16826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nobodys','16827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('questionable','16828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('toes','16829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('touchy','16830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attracting','16831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clog','16832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lax','16833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wig','16834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anywho','16835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('itchy','16836','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oooooo','16838','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eats','16839','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gearbox','16840','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('annex','16841','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('looses','17013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greener','17012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kidnap','16844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bent','16845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blurs','16846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('challenged','16847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persue','16848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahhhh','16849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ode','16850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aayla','16851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acklay','16852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acolyte','16853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aerial','16854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('agen','16855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anor','16856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antilles','16857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aqualish','16858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arc','16859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asajj','16860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('astromech','16861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atrt','16862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('atst','16863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aurra','16864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baba','16865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baron','16866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boga','16867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bomarr','16868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calrissian','16869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('captive','16870','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chagrian','16871','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dengar','16872','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('devaronian','16873','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('durge','16874','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duros','16875','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dwarf','16876','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('elite','16877','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enforcer','16878','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('evazan','16879','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fel','16880','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fringe','16881','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fringer','16882','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geonosian','16883','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gotal','16884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gran','16885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grenadier','16886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grievouss','16887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guardian','16888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guri','16889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ig88','16890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iktotchi','16891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ishi','16892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kaadu','16893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kashyyyk','16894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('klatooinian','16895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kolar','16896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lah','16897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lobot','16898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('medon','16899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mercenary','16900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moff','16901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monk','16902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('muun','16903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('naboo','16904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nikto','16905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nom','16906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orray','16907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overseer','16908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('padm','16909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picador','16910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pokemon','16911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ponda','16912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quarren','16913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quinlan','16914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('r2d2','16915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rendar','16916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saesee','16917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('san','16918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secura','16919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('separatist','16920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sergeant','16921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shistavanen','16922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sith','16923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spider','16924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tambor','16925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tarfful','16926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tarkin','16927','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tauntaun','16928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tib','16929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tiin','16930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tion','16931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tsavong','16932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('typho','16933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uncommon','16934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unduli','16935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ventress','16936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('viper','16937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vong','16938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('warmaster','16939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wat','16940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weequay','16941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wesell','16942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('x1','16943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('yuuzhan','16944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sigourney','16945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fwiw','16946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lure','16947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crescent','18062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('addicted','16954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pins','16955','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spares','16956','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bane','16957','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('champions','16958','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demolitionist','16959','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('denotes','16960','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eweb','16961','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exar','16962','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kun','16963','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('malak','16964','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('massassi','16965','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phase','16966','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ptower','16967','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('qeldroma','16968','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repeating','16969','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rumored','16970','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ugnaut','16971','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ulic','16972','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minis','16973','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unbeleivable','16974','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gree','16996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('likelyhood','16997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('striking','16998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('why','16999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('signatures','17000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tooo','17001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ramen','17002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aahhhs','17003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blank','17004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('designing','17005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('encompassing','17006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('importantits','17007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oohhs','17008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pallett','17009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timeframe','17010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ellen','17011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buttah','17014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ridicule','17015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bahavior','17016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rowdies','17017','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dentaholic','17018','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recovering','17019','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('editdonethanks','17021','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smartass','17022','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('familar','17023','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('horseman','17024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offtopic','17025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('procede','17026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tailor','17027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ascetic','17028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asp7','17029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dressellian','17030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kaminoan','17031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misplaced','17032','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shaak','17033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vornskr','17034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bad','17035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diana','17036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brooches','17037','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earring','17038','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anothers','17039','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disgression','17040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thusly','17041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crud','17042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repsdo','17043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ultimately','17044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('committe','17045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nogooders','17046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swiftly','17047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aurebesh','17048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jediagent','17049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('masterkoon','17050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rotsanakin','17051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screams','17052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closeup','17053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonviolent','17054','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slurs','17055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('advertisement','17056','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('billboards','17057','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harms','17058','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reacting','17059','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('panals','17060','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garaunteed','17061','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goers','17062','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patrons','17063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cotf','17064','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dryer','17065','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('matress','17066','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('washer','17067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wirlpool','17068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('silhouette','17069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soxo','17070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nazis','17071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('painless','17072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bluescreen','17073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cged','17074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onsetaccurate','17075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sigs','17076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highquality','17077','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('claws','17078','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expectancy','17079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('glider','17080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('screwdriver','17086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drilling','17085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('craftsman','17084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dwrds','17087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1977','17088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bunnytroopers','17089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stash','17090','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blackhole','17092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inverted','17093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legsbgone','17301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('icon','17095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('offends','17096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fav','17104','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shizzle','17105','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('143','17106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('a','17107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aaron','17108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adams','17109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aimee','17110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anderson','17111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angela','17112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awing','17113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balk','17114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bardeche','17115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behnke','17116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bergren','17117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bovin','17118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brady','17119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brandt','17120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brian','17121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('britton','17122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brosmer','17123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brueckman','17124','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bryan','17125','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burnsides','17126','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carrie','17127','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('carter','17128','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ceramoney','17129','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christian','17130','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('christina','17131','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clayton','17132','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clint','17133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('conte','17134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cooper','17135','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('culp','17136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('damian','17137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dan','17138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dandrea','17139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('diedra','17140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dillon','17141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dougherty','17142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duffy','17143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ehrichs','17144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('farmer','17145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ficker','17146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figueroa','17147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ford','17148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frazier','17149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gabrielle','17150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('genosis','17151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gil','17152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graburn','17153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graeme','17154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gregg','17155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guemes','17156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handerson','17157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('handmaiden','17158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harris','17159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('henderson','17160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hofmann','17161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ignatowski','17162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ivey','17163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jaeckel','17164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jake','17165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jim','17166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jocosta','17167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jorgenson','17168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jos','17169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('josh','17170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joyce','17171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('justin','17172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kern','17173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kidd','17174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kieron','17175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kim','17176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('krickhan','17177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('krys','17178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lars','17179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leah','17180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leigh','17181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leopold','17182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('linden','17183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lindsay','17184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lisa','17185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lita','17186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ludovic','17187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lyndi','17188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lynne','17189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('manning','17190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maurecia','17191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mckinney','17192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('metcalf','17193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('michele','17194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mike','17195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miklos','17196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('moriarty','17197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('navarre','17198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neurath','17199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nowling','17200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('obojski','17201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oconnell','17202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orbin','17203','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pavlina','17204','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('peterson','17205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pfingston','17206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('phinney','17207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('picnic','17208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poling','17209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rachel','17210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('randall','17211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rebello','17212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('redfern','17213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('renzetti','17214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rodkey','17215','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sabe','17216','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarah','17217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sarna','17218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scharf','17219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('schnider','17220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shala','17221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sherman','17222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shidler','17223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solecki','17224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('solinger','17225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starkey','17226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stead','17227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stephanie','17228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stine','17229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stowtrooper','17230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stoyle','17231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('susie','17232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thomas','17233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('travis','17234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troy','17235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vanophem','17236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vardous','17237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('washko','17238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wassme','17239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whitecotton','17240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wicker','17241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ziemer','17242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('zuckus','17243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highjacking','17244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('banners','17246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sitckers','17247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smelly','17248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swoop','17249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tattoos','17250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intrusted','17251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privilages','17252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chevron','17254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eiii','17255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dc','17314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daggers','17313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crafting','17312','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abdomen','17259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filler','17260','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('improved','17261','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jonesy','17262','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attractive','17263','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brooch','17264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dose','17265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('e6000','17266','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endorsing','17267','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('findings','17268','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gems','17269','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heavyduty','17270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jobbies','17271','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('loops','17272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mightve','17273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pinback','17274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rectangular','17275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rows','17276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tietacs','17277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tug','17278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tugging','17279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dna','17280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hockeystyled','17291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flatness','17290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actaully','17289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jersey','17292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shading','17293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('siggys','17299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('photoshoped','17298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('collage','17297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hamster','17300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('34','17302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('144','17303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corellian','17304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('inuendos','17305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bluejedis','17306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('broach','17307','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lift','17308','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pinning','17309','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tention','17310','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tietac','17311','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shweetpea','17315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tuned','17316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brooklyn','17317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('9pmish','17318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('infuriated','17319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lawrenceburg','17320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('uks','17321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clorox','17323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comapny','17324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fingernails','17325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fugly','17326','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shortage','17327','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trojan','17328','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lco','17329','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('comission','17330','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darren','17331','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nicholasville','17332','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shindig','17333','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('winchester','17334','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('converstations','17996','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('143rd','17349','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arancibia','17342','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bh718','17343','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clumbsy','17344','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('in7331','17345','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jpgs','17346','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tc1907','17347','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wesson','17348','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corps','17350','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brag','17351','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('booked','17352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('napoleon','17369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funnier','17368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dynamite','17367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coding','17995','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('addtype','17365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('albums','17366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sample','17370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('git','17371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('awesomeness','17372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('errors','17373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('instance','17374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coulda','17375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sworn','17376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reconnoiter','17382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('imperials','17381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fullypainted','17380','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('waistassembly','17383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doublet','17384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','17722','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('meigs','17721','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kingston','17720','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intersection','17719','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('courthouse','17718','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('athens','17717','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coloration','17391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lowered','17392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midriff','17393','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('minature','17394','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('speachless','17398','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('incerdible','17397','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('illustarting','17399','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scetch','17400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jacksonville','17404','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mar31apr1','17405','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('classroom','17406','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rating','17407','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('startin','17408','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suggests','17411','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mib','17410','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kissed','17412','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lug','17413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wholesale','17414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonrl','17415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('partcipant','17416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kahhhhhnnnn','17417','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('endevour','18024','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kiante','18025','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grail','17429','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('highness','17430','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk8866','17436','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('corrections','17437','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fink','17438','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chimichangas','17439','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chow','17440','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('daves','17441','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garlic','17442','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hehehehehe','17443','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('italian','17444','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('torinos','17445','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaggle','17446','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('barbque','17450','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('avp','17449','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sizes','17464','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spreadhseet','17463','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('excele','17462','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amyloidosis','17454','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blog','17455','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chamberlain','17456','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('danny','17457','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('disease','17458','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goh','17459','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graciously','17460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('median','17461','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protective','17465','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('balloons','17466','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiling','17467','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fuzz','17468','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('longsuffering','17469','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bygone','17477','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('predatorless','17476','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pred','17475','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fragile','17474','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mere','17478','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('populi','17479','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vacant','17480','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vain','17481','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valorous','17482','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valure','17483','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vanguarding','17484','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vanished','17485','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vanity','17486','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vanquish','17487','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vaudevillian','17488','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veers','17489','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('venal','17490','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veneer','17491','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('venerates','17492','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vengeance','17493','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veracity','17494','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verbiage','17495','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verbose','17496','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verily','17497','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('verisimilitude','17498','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vermin','17499','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vestige','17500','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('veteran','17501','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vexation','17502','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vicariously','17503','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vichyssoise','17504','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vicious','17505','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vicissitudes','17506','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('victim','17507','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vigilant','17508','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vilified','17509','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('villain','17510','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vindicate','17511','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violently','17512','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('virtuous','17513','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('virulent','17514','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visage','17515','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visavis','17516','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('visitation','17517','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vital','17518','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vivified','17519','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('voracious','17520','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('votive','17521','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vouchsafing','17522','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vowed','17523','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vox','17524','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('knuckle','17525','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shoehorn','17526','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vaseline','17527','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ferret','17531','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('symbolizing','17530','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('semiprivate','17546','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('safety','17545','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rambles','17544','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('poopers','17543','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intelligently','17542','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guildline','17541','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('afterparties','17540','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('substances','17547','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bathamsters','17548','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ferrets','17549','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tryin','17550','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chokes','17551','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postbursts','17552','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privalages','17553','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revoked','17554','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('frog','17555','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goldfish','17556','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hamsters','17557','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shrimp','17558','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('intragarrison','17559','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('relations','17560','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blossom','17561','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('combine','17562','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('midtn','17563','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pissin','17564','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rep','17565','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('asskickin','17566','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('harassing','17567','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('paraphrase','17568','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('timelength','17569','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unaltered','17570','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boycott','17571','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pissing','17572','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tude','17573','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('delegated','17574','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('happily','17575','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gmo','17576','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lousiville','17577','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mississippi','17578','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swagman','17579','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mudslinging','17580','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supported','17581','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('westtn','17582','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whereever','17583','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amungst','17584','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baking','17585','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copilot','17586','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hoody','17587','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('iss','17588','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kenny','17589','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mott','17590','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suvs','17591','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vans','17592','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fecal','17593','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mentions','17594','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('occasionally','17595','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('worselooking','17596','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mixup','17597','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adorable','17598','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animal','17599','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chinchilla','17600','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jumpers','17601','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leemur','17602','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mamals','17603','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('menagerie','17604','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nocturnal','17605','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('racoon','17606','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rodent','17607','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sphinx','17608','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('squirrel','17609','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tamed','17610','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tinier','17611','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chinchila','17612','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('migth','17613','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('grins','17614','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alexanders','17615','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bbq','17616','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lessee','17617','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lobster','17618','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logans','17619','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('macaroni','17620','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smokey','17621','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('busket','17622','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dps','17623','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('molded','17624','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privacy','17625','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scripts','17626','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arbitrator','17627','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brutally','17628','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detective','17629','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('leaning','17630','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('qualities','17631','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sensative','17632','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('valuable','17633','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('llike','17634','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('woulndnt','17635','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hvill','17636','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('objections','17637','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ducks','17638','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guidlines','17639','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funneled','17640','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('becuse','17641','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clicked','17642','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('computers','17643','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('draxs','17644','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('protection','17645','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pusle','17646','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treading','17647','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('walks','17648','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('501sts','17649','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abut','17650','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('akin','17651','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allthis','17652','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('approching','17653','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ceo','17654','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cliques','17655','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('coordinates','17656','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('demonstration','17657','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flier','17658','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fliers','17659','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('getitng','17660','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gouge','17661','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('internal','17662','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('keyto','17663','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lmerch','17664','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perevent','17665','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quantity','17666','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regions','17667','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rols','17668','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skillz','17669','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('expectation','17670','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('illustrated','17671','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mroe','17672','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nothgin','17673','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soem','17674','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unrated','17675','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('graphic','17676','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('witty','17677','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('buster','17678','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regionally','17679','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reresent','17680','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('theis','17681','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('troll','17682','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outposts','17686','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('detachments','17685','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('puddle','17710','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('propose','17709','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ooopsss','17708','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oldfashioned','17707','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ohmygod','17706','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fazolis','17705','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entrees','17704','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('entree','17703','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dinners','17702','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('begged','17701','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bank','17700','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shotgun','17698','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cs','17699','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('salads','17711','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scent','17712','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spoon','17713','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maples','17714','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nippers','17715','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('steinmart','17716','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('differentiate','17733','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fewer','17734','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nastiness','17735','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strife','17736','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unpleasantness','17737','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('baseball','17738','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('7ish','17739','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beanies','17740','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cramped','17741','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('headwraps','17742','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ireland','17743','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kia','17744','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('merch','17745','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1380','17746','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('welocome','17747','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canned','17748','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contect','17749','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('surfing','17750','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sketched','17844','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bored','17843','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('anotherone','17754','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bits','17755','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seating','17756','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fulfills','17760','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regretably','17761','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cograts','17762','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pirch','17763','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dahling','17764','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('most','17765','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enforce','17766','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('franly','17767','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('politically','17768','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sog','17769','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('southen','17770','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('armorsmith','17771','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('attatch','17772','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('guantlest','17773','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mandoade','17774','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undertaking','17775','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accuses','17776','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accusing','17777','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('angrily','17778','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('apologetic','17779','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caucasian','17780','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closecropped','17781','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('furthermore','17782','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lightcolored','17783','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nellon','17784','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('repsonse','17785','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sanders','17786','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('experts','17787','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('brimstone','17788','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fling','17789','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allegiance','17790','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arrogantly','17791','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('athletics','17792','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charitable','17793','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('declarations','17794','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gar','17795','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gorillas','17796','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reassure','17797','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('strongly','17798','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bureau','17799','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exuse','17800','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hire','17801','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aaaaaaaaaaamen','17802','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('floored','17803','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vietnam','17818','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('secrecy','17817','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('operated','17816','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('macv','17815','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('largely','17814','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cycled','17813','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('considerable','17812','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wop','17811','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ish','17819','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('artist','17820','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('starving','17821','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('closecall','17822','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crazyman','17823','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('filmmaking','17824','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('higheffort','17825','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thankya','17826','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arisen','17827','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charger','17828','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clock','17829','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deadline','17830','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plugged','17831','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arizona','17832','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('canyon','17833','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('porch','17834','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ridiculous','17835','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slats','17859','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shotty','17858','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('railings','17857','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('railing','17856','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('netting','17855','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('commented','17854','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('monteagle','17845','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proceed','17846','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scarriest','17847','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sewannee','17848','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sherwood','17849','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vaderfest','17850','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smartassness','17851','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lauras','17852','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vaguely','17853','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sustained','17860','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cared','17861','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fedex','17862','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mailed','17863','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('onvacation','17864','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('challanged','17865','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('figue','17866','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goodbye','17867','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gager','17868','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lime','17869','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tb3529','17896','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stigma','17895','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sl1277','17894','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scattered','17893','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('neighbor','17892','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concentration','17891','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('behalf','17890','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('basis','17889','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ark','17888','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animosity','17887','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adequately','17886','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2054108338','17885','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('39','17884','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ti1812','17897','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1ky','17898','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2west','17899','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3east','17900','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4al','17901','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('exert','17902','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fune','17903','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aftergame','17904','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('arts','17905','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aussie','17906','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boating','17907','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('combat','17908','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dare','17909','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('facilities','17910','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flocks','17911','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('martial','17912','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prison','17913','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rugby','17914','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soccer','17915','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swimming','17916','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('laughter','17917','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pub','17918','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bentley','17919','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('discovery','17920','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kentuckymade','17921','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parodyfilm','17922','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parodymixture','17923','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pulp','17924','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('raney','17925','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shortfilm','17926','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dated','17928','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fram','17929','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaining','17930','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lustfilled','17931','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sausage','17932','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('study','17933','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6154147303','17934','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6154835400','17935','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('urgent','17936','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('blink','17937','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hiya','17938','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('plugin','17939','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('render','17940','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accomodate','17941','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('caliber','17942','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('doesnt','17943','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('burns','17944','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ectoplasm','17945','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gahhhhhhh','17946','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gasoline','17947','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gulp','17948','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mosey','17949','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('parched','17950','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sip','17951','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('throws','17952','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lynch','17953','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mining','17954','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('673','18016','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revert','18123','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pitching','17997','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ramblings','17998','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cardbacks','17976','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('linking','17977','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('static','17978','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backlog','17979','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backfill','17980','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('backend','17994','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('automation','17993','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('auto','17992','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('refreshing','17999','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('slew','18000','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('swamped','18001','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wrangling','18002','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('6048103143','18003','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mow','18004','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('logins','18005','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actor','18006','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('insecure','18007','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prettty','18008','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shocking','18009','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ahhhhhh','18010','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('increased','18011','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chim','18012','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4lom','18013','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('propparty','18014','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tagged','18015','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charty','18026','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gauging','18027','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seas','18028','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('concludes','18029','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stoning','18030','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('herby','18031','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('charlotte','18033','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flaps','18034','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('spudtrooper','18035','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('epii','18036','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('restock','18042','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pegwarmer','18041','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('antioch','18040','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nyc','18043','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stereotype','18044','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passover','18045','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thereabouts','18046','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distort','18047','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quicky','18048','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stretched','18049','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('triangle','18050','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bringer','18051','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('giggidys','18052','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('holocron','18053','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('treo','18068','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wedowee','18055','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('650','18067','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('embassy','18063','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gauge','18080','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dermotologist','18079','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unprepared','18069','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('activites','18070','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('consist','18071','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('day','18072','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('explainatory','18073','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('formation','18074','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maintining','18075','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pertain','18076','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ironon','18143','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opn','18153','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('somerset','18081','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fyffe','18093','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bessoluck','18083','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('boaf','18084','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('da','18085','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finance','18086','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('owes','18087','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sodas','18088','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('potf2','18089','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('depuuuuteeeeee','18092','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('animations','18094','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beacause','18095','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('better','18096','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('chapters','18097','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stumbled','18098','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('violent','18099','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('proportions','18152','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aoooraaa','18151','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('changesofplans','18150','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('130','18149','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rulebook','18148','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('stupider','18106','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('distribution','18107','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('execs','18108','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mismanaged','18109','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('skywalkers','18110','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thunb','18111','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('memberpics','18112','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('herbie','18113','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('adress','18114','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('austin','18115','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('emerse','18116','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('goofball','18117','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mvoie','18118','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tru','18119','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wolves','18120','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('earths','18121','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('facehugger','18122','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('policies','18146','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('regulations','18147','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4555','18145','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flights','18133','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('souvenirs','18134','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('notifying','18144','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rivergate','18136','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suncoast','18137','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('budging','18138','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('destinctive','18139','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('futurama','18140','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('haw','18141','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hee','18142','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('writting','18154','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('century','18155','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pmission','18156','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('persistant','18157','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aftermath','18158','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alamo','18159','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ashton','18160','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aurekbesh','18161','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('calmly','18162','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('congoers','18163','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cons','18164','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('copper','18165','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deliberating','18166','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('far','18167','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fools','18168','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fought','18169','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('garrisons','18170','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gents','18171','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('joeys','18172','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kentuckians','18173','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kutcher','18174','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legions','18175','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legions','18176','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('longstanding','18177','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('measuring','18178','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mtvs','18179','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patchs','18180','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prank','18181','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('punkd','18182','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recap','18183','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tennesseans','18184','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('typed','18185','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('werent','18186','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('were','18187','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('weve','18188','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('whats','18189','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('after','18190','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('april','18191','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bamatrooper','18192','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('split','18193','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tennessee','18194','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('the','18195','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('you','18196','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('','18197','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('flack','18198','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('realise','18199','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('financially','18200','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bury','18201','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tornado','18202','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('231','18225','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('acknowledge','18205','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('couples','18206','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('greatness','18207','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('miscomunications','18208','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('misunderstandings','18209','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('privledged','18210','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ragtag','18211','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reinforcement','18212','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('responcible','18213','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('saturdays','18214','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('seed','18217','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fark','18218','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('kudzu','18219','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('limits','18220','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rly','18221','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smrat','18222','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nooooo','18223','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('allrighty','18224','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('undisclosed','18226','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trees','18227','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('permantly','18228','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('scarred','18229','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ba','18230','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deignastion','18231','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('supa','18232','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eyeholes','18233','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('febreez','18234','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('soaked','18235','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('terrorize','18236','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dasani','18237','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('claim','18238','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('freightened','18239','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feline','18240','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('talkin','18241','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('4am','18242','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bonding','18243','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('deligate','18244','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fascist','18245','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('invading','18246','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('jacking','18247','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('legislate','18248','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mama','18249','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('overjoyed','18250','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('passion','18251','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('smoky','18252','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('abandoned','18253','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('funnylooking','18254','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('pains','18255','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('trrooped','18256','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wsere','18257','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('finaly','18258','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bogged','18259','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('outdoor','18264','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('1991','18265','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clinton','18270','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('patients','18272','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('heinous','18273','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('prehack','18274','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('readd','18275','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('shawns','18276','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ted','18277','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wherere','18278','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('oooo','18279','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tests','18280','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('dooooooooom','18281','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('gaffi','18282','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('clintonian','18283','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('denial','18284','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hilary','18285','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('impeach','18286','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('robem','18287','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('vica','18288','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('mwuhahahahahaha','18289','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('rupaul','18290','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('succeed','18291','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('transform','18292','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('assigning','18293','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('splash','18294','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bills','18295','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('briefcase','18296','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('nonmatching','18297','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('serial','18298','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('darker','18299','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('portal','18300','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('interface','18301','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('perl','18302','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('php','18303','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('cranked','18304','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tk1128','18305','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sweetie','18306','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('recessed','18315','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('contemplated','18314','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bonds','18313','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tab','18316','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('middletn','18317','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('aniversary','18318','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('farms','18319','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('fieldstone','18320','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('amused','18321','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ocharleys','18322','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('hicks','18323','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('orchestrated','18324','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('suposed','18325','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('maako','18392','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('wiseguybuttons','18391','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('postage','18390','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('3xl','18352','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('estes','18389','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('crossbones','18388','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('algonquin','18386','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alltel','18387','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('42501','18385','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('2xl','18384','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('145','18383','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('134','18382','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('00qty','18381','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('forsale','18361','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('alonmg','18362','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('colonail','18363','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('react','18364','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('accesories','18365','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('creations','18366','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('drivers','18367','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('feathers','18368','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('lingo','18369','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('ruffle','18370','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('souldnt','18371','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('beefcake','18372','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('enjoying','18373','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('femtrooper','18374','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quid','18375','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('quo','18376','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('revamping','18377','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('geze','18378','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('locker','18379','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('femtie','18400','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('omegawing','18401','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('reborn','18402','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('actully','18413','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('albert','18414','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('tr7303','18460','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('opprotunity','18415','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('playin','18416','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('bonzai','18421','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('eitha','18422','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('camoflauge','18423','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('duster','18424','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('unsuccessful','18425','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('replics','18431','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('sadly','18432','0');
INSERT INTO so_phpbb_search_wordlist (word_text,word_id,word_common) VALUES('thy','18433','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_search_wordmatch
#
DROP TABLE IF EXISTS so_phpbb_search_wordmatch;
CREATE TABLE so_phpbb_search_wordmatch(
	post_id mediumint(8) unsigned NOT NULL,
	word_id mediumint(8) unsigned NOT NULL,
	title_match tinyint(1) NOT NULL
	KEY post_id (post_id),
	KEY word_id (word_id)
);

#
# Table Data for so_phpbb_search_wordmatch
#
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','7037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','48','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('5','42','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','51','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','50','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','52','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('6','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('7','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('7','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('7','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('8','59','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('8','61','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('8','58','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('8','60','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('8','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('8','62','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','8559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','10671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','7835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('10','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('10','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('10','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('11','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('11','68','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('11','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','35','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','37','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','70','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','74','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','77','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','86','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','91','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','98','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','75','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','16','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('12','88','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','16','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','2395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('511','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','9520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','12339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('16','129','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','21','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','143','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('17','41','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('14','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('18','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('20','151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('20','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('20','152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('20','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('20','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('21','166','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('22','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('22','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('22','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','5042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('24','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('24','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('24','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('24','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('24','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('25','241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('25','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('26','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','254','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('27','256','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','267','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('29','2764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('28','340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('28','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('28','338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('30','251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('31','344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('31','345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('31','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('31','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('31','347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('31','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','349','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','352','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('32','354','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('35','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('36','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('36','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('36','370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','3561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','423','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','418','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('38','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','1020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','1214','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','1225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('40','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('41','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('42','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('43','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('43','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('44','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('44','374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('44','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('44','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('45','345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('45','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('45','421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('46','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('46','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('46','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('46','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('46','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('46','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('46','438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('47','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('47','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('47','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('47','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('47','136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('47','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('47','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('48','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('48','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('48','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('48','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('48','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('48','446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('50','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('50','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('510','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('52','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('52','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('53','454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('53','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('53','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('53','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('53','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('54','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('509','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('508','3556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('56','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('57','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('57','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('57','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('57','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('57','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('57','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('58','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('58','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('58','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('58','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('58','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','9989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2889','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','6852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('60','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('60','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('60','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('60','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('60','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('61','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('61','544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('61','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('61','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('62','495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('62','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('62','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('62','496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('62','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','10813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','13431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','13430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2888','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','13429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','4091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','11720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','11715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2887','12513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2886','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2886','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2886','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','12114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','13428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('65','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','3503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','6885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','6098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('67','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('67','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('67','541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('67','542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('68','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('68','545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('70','556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('71','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('72','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('72','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('72','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('72','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2885','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2884','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2884','13427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2884','2747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2884','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2884','1657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2884','13426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2883','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2883','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2883','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','13407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','13406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('74','571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('74','572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('74','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('74','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('74','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('74','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('74','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('75','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('76','581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('77','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('77','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('77','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('77','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('77','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('77','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('78','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('79','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('79','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('79','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('79','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('79','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('79','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('79','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','7972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2882','1020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('82','345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('82','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('82','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('83','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('83','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('83','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('83','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('83','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('83','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('83','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','602','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','604','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('84','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','7835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('86','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('87','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('88','629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','12339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','13408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2881','1020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','3452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('90','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('91','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('91','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('91','636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('91','637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('92','638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('93','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('94','651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('95','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('96','655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('96','656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('96','657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('96','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('96','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('96','627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('96','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('98','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('98','572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('98','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('98','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('98','660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('98','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('98','662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('99','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('99','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('99','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('99','664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('99','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('99','666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('101','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4384','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','694','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('106','716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','1247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','698','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','694','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','3531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('504','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('109','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('109','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('109','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('110','727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('111','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('112','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('113','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('113','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('113','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('113','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('114','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('114','733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('114','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('114','734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('114','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('114','731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('114','735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('115','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('116','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('116','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','12840','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','12838','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','2402','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','12836','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','12839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','12837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('118','12835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('119','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('121','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('121','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('121','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('121','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('122','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('122','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('122','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('123','759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('123','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('123','760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('123','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('123','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('123','762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('123','763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('124','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('124','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('124','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('124','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('124','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('125','766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('125','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('125','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('126','767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('126','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('126','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('126','768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('126','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('127','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('128','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('503','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('502','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1098','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1096','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1095','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','792','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','814','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('132','817','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('133','823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('133','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('133','894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('133','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('133','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('136','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('134','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','914','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('135','923','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('136','995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('136','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('136','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('136','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('136','996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1001','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1002','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','1012','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('137','923','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','1016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','1019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('138','996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('139','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('140','620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('140','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('140','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('140','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('140','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','13273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','1457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2880','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2879','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('142','1032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('142','1033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('142','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('142','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('143','1211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('143','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('143','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('144','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','1064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('145','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('146','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('146','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('146','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','17765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','12189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','12188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','12187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','2406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','10918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','3604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','8432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','5354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','1320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','10852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','17744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','11164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4386','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4385','14458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4385','17764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4385','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','1083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','1085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('148','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1095','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1096','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('149','1098','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('150','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('150','566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('150','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('150','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('150','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('150','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('151','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('151','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('151','1103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('151','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('152','1114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','1116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','1117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('153','666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('154','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('154','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('154','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','1124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('155','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','1128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','1129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','1130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('156','1131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('157','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('159','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','13385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2878','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2877','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2877','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2877','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2877','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2877','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','13384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','13382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2876','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','13256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','7203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2875','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2874','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2874','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2874','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2874','7275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2874','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2874','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','13383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','13337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2873','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2872','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','35','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','1230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','29','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('163','40','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('164','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('165','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('166','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','1248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('167','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4384','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4384','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4384','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4384','16208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4384','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('169','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('169','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('169','1251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('169','35','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('169','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('172','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','1261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','1263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','1264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('173','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('174','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('174','1266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('174','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('174','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('174','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('174','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('174','572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','1087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('501','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('500','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('500','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('500','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('176','1269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('176','1270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('176','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('176','1271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('176','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('176','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('176','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('177','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('177','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('177','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('177','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('177','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('177','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('178','1277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('178','767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('178','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('178','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('178','1279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('178','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('178','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','1280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','96','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','1285','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('179','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','1286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','1248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','1287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','1289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','1290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('180','1291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('181','1311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','1320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('182','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','1321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','1324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('183','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('184','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('184','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('184','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('184','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('184','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('185','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('186','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('186','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('186','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('186','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','35','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','1338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','1339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','1340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('188','239','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('189','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('500','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('500','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('500','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('500','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','3542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','3541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','1756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('191','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('192','1355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('193','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('193','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('193','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('193','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('194','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('194','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('194','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('195','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('195','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','3498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('498','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','1201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','1396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('197','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('198','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','1454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('187','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','1501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','1502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('200','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('201','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','1517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('202','1355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1523','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','2530','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1520','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1519','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('203','1519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','491','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','1528','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','1527','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','1526','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('204','1526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('205','1529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('205','1530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','1533','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','1532','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','1531','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','1533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('206','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('207','1534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('207','1535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('207','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('207','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('207','1355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','1537','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','1536','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','1531','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','1537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('208','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','1539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','1521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','1540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('209','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','1513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('210','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','2999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('505','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','3546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','3545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('506','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('495','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('495','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('495','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('495','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('495','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('495','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('213','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('214','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1254','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('215','1598','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('216','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1660','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','688','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('218','1700','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('219','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','1726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('220','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('221','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('221','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('222','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('223','1772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('224','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('225','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('226','1856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('227','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('227','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('227','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('227','1858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('227','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','1859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','1711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('228','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('229','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('230','1864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('230','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('230','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('230','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('231','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('231','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('231','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('231','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('231','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('231','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('231','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('232','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('232','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('232','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('232','1868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('232','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('232','1869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('232','1870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('233','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('234','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('234','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('234','1896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('234','1113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('234','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('236','1948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('237','1856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('238','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('238','1963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('238','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('238','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('238','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('238','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('238','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('239','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('239','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('239','996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('239','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','1977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','1978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','1979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','1980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','1982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('241','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('240','1996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','2000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','2002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','2003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('242','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','2006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','2007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('243','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','1945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('244','2042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('245','2069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('246','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('247','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','1246','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','2111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','1322','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','2110','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','2111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('248','2110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','1202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('249','2133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','2145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('250','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','2176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('251','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','2177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','2178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','2179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','2180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('252','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','1740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('253','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','2200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('254','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','2202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','1951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','2203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','2007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','2204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','2205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('255','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('256','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','1715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('257','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','1853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('258','2280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','1648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('259','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('260','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('260','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('260','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('260','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('260','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('260','2290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('260','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','2343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('261','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('262','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('262','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('262','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('262','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('262','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('262','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','2360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('263','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('495','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','2394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('265','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('266','2364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('266','2365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','2368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','2370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('267','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('270','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('270','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('270','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('270','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('270','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('270','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('270','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('272','2374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('272','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('272','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('272','1868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('272','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','1219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('273','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','2393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('274','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2406','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('275','2418','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','2434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('276','2438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('277','2445','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('277','2441','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('277','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('277','2443','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('277','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('277','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2872','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2872','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2872','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2872','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','205','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','1500','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','1273','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','2454','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','2453','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','2457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','2456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','2455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('279','2452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2458','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2454','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2460','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2465','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('280','2469','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2470','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','1236','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2475','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','2476','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('281','237','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2491','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','2509','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('282','21','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','2529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','2531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('283','1355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('284','2532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','2533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('285','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('286','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('287','2536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('288','2537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('289','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('289','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('289','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4384','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','8855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','2538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','2540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','2541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','2543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('291','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('292','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('292','1868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','2548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('293','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('294','2549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('294','2532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('294','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','2552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','2532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('296','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('297','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('297','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('297','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('297','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','2583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('298','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('299','2584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('299','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','2601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('302','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('493','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('492','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('492','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('492','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4383','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('492','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('308','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('311','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('311','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('311','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('311','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('314','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('315','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('315','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('316','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('316','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','2688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','2689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('319','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('320','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('321','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('321','656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('321','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('321','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('321','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('322','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('322','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('323','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('323','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('323','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('324','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('324','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','2691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('325','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('326','2693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('326','2694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('326','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('326','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','2732','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','2731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','2730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','2698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','2700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('329','2700','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('507','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('489','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('489','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('489','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('489','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('331','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('331','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('331','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('328','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('328','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('328','502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('328','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('332','2705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('334','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('334','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('334','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('334','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','2708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','2709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','2708','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('335','2710','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('338','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('338','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('339','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('339','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('339','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('339','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('339','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('339','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('340','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','2715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('341','2714','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','2717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('344','237','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1799','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1254','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1157','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','2723','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('345','36','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','2727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','2728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('346','2171','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('327','975','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('489','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('348','2737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','2738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','2739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','2569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('349','446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('350','2740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('350','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('350','2741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('350','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('350','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('350','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('351','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('351','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('351','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('351','2745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('352','2746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('352','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('352','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('352','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('352','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('352','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','2747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','2290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('353','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','2748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('354','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('355','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('355','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('355','2751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('355','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('355','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('355','2753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('357','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('357','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('357','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('358','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('359','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('359','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('360','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('360','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','2020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('361','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('362','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','2763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('363','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('364','2820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('365','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','1358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','2821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','2822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','1382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('366','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('367','2824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('367','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('367','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('367','2825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('368','2826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('368','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('368','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('369','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('370','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('370','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','2828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','2829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','2830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','2831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('371','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','2850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('372','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','2851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','2852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','2853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','2854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','2855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','2856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('373','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','2859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','2861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','2862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('374','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('375','1202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2882','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2884','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','2887','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','235','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('376','430','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('377','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('377','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','2890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','2891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','2893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','2894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','2895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('378','735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('105','698','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('107','237','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('380','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('380','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('381','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('381','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('382','2902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('382','2903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('383','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','2904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('384','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('386','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('386','2906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('386','2907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('387','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','2910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('388','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','2911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','2852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','2912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','2913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','1177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','2855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','2914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('389','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('390','2921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('391','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('391','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('391','2924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('391','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('391','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('391','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','2925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','2929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('392','294','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('393','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','2935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','2936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','2937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','2939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('395','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','2946','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','2947','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('396','2948','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('397','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('397','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('397','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('398','2949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('398','2950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('398','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('398','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('398','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('398','2951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('399','2952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('399','2953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('400','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('400','2954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('403','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('406','2152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('406','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('406','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('406','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('406','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('407','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('407','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('407','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('407','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('408','823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('409','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('409','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('409','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('411','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2994','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2993','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','164','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2182','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','109','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','7023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','4708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','4707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('412','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','2997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','2999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','2715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('413','170','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','3001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','3002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','3004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','1673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('414','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','3008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('416','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('417','3009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('417','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('417','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','3010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','1861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('418','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','60','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','2842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','53','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','3024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('419','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','3008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','3025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('420','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('421','3026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('421','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('421','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('421','2311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('422','3027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('422','3028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('422','3029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('422','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('423','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('423','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('423','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('423','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('423','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('423','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','3031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','3032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','1784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('425','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','2383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','3052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('426','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','3034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('427','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','2821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','1319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','3058','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('429','372','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','3071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','3072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('430','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('431','447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('431','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('431','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('432','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('432','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('432','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('432','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('433','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('433','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('433','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('433','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('433','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('433','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('434','3077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('434','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('434','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('434','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('434','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('435','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('435','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('435','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('435','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('435','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('436','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('436','3078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','3083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','3084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','1369','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('438','3082','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','3090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','2723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','1254','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','1369','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('439','1256','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('440','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('440','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('441','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('441','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('441','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','2524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('442','3101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','3102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','3103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','3104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','3105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('443','3106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','3107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('444','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('217','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','1352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('446','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('446','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('446','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('446','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('446','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('446','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','3123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','3124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('447','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('235','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','2389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('448','3125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','2403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('449','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','2395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('488','2394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('487','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('487','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('487','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('487','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('452','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('452','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('486','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('485','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('485','108','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('485','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('485','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('485','3436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('485','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('454','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('454','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('455','3139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('455','2796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('455','3140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('455','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','3604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','3603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('517','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('517','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('517','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('517','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('517','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('516','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('516','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','3600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','3599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','3598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','3597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','3537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','3596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('515','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','3594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('514','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1765','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1765','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','11751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','11750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2507','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2507','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2579','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1015','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1388','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12192','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','703','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','674','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','185','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','7035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','11844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','6169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','6237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','3168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','3155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','3170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','3171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('458','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','2394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('459','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','3158','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('457','2975','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','1953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('460','3339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','1261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('461','3354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('462','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('462','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('462','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('462','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('463','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','2967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','3355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','3356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','3357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','3358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('464','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('466','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('466','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('466','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('466','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('466','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('467','3364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('467','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('468','3365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('468','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('468','3366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('468','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','3375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','3374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','3372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','3371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('469','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','3378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','1720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('470','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('471','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('471','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('471','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('471','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('471','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','3381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('472','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('473','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('473','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('473','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('473','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('473','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('473','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('473','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('474','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','3385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','1888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('475','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','3395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('476','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','3397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','3398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','3399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('477','1355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('478','3395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('478','3400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('478','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','3401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('479','1355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','6208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','4476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('480','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','3426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','3427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('481','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('482','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('482','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('482','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('482','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('482','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('482','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('483','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('483','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('483','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('483','3429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('483','1346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','3432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','3433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','3434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('484','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','3562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','3563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','3564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('512','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','7643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','6412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','12184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','1802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2578','8432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','3400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','12183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','7306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','3395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2577','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','3605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','3606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','3607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('518','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('519','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('519','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('519','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('519','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('519','3608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('519','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('519','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('520','3609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('520','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('520','37','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('520','3610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('520','1492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('520','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('520','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','3619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('521','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','1241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','3621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('522','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('523','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('523','3622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('524','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('525','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','3653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('526','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','3654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','3656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('527','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('528','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('528','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('528','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('528','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','3657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','3656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('529','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('530','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','12183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('532','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('532','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('532','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('532','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('532','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('532','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','3704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','3705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','3257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','3706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('533','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('534','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('534','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('534','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('534','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('534','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','2478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('535','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('535','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('535','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('535','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','3708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('536','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('537','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('537','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('537','3712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('537','3713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('537','3714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('537','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('538','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('538','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('538','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('538','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('538','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('538','3718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','3719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','3720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','3721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','3722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','3115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('539','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('540','3759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('542','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3777','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3774','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3040','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3770','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('544','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('544','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('544','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3784','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3782','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3781','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','1088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('545','3785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('546','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','2632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','3031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','3790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','3791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','3792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('547','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('548','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','1735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('549','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('550','3808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('550','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('550','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('550','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','3809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','3810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','3811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','1299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','3812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('551','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('552','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','3814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('553','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('554','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('554','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('554','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('554','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('554','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('554','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('554','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','3817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','1349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','3818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','3819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','3820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('555','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('556','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('556','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('556','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('556','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('556','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('556','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('557','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('557','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('557','3821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('557','3822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','3823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','3290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','3824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('558','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('559','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('559','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('559','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('559','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('559','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','1088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','2052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','2647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','3835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('560','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','1841','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('543','3778','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','3848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('561','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('562','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('562','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('563','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('563','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('564','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('564','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('564','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('564','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','3859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('565','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('566','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('566','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('566','3861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('566','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('566','3862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('566','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('567','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('567','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('567','3865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','3866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','2751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','3869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','3870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('568','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('569','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('569','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('569','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('570','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('571','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('571','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('571','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('571','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('571','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('571','3875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('571','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('572','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('572','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('572','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('572','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('573','3876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('573','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('573','3877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('573','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('573','3879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','2967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','3887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('574','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','3896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','1513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('575','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','3897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('576','1169','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','3898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('577','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('578','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('578','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('578','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('578','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','3899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','3900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','3901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('579','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','3904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','2765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','3876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','2967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','3355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('580','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','7306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','3927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','3061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('581','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('582','3456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','3940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','3941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','3942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('583','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('584','3943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('584','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('584','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('584','53','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('584','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('584','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','3241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','3032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','3944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','3946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('585','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('586','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('587','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('587','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('587','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('587','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('587','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('587','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','1653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','2351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('588','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','1090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','3959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','1100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','1095','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','1096','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','1098','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('589','395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('590','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('590','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('590','3960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('591','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('591','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('592','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('592','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('592','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('592','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('592','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('592','3982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('593','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','3983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','1653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','3960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('595','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3991','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3996','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','4000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','2319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('596','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('597','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('598','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','3031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('599','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('600','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('600','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','4098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('601','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('602','3797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('602','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('602','4099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('602','4100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('603','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('603','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('603','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('603','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('603','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('604','4101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','2031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','3100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('605','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','6528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','8528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','14043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','1169','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','4252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','4251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','3897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('607','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','4255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('608','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('609','4257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','4258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','3607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('610','895','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','1505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','4266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('611','601','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','2574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('612','808','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','4267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','1678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','4268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','4269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('613','603','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','3944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','4276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','4275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','4274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('614','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('615','4278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('615','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('615','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('615','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('615','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('615','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('615','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('616','4267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('616','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','4694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','4693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('617','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('618','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','4283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','4284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('619','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','4285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('620','4287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('621','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('621','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('621','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('622','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('622','4288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('622','4289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('622','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('622','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('622','4291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('622','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('623','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('623','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('623','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('623','1452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('623','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('623','4294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('624','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','4296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('625','4297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('626','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('626','431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','3082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('627','4306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','4308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','4309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('628','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('629','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('629','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('629','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','4312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('630','4309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','4340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','4339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','4338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','4337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','4336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','4334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('631','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','4321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','4323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','4324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','4325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','4326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('632','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','1861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('633','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','3995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('634','4632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','1095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','4635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','4636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','4637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','4638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('635','1279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','4639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('636','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('637','4370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('637','4424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('637','4473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('637','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('637','4640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','2002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','3820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','4659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('638','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('639','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('639','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('640','4660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('641','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('641','4661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('641','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('641','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('641','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('641','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','4662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','1298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','4663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','4664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('642','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','4700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','4699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','4697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','2214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','4696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('643','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','4702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','4642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','4705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','4706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('644','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','4731','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','205','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','1500','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','1273','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','261','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','2453','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','4731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('645','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('646','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('647','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('647','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('647','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('647','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('647','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2576','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','4754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','4755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','4756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','4757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','1958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('648','4758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','4767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('649','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','1539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('650','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','3193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','3667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('651','1088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','3719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','3720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','4793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','3721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','3722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','4794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','3115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('652','4795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('653','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('653','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('653','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('653','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('654','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('654','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('654','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('654','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('654','4797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('655','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('655','4793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('655','4798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('655','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('655','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('656','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('656','4799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('656','4800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('656','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('656','4801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('656','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1254','421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1254','5781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1254','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1254','7675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1254','5318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1254','7674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','7673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','7672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1253','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1252','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','7668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','7631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','7671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1251','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1250','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1250','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1250','6374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1250','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1250','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1249','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1248','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1248','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1248','7650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1248','7670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1248','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1248','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1247','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1247','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1247','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1247','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1247','6976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1247','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1247','7669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','7668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','7631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1246','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','7650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1245','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','7649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','7648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1244','7647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','2948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','4859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','4731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','1796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','4861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('662','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','5654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','7641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1243','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7637','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3781','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','2572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','4871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','4872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('665','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3729','15467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4883','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','547','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','15698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','91','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','2822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','7291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','4874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('667','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('667','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('667','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('668','4885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','2453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','4886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('669','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','5673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','4937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','7632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','2453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','4886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','4897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('671','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','6707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1241','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','7631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('673','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('673','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('673','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('673','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('673','4904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('673','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('673','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('674','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('674','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('847','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','4956','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2475','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11772','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2297','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5698','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','5700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','4932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','1138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','4930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','3904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('675','11770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','4965','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','1183','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('676','3328','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('677','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('677','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('677','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('677','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('677','4967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('677','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('677','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','2564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('678','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('679','2536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('680','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('680','4969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('680','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('680','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('680','4797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','550','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','3806','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','15929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','9840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','8575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','5687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','2791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','15928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','15900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('682','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('682','3814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('682','4976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('682','4977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('682','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('682','4978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','4979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','4980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','4648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','4981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('683','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1240','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1239','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1239','7629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1239','7628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1239','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','4986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','4987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','4988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','4989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','4990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('685','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1242','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','3814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','4994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','4976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','4977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','4996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','4978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('686','4997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1238','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','6685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','7615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','7614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','7613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1237','7612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('688','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('689','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('689','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('689','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','3668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','4103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','1907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','3498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','3660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('690','5053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','2632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','6095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','5078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('691','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('692','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('692','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('692','5080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('692','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','5082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','5083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','2791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','5084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','5085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','5086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('693','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('694','3940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('694','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('694','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','5087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','5088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('695','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','3001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','3940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','5090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('696','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('697','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','5091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','5093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','5094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('698','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','2344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','4974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('699','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','5114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','5113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','5112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('700','5111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','5120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('701','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','4485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','2108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('702','5145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1236','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','5325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','2650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','7611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','3062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('704','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','6491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','7608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','7607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','7546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1235','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','7606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','3289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','7605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1234','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1233','346','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1233','7604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1233','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1233','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','7603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','7602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1232','6946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1231','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1231','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1231','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1231','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1230','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('707','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('707','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('707','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('707','5162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('707','5163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('707','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('707','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','5165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','5166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('708','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','5167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','4866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','1540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','5169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','5170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('709','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','5177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('711','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('712','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('713','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('713','5123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('713','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('713','5178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('713','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('713','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','3714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','5189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('714','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','5190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','3102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('715','5191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('716','5192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('716','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('716','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('716','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','5193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('717','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','5194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','5195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('718','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('719','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('720','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('720','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','4646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','4439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','2309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','5196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','5197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','5198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('721','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','3953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','12994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','11959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','11891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','8536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','11890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','13200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','13929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3074','1016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3073','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3073','8099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','5536','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','9711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','3439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1982','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3576','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1260','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1258','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','16257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','13955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('722','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('723','5226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('723','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('723','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('723','5234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('723','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('724','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('724','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('724','5235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','2859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','2057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','5243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('725','2729','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('726','5244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('726','5245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('726','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','4772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','3641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','4856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','2873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','5256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','1881','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('727','2873','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','5257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','5258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','2548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','5259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','2176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','1869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('728','4976','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','1106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','5260','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('729','3186','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','18430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','5100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','5264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','5265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('731','5262','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('732','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','5266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','5267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','4558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('733','2548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('734','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','85','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3342','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','5276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','15631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','5273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','4291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','15630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','5271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','15629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','5269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','3155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('735','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('736','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('736','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('736','5277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('736','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('736','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('737','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('737','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','5278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('738','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('740','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('742','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','1194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','5291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('741','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','21','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','2166','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','1793','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','154','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','5315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','5313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','5312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','5311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','5310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','5309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('743','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('744','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('744','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('744','5307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('744','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('744','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('744','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('744','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('745','5308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('745','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('745','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('746','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('746','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('746','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('747','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('747','2822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('747','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('747','5316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('747','5317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('747','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('747','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','5318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','5319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','4883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('748','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('749','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('749','5320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('749','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('749','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','2852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','5331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('750','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('751','5332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('751','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('751','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','3604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','4274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','3605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','4275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','3277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','4276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','3944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('752','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','3720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','3721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','1106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','3722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','1111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','5343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','1113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','5344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','1114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('753','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','5345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','5347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','5348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','5349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','2572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','1031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('754','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','5351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','4246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('755','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','5354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','5356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','5357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','5359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('756','5360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('757','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('758','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('758','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('758','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('758','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('759','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('759','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('759','5329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('759','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('759','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','4437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','5363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','5366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','5367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','4884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','3997','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('760','1258','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','5368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('761','5369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','1171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','1077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','3650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','4598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','5391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','239','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('762','34','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','5393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('763','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('764','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('764','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('764','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('764','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('764','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('765','5400','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('766','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('766','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('766','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('766','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('767','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('767','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('767','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('767','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','3604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','1551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','5336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','3605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','5403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','5404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','5405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('768','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','3364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('769','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('770','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('770','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('770','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('770','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('770','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','5407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('771','5409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','5433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','5293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','5435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','4705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('772','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('773','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','2308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','2389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('775','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('776','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','5442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','1470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','5443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','5445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('777','5446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','5447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('778','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','4557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','5456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('779','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','3623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','4960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('780','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('781','5465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('781','5464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('781','5463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('781','5462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('781','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('781','5461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('781','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('782','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('782','5466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('782','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('782','5462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('782','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('783','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('783','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('783','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('783','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('783','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('784','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','10907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','5467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','5468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('786','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','2650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','3124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','5470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('788','1750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','3734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','5471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','5472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','1943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('789','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('790','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('790','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('790','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','4874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','5482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','5481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','5480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('792','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','3739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','1915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','3678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','4578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','5495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('793','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('794','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','2046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','5525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('795','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('796','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('796','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('796','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('796','3399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('796','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','5482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('797','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','5535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','5537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','5538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('798','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','1539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','5539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','5540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','5541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','5542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('799','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','5544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','5409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','5545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('800','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','4207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','5566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','5544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','5565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','5409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','5545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('802','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('801','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','4386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','3879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','3354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('803','5601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','5602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('804','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','3113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('805','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','3562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('806','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','4707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('807','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('808','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('808','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('808','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('808','1171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('808','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('808','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','5614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('809','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','5615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','5616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','5617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('810','5618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','5621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('811','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','5128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','1484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('812','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('813','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('813','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('813','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('814','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('814','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('814','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('814','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('814','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('815','1877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('815','5624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('815','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('815','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('815','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','5625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','3002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','5627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','1527','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('816','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','5628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('817','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','5629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','5630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','5631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('818','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','5632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','5295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','4705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','5633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','2031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','5634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('819','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('820','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('820','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('820','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('820','5635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','5636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','5637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','5638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','3503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','5639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','5640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('821','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','5642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','5524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('822','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','5644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','5645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('823','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','5648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','5524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','5649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','2290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('824','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('825','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('826','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('826','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('826','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('826','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('826','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('826','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('826','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('827','4956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','5053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','1083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','5653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','5654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','3667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','5053','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','553','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','344','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','5655','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','3667','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','3193','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('828','257','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('829','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','5657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('830','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('831','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('831','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('831','5658','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','3861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','5659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','4566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','5660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('832','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('833','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('833','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('833','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('833','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('834','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('834','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('834','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('834','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','15927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','3669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','4106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('835','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('836','5663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('836','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('836','5085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('837','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('837','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('837','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('838','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('838','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('838','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('838','5665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('838','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('838','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','5666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','1249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','5667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','5668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','5669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','5670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','1604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','2862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('839','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','5671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','3720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','3721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','5672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','3722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','5673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','5675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('840','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','4794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','18429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','5678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','5679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','5680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','5681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','5682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('842','5683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','5684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','5313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('843','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('844','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('844','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('844','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('844','5686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('844','5687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('844','2952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','3355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','5695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('845','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','4399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','3082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','4505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('846','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','2829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('848','5747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','5741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('849','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','5742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','5743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','5744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','5745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','2057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','1691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','5746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('850','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('851','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('851','1906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('851','5758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('851','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','5226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('852','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','5764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','5765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('853','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('854','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('854','5766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('854','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('854','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('854','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('854','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('855','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('855','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('855','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('855','201','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('855','1234','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('855','5767','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('855','5199','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','5768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','5119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('856','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','5769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','5770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','5772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','5773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('857','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','5781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','5779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('858','5778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','5783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','4269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','5784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','5785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('859','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','5787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','1170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','5788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('861','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','4361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','5789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('862','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4226','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1256','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5824','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1254','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','6000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','4708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','3034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','5308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('863','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','6061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','6062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','614','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('864','109','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','6063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('865','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('866','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('866','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','6075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','6076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','6078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','6079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('868','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('869','6080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('869','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('869','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('869','6081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','13859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','1394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','6087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','5986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('871','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('872','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('872','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('872','6088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('872','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('872','6089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('872','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('873','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('873','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('873','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','6090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','2607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','6091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('874','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('875','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('875','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('875','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('875','2948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('875','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','6092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','6093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('876','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','3843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('878','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('878','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('878','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','173','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','180','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','199','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','212','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('23','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('879','5226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('879','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('880','6108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('881','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('881','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('881','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('882','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','6114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','6178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','6177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','3397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','6176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','6175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','5147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('883','6174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','2817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','6115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','6116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','6117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','6118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('884','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','6124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('886','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('887','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('887','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('887','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','7115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','18428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','6414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','17649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4686','6711','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4686','11456','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4686','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4686','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4686','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4686','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('889','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('889','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','6152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('885','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4685','18427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4685','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4685','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4685','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4685','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','6156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('891','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','5307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','6114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('892','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','5042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('893','6171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('894','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('895','6172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('895','545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('895','6173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('895','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('895','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('896','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('896','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','6156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','6179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','5486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','3678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','3399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','6180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('897','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('898','6185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('900','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','2776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','2785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','6186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','6187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','6188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('901','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('902','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('902','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('902','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('902','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('903','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','6191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','6192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','6193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('904','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','6194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','4269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','4312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('905','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('906','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('906','6195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('906','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('906','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('906','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('906','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('906','6196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('907','6197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('907','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','6198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','6199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','5783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','4269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','5784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','6201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','5785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('908','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','6202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','6203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','6204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','6206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('909','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4382','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','17763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4381','17762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('911','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('911','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('911','4772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('911','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('911','6208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('911','6209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('911','6210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','3941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','3705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','4646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','5295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('912','6253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','6254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','6255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','6256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','6257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','5319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('913','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','6258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','1083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','5171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','6261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','2884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','6264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('914','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1522','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1793','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6099','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','2471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6353','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','10130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','2111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','8335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','8334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','10129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','10128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','10127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','3605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','10126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','14632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','3307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','3792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','14621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','14630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','14628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','5704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','14620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','4103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','12597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','3790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('917','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('917','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('917','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('917','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('917','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','8329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','5624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','8328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('918','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('918','6352','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('918','1123','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('919','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('919','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('919','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','10125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('920','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('920','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('920','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('920','6367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('921','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('922','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('922','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('922','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('922','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('922','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('922','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','6369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','6370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('923','4226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','5464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','6236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','6374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','6373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','6375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('924','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','5473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','6376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('925','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('926','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('927','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('927','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('927','5675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','5636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','6378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('928','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','3930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','5473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','6385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','6386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('930','6387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','2903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','6397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('931','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','5625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','6399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('932','6398','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','6400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','6401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('933','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','5633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','5607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('934','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','5266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','6106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('935','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','6411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','6412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','1916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','6114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','6413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('936','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','5042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','3288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','6434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','200','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','284','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('937','1126','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','6435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','6436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','6437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','6405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','6106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('938','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','2660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1229','7589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('940','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('940','1958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('940','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('940','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('940','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','6438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','6440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','6441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('941','6442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('942','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','6450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','6451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('943','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','6451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','6450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('944','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('945','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('945','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('945','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('945','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','6198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','6452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','6453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','6199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','4844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','6201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('946','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('947','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('947','6455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('947','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('947','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','6451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','5119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('948','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('949','6456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('949','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('949','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('950','6463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','6453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','5787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','6465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','6201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','6466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('951','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('952','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('952','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('952','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('953','1689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','4421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','6470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('954','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','6473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','3248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','6474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','6476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','2033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','6477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('955','4659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4684','18426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4684','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4684','13238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4684','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4684','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('957','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('957','6480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('957','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('957','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('957','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('957','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','6481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','6482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','6483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','6484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('958','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('959','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('959','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('959','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('959','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('959','1943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','6485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','6486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','6487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('960','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','5194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','6497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('961','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','6498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','6499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','2077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','6500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','6501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('962','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('963','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('963','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('963','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('963','6502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('963','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('964','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('964','6503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('964','6504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('964','6505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('964','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','3239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','6506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','3426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','6508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','6509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('965','6511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('966','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('966','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('966','6480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('966','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('966','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('967','1138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('967','6512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('967','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('967','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('967','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('968','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('968','6513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('968','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('968','6514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('968','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('968','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('968','6515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','6516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('969','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('970','6517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('970','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('970','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('970','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('970','4550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','6518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('971','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','6519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','6521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','6522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','6062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','6523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','6524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('972','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('973','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('973','6525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('973','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('973','6425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('973','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('973','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','6526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','6527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('974','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('975','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('975','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('975','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('975','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('976','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('976','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('976','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('976','6528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','6529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','5003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('977','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','2906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','7588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1228','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','7587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','7586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','7241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1227','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1226','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1226','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1226','7070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1226','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','7585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1225','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','2906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','7584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','7583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','7582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','7581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','6938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1224','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1223','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1222','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1222','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1222','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1222','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1222','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1222','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','5683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','6770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','5252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','3288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','4947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','3633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','6662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','6366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','6661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','6660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','5292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','6659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1012','6658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','5080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1011','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','6654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','6653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','6652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1009','6651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1008','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','6643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1007','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('980','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('980','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('980','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','6565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('981','3333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('982','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('982','4969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('982','6565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('982','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','4379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','7351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','6576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','6577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','6528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','92','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('984','991','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('985','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('985','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('986','6578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('986','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('986','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','6452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','6580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','6581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','6582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','6583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','1932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','6584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('987','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('988','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('988','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('988','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('988','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('988','6585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('988','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','6586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','6587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('989','6588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','6589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('990','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','2948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','6603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('991','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','7526','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','96','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','155','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('992','5657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','6606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','3934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('993','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('994','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','6608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('995','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','1290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','3641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','2007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','6629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('996','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','3001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('997','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','6623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','6624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('998','5601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('999','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('999','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('999','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('999','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('999','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','6625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','6626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','6627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','6628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1000','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1001','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1001','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1001','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1001','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1001','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','6229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1002','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1221','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1220','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1220','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1220','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1220','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1220','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1219','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1219','7569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','7567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','6589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1004','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1005','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1005','6642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1005','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1005','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1005','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1006','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1006','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1006','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1006','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1006','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1006','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','6680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1013','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','6681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','5165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','3819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','6682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','6683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','5080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1014','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','5333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','3625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','3426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','2954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','6696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1016','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1017','6697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1017','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1017','5367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1017','6698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1017','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1017','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','6699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','3222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','6623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','6624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','5076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1018','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1019','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1019','6700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1021','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','170','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','6709','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','289','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','6711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','6708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','5611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','6707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1020','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1021','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1021','6712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1021','6713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1021','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1021','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1021','488','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','6714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','6715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','6214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','6716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1022','6649','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1023','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1023','6717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1023','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1023','6718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','6719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','6720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','3502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','6721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1024','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','6547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','6723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','4969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','6724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','6725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','6565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1025','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1026','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','6726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','6727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','6653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','6728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1027','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','6729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','6730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','6731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1028','6732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','6734','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','9801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','9800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1029','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','6736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','5406','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1030','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1031','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1031','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1031','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1031','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1031','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1031','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','5933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','6738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','6739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','2903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','6740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','6741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','3025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1033','355','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1034','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1034','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1034','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1034','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1035','6650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','4266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','4265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','4261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','4260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','6753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','12230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','14815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','4769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','11558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1039','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1040','6755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1040','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1040','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1040','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1040','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1040','5076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6761','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6758','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6756','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','5713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','2434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1041','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6781','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1042','3744','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','4962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','4651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','4542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','5757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','6830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1043','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','6831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','6832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','6833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','6832','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1044','6833','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','6835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','6836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','6837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','4251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','6838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1045','1169','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','1071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','6839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','3800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','6840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1046','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1047','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1047','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1047','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','6841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','4384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','3797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','6842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','6843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','6844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','6845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','6846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','4100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','6847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','5191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1048','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1049','6848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1049','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1049','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1049','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1050','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1051','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1051','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1051','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1051','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1051','2789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','3708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1052','6849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1053','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1053','6850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1053','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','4055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','4761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','4426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','4460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','3600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','4426','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','4460','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6854','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','6858','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','2651','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1054','584','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1055','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1055','6862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1055','4288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1055','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1055','6863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1055','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1055','6864','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','6866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','6867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1056','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','1875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','3675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','5292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','1235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','5595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','5395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6873','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6099','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','2465','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1057','6879','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','17066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','17065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','5266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4140','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','16928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','15172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','17064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4139','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','13522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4138','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','4214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4137','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4136','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4135','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4135','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4135','454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4134','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1059','5611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1059','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1059','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1059','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','6881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1060','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1062','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1062','6883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1062','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1062','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1062','5986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1062','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1037','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','6888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','6889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','6890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','2205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','6892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','3041','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','5231','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','594','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','588','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1065','6891','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','5758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1066','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1067','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1067','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1067','6894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1067','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1068','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1068','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1068','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1068','6895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','6904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','6903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','6902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','6901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','6591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1070','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','4462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','6924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','357','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','1104','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','5092','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1072','5651','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','6928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','6927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1073','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','6307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','6929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','2057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','6931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','6932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1074','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','1358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','6936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1075','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','6755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1076','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','3827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','154','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6937','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6938','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','6943','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1077','552','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','6946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','6947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','6948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','3103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','3934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','6950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1078','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','5633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','3752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','3270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','4610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','6989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1079','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','6990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1080','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','2342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','1848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','1451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','2252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1312','7901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','1880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1311','7900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1310','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1310','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1310','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1310','7899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1310','7898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1310','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','7740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1309','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','7897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','7896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1308','7895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','2227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','7013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','2237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','7014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','5085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','7016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','2601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','7017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','1256','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1082','7015','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1083','7018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1083','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1083','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1083','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1083','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1083','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1083','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','7019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','7020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','7021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','7022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1084','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1085','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2809','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','36','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','6710','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2530','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7060','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','5610','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','5120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','6258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','7057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1086','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','5944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','2196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','1529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','3713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','6892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1087','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','1943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','13382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','7075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','7076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','3219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','7077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','1013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','7078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1089','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','6862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','5258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','7079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','5174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','7080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','7081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','7082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','7083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1090','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','7084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','7085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','7086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','5074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1091','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1092','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1092','2952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','6075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','6076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','7087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','2334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','6078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','7088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','6079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1093','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','7104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','3536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','7103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','2197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','6514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','1095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','7102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','7101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1094','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','1346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1095','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1096','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1096','6831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1096','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1096','6920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1096','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','7094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','7095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','7097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','7098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','7099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1097','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','2174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','7114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1099','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1100','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1100','7115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1100','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1100','3052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','7116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','7117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1101','7118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','7119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1102','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','7120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','7121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','4762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','7122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','7123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','7124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1103','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','7125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','7126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','7127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','7128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','7129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1104','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','2817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','7130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1105','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1106','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','6589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','6387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1107','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','3714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','7139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','7147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1109','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','1348','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','10741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','7151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','4437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','6482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1111','547','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','6943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','7165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','6079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1112','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','7166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','1979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','5624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','7168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','7169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','4767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1113','2395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1114','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1115','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1115','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','2936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','7170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1116','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','7171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','6561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','5010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','7172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1117','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1118','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1118','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1118','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2756','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','108','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','298','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','5142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','6006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','6232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','5531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','3002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','5236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','7206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1119','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1120','7197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1120','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1120','577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1120','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1120','7198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1120','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','567','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','5152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','6006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','9147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','9146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','7079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','9145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','3856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','9144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1121','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1122','7203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1122','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1122','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1122','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1123','7204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','1382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1124','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','4660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1125','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','6651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','4660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1126','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4134','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4134','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4134','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','5380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4133','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1128','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','7229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','7230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','7231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','7232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','1958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1129','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','3654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','3355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','2785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','3265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','5988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','4337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','7247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1450','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1523','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1130','1015','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4701','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4700','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4700','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4700','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4700','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','6654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','18459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','8430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','8709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','4378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4699','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','18458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','18325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','18181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','18457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','18324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','11595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','16807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4698','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','18455','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','3867','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','18456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','18454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','2322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4697','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4696','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4696','11767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4696','6883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','559','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','12526','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','18453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','3333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','3618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','15023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','18452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','18451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','13326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1132','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1132','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1132','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1132','37','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1132','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1132','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1132','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','12888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','13569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1133','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1133','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1133','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1134','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1134','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1135','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1135','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1135','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1135','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1135','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1136','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','7290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('666','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1137','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1137','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1137','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1137','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1137','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1137','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1138','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1139','7295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1139','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1139','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1139','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','5152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1140','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1141','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','1735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','5786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','4323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','2952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','2579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1142','7331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1143','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1143','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1143','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','7139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','7332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','7141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','7142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','7143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','7145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','7333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1144','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','7342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','7341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','5765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','2461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','7340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','7344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','7345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','6945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1145','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','7346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','7347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','7348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','7349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1146','431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','1862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','2952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1147','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1148','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1148','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1148','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','6219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','7345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1149','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1150','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1150','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1150','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1150','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1150','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1110','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1151','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1151','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1151','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1151','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1151','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','7372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','2473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','7374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','7375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','51','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','7376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','2802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','6106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1152','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1153','7377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1153','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1153','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','7306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','7379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','7380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1154','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2871','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','7374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','7375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','7382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1156','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','4255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','6219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','6169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1157','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1158','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1108','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1160','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1160','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1160','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1161','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','7402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1162','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','7412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','7411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','7410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','6204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','7409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','7408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1163','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','7417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','2579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1164','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','5700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1218','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','53','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','7564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1217','7563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','7562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','7561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','7506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','7505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','7560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1216','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','7568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','6219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1215','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1214','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1214','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1214','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1213','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1213','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1213','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1212','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1212','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1212','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1166','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1166','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1166','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1166','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1167','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1167','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1167','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1168','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1168','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','7430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','3112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','3820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1169','7431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1170','3714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1171','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1171','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1171','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','7465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','5598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1172','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','5935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','7467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','2197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','7468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1173','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','4378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','7469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1174','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','1756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','7470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','7471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','2868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','7472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','3536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','5382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','3714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','6678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','7473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','7474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','7475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1175','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','1089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','7476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','6115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','7477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','7478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','7479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','7480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','1201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','6680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1176','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1177','7481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1177','7482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1177','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1177','7483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1178','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','7484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','7485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1179','7486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1180','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','7487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','7488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1181','7489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','6973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1182','4287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1183','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1183','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1183','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1183','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1184','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1184','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1184','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1184','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1184','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','7490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','1985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','7491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1185','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1186','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1186','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1186','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1186','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1186','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1187','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','7492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','7493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','7494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','3665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','7495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1188','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1189','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1189','7493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1189','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1189','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1189','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1189','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1189','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','3598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1190','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','7496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','7497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','6770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','7006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','7498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1191','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1192','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1192','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1192','7499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','4054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','7500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','7501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','7502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','7503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','7504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1193','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','7505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','7506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1194','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','7512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','1534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','7511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1195','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','2694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','7513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','3260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','7514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1196','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1197','7515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1197','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1197','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1197','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1197','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1197','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1197','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','7516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','7467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','7517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1198','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','7518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','7519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','7521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1199','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1200','3122','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1200','2479','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1200','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1200','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1200','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1200','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','5671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','2919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1201','2341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','7522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','1618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1202','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','4981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','5094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','7523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1203','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1200','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1205','7524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1205','7128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1205','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','7525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1206','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','2548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','5277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','7617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1208','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1210','340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1210','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1210','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1210','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1210','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1210','7540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1211','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','7676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','2213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','7677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','7678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','6734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','4890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','7679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','7680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','7681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','7682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1817','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','2408','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1255','1377','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1256','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1256','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1256','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1256','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1256','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1256','421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1257','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1257','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1257','6885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1257','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1257','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1258','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1258','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1258','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1258','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1258','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1259','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1259','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1259','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1260','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1260','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1260','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1261','984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1261','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1261','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1261','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','3671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1262','7688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','4643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','7689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','7690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','4655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1263','7691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1264','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1264','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1264','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1264','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1265','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1265','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1265','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1265','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1265','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1265','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1265','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','3247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','1859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1266','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1267','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1268','7693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1269','7694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1269','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1269','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1269','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1269','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1269','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1269','6433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1270','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1270','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1270','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1270','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1270','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1270','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1270','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','1074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','1521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','5385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','1074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','7952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','7718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','7719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','7585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','7720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','7721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1273','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','7722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','7723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','7724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1274','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1275','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1275','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1275','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1275','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1275','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1275','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1275','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','7725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','7727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','7728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1276','5601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','4378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','7729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','7730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1277','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','2358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','17761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','5667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','11645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1279','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1279','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1279','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1279','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1279','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1279','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','6848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','7731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1280','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','7732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','7733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','7734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','7735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','2880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','7736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','7737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1281','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','7738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','7739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','7638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','3124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1282','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1283','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1283','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1283','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1283','7740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1283','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1283','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1284','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1284','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1284','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1284','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1285','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1285','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1285','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1285','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1285','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4380','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4379','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','14598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','17760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','4800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','17759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4378','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','13535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','5357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','17758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','17757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4377','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1287','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','7741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','2252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','7742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','7743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','2914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1288','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','4227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','7751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1289','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','7752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1290','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1291','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1291','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1291','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1291','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1291','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1291','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1293','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1294','7693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','7753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','3847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1295','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1296','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1296','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1296','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1296','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1296','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1296','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1297','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1298','7755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1298','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1299','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1299','7756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1299','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1299','7757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','2284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1300','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','7732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','5117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','7758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','7759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','7760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1301','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1302','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1302','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1302','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1302','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1302','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','7761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','7762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','7763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','7764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','7765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','2029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1303','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','5370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','4460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','7794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1304','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1305','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1305','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','4762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7841','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','1059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1306','7847','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','5437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','7893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','7894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','7143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1307','1013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','7913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1313','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','6229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1314','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1315','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1316','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','7915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1317','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1318','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1318','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1318','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1318','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1318','7916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1319','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','7917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','7918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','7919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','7920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1320','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','1880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','7847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','7921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1321','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','7922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1322','542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','7923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','7924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1323','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1324','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1324','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1325','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1325','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1325','7925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1325','3029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','4559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','7935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','7934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','7933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','7932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','1089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','7676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1326','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','1124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','7936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1327','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1328','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1328','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1328','7937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1328','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1328','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1328','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1328','7287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','7938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','7939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','7940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','7941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','7942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','7603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1329','1320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','7119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','2180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','6802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','7943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','7944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1330','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','7945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1331','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1332','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1332','2751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1333','7946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1333','3318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1333','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1333','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1333','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','7947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','7948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','1880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','7949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','6209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1334','207','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1335','7950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1335','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','3631','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1336','21','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1337','5700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1337','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1337','5618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1337','1001','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1337','7566','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1337','6944','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1337','4292','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1272','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1338','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1338','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1338','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1339','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1339','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1339','7953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1339','7954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1339','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1340','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1341','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1341','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1341','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1341','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','7955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','4994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','7956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','7231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','7958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','7959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1342','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','3542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','7960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','7961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','7962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','7963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','633','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1343','7964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1344','4638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','18398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','7224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','6654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','18396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','4976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','18395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4671','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4671','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4671','6883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4671','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','4232','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1259','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','18394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','2874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','11632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','4401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','2751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1346','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','7972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','7973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1347','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','7974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','7975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','2180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','7943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','7977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','7978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1348','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','772','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','404','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','8409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','8408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','7372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','7987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','7988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','7989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','4085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','7990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','7670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1350','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','7991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1351','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','7992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1352','542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1353','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1353','7994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1353','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1353','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1353','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1354','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1354','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1354','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','7995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','7996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','7997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','2067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','185','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','5162','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1355','3595','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1356','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1356','7998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1357','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1357','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1357','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1357','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1357','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1357','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1357','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','7081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','7611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','7847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','7845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','8022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1358','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','8023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1359','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1822','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','4432','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','2471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1360','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1361','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','2344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','8027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','8028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','8029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','8030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','8031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1362','6442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','8032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','2738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','8033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','1544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','8034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','8035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','7752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','2847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','8036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1363','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','8037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','8038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','2820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','8039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1364','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','6626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','3095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','2341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','6185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','8059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','5076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1367','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','8060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1368','8061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','4963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','8062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','7241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1369','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1370','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','8065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','5521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1371','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','7734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1372','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','3034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','3876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','7119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','8066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','8067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','8068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1373','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','1663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','8069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1374','8070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','8071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','5607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','1130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','1031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1375','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','8062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1376','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','1731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','8072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','8073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1377','8074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','14048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1378','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1378','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1378','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','8092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','8093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1379','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1380','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1380','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1380','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','3605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','8101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1381','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','8102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1382','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1383','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1383','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1383','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1383','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','8105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','8106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','8107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1384','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','8109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','8110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','8111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','3101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','6511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1385','5601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','8112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','8113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','8114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1386','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','8115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1387','8116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1388','8117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1388','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1389','8118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1389','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1390','1235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1391','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1391','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1391','9393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1391','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1391','9392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1391','6591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1391','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1392','6851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1392','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1392','3532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1392','8123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1392','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1392','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1393','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1393','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','8124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','8125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1394','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','8048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1395','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','8126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','8127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','3100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1396','8128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1397','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1398','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1398','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','8114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1399','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','3084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1400','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','8099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1402','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1402','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1402','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1402','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1402','8132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1402','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','7075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','8133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','8134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','8135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1403','8136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','8137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','8138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','8139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1401','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1404','8140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1404','1235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1405','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1405','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1405','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1405','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1405','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1407','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1408','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1408','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1408','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1408','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','17742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','9200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1410','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1410','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1410','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1410','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1410','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1410','8142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','7546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','8143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','8080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','5194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','8144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','8145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','8146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','8147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1411','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','8148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','8149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','5754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','8150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','8151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1412','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','3532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','7236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','8152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','8153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','8154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1413','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','8156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1414','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1415','2453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1415','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','1298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','8158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','2243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','2548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1416','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','2020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1417','5316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','8161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','8162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','8163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','8164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','8165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','3434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','7725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','7100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','8166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','8167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1418','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','1663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','1664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','5745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','8069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','8168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','6031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1419','8169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1420','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','6527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','11450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','8488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','18450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','10987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','8096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','17458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','7274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','7085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','15704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','12940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','2865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','3355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','18449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','2746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4695','8433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4694','18448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4693','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4693','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4693','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4692','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','1727','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','18447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4691','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','12425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','7287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','18460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4690','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','6252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','5144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','6923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','2200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','9915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','15274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','7224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','8069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','2306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','3563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','8180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1422','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1423','7120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1424','1077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1425','8181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1425','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','6805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','2638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1427','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','1461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','1248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','8190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1428','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','8194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','8193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','8407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1429','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1429','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1429','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1429','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1430','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1430','8197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1430','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1431','8198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1431','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1431','8199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1431','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1432','3532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1433','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1433','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1433','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1433','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1433','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1433','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1433','3600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1434','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1434','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1434','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1434','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1434','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1435','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1435','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1435','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1436','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1436','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1436','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1436','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1436','8200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1436','8201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','8202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','8203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1437','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','8204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','8205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','8206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','8207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','8208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','7606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1438','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','8209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','8210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','8211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','1657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','8212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','8213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','8214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','5741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1439','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','7923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','8215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','5984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','7725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','8089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1440','8216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','7396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','8217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','8203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','8218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1441','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','8220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1442','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','8221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','8222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1443','1192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1444','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1445','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1445','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1445','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','8223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','8193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','8194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','8224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','5732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1446','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1447','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1447','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1447','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1447','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1447','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1447','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1447','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','8225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','8226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','2913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','8227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1448','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','723','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1449','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1450','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1450','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1451','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1451','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1451','8229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1451','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1451','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1451','4339','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','8230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','7725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1453','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1454','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1454','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1454','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1454','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1454','8231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1454','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1454','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1455','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1455','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1455','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1455','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1455','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','8232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','1287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','8233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','8234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1456','8235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','8236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','8237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','8238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','8189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','8239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','8190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1457','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1458','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1458','8240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1458','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1458','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1458','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1458','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1458','8241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1459','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1459','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1459','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1459','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1459','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1460','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1460','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1460','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1460','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1460','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','3253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','6623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','5599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','6428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1461','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1462','8264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1462','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1463','8265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1463','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1463','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1463','8266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1464','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1464','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1464','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','8267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','3551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1465','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1466','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1466','8268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1466','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1466','8269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1466','8270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1466','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1467','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1467','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1467','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1468','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1468','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1468','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','18388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4670','18384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','550','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','1066','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','17746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','8556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1470','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','8273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','8274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','8275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1472','6849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1473','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1474','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1474','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1474','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1474','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1474','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1474','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1475','8276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1476','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1476','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1476','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1476','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1477','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1477','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1477','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1477','6577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','8277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','8278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1478','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1479','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1479','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1480','8279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1480','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1480','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1480','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1480','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1480','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','8280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1481','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','8281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','8282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','8283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','1453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1482','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1483','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1483','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1483','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1483','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1483','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','8284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','8285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1484','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1485','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1485','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1485','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1486','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1486','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1487','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1488','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1488','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1489','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1489','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1489','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1489','8289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1489','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1489','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1489','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1490','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1490','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1490','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1490','239','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1491','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1491','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1491','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1492','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1492','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1492','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','8290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','3542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','2073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','6224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','8292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','8293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','8294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','8295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1493','1201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1494','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1494','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1495','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1495','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1495','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1495','8296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1496','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1496','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1496','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1496','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1496','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1496','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1497','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1498','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1498','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1498','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1498','8298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1498','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1498','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','6781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','7588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','7596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','3124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1499','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','18393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','8419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','18380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','2186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1501','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1501','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1501','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1501','4660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','8300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','8301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','8302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','8303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','8304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','8305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1502','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1503','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1504','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','8323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','8324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','8322','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','4492','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1505','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4668','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','3208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','4360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4667','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4666','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','2284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','7787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','2266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1508','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','3627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','51','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','7744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','2223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','8352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','4609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','6988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1509','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1510','8115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1510','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1510','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1510','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1510','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1511','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1511','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1511','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1511','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','4963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','8353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','8354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','3113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','8190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1512','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','7948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','5974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','6518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','3357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','6209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','8366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1513','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','5257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','8367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','8368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','8369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','7128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1514','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1515','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1515','944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1515','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1515','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1515','8370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1516','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1516','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1516','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1516','8371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1516','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','13871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4689','18434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4688','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4688','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4688','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4688','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4688','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','1879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','7031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1518','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','8374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','8371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1519','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1520','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1521','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1521','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1521','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','8375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1522','7693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1523','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1523','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','15006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','10635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','16256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1524','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1524','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1524','545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1524','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1524','8396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1524','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1524','8371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','8397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1525','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','6766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','7787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1526','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','3927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','2936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','2307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','8398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','8400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','8401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1527','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1528','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1528','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1528','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','4060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','1472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','8402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','8403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','3656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','8404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','8405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1529','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1349','707','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1530','8410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1530','8411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1530','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1530','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1531','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1531','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1531','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1532','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1532','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1532','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1532','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','7789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','4610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','8422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1533','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1534','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1534','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1534','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1534','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','8423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','8424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','8425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','4078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','8426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','1494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1535','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1536','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1536','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1536','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1536','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1536','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1536','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1537','8427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1537','8428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1537','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1537','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1538','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1538','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1538','8429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1539','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1539','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1539','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4666','11212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4666','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4666','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4665','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4665','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4665','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4665','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4665','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4665','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4665','18352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','6465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','2801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','8439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1541','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','8440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','8441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','8442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1542','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','2052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','6219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','7238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','5249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','5519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','3300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','7881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','8450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','6477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1543','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','4488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1544','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1545','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1545','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1545','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1545','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','7809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','8451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1546','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','5347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','8452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','4764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','5363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','8453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','8454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','7345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1547','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','8455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1548','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','3131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1549','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','3836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','7152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','3802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8456','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','3031','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2454','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','229','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','8463','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1550','2810','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','5472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1551','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','8464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','8465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','2939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','8466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','8467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1552','8468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','8469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','8470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','8471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','8472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','6939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','2309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','8203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','8473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','8474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1553','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','8475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','8142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1554','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1555','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','8476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1556','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1557','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1557','7938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1557','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1557','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1557','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1557','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1557','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1558','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1558','8477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1558','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1558','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1558','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1558','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1558','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','8478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','8479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','4418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1559','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','8481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','6982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1560','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','8482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','8483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','7128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','7402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1561','8484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1562','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','8485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','8486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1563','8487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','8223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','8193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','8194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','8408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','8224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','5732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1564','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','8194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','8488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1565','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1566','8489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1566','8490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1566','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1566','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1566','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1566','8491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1566','8492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1567','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1567','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1567','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1567','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1567','6711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1567','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1568','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1568','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1568','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1568','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1568','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1568','431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1569','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1569','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1569','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1569','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1569','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','7503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','7847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','7845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','3248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','7815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','7804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','6697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','8532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1570','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','8528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1571','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1572','8529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1572','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1572','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1572','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1572','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1572','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','8530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','8531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','7497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','8298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','4506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','3791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1573','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','6697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','7317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','4312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8549','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1574','8554','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','8559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','6199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','8408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','8560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1575','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1576','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1576','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1576','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1576','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1576','8561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1577','7963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1577','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','8562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','8563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','8564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','5658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','2411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','8565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','8566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','16','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1578','4766','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','8567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','8534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','8568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','8138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','8569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1579','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','8570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','8571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','8572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1580','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','5252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','8573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','8574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','8575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','6477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1581','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','8576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','8577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','8578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','8575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','3100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','6477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','3859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1582','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','8583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1583','1346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','8584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','8585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','8586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1584','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','8588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1585','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','1861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','2316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1586','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','8589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','5971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','6835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','5119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','8590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','2176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1587','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1588','606','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1588','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1588','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1588','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1588','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1588','8593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1588','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','8594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','8595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','8596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1589','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1590','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1590','8597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1590','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1590','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1590','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1590','8598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','8599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','8460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','8461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1591','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','5576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','8600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','8601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','8602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','8603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1592','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','8692','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','674','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','8691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','8690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','8419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','8689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','8688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','5966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','8687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1593','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1594','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','3205','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','1254','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1595','1149','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4688','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4688','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1597','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1597','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1597','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','8612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','8613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','7675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','1991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1598','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','1756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','8614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','8615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1599','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','8616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','5966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1600','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1601','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1601','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1602','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1602','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1602','7963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1602','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','5700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','2015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','8617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','5743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','1925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','1932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','8618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','5198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1603','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1604','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1604','8619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1604','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1604','2351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1604','4897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1604','8620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1604','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','8621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','1225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','1213','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','1214','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','1044','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1605','103','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1606','8622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1606','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1606','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1606','8461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','8623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','7675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1607','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','8544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','8588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','8625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1608','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','8626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1609','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1610','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','8621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','8648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','8647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','8646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','8151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','8645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','2411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','8644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1611','8562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','1225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','1213','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','1214','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1612','1044','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','8562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','8644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','2411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','8645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','8151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','8646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','8647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1613','8648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','5593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','2168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','8656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1615','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','8657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1616','8658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1617','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','7763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','6165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','7071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','5614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','6577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','8667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1618','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','8673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1619','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','8670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','8671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1620','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','8659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','8672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1621','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1622','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','3836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','8674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','8347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','8602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','8675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1623','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','6674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','5258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1624','2478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','6429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','8677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1625','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','5335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','8678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','8679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1626','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','8680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','4285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','8681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','8682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','8683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','8684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','3833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','3656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','8685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','7586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1627','8686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','5461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','3100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1628','8702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1629','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1629','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1629','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1629','8658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1629','7604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1629','721','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','8703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','8072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','8704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','8705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','7326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','8706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1630','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','8707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','8708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','5181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','8709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','5648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','8710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','5464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','2421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','8231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','2266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','8711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','4282','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','430','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1631','2270','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','8712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','8713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','8714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','7142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','8715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','1894','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1632','8715','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','6444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','7384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','3503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','8716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','5683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1633','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1634','6258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1634','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1634','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1634','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1634','8716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1634','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1635','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1635','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1635','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1635','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1635','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1635','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','8717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','8718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','2745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','8719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','4296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','8721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1636','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','3848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','8662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','8722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','8723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','8724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','1925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','8725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','5524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1637','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','8726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','8727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','8728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','8729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1638','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','8730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','8731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','7147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','8732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','8733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','8734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','3354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','4796','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1639','1092','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1640','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1640','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1640','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1640','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1640','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1640','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1641','8735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1641','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','5308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','3927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','8490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','8736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','4454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','3833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','8737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','8738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','3892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','8739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','8740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1643','1513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1644','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1644','8741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1644','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1644','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1644','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1644','5325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1644','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','8742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1645','8743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1646','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1646','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1646','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1646','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1646','8744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1646','8645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','2829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','8745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','8746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','8384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','8747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','8368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','8748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1647','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','8749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','8232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','8750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1648','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1649','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1649','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1649','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1649','8751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1649','7147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1649','8734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','1124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','8753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1650','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','10713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4683','17599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','7768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','5449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','6929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','7124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','8762','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1652','1282','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','8760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','8772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1653','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1654','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1654','7147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1654','8773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1654','8774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1654','8775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','6651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','8102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1655','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','8749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','8232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','8750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1656','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1657','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1657','6522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1657','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1657','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1657','8776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1657','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1658','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1658','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1658','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1658','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1658','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1658','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1659','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1659','7581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1659','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1659','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1659','8777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1659','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1660','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1660','8778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','8779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','8780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','8781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','8782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','8783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','3599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1661','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1662','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1662','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1662','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1662','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1663','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1663','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1663','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1663','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1663','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1663','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1664','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1664','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1665','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1665','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','2473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','5128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','3305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','7499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','8793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','7793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1666','1513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1667','8794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1667','8621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1668','6651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1668','8794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1668','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1669','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1669','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1669','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1669','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1669','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1669','8578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1669','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','6159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','7745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','7718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','7124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','7245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','7892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','8842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','5077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','1291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1670','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','2118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','7924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','8808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','8843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','5486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','3678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','8221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','3029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','8844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1671','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','4886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','8845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1672','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','8847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1673','8848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','8849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','8847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1674','8848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1675','8850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1675','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1675','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1675','8851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1676','2252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1676','8852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1676','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1676','8853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1676','2825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','8854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','8715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','2536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','8855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','1320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1677','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','8716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','7142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','8856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1678','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1679','8857','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1679','8858','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','8859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','8860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1680','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1681','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1681','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1681','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1682','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1682','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','8862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','4567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','2266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','8863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','8861','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','3361','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','5641','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','8863','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1683','430','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','8864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1684','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','8866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','8867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','3195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','2434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','5986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1685','8868','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','8869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1686','4282','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','8870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','6160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','5750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','6093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','8055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','8871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','8872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','8873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','8874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1687','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1688','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1688','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','8735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','8875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','8876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','1314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','8877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','8878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','7147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','8732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','8734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1689','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','5246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','8879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','8880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','8881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','8882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','3097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','7124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','8883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','8840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1690','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1691','8884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1691','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1691','8851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','5618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','2725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','8892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','6895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1692','5077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','2559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','8898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','4658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','2861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','2825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','2089','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1694','7904','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1695','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1695','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1695','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1695','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1695','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1695','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','8899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','8900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1696','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1697','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','8901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','2694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','2317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','1197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1698','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','2378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','8902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1699','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1700','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1700','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1700','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1700','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1700','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','3723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','8903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','8904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','8905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','8906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','7275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','3846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','6878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1701','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1702','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1702','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1702','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1702','8462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1702','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1702','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1702','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1703','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1703','8907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1703','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','2317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1704','8913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','8914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','8267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','8915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','8916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','2033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1705','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','8918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','7755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','5519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','8919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','8920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','7757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1706','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1707','8921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1708','5645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1708','8922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1708','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1708','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1708','8923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1709','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1709','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1709','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1709','8924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','8925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','8384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','8911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','8926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','7755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','8927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','7757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1710','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','4754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','8928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','8929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','5251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1711','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1712','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1712','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1712','8930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1712','8926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1712','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1712','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','2317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1713','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','8931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','8932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','8933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','8934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','8935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','4214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','4226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','5581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1714','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','8936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','8937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1715','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1716','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1716','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1716','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1716','8710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1716','5325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1716','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','4754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','8928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','8929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','5251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','8175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1717','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','5671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','8939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','7215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','8940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','8941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','8942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1718','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','4439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','8943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','8944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','8945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1719','7286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','8947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1720','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1721','8948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1721','8949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1721','8950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1721','8951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','4423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1722','8658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','8712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','8952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','8953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','8954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','8955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1723','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','2213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','5742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','3289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','8969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','5330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1724','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','8472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','6939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','8970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','6209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','3669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','8971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','8972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','8973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1725','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','8901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','1472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','8952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1726','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','7120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','3009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','7482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','6822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','5741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1727','8980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1728','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1728','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1728','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1728','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1728','8981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1728','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','8982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','8983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','8984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','8985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','8986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1729','1320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','8987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','5252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1730','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1731','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1731','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1731','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1731','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1732','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','8989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','8990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','8991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','8992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','5252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','8844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','8993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1733','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1734','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1734','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1734','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1734','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1734','7989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1734','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1734','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1735','8994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1735','4183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1735','578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1735','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1735','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1735','996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1736','5629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1736','2842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1736','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1736','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1736','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1737','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1737','8995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1737','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','8996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','8958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','8997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','8998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','8999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','9000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','9001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','2365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1738','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','9002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','5291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','9003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','9004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','9005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','9006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','6674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','9007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1739','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1740','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1741','5629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1741','8901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1743','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1743','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1743','9008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1743','9009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1743','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1743','9010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1743','9011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1744','9019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','5308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','7018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','9013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','9014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','9015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','6984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','1587','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1745','496','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1746','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1746','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1746','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1746','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1746','6428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1747','9016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1747','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1747','7682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','9017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','9018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1748','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1744','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1744','9020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','9021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','9022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','8713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','7499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','9023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','9024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1749','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1750','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1750','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1750','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1750','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1750','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','9025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','8949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','9027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1751','9028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1752','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1752','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1753','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1753','9029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1753','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1753','1311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1753','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','8974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','9030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','1978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','2317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','3290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','9031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','8716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','7878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','8715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','6245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1754','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1755','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1755','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1755','9032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1755','9033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','9034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','9035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','9036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','9037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','5754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1756','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1757','9035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1757','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1757','5754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1757','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','9041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','5657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','9042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1758','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1759','6352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1759','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1760','9044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1760','9043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1760','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1760','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1760','9045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1760','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1760','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1761','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1761','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1761','9046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1761','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1761','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1761','9047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1761','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','8928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1762','5198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','5629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','8925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','1958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1763','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','9048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','2619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','9049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','9050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','5128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','8738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','2383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','6561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','9051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','9052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','8450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','9053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','9054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1764','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1765','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1765','9071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1765','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','9071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','9010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','9072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1766','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1767','9073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1767','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1768','1614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1768','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1768','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1768','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','9074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','5333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','5787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','9075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','9076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','9077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1769','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','8899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','9078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','7471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','6216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','2830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','9079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','6232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','9080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','8900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1770','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1771','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1771','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1771','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1771','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1771','7935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1771','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1771','9082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','7935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','9082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1772','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','9083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','1615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','6115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1773','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1774','9084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1774','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1774','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1774','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1774','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1774','9085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1774','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1775','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1775','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1775','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1775','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1775','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1775','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','9086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','5698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','2461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','9087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','9089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','9090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','9091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','9086','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','6304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','9088','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1776','1380','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','559','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1488','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1380','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','4956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','8560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','5987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','5628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','5378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','3542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','1756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','4963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','4708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','9102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1777','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1778','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1778','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1778','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1783','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1783','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1783','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1782','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1782','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1782','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1782','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1781','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1781','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1781','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1781','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1781','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1781','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1781','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1780','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1780','9114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1780','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1780','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1780','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1779','8715','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1779','1894','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1779','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1779','9113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1779','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1783','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1783','9115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1783','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1783','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','9116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','9117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1784','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','2859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1785','9118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1786','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1786','9120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1786','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1585','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','9131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','5242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','9130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','9129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','9128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','9127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1787','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','9116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','9132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','7027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','9133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1788','9134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1789','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1789','9135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1789','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1789','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','9136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','9137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','9138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','9139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1790','2887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','9140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','9141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1791','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1792','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1792','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1792','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','9143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','8232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','5691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','2728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1793','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','15342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3556','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3556','15341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','1299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3555','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1795','9152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','5576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1796','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','567','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1797','594','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','2090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','9117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','9154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','9155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1798','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','9156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','9158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','9159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','9160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','9161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1799','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1800','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1800','9162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1800','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1800','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1800','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1801','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1801','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1801','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1801','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1801','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','9163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1802','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','8974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','2080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','9169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1803','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1804','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1804','3889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1804','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1804','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1805','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1805','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1805','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1805','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1805','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1805','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1805','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','9170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','9171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','8807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','9172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','9173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','2757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1806','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','9174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1807','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1808','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1808','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1808','9175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1808','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1808','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1809','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1809','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1809','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1809','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1809','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1810','9176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1811','9177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1812','9178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1812','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1812','2145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1813','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1813','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1813','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1813','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','8703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','9179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','9180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','3896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1814','9181','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','6686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','9182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','9183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1815','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','9175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','9184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','9185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','8362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','9186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1816','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','9187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','1503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','4521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','9188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','9189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','9190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1817','9191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','4358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','8035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','5185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','6495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','8739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','6477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','9220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1818','8686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','9187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','9221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','9222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','9223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','7913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','8951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','9189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1819','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','7817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','6824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','6180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','8770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','118','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','9231','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','248','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1820','707','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','9237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','9238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1821','558','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1822','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1822','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1822','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1822','9239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1823','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1824','5246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1824','9240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1824','6939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1824','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1824','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1824','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1824','9241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1825','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1825','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1825','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1825','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1826','9242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','9243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','1850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1827','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1828','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1828','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','7898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','9244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','1038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','9245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1829','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1830','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1830','6577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1831','9246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','9247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','9248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','8177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','9249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1832','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','9162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','9250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','5540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1833','9118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','9251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','9252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','9253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','2111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','6370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','9254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1834','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1835','578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1835','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','9255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','9256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','9146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','5360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','601','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','185','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1836','430','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1837','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','4066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1838','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','7546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','7139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','7229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','5042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','7103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','7902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','7122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','5618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','5120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','4694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','8059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','3335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','6680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','9323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1839','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','5162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','5163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','9324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','9325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','9326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','9327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1840','601','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1858','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1858','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1858','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1858','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1857','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1857','6547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','96','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','108','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9264','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','3339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','3452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','5687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','4794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','4301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','3798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','2780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','4646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','2766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','9397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1841','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','9565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','9564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','2265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','9563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1896','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','9396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','4550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','5118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','7915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','9562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1895','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1864','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1864','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1864','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1864','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1864','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1587','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','7098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','9417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','3257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','4761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','9416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1861','9415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1860','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1860','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1860','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','1784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','3877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1859','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1856','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','8373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','9396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','6927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','9394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','2179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1855','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1844','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1844','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1844','2791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1844','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1844','9351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1844','9352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1845','9353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1845','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1845','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1845','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1845','7913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1845','9354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1845','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2034','9394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','154','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','8200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','2287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','6277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','5519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','6143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','9271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','4800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','10238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','4755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','5112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','1875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1846','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','9371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','8645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','9372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','2576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','2143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1847','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','8990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','2627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','8987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','3665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','5351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','6556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','5252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','9382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1848','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1849','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1849','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1849','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1849','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1849','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1849','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1849','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1850','9383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1850','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1850','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1850','9384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1850','5983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1850','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1850','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1851','9385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1851','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1852','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1852','2789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','9386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','9387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','9388','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','499','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1853','3949','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','9389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','9390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','2958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','9391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1854','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','8384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','7546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1865','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1866','3808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1866','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1866','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1866','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1866','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1866','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','1587','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1862','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','1587','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1867','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','2670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1868','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1869','9504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1869','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1869','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1869','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1869','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1869','6242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1870','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','5194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','3998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','8146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','7862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','8845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','9506','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1871','3692','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','1148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','7128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','9515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1872','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','7684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','9516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','7753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','9517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1873','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1874','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1874','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1874','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1874','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1874','9518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1874','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','8384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','5756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1875','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','9519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','6796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','3940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','9520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','9521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','9522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','2383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','6919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','9523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','6400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','4658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','7913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','5074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','9524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','9525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1876','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','9386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','9526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','9388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','9527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','9528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1877','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1878','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','9529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','9530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','9205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','9531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','7874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','2328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','9532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','9533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1879','9534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','9535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','9536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','9537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','9538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1880','1183','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','2670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','9539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1881','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','9540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1882','1727','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','9541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','7932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','9542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','9543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1883','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','9544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','9545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','9546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','9547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','9548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','2318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','9549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1884','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1885','1614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1885','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1885','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1885','9550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1885','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1885','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','5676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','5273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','6180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','9551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1886','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','9552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','9553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','5194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','1666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','9554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','6024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1887','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','9555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1888','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','4794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','9556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1889','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1890','9557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1890','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1890','9558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1890','9559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1890','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','9518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1891','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1892','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1892','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1892','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1892','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','8412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1893','7165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','2284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','9560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','9561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1894','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','8817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','8578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1897','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1898','9573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1898','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1898','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1898','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','14046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1900','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1900','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1901','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1901','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1901','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1901','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1901','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1901','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1901','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','7122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','9610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','3861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','9075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','3206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','9386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','6180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','9611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','2393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1902','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','8612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','6699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','5389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','7474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','9629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1904','739','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1905','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1905','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','9386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','7807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','9630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','4068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','9631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','6562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1906','9236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1863','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','9649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','6093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','3062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','9650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','1587','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1907','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','9651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','9652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','9653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1908','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1909','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1910','9654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1910','3434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1910','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1911','9655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1911','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1911','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1912','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','8928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','9656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','9548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','9658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','9659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1913','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','9613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','8612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','1648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','9660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1915','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1916','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1916','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1916','4251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1917','3001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1917','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','9615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','9408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','9661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','7474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','9627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','9662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','9628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1914','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1918','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1918','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1918','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1918','7497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1918','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1918','9663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1918','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1919','9664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1919','8837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1920','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1920','3889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1920','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1920','9665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1920','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1920','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1921','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1921','9232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1921','9666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1921','9528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','9667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','9668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1922','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','7476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','7588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','3563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','8772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','8145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','7902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','3450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','3302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','5010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','9310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1923','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','7641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','3210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','5654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','6426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','9702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1924','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','9703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','9704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1925','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1926','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','9705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','4754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','9706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','9707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','9677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','9709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','6426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1927','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','9655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','9710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','9711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1928','9712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','9713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','86','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','9714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','9715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','9710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1929','9711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1930','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1930','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1930','9716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1930','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1930','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1930','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1930','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1931','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1931','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1931','3818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1931','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1931','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1931','9717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','1152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','9718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','2306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','9719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1932','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','5334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','4460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','2572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','9730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1933','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','2296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','9731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1934','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1935','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','9733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','4409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','3296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','2919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','6426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','9305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','3803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','9734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1936','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1937','7676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1937','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1937','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1937','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1940','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1940','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1940','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1940','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1940','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1940','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','5333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','7075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','4391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','7102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','8709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','6551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','8963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','6674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','4570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','5683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','8179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','6789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','9794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1942','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','9795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','9796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','6445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','9797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','9798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','4559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','9799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','9659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','7412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1943','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1944','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1944','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1944','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1944','9802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1944','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1944','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1944','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','8223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1945','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','6781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','6937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','4397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','7497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','6425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','8912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','6770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','6433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','9836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1946','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1947','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1947','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1947','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1947','1706','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1948','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','6927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','9045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','5593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','9838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','9839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','1167','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','6927','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1949','2581','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1950','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1950','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1950','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1950','9019','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','2434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','4388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','7228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','7278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','9840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1951','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','2817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','3818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','9174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1952','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','5447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','9703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','9841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1953','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1954','9842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1954','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1954','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1954','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1954','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1955','9731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1955','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1955','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1955','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1955','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','7430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','9843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','9844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','9223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','9845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1956','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','9846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','9848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','9849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','9850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1957','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','9876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','9875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','9874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','9873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','9187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','7900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','1261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','4100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1959','9872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','7473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1958','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1960','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1960','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1960','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','3344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','3433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','3563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','6771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','9888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1961','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1962','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1963','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1963','9889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1963','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1963','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','9890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','6145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1964','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1965','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','6971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','5984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','9897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1966','3073','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','8140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','3077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','7291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','8928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','5271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','3335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1967','9907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','7291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','1037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','2000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','3955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','6425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','5339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','6770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','6932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','9906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1968','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','6192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1969','9921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1970','9922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1970','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1970','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1970','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1970','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1970','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','9923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','9030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','9410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','9924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','9925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','4325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1971','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','9926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','1020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','3563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','9927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1972','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','2073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','9928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','9929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','9930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','6660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','9931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','9932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','6425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','8450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','9933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1973','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','6002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','9940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','9941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','6971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','9942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','9943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','6548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','7501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','3743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','6859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','9944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1975','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','9952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1974','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','2868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','9924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1976','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','9400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','7988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','9543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','1163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','9953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','9954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','9955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','9956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','7284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','7693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1977','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','5519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','2024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','9965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1978','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','30','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','8881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','8807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','4859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','6561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','8544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1979','9988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1980','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1980','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1980','9989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1980','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1980','1225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1980','1214','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','4373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','5128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','9287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','10000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1981','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1982','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1982','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1982','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1982','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1982','10001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','10008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','4780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','10007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','10005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','9162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','1254','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','674','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','82','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1983','2385','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1271','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','10009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','10010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','10011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','10012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','10013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1984','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','6018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','4091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','5745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','7741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','2152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','10144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','10025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','1219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','8621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','9989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1986','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1987','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1987','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1987','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1987','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1987','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1987','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1987','6242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1988','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1988','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1988','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1988','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','7496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','10026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','6220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','7497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','10027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','10028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','10029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','6770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','7006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','9984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','7498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','4236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','10030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1989','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','8562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','8644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','2411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','8645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','8151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','8646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','8647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1990','8648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','5450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1991','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1992','10031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1992','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1992','10032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1992','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1993','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1993','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1993','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','14045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1994','10031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1994','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1994','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1994','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1994','10032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1994','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1994','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1995','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1995','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1995','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1995','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1996','10050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1997','9086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1997','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1997','6670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1997','8481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1997','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1997','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1998','9385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1998','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1998','7496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1998','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1998','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1998','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1998','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','10051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','4780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','10052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1999','165','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2000','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2000','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2000','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','6842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2001','247','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','10053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','3877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','3129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','4553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','9020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2002','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','3663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','1324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','10054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2003','10055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','1506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','9283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','4521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','2796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','4779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2004','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','9721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','10081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','10082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','10083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','5632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','10084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','10085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','10086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','2913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','10087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2005','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','10088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','5595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','10089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2006','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','9875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','13826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6275','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','6277','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('915','230','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','10131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','7742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','9310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2007','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','9659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','5069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','8117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','17405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','8335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','8334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','17404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','10139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','17403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','7060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','13840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','14001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','10136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','14000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','10134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','9544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','17402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','17401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2009','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2009','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2009','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2009','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2009','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2009','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','10163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','10162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('1985','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','10161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2010','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2011','8534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2011','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2011','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2011','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2011','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','8603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','3140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','1058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','10183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2012','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','10173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','1875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','6874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','3029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','10174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2013','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2014','10165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2014','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2014','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2014','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','10191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','4932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','10192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','6083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','1506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','10194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','6931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','10195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','10196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','10197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','4932','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2015','10193','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','9385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','4708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','10198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','10199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','7496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','10200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','10201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2016','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2017','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2017','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2017','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2017','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2017','7344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2017','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2018','10202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2018','6547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2018','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2018','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2018','1111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2018','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2018','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','4708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','10203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2019','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2020','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2020','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2021','10204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2021','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2021','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2021','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','9800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','10205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2022','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2025','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','8463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','9114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','1111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','10215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','2216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','10214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2023','3705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','10208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','10209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','10210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','10211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','10212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2024','10213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2025','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2025','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2026','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2026','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2026','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2027','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2027','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2027','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2027','10216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2027','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2028','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2029','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','8163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','10224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','3880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2030','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','7408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','10232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','9550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','5987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2031','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','10233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','10234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','10235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','10236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','7911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','10237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2032','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2033','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2033','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2033','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2033','3046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2034','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2034','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2034','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2035','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2035','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2035','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2036','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','7372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','4255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','4987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','3781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','5710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','3331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','10282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','5718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','9501','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2037','9503','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2038','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2039','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2040','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2040','10283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2040','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2040','10284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2040','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2041','3934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2041','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2041','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2041','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2041','1324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2041','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2041','10285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','2123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','1192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2042','9322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','4641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','10286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2043','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','2723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2044','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2045','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2045','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2045','7128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2045','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','6971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','1681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','7013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','2576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','2142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','10293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','62','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2046','4312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2047','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2047','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2047','10294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2047','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2047','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2047','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','10295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2048','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','6104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','10740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2049','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2050','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2051','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2051','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2052','10297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2053','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2054','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2054','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2054','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2054','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','10149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','10299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','10300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2055','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2054','10301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2056','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2056','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2056','10302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2056','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2056','10303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2056','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','10309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','10308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','10307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','6522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2057','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2058','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2058','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2058','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2058','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2058','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2058','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2058','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2059','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2059','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2059','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2059','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','10311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','10312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','7398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','10313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','10314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','5757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2060','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2061','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2061','10315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','9677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','9942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','9742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','5226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','7482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','7988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','7632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','7942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','7361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','9701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','6188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','7891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','8740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2063','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','9759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','10470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','10471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2064','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','10319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','10480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','9031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','10479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','9029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','9045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','10347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','10478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','10477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2065','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','10481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2066','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','10387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','6734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','10382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','10488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','4646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','10487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','9616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2067','10325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','10484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','10485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','10486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','6922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2068','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','2000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2069','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','10489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','4409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','7820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','3344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','10491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','8017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','2797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','9897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','10492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','10493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','10494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2070','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','1269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','10495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','2607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','10497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','10498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','10499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','10500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2071','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2260','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2260','11307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2260','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2260','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2260','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2260','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2260','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2072','11305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2072','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2072','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','10285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','6563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','10485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','4897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','10506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','10505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','4412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2073','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','10507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','1979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','10508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','2608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','10245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','5495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2074','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2075','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2075','10510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2075','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2076','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2076','10511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2076','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2076','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2076','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','8728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','6206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','5446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','8104','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2077','10518','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2078','10521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2078','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2078','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2078','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2078','10522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','1802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2079','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','9508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','9783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2080','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','10523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','10524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','10525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','9950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','7021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','10295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','8951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2081','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2082','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2082','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2082','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2082','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2083','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2083','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2083','10538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2083','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','3150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','9675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','6474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','7501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','4518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2084','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','10537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','3668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2085','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2083','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','3029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','10539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','10540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','6180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2086','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','10541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2087','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','10542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','10543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','10544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','10545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2088','10546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2089','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2089','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2089','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2089','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2089','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2090','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2090','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2090','6835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','8589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','10547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','8912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2091','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2092','2458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2092','8112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2092','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2092','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','8612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','8815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','2308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','4779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','10555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2093','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','1141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','2135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','9400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','9695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','10562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2094','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','5452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','9290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','9687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','7344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','4287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','6830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','7736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','7737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','10582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2095','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','8682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','6784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','10587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','10588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','9154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','10446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','10589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','10590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','3331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','10591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2097','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','10592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2098','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','5277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','10598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2096','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','9733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','9736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','10599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','10600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','8227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','10601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2099','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','4255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','10602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','6883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','10603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','10604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','5313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','4947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','8074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2100','10606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','9045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','5758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','9031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','8132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','5608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','10301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2062','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2101','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2101','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2101','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2101','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2101','984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','10637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','10638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','3399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','10640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2102','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','9736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','8934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','2936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','8594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','8754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','10652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2103','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2104','10653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2104','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2104','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2104','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','10654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','6370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2105','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','2796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','4269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2106','10663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','9170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','5257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','9269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','51','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','6976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','4798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','7501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','8419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','9778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','6147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','4257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','10683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2107','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2108','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','10689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2109','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','7505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','10690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2110','10471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','10691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','5257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','10391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2111','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','10541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','10692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2112','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','7152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','8471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','4794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','7285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','10707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2113','2068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2114','10708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2114','10709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2114','10710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2114','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2114','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2114','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2114','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2115','10711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2115','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2115','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','8033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','7482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','8881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','7070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','8764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','3819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','4530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','3310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','5120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2116','10719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','10720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','4773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','10721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','10722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','8177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','10723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2117','10724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','9942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','9677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','9045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','5758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','9031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','10319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','5608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2118','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','5257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','10727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','7505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','10690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','10728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','10471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2119','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','9260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','3095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','6093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','10729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','10730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','8093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2120','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','8772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','6709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','5524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','7749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2121','10738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2122','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2122','6944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2122','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2122','6511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2122','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2122','10739','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2123','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2123','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2123','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','3085','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','1586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','2360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','2807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','6730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','8615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','1814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','9617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','9613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2124','10751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','10508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2125','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','10759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','10760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','10761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','10762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2126','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','2458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','8112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2127','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','5238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','4773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','3097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','8836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','3322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2128','10771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','5698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','9752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','3751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','9829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','9161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','4589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','10513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2129','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','10740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','9290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','10790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2130','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','6159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','4696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','9957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','5238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','6473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','1760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','7237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','5488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','10800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','3097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','8829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','8836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','7245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2131','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','10801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','5437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','9864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','6929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','10802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','5991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','6750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','10803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','1711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2132','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','10808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','10807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2133','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2134','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2134','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2134','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2134','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2134','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','7291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','10599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','10809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','2351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','10810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','10811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','10812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','2265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','10813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2135','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','8762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','10814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2136','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','9910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','8027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','8772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','8165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','5984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','7855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','7874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','9777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','9699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','7688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','10845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2137','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','4437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','4801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','7873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','5454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','10852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2138','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2139','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2139','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2139','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2139','10853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2139','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2139','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2139','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','8911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','8202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','7944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','2576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2140','10862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','10863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','7095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','10864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','8369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','10865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2141','10866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','6159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','9957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','10867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','5437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','6473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','10764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','1731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','7818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','9864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','6929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','5991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','3598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','5488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','6750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','10868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','10803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','7890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2142','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2144','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','6771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','9031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','6709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','9145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','9270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','4418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','6090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','6748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','4825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','3222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','6969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2143','10893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2144','4693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2144','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','10918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','10917','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','10919','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','10920','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2145','96','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','10493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2146','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','10921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','5265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','10922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2147','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','4707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','7802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','4866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','8810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','2077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','8390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','8765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','2466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','6484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','8830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','10930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','7204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2148','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2149','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2149','10931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2149','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2149','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2149','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2149','10932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2149','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2150','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2150','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2150','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2150','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2150','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2150','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2150','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','10933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','6473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','9507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','1731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','6215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','7237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','7818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','9223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','3598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','10868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','7873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','10934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2151','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','2015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','10935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2152','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','7802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','10339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','10936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','10937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','8810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','10927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','8390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','10938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','7204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2153','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2154','10939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','10940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','5313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','10941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','10942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','10943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2155','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','7761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','8294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','7626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','4595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','10956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2156','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2157','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2157','10957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2157','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2157','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2158','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2158','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2158','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2159','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2159','10958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2159','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2159','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2159','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2160','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2160','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','10959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2161','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','10960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','10961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2162','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2163','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2164','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','10962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','8093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','10963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','1939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','10964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2165','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2166','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2166','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','10965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','7098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','10966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2167','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','10967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','10968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2168','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','6831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','2158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','5967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','9890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','5970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','6225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','2999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','9292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','9797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','8897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','7598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','7014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','4563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','9730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','7673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','1194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','10986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','4308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2169','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','10987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','2708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','10988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','5691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','10989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','10990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','10991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','6244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2170','431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','4437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','4801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','7873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','5454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','10852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2171','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2172','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2172','10012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2172','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2172','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2172','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2173','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2173','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2173','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2174','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2174','10993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2174','1845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2174','785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2175','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2175','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2175','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2175','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2175','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2175','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','10994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','4076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2176','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','2478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','10764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','8759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','9973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','10995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','10996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','10989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','10997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','8766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','10998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','7688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2177','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','10635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2178','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','10739','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','11046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','11045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','11044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','11043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','4541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','11042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','4304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','9622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','4454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','9620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','10935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','11041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','2207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2180','1455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','7482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','5710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','11055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2181','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','3534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','5100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','11056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2182','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2183','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2183','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2183','567','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2183','1497','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2184','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2184','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2184','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2184','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2184','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2184','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','7280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2185','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2186','11057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2186','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2186','11058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2186','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2186','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2186','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2187','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2187','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2187','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2187','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2187','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2187','10852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2187','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2188','11059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2188','11060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2189','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2189','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2189','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2189','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2189','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2190','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2191','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2191','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2191','11061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2191','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2191','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2191','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2191','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','9264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','7126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','9615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','5332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','4763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','9771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','5594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','7285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','10121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','5120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','3896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','11094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','9710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2192','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','8798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','8760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','10162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','7830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','8888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','8765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','8766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','9213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','8362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2193','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2194','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2194','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2194','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2194','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2195','8027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2195','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2195','7416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2195','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2195','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2196','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2196','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2196','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2196','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2196','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2196','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2575','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','10614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2197','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2198','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2198','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2198','7495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2198','11104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','7678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','11105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','11106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','5648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','11107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','11108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2199','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','10713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','11109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2200','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2201','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2201','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2201','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','1074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','4660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2202','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2215','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2277','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2277','11362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2277','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','7379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','7306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2203','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','9723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','11128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2204','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2205','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2205','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2205','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2205','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2206','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2206','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2206','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2206','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2206','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2206','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2207','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2207','10708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2207','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2207','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2207','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2208','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2208','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','11146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2209','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','11147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','3876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','11148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','2341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','11149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2210','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2211','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2211','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2211','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2211','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2211','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2211','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2211','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2212','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2212','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2213','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2213','11150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2213','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2213','11151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2214','9731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2214','6214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2214','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2214','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2214','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2214','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2214','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2215','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2215','6931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2216','10917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2216','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2216','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2216','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2216','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2217','11153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','9731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','6214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2218','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','10007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','8777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','10954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','8883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2219','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2220','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2220','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2220','11154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2220','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','11162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','11161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','11160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','11159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','4185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','8061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2221','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2222','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2222','10134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2222','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2222','10136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2222','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2222','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2222','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2223','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2224','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2224','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2224','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2224','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2224','2176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','11163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','5180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','11164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','9287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','9511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','11165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','11166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','11167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','2861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','11168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','10852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','11169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2225','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2226','6521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2226','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2226','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2226','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2226','11170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2226','11171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2226','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','11172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2227','11173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2228','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2229','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2230','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2231','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2231','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2231','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2231','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2231','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','9519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','5147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','11211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','9522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','11212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','2315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','11213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2232','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','11172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2233','11173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2234','11214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2234','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2234','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','10635','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2235','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','1299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2236','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2237','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2237','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2237','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','10894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','11215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2238','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2239','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2239','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2239','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2244','10635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2244','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2244','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2243','2111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2243','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2243','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2243','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2242','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2242','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2242','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2241','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2241','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2241','9528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2241','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2244','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2245','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2245','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2245','11250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2246','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2246','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2246','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2247','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2247','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2247','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','6969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','11268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','11269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','2593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','11270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','4772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','11271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','7505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','6209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','6771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','10912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','11272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','11273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2248','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2249','11274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','11275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','11276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','11277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','11278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','8989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','11279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','6581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','11280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','11281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2250','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','11283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2251','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','8048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','11284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','8926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','8814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','3998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','11285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','11286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','11287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2252','11288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','11284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','2939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','8926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','11286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','7963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2253','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2254','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2254','11284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2254','11289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2254','8926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2254','1065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','11290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','5265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2255','11291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','2863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','10187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','8926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','9962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','10614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','8350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','8833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','8544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','11297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2256','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','11298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','9541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','8997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','1659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','7932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','11299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','5972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','9543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','11300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','11301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2257','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2258','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2258','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2258','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2258','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2258','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2258','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','8876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','11302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','11303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','11304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','2913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2259','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','9408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','7602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','10375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2262','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2263','11320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','8593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','11073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','9762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','4308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2264','11321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2265','11322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2265','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2265','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2265','8924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2265','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2266','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2266','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2266','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','11323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2267','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2268','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','10691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','8680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','3180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','1280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','11307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','9183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2269','11324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','3001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','4255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','7095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','6883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2270','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','1906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','1657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','11325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','11326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','11327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','1709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2271','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2272','11328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2273','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2273','2756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2274','11329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2274','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2274','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2274','11330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2274','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2274','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','5961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','6739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','9620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','9623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','9624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','2243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','11342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2275','5578','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','9860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','11343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2276','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2277','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2277','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2277','11363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2277','11364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','2559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','10685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2278','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','11365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','11366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','7602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','11299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2279','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2280','11367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','5941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','10765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','6385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','8231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','11377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2281','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','8464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','8465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','2119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','11378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','11379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','8468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2282','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','11381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2283','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2284','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','10452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2285','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2286','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2286','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2286','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','11305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','11403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','11402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2287','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2288','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','3818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','3544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2289','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2290','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2290','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2290','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2290','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2290','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','9802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2291','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','8458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','2339','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','11408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','11590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','5360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','13094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','5742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','13093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','7120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','11409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','8133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','4430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','11410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','11411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','11412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2293','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2294','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2294','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2294','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2295','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2295','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2295','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2295','2320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2295','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','11413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','11305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','11061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','5709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','8951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2296','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2297','6831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2298','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2298','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2298','10545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2298','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2299','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2299','11415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2299','11416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2299','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','11417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','9116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','11418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','2316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','11419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','11420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2300','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','11421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','11422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2301','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2302','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2302','3268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2302','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2302','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2303','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2303','961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2303','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2303','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','9155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2304','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','11432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','11431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','11430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','4534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','11429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','11428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2305','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','11428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2306','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','11433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2307','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','5085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2308','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','11434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','11435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','11436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','5758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','7597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','6370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','10930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2309','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','11437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','7596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','6587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','9628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','11438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','11439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','436','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2310','1256','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','6098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','10538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','11440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','6104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2311','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','8847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','11428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2312','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','11421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','11422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2313','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','9116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','11441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','11442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2314','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','11443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2315','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2316','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2316','8710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2316','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2316','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','11444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','5325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2317','11408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','11428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','11445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','10391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','11446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','1747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2318','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2319','11447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2320','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2320','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2320','2756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2321','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2321','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2321','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2321','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2321','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2321','11448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2321','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2322','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2322','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2322','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2322','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2322','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','11449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','4411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','3502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','11450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','3434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','11451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','3751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','11452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2323','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','7351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','11453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','11455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','11456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','10247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','8916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','1988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','8560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2324','11457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','10896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','7671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','11458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2325','11459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2326','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2326','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2326','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2327','3172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2327','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2327','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2327','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2327','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2327','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2327','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2328','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2328','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2328','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2328','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2328','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2328','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2328','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2329','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2329','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2329','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2329','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2330','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2330','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2330','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2330','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2330','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2330','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2330','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2331','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','8028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','8340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2332','11495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','3660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','7802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','11503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2333','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','11504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','7495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','9290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','8396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','11505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2334','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','1247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','11506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','1677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','6370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','11507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','11508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2335','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2336','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2336','11509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','8401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','1747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','11510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','11511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2337','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2338','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2339','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2339','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2339','3896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2340','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2340','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2340','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2341','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2341','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2341','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','11428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','1056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','11512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2342','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2343','4554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2343','8990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2343','11525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','11561','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','5329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','11565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','11564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','11075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','10777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','10343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','11563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2344','11562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','11520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','11521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','11522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','11523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','11524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','9799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2345','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','2003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','2728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2346','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','11527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','3551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2347','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2348','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2348','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2348','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2348','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2348','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2348','1982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','11557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','11556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2351','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2351','11551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2351','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','11533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','11532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','8052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','11531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','11530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','11529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2350','11525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','9823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','11555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2352','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','11558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','11443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','3432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','11559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','11560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','7289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2353','2825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','8990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2354','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','3662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','10925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','11566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','7605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','7021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','11567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','10493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2355','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','11568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','11569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2356','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2357','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2357','8748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2357','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','1391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','10241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','8748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','2351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','10835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','11580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2358','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','11581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','4776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2359','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2360','10691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2360','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2360','8748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2360','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','9651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','11582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','11583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','11584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','3331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2361','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','10691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','11585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','8748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2362','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2363','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2363','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2363','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2363','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2363','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2363','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2363','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','11527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','11586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2364','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','11582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','3831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','11591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','5480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','5772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','11431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','8969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','6588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2365','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','11592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','9258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','11593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','3808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','9506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','11594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','11595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','7989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','10545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','11596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','11597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2366','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2367','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2367','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2367','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2367','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2367','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2368','11598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','11599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','3172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','11574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2369','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2370','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2370','11600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2370','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2370','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2370','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','7590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','11601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2371','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','11602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','2829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','11603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','7730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','3097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2372','10606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','11604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2373','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','7895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','11555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','11605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','11433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','11606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2374','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','8458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2375','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','11607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','11608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','8901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2376','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2377','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2377','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2377','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2377','11559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2377','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2377','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','6944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2378','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','10545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','2906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','11596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2379','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','11609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','11610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2380','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','11590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','11626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','5330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','11625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','11624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','3891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','8990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','11623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2381','11622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','2197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','9163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','8183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','11618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','11619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','1194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2382','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','11633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','2284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2390','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','11632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','11631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2383','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','11609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','11610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2384','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','11609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','11610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2385','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','3743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2386','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','8916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','11629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','3837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','4558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2388','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','11630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2387','502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2389','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2389','3331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2389','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2389','8074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2389','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','10665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','6593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','6527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','11639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2391','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','7690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2395','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2395','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2394','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','11642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','6062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2393','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','11643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2396','1346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','11644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','11645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','11646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','5667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','8481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','11647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','5441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','2862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2397','11648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','11520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','11649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','11650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2398','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','11651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','11652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','11653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','11654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','8239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','11655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','1113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','11656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2399','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','11657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2400','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','11658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','11520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','8013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','11649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','11650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2401','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','11659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','11660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','11661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','9929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','9930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','1039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','11079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','11662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','8450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2402','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','9552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','8013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','11665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2403','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','11645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','11666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2404','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','11667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','9541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','11316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','6453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','7932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','9543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','5565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','11300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','11668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2405','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','11645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','5667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','10417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','11669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','1845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','2862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2406','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','8893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','11670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','11671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','11672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2407','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','11557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2408','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','11581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','4776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2409','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','11664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','8963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','11673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2410','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','11674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','6147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','11665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2411','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','11675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','10375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','5441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2412','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','11676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','6944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2413','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','6062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2414','11642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2415','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2415','6215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2415','7817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2415','11677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','8930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','11678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2416','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','10917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','11679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2417','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','11687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','8231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','9537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','9538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2418','9537','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2419','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','11688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2420','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','5712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','11705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','11704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','8794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','6435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','11692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','11693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','5085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2422','11694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','6686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','3356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','6204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','9391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','11702','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2423','1044','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2421','4960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','6304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','6756','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','6323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','4257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','18269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','5713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','4084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','8953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','18268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','8403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','10400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','6909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','18267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','6088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','18266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','8457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','3839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','8327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','5624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','6088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','5752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','10400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','8403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','4084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','5713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','4257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','6323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','6304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','11716','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','1496','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2425','3611','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','1761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','11726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','11727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2426','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2427','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2427','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2428','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','8794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','11728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','9707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','11704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','11705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','5712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2429','4960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2430','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2430','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','11729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','11730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','11731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2431','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','11732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2432','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2434','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2434','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2434','11733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2434','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2434','8833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2434','4100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2436','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','9541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','7932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','9543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','1103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','11752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','11753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2437','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','8536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','11754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','11755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2438','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','11756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','11757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','11758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','11759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','2368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2439','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','11760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','11761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','11762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','2999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','11763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','11764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','11765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','9082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','11766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','4590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','5965','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','1523','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','1685','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','2330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2440','983','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','6414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','11767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','10417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2441','1564','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','11768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','11769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','9537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','261','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','8155','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','9199','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','9231','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2442','11769','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2443','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','2590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','5135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','10479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','9776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','8598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','3070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2444','11794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2445','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2446','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2446','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2446','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2446','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2446','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2447','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2447','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2447','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2447','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2447','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2447','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','9673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','8895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','11795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2448','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','11796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','180','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','4432','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2449','2809','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','11756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','11757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','11758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','11759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','2368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2450','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2451','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2451','8935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2451','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2451','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2451','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2451','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','2136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','3127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','5093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','10931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','10948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','7387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','11809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2452','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','11810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','4662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','11445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2453','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2454','11811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2454','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2454','11812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2454','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2454','5780','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2454','5578','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2454','8263','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2455','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2455','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2455','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2455','11813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2455','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2455','5578','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2456','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2456','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2456','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2457','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2457','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2457','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2457','1529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2457','1530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2458','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2458','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2458','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2458','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2458','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2458','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2458','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2459','11814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','8800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','2595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','11733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','11815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','8833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','11816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2460','4100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2461','11817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2461','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2461','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2461','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2461','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2461','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2461','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2462','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2463','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2463','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2463','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2463','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2463','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2463','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','11810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','11818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','4662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','11819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','11445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','4772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','2311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','11820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2464','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','11821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','11822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','11807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','11823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2465','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2466','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2466','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2466','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2466','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2466','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','6241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','11831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','9079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','8384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','6784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','11830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','11829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','11828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2467','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2468','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2468','11832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2468','11833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2468','2378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2468','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2469','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2469','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','6143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2470','11834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','9740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','2318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','11848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2471','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2472','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2472','11849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','11850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','11851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','8925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','11314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','11852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','8947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','9152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2473','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2474','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2474','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2474','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2474','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','2155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','11314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','11854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','11855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','7227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2475','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2476','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2477','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2477','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2477','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2477','11856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2477','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2477','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2478','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2478','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2478','11702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2478','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2478','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2479','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2479','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2479','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2479','11857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2479','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2480','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2480','7344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','8049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','11858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2481','9538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','11859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','2597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','5276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2482','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','11632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','6563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2483','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','11863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','8602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','9292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','11862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','11706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','8412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2484','3836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','11861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','6730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2485','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','8700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','7681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2486','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','11864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','11865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','1927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','11866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','11867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2487','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','11868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2488','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','11869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','6369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','11870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2489','5495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2490','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2490','8925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2490','11871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2490','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2490','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','11872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','5742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','2504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2491','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','11873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2492','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','2698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','9313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2493','1369','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','8470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','11874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','10962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','7622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','4325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2494','11875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2495','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2495','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2495','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2495','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','4354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','8697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','3035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','6307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','7059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','3372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','2107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','11883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','6895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2496','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2497','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2497','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2497','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2497','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','8341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','11884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','8929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','5251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2499','9020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2500','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2500','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2500','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2500','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2500','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2500','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2501','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2501','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2501','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','8089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','3115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','7379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','5955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','3111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','11891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','11890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2502','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2503','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2503','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2503','8472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2503','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','11900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2505','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','13849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2507','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2507','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2507','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2507','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2507','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','72','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','11914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','7399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','10703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2508','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','9706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','2415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2509','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2510','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2510','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2510','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2511','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2511','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2511','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2511','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2511','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2511','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2511','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2512','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2513','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2513','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2513','11915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','3609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','7818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','11916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','11917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','11918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','11703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','7600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2514','11919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2515','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2515','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2515','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2515','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2515','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','13848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3050','8094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3049','955','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3049','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2517','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2517','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2517','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2517','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2517','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','5765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','11943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','11942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','11941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2519','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2520','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2520','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2521','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2521','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2521','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2521','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2521','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2521','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2518','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','11944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','6785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','11945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','3535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','11305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','11946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','11947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','2796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','10849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','7873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','11948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2522','7387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','8410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','8876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','9749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','5742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','6090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','8991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','3747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','3896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','9318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','11958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2523','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','11959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','11960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2524','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2525','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2525','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','8903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','8905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','3846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','1923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2526','11981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2527','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2527','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2527','2756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2527','2624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2527','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','9720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','11982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','11959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','11983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','2861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','11984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','11960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','11985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2528','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','8536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','7306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','7379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','11986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2529','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','11987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','11988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','9838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2530','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2531','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2531','5566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2531','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2531','11085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2531','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2531','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2531','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','11991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','11992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','11993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','10797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','11994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','11995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','3024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2532','11993','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','11996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','11997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','11998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','11999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2533','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','6491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','6216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','4412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','6808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','4482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','4483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','4485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','2106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','1487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','6031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','12009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','11509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','6491','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','2106','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2534','6031','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','5955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','12010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','3277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','11947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2535','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','10339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','2608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','12011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2536','2069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','12023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','12022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','12021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','12020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','7783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','8939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','11992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','12018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2537','12019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2538','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','11992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','8939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','7783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2539','11511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','9840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','3563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','12055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2540','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','6031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','12076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','12075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','7103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','12074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','2947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2541','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2542','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2542','7205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2542','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2542','3774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2542','12077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2542','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','10665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','10376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2543','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','5053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','6216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','8492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','12095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','7035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','2106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2545','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','12096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','1845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2546','12007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','12097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','12098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2547','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2548','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2548','12099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2548','12100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2548','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','2627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','4088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2549','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','12101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','5984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','12011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','12102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2550','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','12103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','11582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','12104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2551','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','12105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','12106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','12108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2552','12109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','7917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','7918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','12110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','5317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','7919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','7920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2553','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','12111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','12112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','12113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','12114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','1894','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2554','12112','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2562','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2562','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2562','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','8089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','12100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','12099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','11891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','8536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','11890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2555','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','12130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','12131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','11101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2556','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','6216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','8358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','12125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','8127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','12132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2557','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','12133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','12134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','12135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','12112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','12137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','12138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2558','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2559','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2559','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2559','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2559','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2559','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2559','5660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2559','11509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2560','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2560','12139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2560','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2560','12140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2560','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2560','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2560','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','1800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','12011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','8203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','8719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','11958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2561','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2562','12141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2562','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2563','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2563','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','12142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2564','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2565','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2565','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2565','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2565','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2566','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2566','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2566','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2566','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2566','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2566','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2567','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2567','4227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','13257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','13256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2810','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2810','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2810','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2810','7035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2810','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','13255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','13254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','13246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','1552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','13253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','12146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','2624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','5246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2569','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','12147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','5128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','8738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2570','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','10835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','7728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','12148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2571','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2572','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2572','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2572','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2572','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','2176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','8559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','4369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','12992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2740','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2739','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2739','2176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2739','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2739','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2739','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2739','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2739','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2574','11960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2738','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2738','12993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2738','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2738','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2738','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','8089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','12100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','7379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','12099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','11960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','10715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2573','11959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2579','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2579','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2579','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2579','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1388','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12192','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','703','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','674','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','185','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','8548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','5456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','5277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','6169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','10768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','6482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','2489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','5083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','12715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','12213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','2000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','12214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','12215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','3753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','1114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','6924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2581','3753','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','12216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2582','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','9670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','12217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','5117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','6548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','8292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','12218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','12219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','8390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','12220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','10954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','10956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2583','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','12216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2584','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','12222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','12223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','12224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','1979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','2253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','12225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','7225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','12226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','12227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2585','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','9074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','10780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','10116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','9658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','159','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','3011','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','12252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','9717','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2586','2535','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3334','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3384','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4077','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','188','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','11046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','5491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','12264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2587','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2588','12259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2588','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2588','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2588','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','12260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','6484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','10156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','12261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','1604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','2003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2589','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','4454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','1915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','10398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','12262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2590','12263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','7638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','9983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','10614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','8481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','5959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','9673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','6421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','8080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','7476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','4696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','11368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','11095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','12295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2591','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2592','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2592','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2592','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2592','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2592','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2592','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','9989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','6484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','10156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','1604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','2003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2593','12227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','2767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','8368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','86','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','2595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','11451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','12337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','7247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2594','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','7899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','5163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','7631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','10139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','4496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','7385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','9286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','10552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','9210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','4844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','10717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','3339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2595','12341','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','12354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','12260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','8862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','12355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2596','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','12358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','12297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','1190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','12359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','12360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','12361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2597','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','9649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','3798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','4430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','6709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','12362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','12363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','12364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','7586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','12365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','9799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2598','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','4391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','5163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','8815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','7380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','7376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','4268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','6500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','12375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2599','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','6699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','3229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','5042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','9200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','8539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','8028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','4496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','5532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','9298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','9983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','9897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','11093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','9787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','10964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','12353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','9190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2600','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','12338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','3172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','1152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','12388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','4981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','3358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2601','12389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','1152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','12387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','9787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','11560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2602','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','12398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','5611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','75','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','5967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','12392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','12024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','8055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','12399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','11844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','11093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','3052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2603','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2809','2746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','10774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','6699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','9863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','6727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','4981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','10685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','11451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','7380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','9532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','12425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','6171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2604','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2605','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2605','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','6681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','12426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','12427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','10950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2606','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2607','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2607','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2607','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2607','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','12428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','11085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','12429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2608','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2609','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2609','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2609','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2609','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2609','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','12430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','7972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','9287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','8927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','7080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','12431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2610','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','12432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','12433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','12434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','12435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','12436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2611','12437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','9739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','12361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2612','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','5778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','12442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','12443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2613','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2614','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2614','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','12442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2615','12444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','6237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','12449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','12450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2616','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2617','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2617','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2617','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2617','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2617','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2617','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','9260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','11891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','10375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','10139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','10007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','9830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','8061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','9788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','10737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','12472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2618','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','10708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2619','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','6220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','5573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','12475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','1206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','12468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','7881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','5581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','8973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2620','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2621','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','6420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','3301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','12476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','12477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2622','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','7910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','10508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','12478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2623','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','9860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','8419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2624','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2625','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2625','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2625','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2625','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2625','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2625','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','12479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','12480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2626','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2627','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2628','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2629','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2629','6165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2629','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2629','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2629','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2630','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2630','11849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2630','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2630','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','5573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','5519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','12481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','12440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','12482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2631','12361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','8565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','12498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','12497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2632','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2633','12485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2633','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2633','12486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2633','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2634','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2634','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2634','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2634','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2634','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2634','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','6500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2635','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2636','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2636','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2636','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2636','6562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2636','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','4641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','8281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','5973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','5130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','5758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','4549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','12353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2637','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2638','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2638','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2638','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2638','3062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','3793','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','2063','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','4965','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','4964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','261','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','4965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','12506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','2309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','6672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','12505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','12504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','12503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','4963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','4962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','8693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','8140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2639','6790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2640','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2640','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2641','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2641','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2641','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2641','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2642','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2642','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2642','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2642','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2643','12507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2643','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2643','6742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2643','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2643','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2643','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2643','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','10510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','10690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','1529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','1530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','11814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','12508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','12509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2644','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','6165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','12513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','12512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2645','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','11070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','10007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','10770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','10985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','8844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','12521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2646','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','12512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','12513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','6165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2647','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','13615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','8433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','11863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','5116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','10325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','8535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','7669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','11941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','8261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','7156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','8303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','7157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','5704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','10385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','10073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','6448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','10770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','8677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','12540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','7333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2649','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2650','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2650','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2650','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2650','3447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2650','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2651','1530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2651','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2651','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','609','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','546','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1805','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','6728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','8890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','6709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','8857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','10148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','11270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','6115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','4063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','7948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','10145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','6608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','9651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','3930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','12594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2653','388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2653','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2653','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2653','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','4755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','4068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','4337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','6562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','8560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','10838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','11866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','4581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','8836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','7286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','3333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','12593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','261','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','2516','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','5341','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2654','8836','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2652','5095','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','2320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2655','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','12848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','6548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','12847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','2374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','7673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','12846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','12845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','12844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2702','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','11850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2670','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2670','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2656','8855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2656','12842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2656','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2656','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2656','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2656','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2656','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2657','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2657','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2658','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2658','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2658','12604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2658','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2658','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2658','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2658','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2659','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2659','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2659','7915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2660','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2660','5246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2660','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2660','2624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2660','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2660','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','7205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','12605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','10564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','12606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','8862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','1828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','12607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','1604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','12227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2661','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','4764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2662','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','12608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','10398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','6024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2663','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2664','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2664','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2664','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2664','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','4060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','5053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','10201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','12609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2666','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','12418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','13439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','9698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','10544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','15214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','6734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','5332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','12914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','8027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','5271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','8594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','11953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','8261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','11214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','12892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','8579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','12125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2750','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2750','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','11626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','6497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','5367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','8595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','12024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','10550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','12433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','6742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','12300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','9507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','12368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','7074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2749','13006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2748','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2748','1943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2748','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2748','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2748','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2748','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','1530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','1529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','6662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','2745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2744','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2743','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2742','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2742','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2742','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2742','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2742','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','3927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2741','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2668','11960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2668','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2668','11959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','12183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','13438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','14043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','13931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','15186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','10538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','11068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','12671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','7643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','12672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','4430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','8227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','2800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','12673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2669','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2670','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2670','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2671','6768','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2672','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2672','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2672','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2672','12710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2672','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2672','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','9541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','11849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2673','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2674','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2674','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2674','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2674','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','1248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2675','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','12711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','9260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','12712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','12134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','3432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','12114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','12713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2676','12714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2677','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2677','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2677','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2677','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2677','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2580','1015','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','12729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','12192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','4089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','12730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2678','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','11832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','12731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','12418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2679','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','3198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','12732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','12733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2680','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','12112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2681','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','8602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','8403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','8347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','8662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','11069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','9860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','6082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','12778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','1202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2682','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2683','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2683','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2683','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2683','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2683','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2683','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','12779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','12780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','12781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','12782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2684','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2685','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2685','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2685','6927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','11996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','12783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','10462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2686','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','12783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2687','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','10655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','11268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','9795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','11270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','8911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','7077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','10485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','7344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','11295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','12804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','10737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2688','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','12805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','4388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','1802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','3036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','12806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','8991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','12733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','12807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','12808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2689','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','12809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2690','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','12112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','12812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2691','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','1459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','12813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','12814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2692','11093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','1211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','12849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','10007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2693','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2700','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2700','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2700','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2700','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2700','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2699','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2699','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2699','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2699','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2698','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2698','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2698','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2698','8615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2698','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2698','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2698','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2693','8965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','12820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','12821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','12822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2694','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','11638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','12823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','12824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','12825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','12826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2695','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2696','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2696','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2696','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2696','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2696','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2696','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2696','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','3208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','12438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','5362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','11821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','12827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','12828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','8453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','12829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','8271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','6031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','12353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','12830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','711','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','109','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','164','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','149','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2697','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','12850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','12851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','12852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2703','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2704','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2705','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2705','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2705','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2705','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2705','12853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2705','12854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2705','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2747','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2746','13005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2746','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','11073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','12857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','8679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','12858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','12859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','12860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','6501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','12861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','6033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2708','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','6842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2745','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','8114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','12858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','5598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','6249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2709','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','2312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2710','12863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','12864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','1506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','6684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','12411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','12415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','4581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2711','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','12865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','12866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','10245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','12708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2712','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2713','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2713','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2713','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2713','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2713','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','12867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','12868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','12869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','12870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','7021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','12871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','12872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','12873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','9321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2714','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','4357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','3218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','5973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','11290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','11788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','8688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','10396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','4497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','9285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','8823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','8093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','5135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','6675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','6257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','9850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','9305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','8833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','12863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2715','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','7351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','11068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','4426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','12462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','9697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','12885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','12849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','12886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','6497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','12887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','8565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','10964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2716','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','8911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','12888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','12889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2717','11288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','8749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','8537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','10146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','9243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','10534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','5367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','12901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','9315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2718','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2719','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2719','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2719','12902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2719','12903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2719','12904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','12905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2720','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2721','6165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2721','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2721','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2721','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2721','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2721','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','2406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','12906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','9715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','12907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','12908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2722','780','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','12909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','12910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','12911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','7762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','8347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','12912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','2624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2723','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','9859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','2183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','2397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','6742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','12921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2724','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','102','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','709','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2287','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','1306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','4549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','10715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','4859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','3172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','7430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2725','12938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','12953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','12954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2726','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','12955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','12956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','12957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','12839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2727','3868','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','8570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','9374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','11767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','9981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','12958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','12959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','7080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2728','1713','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','12960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','2291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','12962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','12963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','6304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','8440','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','12961','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2729','1795','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','5246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','12964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','5249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','12854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','12965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','12966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2730','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','8708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','9996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','2266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2731','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','8708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','11508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','4600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2732','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2737','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2733','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2733','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2733','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2733','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2733','9674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2734','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2734','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2734','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2734','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2734','9674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','9270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','8342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2736','12992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2735','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2735','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2735','5120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2735','2143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','5991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','12383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','8977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','7380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','6006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','8453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','12364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','7881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','12443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','4694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','6432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','10663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','13052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2751','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','13053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','1378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2752','13054','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','10400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','13055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2753','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2754','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2754','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2754','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2754','13056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','13057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','13058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2755','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','11570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','13059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','12881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','13060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2756','13061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2757','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2757','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2757','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2757','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','13062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2758','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2759','6433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','13073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','7820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','13074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2760','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','1214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2761','4232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2762','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2762','13075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2762','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','2617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','13076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2763','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','7952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','8934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','5576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2764','8175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','9859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','11268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','13088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','6742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','12387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2765','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','1214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','4232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2766','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','13089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','1472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','13090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','13091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2767','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2768','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2768','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2768','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','13106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2292','8988','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','8990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','11831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','13107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','12011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','8999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','6750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','8916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','13108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','13109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','11958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2769','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2770','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2770','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2770','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2770','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2770','8990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2770','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','13110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','13111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','13112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','6200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','13113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','3106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2771','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','13114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','5742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','7675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','13115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','13116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','9306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','8835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','13117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2772','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','1056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','12011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','3747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2773','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2774','6581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2774','5676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','13118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','13119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','13120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','10376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','13121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','9302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','4838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','644','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','207','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','11778','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2775','5639','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','3078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','7855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','8772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','5295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','2455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','7234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','2272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','1800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2776','13167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','13178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2777','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','8479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','3891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','13179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','12112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','3305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','7284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','12450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2778','13180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','11961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','2383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','5712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','13181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','1284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2779','8677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2780','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2780','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2780','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2780','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2780','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2780','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2780','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2781','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','13062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','7994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2782','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','3122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','13182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2783','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','13183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','10398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','6649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2784','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2785','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2785','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2785','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2785','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2785','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2785','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2785','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2786','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','8680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','2390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2787','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','13184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','13185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','13186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','13187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','7217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','8710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2788','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2789','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2789','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2789','13188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2789','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2790','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2790','5576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2790','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2790','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2790','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2790','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2790','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2791','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2791','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2791','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2791','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2791','10758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','1378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','4100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','13189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','9118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2792','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','2005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','10776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','13201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','1170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','3399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','12896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','13202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','11503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','5773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','13203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2793','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','8735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','3226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','5779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','8280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','4418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','13204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','5336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','7379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','13205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','13091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','5454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','8575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2794','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2795','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2795','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2795','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2795','13206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2795','13091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2795','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2795','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','13207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','12426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','13208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','11715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','13209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','13210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2796','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2797','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2797','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2797','13211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2797','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2797','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','8559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','7994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','13212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','8056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','13213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','13214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','13215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','13216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','7333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2798','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','12896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','13217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2799','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','13218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','8056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','13219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','13220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2800','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2801','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2801','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2801','13221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2801','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2801','8056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2801','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','7087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','10146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','9162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','13227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','13228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','13229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','13230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','13231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2803','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','13239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','7887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','9118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','2176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','738','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2802','732','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','13247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','10786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2804','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','5278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','2387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','13248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2805','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','1598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','13771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2807','13236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2807','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2807','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2807','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','13252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','5713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','2031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2808','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2811','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2812','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2812','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2812','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','13258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2813','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','3623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','6694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','13266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','13265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','1552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','13264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','9860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2814','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','13310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2815','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','13267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2816','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','10199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','13268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2817','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2818','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2818','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2818','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2818','9783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2818','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','13269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2819','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','1659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','11435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','4650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','6561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2820','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','13270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','13271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','13272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2821','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','3752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2822','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','1457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','3452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','13189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2823','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','1038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','13280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','11596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','1047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2824','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','13281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','13282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','13283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','13284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','5400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2825','13285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','13286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','13287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','13288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','12011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','11604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','1511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2826','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','4427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','4762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','12866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2827','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','7632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','12011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','5648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2829','7499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2830','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2830','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2830','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2830','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2830','6466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','13286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','13288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2828','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2831','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2831','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2831','6466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2831','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','13289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','13290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2832','10789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','4427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','10244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','12372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','13291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2833','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2834','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','3082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','2897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','352','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','10965','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2835','3425','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','3172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','4372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','4981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','13292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','1319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2836','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','13293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','5671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','6556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','13294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','7080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','4596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','13295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2837','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','13296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','13297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','13298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','7622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','6025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','13299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','3057','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2838','24','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','7121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','7632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','10685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2839','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','13300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','6551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','13301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','13302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','13303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','10013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','10956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2840','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','10285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','13311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','7121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','7632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','13312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','13313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','13314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','13315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2842','1941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','9844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','6551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','13316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','5640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2843','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','13317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','13318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','8883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2844','11288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','7076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','13319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','13320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2845','13321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','11288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','261','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','13304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','4711','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','2874','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2841','2267','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2846','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2846','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','6220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2847','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','13329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','13298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','13330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','3753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','2061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','2389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','528','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','5200','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2848','5543','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','13331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','13332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','2455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','1039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','1095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','6674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','7603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','8719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','8969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','13333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2849','13334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2850','13335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2850','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2850','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2850','13336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','3542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','3344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','10962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','13337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','13338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','6025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2851','1201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','10528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','13339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','7115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','13340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','13206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','13292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','13341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','7623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','13342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2852','13343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2853','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2853','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2853','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','5162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','13344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','13345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','7512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','7742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2854','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','13346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','10506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','8969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2855','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2856','13347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2856','13348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2856','459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2856','13349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2856','13350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2856','13351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2856','13352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2857','2619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2857','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2857','5635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2858','13356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2858','8732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2858','13355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2858','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2858','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2858','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2858','13348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2859','13333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2859','8969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2859','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2859','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','13357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','13358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','13359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','6943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','2170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','13360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','3879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2860','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','13361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','5333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','13030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','13362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','3063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2861','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','6385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','13363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','13364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','12783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2862','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','13365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','8974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','13366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','5248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','13367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','13368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','13369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','11043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','10985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','13051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2863','7402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','9505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','8108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','11890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','8143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','8536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','11891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','77','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','13370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','12099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','7379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','12100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','13371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','8146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','8089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','11665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2864','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2865','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2865','9326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2865','13372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2865','7918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2866','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','10917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','13373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','13374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','13375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','13376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','1289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','13041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','5343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','2757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','13377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2867','13378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','13379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','10495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','13373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','13375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','4454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','9927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','2426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2868','13380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','13381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2869','321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2870','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','6249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2890','13425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','13346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','8283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','10506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','7989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','11858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','8969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2891','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2892','8680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2892','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2892','13411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2892','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2892','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2892','13447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2892','13423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','13449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','13448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','11829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','12758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','13450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','13451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','9221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','8662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','10126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','13452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','13453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','8347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','12772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','12774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','4558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','13454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2893','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2894','8754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2894','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2894','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2894','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2895','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2895','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2895','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2895','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2895','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2896','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2896','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2896','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2896','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2896','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2896','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2897','8959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2897','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2897','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2897','13455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2897','731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2897','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2897','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2898','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2898','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2898','13457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2898','13456','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','11769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2899','5749','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','5266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','2815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','6796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','11284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','7274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','4770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','3849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','6179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','9624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','4947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','3097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','7036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','2386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','4574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','10652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','6033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','8266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','7247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','7562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','1145','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','13476','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','4201','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','3640','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2900','7247','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2901','6576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2901','8754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2901','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2901','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2901','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','10191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','9221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','12772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','4558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','1992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','13512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2902','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','9989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','1230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2903','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','8344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','5786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','11869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','13513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','11769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','1927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','9537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','13514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','11590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2904','5749','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','1088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','13515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','7274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','13516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2905','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','13517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','13518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','13178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2906','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','13519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','8143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','2284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','13520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','13521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','13522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','9396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2907','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','13523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','4398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','11582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','10150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','7027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','13524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','12425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','207','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','9837','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2908','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','10917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','13525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','13526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','13527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','13528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','13529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','2725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','13530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2909','13377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2910','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2910','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2910','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2910','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','4391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','1241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','1280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','6229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','8783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','13537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2911','1513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2912','13538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2912','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2912','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2912','13539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2912','13345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2912','11870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','13540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2913','4795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','7430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','6420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','11061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2914','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2915','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2915','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2915','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2915','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2915','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2915','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2915','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','1094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','8772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','2504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','11154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','13549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2916','8074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','10593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','13550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2917','13551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','8329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','13356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','4838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2918','4795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','13557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2919','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2920','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2920','11270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2920','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2920','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2920','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','6098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','13558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','13559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','13428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2921','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','12402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','13560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','2223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','13556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2922','2068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','13561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','3626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','13562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','13563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2923','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2924','13560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2924','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2924','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2924','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2924','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2924','13564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2924','13565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2925','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2925','13346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2925','10506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2925','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2925','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2926','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2926','13566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2927','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2927','13567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2927','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2927','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2927','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2927','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2927','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','9877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','13552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','4439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','13568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','13569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','1926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','13570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','11596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2928','13571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','13572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','9825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','1891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','13573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','13574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','13575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','8721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2929','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2930','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2930','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2930','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2930','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2930','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','13576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','13577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','2287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2931','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2933','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','13579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','6098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2932','7430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2933','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2933','13580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2933','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2933','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','13560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','13581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','13564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2934','13565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','4643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','13560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','4397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','13564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2935','13565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2936','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2936','5012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2936','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2936','1533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2936','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2937','13582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2937','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2937','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2937','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2937','13583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','13584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','8471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','9704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2938','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','13585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','13337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2939','10606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2940','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2940','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2940','1987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2940','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2940','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2940','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2941','13586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2941','13587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2941','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2941','13588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2941','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2942','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2942','13589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2942','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2942','13590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2942','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','2537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','10858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','4872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','13591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2943','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','1247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','6526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','12913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2944','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2945','13592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2945','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2946','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2946','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2946','7506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2946','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2946','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2947','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2947','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2947','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2947','13593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2947','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','8957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','3625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','5201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2948','11509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','13594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2949','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','1875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','7326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','13595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','13596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2950','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','13448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','13597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','13598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','8489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','9757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','1665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','5312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','13599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','13453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','13600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','8403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','12772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','10930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','13601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2951','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','10691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','2579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2952','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','7917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','13602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','1315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','13012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2953','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2954','4872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2954','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','11771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','5257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','13603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2955','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2956','13604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2956','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2956','7603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2956','13605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2957','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2957','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2957','13606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2957','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2957','13596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','13607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2958','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2959','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2959','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2959','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2959','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','1611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','3625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','6175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','7115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2960','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2961','13328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','11284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','7274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','4770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','9624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','4947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','7036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','10652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2962','13508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2963','1389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2963','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2963','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2963','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2963','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2963','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','13608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','1505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','6420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','13609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','1297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','13610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','8187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','13611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','13612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','13613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2964','9322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','9225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','4430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','13614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','7673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','8951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2965','4968','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2648','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2966','8908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2966','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2966','3318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2967','3318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2967','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','13616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','13617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','13618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','13619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','13620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','13621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2968','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2969','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2970','6643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2970','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2970','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2970','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2970','13575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2970','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2970','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','2822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','3934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','13622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','1916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','13623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','13318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','1114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','207','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2971','633','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','5593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2972','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','5320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','2199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','2331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','7906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','1704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2973','13624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2974','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2974','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2974','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2974','13625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2974','8272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','9612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','8974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','9401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','9619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','6734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','4483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','3598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','9371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','9408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','6000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','10153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','12858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','6826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','9525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','7017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','2145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2975','13647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','1150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','7274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','12838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','13588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2976','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2977','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2977','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2977','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','13448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','13653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','3809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','3733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','9222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','4491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','13453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','12772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2978','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','13654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','7608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','8662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','13655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','12774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','13656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','6501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2979','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2980','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2980','13657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2980','13658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2980','8358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2980','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2980','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2980','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','11073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','8953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2981','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','2193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','11775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','13659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','13660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2982','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','7281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','8924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','6934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','11869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','6101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','77','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','3238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','2698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','10111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','6744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','3930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','13687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','8603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','14','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2983','9537','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2984','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2984','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2984','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2984','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','6781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','1389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','6590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','8144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','9091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','13696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','1202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2985','12431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','2046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','8369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','9082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','2033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','13705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2986','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2977','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2977','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','13706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','9037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2987','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','5291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','5940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','13707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','13708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','13709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','9890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','9843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','9563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','6229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','10685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','13710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','13711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','13712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','9564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','9565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2988','11288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','13713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','9177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2989','13714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','3131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','13715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','2389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2990','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','3053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','13716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','10243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','13717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','3999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','5565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2991','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','13718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','3131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2992','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','13719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','13720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','2135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','13721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','5093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','13722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','11791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','11341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2993','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','11446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2994','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','2186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','13723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2995','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2996','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2996','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2996','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2996','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2996','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','5624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','13724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2997','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2998','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2998','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2998','9283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2998','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2998','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','236','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','13729','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','229','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','1586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2999','13728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','12752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','12753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','8661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','7608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','13730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3000','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3001','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3001','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3001','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3001','13731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3001','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','12787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','13732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','4267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','13733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','13734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','8577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','13735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3002','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3003','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3003','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3003','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3003','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3003','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3003','2290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3003','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','4874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','13736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','7152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','13737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','4937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','1280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','13738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3004','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','5642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','8850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','13739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','13740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3005','13741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','3013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','13742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','8536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','6940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','3791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','9777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','8827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','7504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3006','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3007','3058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3007','13743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3007','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3007','200','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3007','6459','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3007','3058','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3007','1388','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3008','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3008','13744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3008','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','3259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','11172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','13687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','3619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3009','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','6727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','10357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','9103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','4418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','10965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','5648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','8294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','4654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','8890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','11104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','13763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3010','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','13767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','9081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3011','13766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','13768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','10375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','13632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','13769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','12958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','13770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','2341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3012','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','13771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','13772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','13773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3013','13772','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','13775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','13774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','13776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','13777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3014','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3015','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3016','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3016','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3016','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3016','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3016','2290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3017','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3017','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3017','13778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3017','2290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3017','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','2046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','13779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','13780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','13782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','13783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','13784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3018','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3019','13785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','13786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','3856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','10241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','13438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','13787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','13788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','2199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','5593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','13773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','1060','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','605','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3020','726','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3021','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3021','13771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3021','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3021','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3021','768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3022','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3022','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3022','13789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3022','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3022','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','13898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3023','5199','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3023','1256','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3023','609','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3023','2781','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3023','718','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3023','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3024','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3024','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3024','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3025','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3025','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3025','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3025','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3025','13792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3025','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3025','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','366','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1370','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','4715','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','417','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','185','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','601','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','2089','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','3715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','4956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','7682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','4326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','3113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','15703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','10755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','15702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','15701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','7801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3026','3837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3027','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3027','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3027','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3027','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3028','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3028','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3028','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3028','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','13796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','3223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','13797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','13798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','6101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','3503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','11681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','13680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','6932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','8231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','13799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','13800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3029','6027','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','1982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','7681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','12101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','8930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','13807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','3312','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','1982','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3030','5516','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','13817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3031','13816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3032','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3032','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3032','13818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3032','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3032','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3032','13819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3032','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','8941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','11715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','1820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','13828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','13827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','9269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','4397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','13826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','13825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','4059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','13824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','7936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','11721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','8138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','1194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','4095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3035','13829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3036','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3036','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3036','6650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3036','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3036','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','11817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','13771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','1162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3037','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3038','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3038','6098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3038','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3038','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3038','1197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3039','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3040','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3040','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3040','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3040','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3040','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3040','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3040','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','13830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','13831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','13832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','6264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3041','13833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','10479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','13835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3042','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','13836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','13837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','5124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','7085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','3111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','13778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','13838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','13729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','1586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3043','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3044','13839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3044','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','13840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3045','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','2193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','10162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','11775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','9249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','13846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3046','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','3228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','12132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3047','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','1609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','1612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','13847','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3048','1369','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','9086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','4392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','13850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','5624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','7783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','13851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','13852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','3712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','6018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','13853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','13854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','9086','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','6304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','180','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','1380','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3051','707','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','13855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','6491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','2155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3052','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','9651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','5394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','11421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','9759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','10550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','10391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','8145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','8069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','7855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','3820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','3113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','4100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','6826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','13865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','12146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3053','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','13897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','13896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','10671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3054','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','10055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','13885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','13884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','8347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','13883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','11821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','3222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3055','8094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3056','7085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3056','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3056','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3056','9239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3057','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3057','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3057','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3057','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3057','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','4108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','8777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','6030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3058','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3059','13869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3059','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3059','13870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3059','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3059','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3060','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3060','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3060','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3060','1670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3060','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3060','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','9721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','6946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','10185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','8069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','13881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3061','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','10721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','13882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3062','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','8094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','10198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','6684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','5351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','10244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','9292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','11733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','12493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','8602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','12535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','13895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','8059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','12730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3063','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','8614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','11891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','7075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3064','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','7578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','13900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','2579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3065','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','9156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','8745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','10962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','7198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','1382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','10786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','4699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','6025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','11557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','8842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','13910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3066','2508','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','6790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','2291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','8047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','11071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','5704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','4000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3067','13916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3068','13917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3068','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3068','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3068','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','13304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','13918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','2874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','13919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','4783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','13327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3069','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','6629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','10854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','11105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3070','13920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','3818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','7495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3071','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','6491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','5119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3072','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','13930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','11996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','13931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','7060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','13932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3075','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','13933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','9875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','8713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','10244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','9029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','2954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','13934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','13935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','7145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','13936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3076','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','6563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3077','13937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3078','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3079','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3079','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3079','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3079','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3079','1234','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','8047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','13956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','13957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3080','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3081','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3081','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3081','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3081','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','7075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','11891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','9509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','10510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','8614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3082','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3083','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3083','1095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3083','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3083','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3083','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3083','355','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3084','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','8957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','6885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','7070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','11600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','2170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','13955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3085','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3086','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3086','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3086','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3086','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3086','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3086','5472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','13994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','5313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','13966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','8886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','13968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','13969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','9041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','13966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','13970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','1225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3088','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','13968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','13969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','13971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','9041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','13966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','13972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','13973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','7349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','13969','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','9041','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','1909','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','66','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3089','3658','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3090','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3090','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3090','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3091','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3091','8220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3091','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','6175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','11993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','13974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','8182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','3140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','12537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3092','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','7152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','13975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','13976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','13977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','6484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','8792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','10285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3093','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','13978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','5382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','13979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','13980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3094','4783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','8870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','5363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','12023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','13990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3095','7909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','13991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','13114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','12390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','13992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','12888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','8716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','2725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','4590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','13993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','6945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','44','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','1684','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','235','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3096','430','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3087','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3098','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3098','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3098','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3098','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3098','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3098','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3098','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','13995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3097','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3099','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3099','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3099','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3099','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3099','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3099','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','5347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','7345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','12540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','13996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3100','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','4361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','8667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3101','237','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3102','1507','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3102','2392','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','11996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','13931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','7060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','7061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','12418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','10635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3103','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','4354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','3876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','8847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','7762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','6720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','9993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','9325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','7241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','8476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','9037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','8347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','10661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','7098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','8835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','8116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3104','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','7345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','8777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','14022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3105','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','12405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','14023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','5530','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','2606','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3106','3006','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','14024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','10837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3107','14025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','14029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','13862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','14028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','10550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','6224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','5394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','3203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','6211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','14030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3108','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','4372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','3625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','14031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','2252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3109','14032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','11287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3110','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3111','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3111','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3111','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3111','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3111','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3111','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3112','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','2766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','14033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','14034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','8713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','14035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3113','294','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3114','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3114','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3114','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3114','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3114','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3114','718','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','5242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','14036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3115','602','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','4246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('606','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','6528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','8528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','14043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3117','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3117','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3117','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3117','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3117','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','14058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','3619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3118','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3119','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3119','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3119','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3119','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3119','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3119','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','14059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','6909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','7945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3120','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','14090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','14057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','3562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','14089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','14088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','14063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','8034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','14064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','14065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','8842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3122','2508','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','14066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','3718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','5713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','14067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3123','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','14066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','14071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','14072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','8836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','14073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','14074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3124','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','9374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','2939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','14075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','14076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','14077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3125','906','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','14034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','14078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','2917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','2259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3126','294','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','8885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','7643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','4103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','14079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','14080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','9653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','4596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3127','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','14066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3129','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','14082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3131','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','8342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','14083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','14084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','6533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','14085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','14086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','4581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','14087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3132','9020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3133','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3133','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3133','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3133','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3133','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3133','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3133','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3121','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3116','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','10528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','14091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','6720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','14015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','10385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','14059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','14092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','11166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','14093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','14094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','13239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','13955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3134','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','14050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','8528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','6528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','4246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3135','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','1492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','1531','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','1536','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3136','1583','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','5116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','6278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3137','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','14107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','14108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3138','14020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','3654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','7290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','14109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','14110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','6374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','14111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3139','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','4641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','8459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','5954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','6156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','5787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','5786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','9563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','4323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','7349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','11858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','13328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','8855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','14128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','6433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3140','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3141','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3141','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3141','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3141','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3141','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','14129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','1583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','5273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','14130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3142','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','4255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','2939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','13859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','12312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','14131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','2170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','14132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','9915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3143','9711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3144','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3144','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3144','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3144','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','14133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','1382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3145','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3146','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','9376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','13966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','5313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','3656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','13994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','9169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3147','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3148','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3148','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3148','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3148','3815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3148','13997','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3149','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3149','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3149','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','1840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3150','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','8458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','14134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3151','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','4642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','2864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','14135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','14136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3152','9525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','14137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','14138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','14139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','7794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3153','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3154','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3154','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','1212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','3904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','3657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','3880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','11801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','13607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','5449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','6547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','8344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','10672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','6482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','5978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','3955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','2855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','6772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','2810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','7247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','14181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','8181','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','417','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','1174','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3155','7567','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','14182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3156','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','7471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','8154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','8369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','5694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3157','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3158','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','10525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','7567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','14187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','4589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3159','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3160','5446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3160','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3160','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3160','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3160','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3160','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','14188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','14189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3161','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','9021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','14190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','14191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','13283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','11363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','14192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','14193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','13108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3162','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','7832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','13283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','9981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','14203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3163','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','14205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3165','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','14206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','1551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','14207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','8709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','14208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','11287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3166','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','14257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','14256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3164','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3167','13869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3167','13870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3167','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3167','14211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','14212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','12432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','8713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','14213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','2820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','14214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3168','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3169','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3169','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3169','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3169','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3169','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','1240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','14215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','9686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','14216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3170','542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3171','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3171','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3171','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3171','13789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3171','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3171','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3171','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','8614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3172','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','7567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3173','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','10525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','7567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','14187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','4589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3174','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3175','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3175','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3175','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3175','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3175','14218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3176','14219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3176','69','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','11148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3177','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','4642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','10530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','2864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','5657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','14135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','14136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','9525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3178','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','13342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','14225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','5242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','14224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','1056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','12911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','14066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3179','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','7674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','3225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','4825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','2180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','7567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','12323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','14240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','9793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3180','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3181','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3181','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3181','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3181','5587','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','5763','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','8430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','1534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','4800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3182','6686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','9048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','10970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','9399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','13831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','11998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','6670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','4267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','13680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','11446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','5329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','14250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','13556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3183','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','12419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','7345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','12770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','9079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','14255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','14254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','9132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','8356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','9021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','7339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','14212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','2202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3184','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3185','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3185','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3185','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3185','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3185','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3186','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3186','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3186','1245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3186','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','8876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','14264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','14265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','14266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3187','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3188','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3188','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3188','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3188','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3188','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','2627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','3062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3189','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3190','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3190','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3190','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3190','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3191','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3191','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3192','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3192','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3192','14267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3192','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3192','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3192','140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3192','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3193','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3193','14268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3193','2065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','9567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','5657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','3720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','9932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','6233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','5758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','6352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','6823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','13181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','14291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','4197','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','8263','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3194','9870','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','3155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','14292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','1038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','8303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','14293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','14294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','14295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','12344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','6981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','1537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','9700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','8706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','3310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','14296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','3896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3195','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','14066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','7385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','8823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','3047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3196','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','14297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','14298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','14299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3197','404','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','6889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','9223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','8971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','9799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','14019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','10598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','9533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3198','7909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','7482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','11559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','14298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3199','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3200','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3200','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3200','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3200','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3200','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3201','14317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3201','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3201','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3201','14298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3201','9831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3201','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3201','895','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3202','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3202','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3202','14321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3202','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','14322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','8748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','14298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','6881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3203','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3204','8814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3204','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3204','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3204','8883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3204','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','3712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','9624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','14268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','14440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','14439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','6175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','12426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','14438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','2207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','7899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','14332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','14292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','8260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','7943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','13757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','8614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','2123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','14333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','13540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','9981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','7875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','7359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','14334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','3069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3206','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3207','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','1537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','14338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','14337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','154','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','1531','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3208','14339','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','6781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','8456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','8341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','7715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','13975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','12570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','5380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','13976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','10715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','10783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','12195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','4589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','4591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','6922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','14350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','28','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','5406','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','3041','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3209','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3210','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3210','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3210','14216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3211','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3211','4696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3211','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3211','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3211','13536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3211','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','6498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','9231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','11769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','14351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','14352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','14353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','4930','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','712','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','691','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3212','819','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','8749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','5768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','4412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','8589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','11441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','4485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','8055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','5363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','12849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','8721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','8569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','10758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','6787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','11985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3213','14392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','14393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','9261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','4696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','10525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','14394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','14395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','13536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','7104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','4287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3214','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3215','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3215','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','13556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','5329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','11446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','13680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','4305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','4267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','6670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','11998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','13831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','9399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','10970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','9048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3216','14404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','1876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','1906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','8845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','3541','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','93','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3217','149','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','14411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','3869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3218','14412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','14413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','14414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','11610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','14415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3219','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','14267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','14416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3220','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','417','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','5231','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','588','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3221','6891','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','13114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3222','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','5291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','9654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','7972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','10073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','11678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','6822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','10803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','10153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','6497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','13656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','14074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','10513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','3106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3223','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','14432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','3738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','14433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','12417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','14434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','4306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','12009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3224','10695','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3225','14435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3225','14280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3225','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3225','11128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3225','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','8847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','14436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','14437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3226','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','9304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','2065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','14441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','14442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3205','14443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','14444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3227','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','13969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3228','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3229','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3229','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3229','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3229','14445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3229','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3229','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3230','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3230','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3230','6352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3230','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3230','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3230','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','6589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','3796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','5684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','4477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','7027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','5386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','12417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','12476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','14453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3231','10695','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','14454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','3109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','14455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','14456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','10077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','8110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','14457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3232','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','10528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','14458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3233','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','5291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','6385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','12380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','8815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','11678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','5987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','9223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','10803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','4087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','9799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','8167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','5607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','8177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','12146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','14468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3234','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3235','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3235','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3235','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3236','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3236','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3236','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3236','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3236','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3236','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3236','14469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','9651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','10287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','11421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','9616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','6631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','7239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','11559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','4794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','3857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','10011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','5387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','3436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','12385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','12417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','5607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','10499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','13239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','13054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','14484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3237','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','14485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','8015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','14486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','13485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','14267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','8175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3238','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3239','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','3227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','5627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','2438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','186','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3240','2832','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','9877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','14487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','14488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','12187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','13037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','14489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3241','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3242','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','14496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','10985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','11650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','14495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','3645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','14494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','12243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','9550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','2461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3243','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3244','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3245','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3245','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3245','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3245','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3245','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3245','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3245','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','14497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','14498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3246','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','14499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','6918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','35','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','14500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','14501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','11834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','2899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','11626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','12198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3247','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','14502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3248','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','5935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','14504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','2715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','14505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3249','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','7430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','5694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3250','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','14506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','3281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3251','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','8094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','12236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','4063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','10907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','9983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','6484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','3098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','2069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3252','14524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','8433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','6420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','12913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','2638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','14525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','14499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','14526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','14527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','2329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','2737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3253','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','12920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','8227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','6822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','11821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','8232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','13874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','3943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','11992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','10925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','12892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','11863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3255','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3255','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3255','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3255','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3255','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3255','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','14539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','6104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','12311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','14540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','14484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3256','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','10528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','14458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3257','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','14541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','14542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','8963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3258','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','13608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','14543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','14544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','6093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','14545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','8792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3259','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','14547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3260','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','1723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','14548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','3667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','7921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','7822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3261','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','14559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3254','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3262','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3262','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3262','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3262','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3262','11716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3262','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3262','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3263','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','349','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','12836','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','12838','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','1738','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3264','12840','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','12836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','14469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','13012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3265','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','14560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','14561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','2744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','3032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','14562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','14563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3266','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','2395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','7643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','10073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','14564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','14565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','14566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','14567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','2395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3267','593','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3268','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3269','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','14568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','14267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3271','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3272','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3272','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3272','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3272','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3272','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3273','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3273','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3273','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3273','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3273','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3273','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3274','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3274','6707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3274','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3274','6708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3274','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3274','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3274','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','14569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','14151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','14570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','10978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','3747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','9409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','11808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','5085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','9832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','9628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3275','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3276','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3276','14571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3276','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3276','14572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3276','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3276','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3276','12600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','12913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','14573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','7658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','14574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','12597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','14575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','14302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','7831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','14576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','14577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','14578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','9141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','10499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3277','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','14579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3278','10922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','8132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','3752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','14600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','14599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','14598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','8163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','14597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','10668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','4693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','14596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','14595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3270','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','11268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3279','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','2555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','14494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','14586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3280','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','14587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','14588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','14589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','2057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','1114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','7693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3281','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3282','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3282','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3282','8203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3282','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3283','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3283','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3283','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3283','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3283','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3283','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3283','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','10815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3284','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3285','2830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3285','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3285','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3285','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3285','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3285','14590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3285','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3286','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3286','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3286','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3286','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3286','14591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','14000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','14592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3287','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','2215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','14593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','1820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','14594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','12600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3288','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','14603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','4654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','14602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','14601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3294','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3293','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3293','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3292','270','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3292','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3292','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3292','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3292','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3292','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3291','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3291','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3291','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3291','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3291','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3291','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3290','2341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3290','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3290','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3290','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3290','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3290','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3295','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3295','421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3296','14604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3296','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3296','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3296','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3296','14605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3296','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3296','14606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3297','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3297','14607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','14610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','14611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','14612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3298','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3299','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3299','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3299','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3299','10673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','6976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','10510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3300','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','14604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','1163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','14613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3301','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3302','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3302','9818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3302','14614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','14615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','4285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','7522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','5260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','14616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','14387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','8863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','13685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','2757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3303','1471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3304','14618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3304','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3304','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','2555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','4101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','14494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','14586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3305','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','3836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','10107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','14619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','9651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','13826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','9875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','10113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','14620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','6446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','4108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','10119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','14621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3306','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3307','7378','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3307','9653','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','16986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','6215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','2962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','13173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','14635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','14636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','3901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','14637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','14638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3308','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','14639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','14494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','14640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','14641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3309','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','14649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','12803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','14648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','11856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','14647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','2489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3312','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','14644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','14645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','5630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','3261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','14646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3311','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','14650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','14651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','3261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','14652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','14653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3313','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3314','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3314','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3314','14654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','7408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','3531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','7409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','10357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','6464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','11323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','7079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','2824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','6554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','10227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','6192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','11455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','11662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','6509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','9839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','11377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','10860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','2825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','14696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3315','8988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','9945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','14697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','12340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3316','14698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3317','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3317','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3318','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3318','8297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3318','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3318','14699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3318','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3318','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','14700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','3155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','14292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','14701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','1038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','14702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','14703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3319','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3320','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3320','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','14704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','6422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','3318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3321','3326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','11409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','9945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','9260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','8974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','10972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','11993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','8650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','11600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','11918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','12411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','8815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','12475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','13484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','6448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','11790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','9886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','8167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','12440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','10452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','5581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','8132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','10956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','8603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','6989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','10050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','14731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3322','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','11409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','13917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','75','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','11993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','11600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','11918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','12440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','7287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','10956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','8603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','6989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','14779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3323','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','11828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','6402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','11409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','8881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','12340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','12240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','13385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','8614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','12806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','8845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','13907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','8598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','11560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','10956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','7289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','8116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','14698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3324','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','14788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','9909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','14785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','14789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','14790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','14791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','14792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','14793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','11324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3325','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','3880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','2489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','11856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','10600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','8372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','14058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','10868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','14648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','9924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','6375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','5085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3326','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','12402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','2136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','10708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','9879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','11371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','9978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','12530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','8919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','3046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','8768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','6601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','4694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','9734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','14814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3327','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','14815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','7643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','12526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','4068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','8481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','12570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','8662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','14816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','14783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','7502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','14817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','6003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','8941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','3301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','3348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','9730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','4589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','14818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','8603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3328','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','14819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','14820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','14292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','14821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','14822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','4981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','7605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','14811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','14823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3329','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','1620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3330','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','14824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','14825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','14826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','402','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3331','2693','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3332','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3332','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3332','14827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3332','14828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3332','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3332','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3332','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3333','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3333','4772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3333','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','14579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3334','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','9029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3335','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','14829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','14830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','14831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','14832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3336','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','14733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','9373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','2471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','5392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','7593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','8881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','14833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','14834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','14561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','4087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','13091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','7681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','14522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','9628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','14835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3337','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3338','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','9048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','2670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','9501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','9502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','1965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3339','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3340','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3340','1391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3341','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','12390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','14441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3342','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','14836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3343','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3344','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3344','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3344','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3344','8125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3344','6147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3344','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','1280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3345','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','10960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','6806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','13485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','4529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','14846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','4567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3346','8272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','14149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','14847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','14848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','12250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3347','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','6547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3348','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3349','13808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3349','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3349','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3349','6248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3349','14441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','14849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','14850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','14848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','14851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','14852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3350','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','9945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','14853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','14854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','14855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','14856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','6551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','14857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','14858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','14816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','12800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','9215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3351','1311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','14859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','14860','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','14861','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','229','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','14862','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','1578','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3352','236','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3355','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','9693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3353','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3354','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3354','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3354','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3354','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3355','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3356','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3356','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3357','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3357','14863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3358','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3358','14864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3358','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3358','14865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3359','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','5779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','14866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','3678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','14175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3360','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','5333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','4430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','14867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','14868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','14869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','14870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','14871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','11093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3361','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3362','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3362','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3363','12896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','1666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','2064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3364','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','14872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','4462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','14873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','7243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','12800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3365','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','14874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3366','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','14874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3367','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','14875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','2504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','14876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','14844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','11807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','9659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','13880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','14877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3368','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','14878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','14825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3369','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','14273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','6498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3374','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3374','10635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3374','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3374','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','14882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','4609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3373','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3372','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3372','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3372','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3372','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3372','4693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','9659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','11807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','14844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','10404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','14876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','2504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','7278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','3158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','14875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','14881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','6522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','14880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','6420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','14879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','13880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','14877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3371','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3375','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3376','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3376','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3376','14883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3376','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3376','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3376','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3376','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3377','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3377','9555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3377','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','7602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','14884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3379','14885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3380','14892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','1312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','14893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','8446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','14894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','9207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','7014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','14895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','12600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3381','14896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','2743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','14897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3382','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3383','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3383','14606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3383','14898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3383','5189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','14899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','14900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3384','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','2746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','9910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3385','8611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','5250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3386','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3387','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3387','12527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3387','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3387','13504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3388','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3388','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3388','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','9860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','5779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','14866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','3678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','14175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3389','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','11970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3390','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','9162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','3360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','11634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','14902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','14848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','14903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','8338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','14904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','13238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','14905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','7035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','2064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3391','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','14906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','14907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3392','1856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','14908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','14909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','14910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','7081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','6249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','14825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3393','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','7874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','11834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3394','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3396','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3396','14911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3396','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3396','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3396','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3397','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3397','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3397','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3397','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3397','3831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3397','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3398','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3398','3432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3398','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3398','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3398','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3399','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3399','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','3605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','13652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','14912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3400','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3401','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3401','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3401','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3401','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3401','14913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3401','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','5308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','8594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','14907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','14848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','1666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','14914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3402','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','9162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','2291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','7234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','8530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','2638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','4439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','14915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','14513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','8338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','14916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','14905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','14917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','9169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','10681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3403','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3404','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3404','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3404','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3404','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','5308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','1455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','13062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','4662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','7020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','5628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','8019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','9051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','2064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3405','14925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','12252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','14929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','14848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3406','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','10965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','9045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3407','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','14930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','14931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3409','14932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','14933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','2533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','6391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','14934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','14935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','6434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','2533','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','3011','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3410','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3411','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','11671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','14939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','12340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','6422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','14938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','9265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','11593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','77','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','14937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','6559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3413','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3412','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3414','14933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3414','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3414','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3414','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3415','14933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3415','14940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3415','14019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3415','14941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','14942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','14943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','8452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','13453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','14944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','14945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','14946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','14947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3416','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','1346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3417','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','8899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','12418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3418','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3419','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3419','11305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3419','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3419','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3419','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','4322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','3052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3420','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','8695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','5246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','7074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','4696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','13872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','14955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','14956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','10241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','14957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','11788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','14958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','14605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','8227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','9778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','5599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','14959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','14047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3421','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3422','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3422','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3422','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3422','14960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3422','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3423','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3423','2318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3423','14961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3423','13327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3423','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','14962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','3439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','14960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3424','13996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','14933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','8018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','1103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','5621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3425','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','15185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','15184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','15183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','15182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','15181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','15180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','236','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','229','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5651','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','7025','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','8157','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','8743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','13556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','7888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','11089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','9007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','11146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','8857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','8850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','8683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','13204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','14107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','7272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','8530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','13207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','4056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','5688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','15144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3426','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','15001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','4932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','14579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','2489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','4937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','10638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','7634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','15002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','14802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','11780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','15003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','14387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','8863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','15004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','1471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3427','8863','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','10544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','15005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','15006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3428','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3429','15001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3429','14579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3429','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3429','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3430','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3430','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3430','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3430','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3430','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3430','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3430','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','14066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','15007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','9693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','6446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3431','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','7992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','14088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','14089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','15008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','2002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','4536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','14090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3432','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','14649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','15001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','14579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','2884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','14802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3433','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','4375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','8752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','1039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','10995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','12527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','10531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','4535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','14612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','8439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','1563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','15024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','6524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3434','581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3488','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3488','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','15187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','8758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3435','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3435','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3435','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3435','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3435','3743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3435','15025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3435','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3436','15026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3436','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3436','7157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3436','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3436','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3436','15027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','15025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','12896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','15028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','15029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3437','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','15030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','3876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','5056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','6796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','8762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','15031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','12527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','15032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','15033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','15034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','8110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','8766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','15035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','8266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3438','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','1860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','2462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3439','6322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3440','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3440','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3440','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','5394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','15036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','3400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','14897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','5319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','7606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3441','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','7139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','4311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','15037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','15002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3442','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','15038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','14616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3443','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','3067','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','9088','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','1258','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3444','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3444','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3444','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3444','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3444','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','8339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3445','1727','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','3396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3446','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3447','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3447','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','15039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','15040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','6806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','15038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','1479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','1921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','8907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3448','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','10224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','15041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3449','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','12896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','15029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3450','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3451','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3451','15042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3451','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3451','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3451','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3451','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3451','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','15044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','15045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','6768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','15046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','15047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','2977','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3452','15047','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','9698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','2465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','1522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','3633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','15186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3486','10136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3485','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3485','15143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3485','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','14445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','11450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3453','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','15051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','15052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','15026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','4274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','2607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','15053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','9394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','7157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','15054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','15021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','15027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3454','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3455','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3455','1540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','4930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','13207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','4185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','6707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','4932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','12236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','8901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','5959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','13204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','8589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','9120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','8857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','12475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','11053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','10545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','5393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','13524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','5010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','15073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3456','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','15074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','14180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3457','5164','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','10963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3460','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3461','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3461','13605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','15081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','15082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3462','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3463','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3463','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3463','10376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3463','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3463','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','15083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','6450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','4761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','3665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','3936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','3656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','14483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','14465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','3052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','15085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','6602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','7604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','15084','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3464','67','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','6124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','15086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3465','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','15087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','11771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','15088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','10225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','15089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','15090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','15091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','4609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3466','15092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3467','1016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3467','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3467','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3467','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3468','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3468','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3469','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3469','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3469','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3469','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3470','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3471','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3471','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3471','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3472','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3472','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3472','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3472','15093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3472','15094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','10190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','2994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3473','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','15042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','15095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3474','15096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3475','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3475','15097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3475','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','12340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','11671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3476','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3477','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3477','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3477','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','8274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3481','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3487','9086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3478','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3478','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3478','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3478','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3478','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3478','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3478','15099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3479','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3479','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3479','14333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3479','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3479','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3479','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3479','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','5779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','3678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','15101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','14175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3482','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','15102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','15103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3483','10852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','8457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','9086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','15104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','1314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','5624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','7025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','14177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3484','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3488','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3488','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3488','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3488','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3489','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3490','15188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3490','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','8240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','4468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','15189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','15093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3491','15094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3492','8240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3492','13255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3492','4468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3492','15189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3492','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3492','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3492','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','15190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','15191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3493','15192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','15149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','15193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','15194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','15195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','15196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3494','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3495','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3495','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','15197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','13465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','9910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','13733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','6103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','5491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','15198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','13178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','14468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','4306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','1346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3496','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3497','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','9923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','6727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','15199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','15200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3498','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3499','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3500','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3500','12506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3500','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3500','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','9776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','15215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','13188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','15214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','7856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','15203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','15213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','9050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','3255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','4423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','13971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','13969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','15212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','4994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','1511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3502','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3503','14694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','15044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','3625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','7291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','15207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','6885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','3255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','15208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','15203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','9210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','15209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','2368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','15210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','14453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','12425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3504','15211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','15216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','4306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3501','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','15217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','13969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','6915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','15218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','9372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3505','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3506','15219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3506','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3506','11290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3506','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3506','15220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3506','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3506','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','15225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','15224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','6842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','15223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3507','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3508','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3508','15226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3508','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','9649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','15227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','15228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','11788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','7989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','15229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','8167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','12423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','15230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3509','10719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3510','14542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','6715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','15231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','15232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','15233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','15234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','10645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','11450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','11946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','15235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','8453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','2267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','15236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','15237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3511','384','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','15238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','2694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','15239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','2140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','4534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','15240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3512','15241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3513','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3513','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','15242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','15243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','15244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','5455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','1524','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3514','491','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','14731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','11560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','14047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','15293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','9699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','10780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','13443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','7631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','7382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','14710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','15292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','15291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','14706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','15289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','15288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','14619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','15287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','11828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','15252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','15253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','13363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','15254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3516','8272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','2073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','15255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3517','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','15256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','4389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','15257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','9371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','8350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','11338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','11791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','4558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','4356','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','1087','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','2271','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','5937','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','5575','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3518','5579','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','15258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','15259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','8372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','15260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','8941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','11416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3519','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3520','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3520','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3520','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3520','10928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3520','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3520','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3520','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','15261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3521','6849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','2662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3522','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','7430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','15262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','5573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','15263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','15264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','12492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3523','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','8013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','2847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','9840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3524','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3525','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3525','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3525','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3525','15265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3526','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3526','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3526','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3526','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3526','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','4761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','12345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3527','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','8240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','15266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3528','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','15267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','2713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','10671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','15268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','12858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3529','15269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','3654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','4567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','718','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','15270','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','1165','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3530','5651','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','3654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','4567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','718','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','15270','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','1165','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3531','5651','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','15271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','6506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','13413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','1094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','15244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','15272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','15273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','4536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','15274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','5455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3532','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','15275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3533','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','7018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','3248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','1524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','15283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','7387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','10963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3534','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','8859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','15284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','15285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','8274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','10617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3535','249','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','2307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','15286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','4783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','13327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3536','8842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3515','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3537','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3537','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3538','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3538','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3538','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','14057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3539','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3540','15300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3540','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3540','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3540','14635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3540','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3540','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3540','7793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','16506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','15768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','15310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','13755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','10007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','5472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3541','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3542','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3542','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3542','14907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3542','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3542','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3542','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3543','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','7948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3544','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','12443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','10452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','10577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','10803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','14598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','13369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','10559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','14254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','8660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','9891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','15321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3545','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3546','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3547','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3547','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3547','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','6512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','1122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3548','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','14960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','30','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','14151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','15332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','5152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','3803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3549','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3550','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3550','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3550','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3550','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3550','13605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','15333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3552','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3552','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3552','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3552','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3552','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3552','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','5380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','10007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','5472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3551','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','1882','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','15339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','15338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','5319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','15337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','8036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','5124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3553','975','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','6307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','3040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','15340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3554','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','5310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','13283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','15343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','14960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','1194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3557','15344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','5956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','4548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','2874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','13656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3558','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3559','3831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3559','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3559','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3559','408','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3559','3425','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3559','1512','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3562','5936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','15223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','15346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','1378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','15347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3561','5144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','12366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','6875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','15349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3563','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','15006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','15353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','14960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','10544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','15352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','18','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','2916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','8118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','2088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3564','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','15354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','15355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','15356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3565','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','15358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','13872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3566','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3567','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3567','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3567','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3567','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3568','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3568','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3568','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3568','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3568','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3568','3116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3569','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3570','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3570','15359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3570','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3570','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3570','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3570','13789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3570','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3571','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3571','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3571','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3571','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3571','4550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3571','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3572','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','15366','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','3297','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','15364','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','15365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3573','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3574','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3574','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3574','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3574','15367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3575','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3575','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3575','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3575','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3575','15369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3576','1850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','15369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3577','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','5053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','15371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','3193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3585','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','15099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','10958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','15372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','15373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','5277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3586','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3587','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3587','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3587','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3587','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3587','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','5655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','3669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','5495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3588','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3589','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3589','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3589','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3589','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3589','15374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','15375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','2259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','10001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3590','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','11950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','12826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','10247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','14600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','10429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','15237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3591','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3592','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3593','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3593','15381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3593','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3593','14180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3593','13955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3594','3808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3594','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3594','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3594','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3594','15382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','1278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','15383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3595','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','15391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','15390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3598','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3599','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3600','8595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3600','15392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3600','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','14472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','4761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','10525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','12345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3601','8973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','7899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','15393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','15394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','15395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','1696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','15396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3602','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','8859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','7948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3603','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','6264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3604','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3605','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3605','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3605','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3605','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3605','15397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3606','8859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3606','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3606','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3606','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3606','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3606','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','15422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','1562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','7416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','15421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','6842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','15420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','1286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3608','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3608','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3608','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','11828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','11409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','14706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','8680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','12331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','8660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','7466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','6143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','10559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','13369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','8398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','14598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','13188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','10803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','12821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','10577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','7586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','14555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','12443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','10465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','15330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3609','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3607','355','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','14658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','10183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','15423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','15424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','9183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','15425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','8836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','15426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','15338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','436','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3610','1237','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3611','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3611','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','15427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','15428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','15429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','15425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','15338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','15430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3612','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','15431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','15432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','8622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','14224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','8814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','4481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','14298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','13012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','14067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3613','404','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','15225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','8022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3614','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','9864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','10768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','15433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','15434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3615','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3616','15435','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','11876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','9990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','9674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','14057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3618','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','9505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','2657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','11343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','7579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','15436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','6561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','6497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','3506','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','1528','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3619','491','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','14733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3620','5269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3620','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3620','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','15457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','9659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','10452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','15456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','8175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','12796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','8304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','15455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','10962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','15454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','9883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','13733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','2018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','12895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','8481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','2180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','15453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','15452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','8680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','2202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','9002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','14178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','15458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3621','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3622','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3622','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3622','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3622','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3622','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3622','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3622','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3623','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3623','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3623','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3623','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3624','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3624','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3624','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3624','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3624','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','15459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','15460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','14628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','13188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','9698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','15461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','12425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','6433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3625','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','13733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3626','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','7103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3627','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3628','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3628','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3628','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3628','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3628','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3628','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','8893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','13584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','15462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3629','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','15463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','5396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','6893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3630','15464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3631','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3631','8763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3631','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3631','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3631','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','15466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','3755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','6685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','2952','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3632','15467','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','9301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3633','4608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','6092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','9258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','14838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','9957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','5258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','8847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','14939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','2253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','10977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','12095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','8685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','13496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','15476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3634','9088','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','15477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','15478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','15479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','10723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','15480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3635','991','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3636','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3636','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3636','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3636','15481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3637','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3637','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3637','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3637','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3637','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3637','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3637','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3638','8325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3638','6514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','5435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','15482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','10768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3639','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','14193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','8859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','15435','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','1998','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','15488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','15487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','15486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3641','6519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3640','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','5115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','15489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','15490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3642','15491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3643','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3643','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3643','15492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3643','11870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3643','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3643','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3644','15493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3644','15494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3644','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3644','8167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','15495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3645','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','15496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','5488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','15497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','15498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3646','2469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','10596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3647','1943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','11949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','15499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','15500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','9553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','9673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','9881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','15501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','1964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3648','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','8644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','15502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','7228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','10077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','15503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','13884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','15504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','9897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3649','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','7408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','7409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','2138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','14674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','6192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3650','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','15505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','8112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','5984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','4861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3651','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','11828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','11562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','10548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','9736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','12785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','11075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','10824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','10809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','11076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','8946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','12529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','8447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','4505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','7087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','4779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','14552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','10551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','10577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','12796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','13615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','13770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','12800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','15518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','14557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','13624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3652','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3653','956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3653','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3653','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','15519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','15520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','1352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','15521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','15522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','2353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','12372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','13776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','7499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','15523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','15524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3654','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','15525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','15526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','10951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3655','3683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','2857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','15527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','12948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','15528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','10541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3656','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','15529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','15528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','15530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3657','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','1352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','10809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','15522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','10787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','10758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3658','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3659','7795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3659','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3660','15531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3660','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','7125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','15532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','6576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','15533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','15534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','7102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','10776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','15535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','15536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','15537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','15538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3661','8272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','12503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','4646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','13469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','12505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','6672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','9932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','14298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','4861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','8770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','3322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','6432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','9932','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3662','15549','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3663','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3663','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3663','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3663','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3663','14193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3663','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','10817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','2046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','14001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','5576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','2670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','5983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','8819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','11595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','10203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','5170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3664','15575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','7125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','6576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','13253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','7102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','10565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','10776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','11498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','6672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','7103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','10429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','15347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','8116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3665','8272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','14454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','7205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','10287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','7900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','13106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','6083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','12893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','8357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','11270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','14302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','13744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','8615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','12906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','11678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','10396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','7729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','12463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','8953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','10649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','14382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','14177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','15611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','13910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','8667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3666','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','13073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','5074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3667','6432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','8770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','10673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','15614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','15613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3669','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','15615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','11778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','5639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','15616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','8841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','42','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','1909','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3670','15616','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','15617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','15618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','3892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3671','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3672','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3672','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3672','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3672','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3672','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3672','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3672','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','13238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3673','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','14417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','12338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','8680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','6175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','9693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','4430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','3006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','14591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','5612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','14466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','4596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','3671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','15628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','6434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3674','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3675','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3675','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3675','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3675','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3675','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','15632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','14193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3676','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3677','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3677','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3677','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3677','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3677','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3677','1943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','15633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','15634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','2319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3678','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3679','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3679','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3679','10617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3680','14140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3680','3904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3680','2789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3680','15635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','15636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','15637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','9223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','9286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3681','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','5618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3682','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','10224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','15638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','15639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3683','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','10570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3684','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3685','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3685','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3685','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3685','15640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3685','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3685','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3685','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3686','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3686','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3686','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3686','7103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3686','12075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3686','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3687','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3687','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3687','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3687','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3688','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3688','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3689','8859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3689','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3689','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3690','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3690','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3690','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3691','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3692','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3692','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3692','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3693','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3693','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3693','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3694','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3694','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','7125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','6576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','9917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','14709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','6593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','4392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','12671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','10925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','13221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','10776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','9679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','11371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','10782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','8953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','5339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','8566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','15651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','10771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3695','8272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','10944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','12827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','12383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','7611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','1939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','14453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','15664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','13847','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','6942','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3696','34','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3697','15665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3697','9657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3697','2445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3697','15666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','3206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','6189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','2187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','6660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','7578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','12506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','4965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','2415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','15667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','15668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','349','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3698','8263','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','15669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','15481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3699','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','15670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','15671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','7130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','15672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','229','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','2392','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3700','236','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','15673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3701','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','5370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3702','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','15674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','4250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','10826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','15675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','15349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','8595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','15661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','15676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3703','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','15145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','13053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','8048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','8530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','15677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','15678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3704','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','15466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','3291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','13175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3705','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3706','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3706','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3706','15679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3706','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3706','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','13736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','10357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','7645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','771','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','3186','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','4209','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3707','5651','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','13736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','10357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','7645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','771','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','3186','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3708','4209','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','15680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','8699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','15681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','15682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3709','8770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','14650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','15683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','7106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','15684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','2316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','15685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','15686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','15687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3710','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','2045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','8530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','15677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','4439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','14848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','12250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','10681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3711','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3712','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3712','6842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3712','3602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3712','15688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3712','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3714','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3714','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3714','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3714','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3714','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3714','4956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3714','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3715','1173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3715','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3715','8620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3715','8272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3716','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3716','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3716','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3716','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3716','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3716','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3716','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3717','2460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','8402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','6249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3718','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','15689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','2959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','7387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','15690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','15691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3719','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','10541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3720','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','15692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3721','13605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3722','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3722','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3722','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3722','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3723','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','1324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','14496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3724','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3725','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','14175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','8460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','5595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','4764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','4756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','11821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','6093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','10006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','15696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','15695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3726','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','14407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','15697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','10662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','5495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','56','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3727','5355','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3728','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3729','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','15699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','5126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','15700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','6264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','10985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3730','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3731','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3731','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3731','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','4239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','5627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3732','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3733','10506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3733','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3734','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','13911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','15704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','5704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','15705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','3867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','15706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','15707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','15708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','13512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','8972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3735','2288','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3736','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3736','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','8669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3737','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3739','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3741','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3741','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3741','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3740','729','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3740','15718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','96','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','6252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','15717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3738','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3739','13076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3739','5118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3739','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3741','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3742','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3742','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3742','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3742','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','7895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3743','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3744','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3744','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3744','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3744','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3745','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3745','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3745','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3745','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3745','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3745','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','7895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','15719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','5165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','15720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','4454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','15721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','15722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','9408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','15723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','3600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','3671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3746','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','10347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','10379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','10510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','9932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','6352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','12372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','15598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3747','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','3930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','13296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','15724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','11058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','15725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3748','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3749','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3749','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3749','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3749','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3749','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3749','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3749','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','2197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','15727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','11409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3750','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3750','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3750','15726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3751','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','13059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','4415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','8372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','15161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','8578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','11446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','15728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','5669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','8954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','15177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3752','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','14154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','7614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','12877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','13961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','10782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','10685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','6577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','1856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','4292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3753','15738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','15371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','13014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3754','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3755','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3755','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3755','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3755','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3755','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','6439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','15739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','15740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3756','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3757','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3757','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3757','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3757','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3757','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3757','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3758','15741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3758','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3758','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3758','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3758','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','14407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','6810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3759','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3760','7094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3760','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3760','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3762','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3761','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3761','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3761','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3761','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3761','15744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3761','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3761','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3733','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3733','395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3733','482','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3762','10929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3762','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3763','15745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3763','11767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3763','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3763','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3763','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3763','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','11071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3764','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3765','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','4312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','14652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','15749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','7677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','8847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','15748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3766','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','2053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','3538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','2511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3767','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','7688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','4589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','6981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','10803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','6199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','10928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','4200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','7914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','9693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','6547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','6889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','4755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','12236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','14405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','15765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3769','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3769','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3769','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3769','10929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3769','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3769','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3768','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','15780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','15781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','15782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3770','15783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','7948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','5258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','3432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','13875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','9050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','5771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','9776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','14130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','8596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','12797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','12673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','6650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','15518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','13785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','4106','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','294','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3771','2173','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','15810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','15809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','15808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','15807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','9776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','4965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','10396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','15806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','15805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','15811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3772','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','11597','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2288','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15963','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','682','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','8074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','12196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','5277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','10446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','12385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','13230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','10833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','12946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','11609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','9883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','4068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','8284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','4433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','12340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','9691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','4401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','13872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','6912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','14485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','7066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','4370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','9722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','3013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','8562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','15962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3773','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3774','350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3774','15833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3774','5393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3774','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','15834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','15835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','15836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','15837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','5598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3775','15838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','15839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','9890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','15840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3776','14863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','14133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','7778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','13875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','15841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','15842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','6698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3777','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','13059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','4415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','15843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','8372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','15161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','5648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','8578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','5231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','11446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','15728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','5669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','8954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','15177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3778','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','12453','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3735','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','15849','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','15847','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','2397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3783','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','15720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','4454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','15722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','14917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','3600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','3671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3780','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','15844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','14405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','6738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','14407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','6810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','15845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','3803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','4287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','15846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3781','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','2397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','1521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','2514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','7881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3782','129','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1021','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','12538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','9787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','14382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','9689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','8560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','14803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','11631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','2406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','10645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','12241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','4104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','12240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','12185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','5269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','6797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','9945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','15868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3785','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3784','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','2397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','12913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','12405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','8274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','2407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','10396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','15895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','12453','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','9708','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3786','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','2395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','12380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','13415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','15897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','6370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','10578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','15898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3787','10423','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','2064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3788','24','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','13033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','15903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','4994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','15904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3789','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','7098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','2802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','7963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','3447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','3378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','14277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','13033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','14154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','15947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','14658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','15919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','15920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','15921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3791','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','15926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','3814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('681','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','6470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','7098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','12948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','15939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','15938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','10783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','7512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','12722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','7517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','15937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','15936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','15935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','7510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','2114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3792','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','15940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','15941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','2012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','9030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','15942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','7943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','7932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','7103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','3613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','7077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','12075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','9283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','7670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','2802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','12195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','15943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','15944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3793','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','15945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','15946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3794','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3790','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3795','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3795','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3795','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3795','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','13009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3796','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','13009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','15843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','3300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','15961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','5141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3797','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','5710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','5718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3798','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','10782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3799','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','2271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','2778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','8182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','15983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','15984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3800','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','15741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','10607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','15985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','15986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','6823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','15987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','15988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3801','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','7094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','8807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','15989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','8186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','15990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3802','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3803','15991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3803','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3803','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3803','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3803','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','15992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','2316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','15993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','15994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3804','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3805','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3805','15995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3805','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3805','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3805','7014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3805','10678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3805','5675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','4754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','14254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','14120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','9297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','2577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','15996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3806','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3807','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3807','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3807','15997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3807','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','15998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','11772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','15999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','5686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','13870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3808','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3809','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3809','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3809','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3809','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3809','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3810','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3810','16000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3810','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3810','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3810','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3810','16001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3811','16002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3811','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','8935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','2536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3812','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','5602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','13982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','9200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','8344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','2053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','5100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','16003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','16004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','7020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','15732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','6514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','16005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','16006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','15392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','11807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','16007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3813','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','16008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','15989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','3400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','16009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','16010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3814','6680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','12084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','11520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','9374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','5351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','2068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3815','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3816','129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','7014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','10678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','9840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3817','16011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','16012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','6100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','3082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','10544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','15006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','5773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3818','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','8106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','16013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','2600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3819','96','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','729','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','10635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3820','16018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','7730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','16016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','13357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3822','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3823','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','3549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','2822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','16019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','16020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','8069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','16021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','2199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','16022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','16023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3824','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','16024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','16025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','13976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','15616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3825','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3826','16026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3826','8797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3826','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3826','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3826','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3826','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3826','170','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3827','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3827','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','9923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','1061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','7622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3828','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','4987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','16027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','5779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3829','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3830','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3830','16028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3831','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3831','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3831','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','16029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','10954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3832','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','16030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','15391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','12096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','5978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3833','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','16044','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','5572','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','16045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','5597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','16043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','4108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','16042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','16041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','16040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3834','16039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','3004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','2999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','16038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3835','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','8795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3836','13050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3837','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3837','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3837','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3837','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3838','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3838','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3838','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3838','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3838','16046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3838','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','430','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','312','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','5152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','15422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','10499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','14496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','16150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3840','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3840','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3840','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3840','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','16049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3841','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3842','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3842','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3842','16050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3842','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','16051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','16052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','16053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','9225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','10958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','16054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','16055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','16056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3843','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','16064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','16063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','4799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','8745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','16062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','16149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3839','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','16030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','15391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','5258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','6889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','12096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','5978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','15706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','7600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','7740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3845','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','12872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3844','4799','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','11950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','15613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','14107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','7816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','15535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','14447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','13630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','15849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','14479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','9284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','13599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','14058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','11212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','11337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','9981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','13257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','6209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','13776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','13178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','12797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','9701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','13535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','6244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','15347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','14035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','14453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','14484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','5543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','8702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','16129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','10378','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','92','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3846','223','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','18002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','13955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','14175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','2937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','17331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','17330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3848','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3848','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3848','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3848','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','16140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','6082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','16139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','16138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','9783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','16137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','16136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','16056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','13778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','11270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','16135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','6197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','1505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3849','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','10145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','1731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','16141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','2680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','15779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','5189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3850','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','16092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','351','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','16091','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','92','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3851','729','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3852','9078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3853','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3853','499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3853','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3853','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3853','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3853','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3854','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3854','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3854','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3854','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3854','15706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3854','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3854','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','2089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','11098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','1686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','5400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','6188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','6033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','12425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','5691','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3855','16021','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','16151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','16152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','16153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3856','1727','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','12892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','5100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','6527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','15707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','13577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','13113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3857','16154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3858','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','16155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','16156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','5130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','7065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3859','16157','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3860','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3860','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3860','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3860','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3860','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3860','16157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','10668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','16158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','16159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','6188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','16160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3861','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3862','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','8114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','7027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','5130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','11788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','4106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','9876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','5688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','16162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','4707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3864','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3864','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3864','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3864','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','16163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','10952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3863','16164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','8804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','16165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','16166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','6008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','1690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','1047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3865','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','16168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','16167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3866','16169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','13608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','2177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','16170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','6865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','5629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','10353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','16171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','5824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','16172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','13009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','15843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','16173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','3300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','15961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','13522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','5141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','16174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','16175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3867','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','16176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','5710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','11083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','16177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','5718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3868','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','16178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3869','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','4641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','16179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3870','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','15991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','14472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','16180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3871','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','16181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','1529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','1530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3872','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','8114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','6934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3873','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3874','15998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3874','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3874','13870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3874','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3874','2333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','16182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','76','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','10236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','16183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','16184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','4921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3875','223','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','16185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','16186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','16187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','16188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','3103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','16189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','5983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','9623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','16190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3876','13296','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','16185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','4356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','16186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','16187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','16188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','3103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','16189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','2960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','5983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','9623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','16190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3877','13296','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','8114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','6934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','16191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3878','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','8126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','16192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','5395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','2136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','15494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','3593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','10977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','5130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','16193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','16194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','7065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','16195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3879','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3880','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3880','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3880','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3880','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3880','13438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3880','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','7778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','16196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','12797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3881','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','11872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','4418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3882','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','13742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','16197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','16198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','10598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','7287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','16199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3883','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3884','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3884','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3884','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3884','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3884','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','16200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','4216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3886','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3887','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3888','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3888','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3888','16201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3888','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3888','103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3888','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3888','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','3609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','16202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','11567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3889','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','16203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3890','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3891','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3891','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3891','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3891','16204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','16205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3892','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','8157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','5162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','16206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','15728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3893','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','2183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','8530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','16207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','16208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','16209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3894','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3895','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3895','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','3435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','12023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3896','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','16210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','16211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','9030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','16212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','16213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3897','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','16214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','3255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3898','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','16192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','8325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3899','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','3004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','15352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','16215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','15622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','5640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3900','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','15768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','6304','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','16470','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','16257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','7526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','4884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','16283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','16256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','9840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','7599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','15214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','5509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','12183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','16256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3902','16257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','18063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','5786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','2367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','9840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3903','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','3839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','16284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','1660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','16285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','2982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','16283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3904','1380','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','18062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3905','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3905','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3905','3139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3905','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3905','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3905','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3905','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','11160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','5119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3906','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','6929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3907','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','13027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','10286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','12368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','4437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','15503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','15163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','9772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','16320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','78','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2571','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3908','2518','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','8215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3909','16321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','11558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','16322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','16323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','16324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','16325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','16326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','11948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','16327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','16328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','4077','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3910','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','16329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','6526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','4964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','2640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','4965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','16330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','3081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','16331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','16332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','4964','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','4965','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','219','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3911','2675','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','16333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3912','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3914','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3913','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3913','10416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3913','16335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3913','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3913','12839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3913','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3914','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3914','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','15532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','16336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','9050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','9683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','8399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3915','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','8594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','5654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3916','16337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','16338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3917','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','16338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3918','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','6391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','5271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','14568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','11953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','14254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','10593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','15896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','6971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','9957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','8660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','11592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','6211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','16345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','4439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','15837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','6387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3920','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','7037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','15023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','16349','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3919','7361','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','13296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','16356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3921','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','16357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','16358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','16359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','10768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','16360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','16361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','16362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','16363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','6771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3745','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3922','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3923','12184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3923','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3923','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','15505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','11073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','3644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','9396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','3617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','16364','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','10288','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','16365','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3924','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','16366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','10777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','16367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','10547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','2621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','7580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','16368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','7626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','16369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3925','4312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','16378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','6889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','15732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','16379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','14518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','12076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','9321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3926','4618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3927','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3927','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3927','2866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3927','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3927','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3927','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3927','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','15768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3928','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3928','6143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3928','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3929','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3929','12237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3929','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3929','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3929','16388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3929','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3930','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3930','8478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3930','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3930','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3930','5360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3931','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3931','16389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3931','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3931','2122','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','16390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','7096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','3536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','16353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','16391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','2598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','6788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3932','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','11959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','12236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','15193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','11051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','9703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','8145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','15721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','14235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','9797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','14600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','9051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','7410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','9650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','11790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','13776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','11086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','15328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','12600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','13919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','15737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','11626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','4956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','12197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','6584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','14266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','10771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','2430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3933','16434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','16435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','3676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','7614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','16092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','16352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','12125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','9396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3934','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','4053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','15847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','12380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','7130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','10547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','15849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','7218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','3744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','16441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','6931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','4562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','2546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','3896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','11584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','6432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3935','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','15185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','10146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','12237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','10547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','16442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','15328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3936','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','8478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','51','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','6153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','3272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','8418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','9131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','2913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','11900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','7721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','16460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','10963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','7908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3937','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','1115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','16490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','4472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','6527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','6708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','11634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','6593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','10665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','16489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3944','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3944','1129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3944','4763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3944','16488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3944','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3944','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3944','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','16487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','6918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','2845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','15653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3943','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','2197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3939','16461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','2183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','2865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','7211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','12789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','14476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','11918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','3877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','2647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','6721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','8221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','16469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','2444','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','4077','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3940','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','12230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','6832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','11451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','8912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','3113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','6497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3941','140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','10199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','3794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','6748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','9022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','2305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','7357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','15198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','16486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','6787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3942','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3945','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','2207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','16348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3946','8598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','9654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','16491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3947','144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','16492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','7293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3948','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3949','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3949','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3949','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3949','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3949','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3949','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','8562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','16493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','12237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','1128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3950','16494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3951','1287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3951','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3952','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','16495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','10544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','15006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3953','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','6456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','15182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','15181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','16470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','16506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3954','1185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3955','16516','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3956','16516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','16526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3957','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','12338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','12405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','10776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','2312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','16527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','4516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','15706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','2390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3958','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','6742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','1673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','3171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3959','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','9818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','9037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','7650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3960','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','16528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','16529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','16530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','12526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','9774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3961','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','16353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','9774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3962','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','14867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','16531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','14519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','9717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3963','16532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','16533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','16353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','14721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','3349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','16534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3964','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','6377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','13438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3965','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','16329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','3735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','12877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','16535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','16536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','16537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','3015','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3966','6498','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3967','15791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3967','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3967','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3967','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3967','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','10288','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','4359','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','16541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','16540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3968','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','7374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','7375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','16403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','11585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','16542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','10721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','16543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','6409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3969','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3970','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3970','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3970','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3971','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3971','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3971','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','8563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','2327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3972','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3973','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3973','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3973','8598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3973','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3973','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3973','16546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3973','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','8434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','3731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','3735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','9269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','16547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','16548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','16549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','2406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','12125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','16550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','16551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','2796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','16552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','10692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','15676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3974','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3975','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3975','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3975','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3975','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3975','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3976','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3977','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3977','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3977','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','15088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','16553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','16554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','10242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','8418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','16555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','16556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3978','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','3797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','2247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3979','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','4274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','12534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3980','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','5268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','16192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','10389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','8325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','5130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','10427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','7681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','7716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','6732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','13054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3981','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','16557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','16558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3982','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','10712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','5602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3983','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','18060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','18061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','3382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','3052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3984','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3985','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','14154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4216','422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','16580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','8343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','16581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','16582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','16583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','11160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','10571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','6453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','11624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','16584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','8460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','6882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','2087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','3025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','16585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3986','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','9506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','7642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','8096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','3343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','5962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','10570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','14628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','14781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','3258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','4458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','6077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','12434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','5674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','14905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','5464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','9829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','10954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','5152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','4232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','3331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','14266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','16596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','6895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3987','9682','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3988','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3988','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3988','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3988','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3988','16591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3988','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3988','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','16597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','4388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','5654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','11450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','6540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','10414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3989','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','10691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','15785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','9860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','7414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','12452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','7976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','14116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','10822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','14939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','5573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','14715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','12848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','9822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','12024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','11638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','8358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','13734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','10715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','7385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','7167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','12384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','7989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','15229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','9210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','7376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','5581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','16615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','9871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','9321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','14180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3990','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3991','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3991','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3991','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3991','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3991','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3991','2749','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3991','2750','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3992','13771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3992','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3992','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3992','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3992','1471','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3992','1165','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','15950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','3502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','7997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','11729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','7495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','7218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','7729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','7087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','4085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','9777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','6678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','5073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','16624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','12803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','14484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3993','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','3657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','9946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','16625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','3735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','16626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','8019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','16627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','4904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','12146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','10852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3994','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','9670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','7102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','16628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','7237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','16629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','8902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','4981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','16630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','16631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','9826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','16632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','12519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','16633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','7498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3995','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','8902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','16634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','8175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','16635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','16556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','14289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3996','1982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','10894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','6450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','11064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','16636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','4414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','3677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','2789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','16637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','16638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','7286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','16639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3997','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3998','8537','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3998','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3998','16640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3998','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3998','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3999','10692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','6835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4000','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','16397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','6980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','2737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4001','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4002','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4002','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4002','3399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4002','12584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','4371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','10641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','6972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','8459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','3541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','16641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','6465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','7387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4003','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','3809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','5938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','2000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','6675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','7098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4004','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4005','11659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4005','2407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4005','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4005','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4006','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4006','10840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','7152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','7291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','15847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','14439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','11444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','8240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','12567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','7355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','14116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','8015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','13265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','8843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','14478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','13037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','7385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','14110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','15529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','13111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','12395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','13076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','7361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','12798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','11093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','14468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','14347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','12437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','6185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','13054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4007','16679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','7234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','4057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','6668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','4648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','14939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','9404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','8684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','6527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','8304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','7873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','6264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','9249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','4287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','6252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','16687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','5353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4008','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','16688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','10378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','1821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','8748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','4106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','10730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','15659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','9118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4009','13990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','3880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','7318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','6215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','4065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','10715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','6877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','3064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','8917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','7245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','16705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','12441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','10724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4010','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','12438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','16706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','16707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','3794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','16708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','16709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','16710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4011','12540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','8072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','16711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','16712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4012','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','3198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','3652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','7826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4013','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4014','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','2864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','12574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','13039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','5467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','4880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','3067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','10954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','16595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','5757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4015','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','10329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','9875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','5671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','10184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','6220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','11881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','8325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','10077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','5987','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','5146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','13482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','6465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','15661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','9799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','8598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','14871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','6698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','13656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','9789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','12008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','13763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','8059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','7688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','16746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','3619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','1204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4016','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','16747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','16748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','5378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','1163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','4487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','14307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','14308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','9913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','1211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4017','1454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','16749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','3995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','16750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','2486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','16751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','16752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','15978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','16753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4018','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','2958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','5618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4019','16754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','11320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','7673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','13013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','2324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','3642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','17434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','8171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','17433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','6527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','11316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','14738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','7234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','17432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','17431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','16723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','1734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','16729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','2023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','2906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','2536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','9789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4021','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','16760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','3462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','3631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','1881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','7826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','1796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','16761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','3303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','14238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4022','16762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','13359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','3434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','16770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','4651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','16723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','5334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','16748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','15869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','9261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','13','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','15885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','16769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','16768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','7088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','16767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','16766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','9539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','10780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','16765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','4759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4024','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','12125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','8233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','16771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','8777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','4904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','11580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','4590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','16772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','9789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4023','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','3839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','3809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','10894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','16285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','8764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','16773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4025','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','6662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','8645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','16783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','16782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','16781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','7057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','6790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','7589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','10026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','2462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','16779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4027','3249','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','3016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','16780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','16767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','9831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4028','13','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4029','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4029','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4029','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4029','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4029','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4029','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4029','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4026','6988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','14013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','10341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','89','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','10907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','15503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','10486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','6932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','15892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','15599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','10741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','6698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','3670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','8611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','16789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4030','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','16790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','3794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','16791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','16792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','3802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','4892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','16363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4031','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','14300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','2473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','4392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','16793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','4066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','3247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','16794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','12823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','7690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','12355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4032','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','16795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','11950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','12913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','15847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','5505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','2138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','6805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','8989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','5668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','9510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','15849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','5519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','13562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','13563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','16796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','16797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','4050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','6432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','8611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','16798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4033','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','16075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','13552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','12384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','16788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','11093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4034','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','13027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','9669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','1729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','6872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','9766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','9883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','10907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','11100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','14803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','7989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','10479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','10438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','12197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','6413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','16430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4035','14266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','16805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','6932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','1992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','1491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4036','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','16806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','10332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','16807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','6767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','5973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','16808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','3658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','15347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','1496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4037','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','6748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','16809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4038','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','18017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','9721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','11659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','10538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','10642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','8539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','10822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','15936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','9995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','12513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','6815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','12024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','12722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','7862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','15978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','7598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','9302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','7692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','6244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','4579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','6922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','5494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','16830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4039','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','7351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','16831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','15654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','16832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','8480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','8709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','2498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','5452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','6103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','16029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','16833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','3791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','11363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','3868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','15392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4040','7908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','2319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4041','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','2760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','14079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','15977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4042','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','1262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','10479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','16834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4043','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4044','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4044','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4044','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4044','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4045','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4045','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','16835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','15591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4046','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','16836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','15338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4048','482','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4049','16838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4049','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4049','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4049','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4049','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','2011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','6604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','16839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','10698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','16840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','8362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','4582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','2392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4050','1995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4051','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4051','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4051','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4051','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4051','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4052','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4054','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4054','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4054','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4054','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4054','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4054','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4054','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4055','16841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4055','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4055','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','15706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','17013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','17012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','5092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','2344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4056','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4057','11786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4057','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4057','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4057','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4057','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4057','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4057','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','16844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4058','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','6124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','16845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4059','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4060','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4060','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4060','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4060','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4060','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4060','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4060','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','5053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','13991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','6590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','9002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','6688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','16846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','16847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','12298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','8481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','3945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','12963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','15338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4061','1454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4062','13920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4062','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','2380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','9410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','16848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','15603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4063','4847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4064','13972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4064','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4064','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4064','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4065','16849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4065','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4065','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4065','2648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4065','16850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4065','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4065','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','4930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','11368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','4185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','11049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','6707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','12596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','7067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','6115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','11772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','6642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','8901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','7216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','4460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','8857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','11778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','4776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','11679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','7753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','9837','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','6199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','7855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','14802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','12475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','11053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','10545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','13181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','11604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','8715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','5010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','8770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','12318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','13575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','4591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','10966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','15178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','16944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','14802','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','229','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4066','236','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','5932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','5313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','14381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4067','16945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','16841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','10919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','16946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','4522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4068','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','4310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','5647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','14458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4069','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4070','15252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4070','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4070','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4070','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4070','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4070','15574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4070','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4071','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','9086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','4800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','16947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','15774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','2332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4072','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4073','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4073','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4074','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4074','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4074','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','18059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','4961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','1611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','1222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','8645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','14453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4075','2391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','9694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','11604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','1939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4076','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','3671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4077','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','16954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','16586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','4952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4078','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4079','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4079','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4079','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4079','16955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4080','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4080','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4080','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4080','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4081','1649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4081','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4081','16956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','5929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','4930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','13543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','12596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','13538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','6115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','7216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','15156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','13539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','8857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','13554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','6199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','12112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','5388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','15168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16969','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','9927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','8715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','12841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','10966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','5191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','16942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','15177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4082','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','4705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','4945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','12530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','16973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','12055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','16974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4083','1123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4084','7911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','2538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','12597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','5704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','14630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','3307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','14632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4085','16985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10107','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','8274','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','6314','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','7167','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','10119','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('916','36','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','5524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4086','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4087','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4087','6244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','9723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','1093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','16996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','10397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','16997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','6233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','10203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','16998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4088','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4089','1327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4089','13438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4089','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4089','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4089','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4089','13915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4090','15088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4090','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4090','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4090','536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4090','10840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','4708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','4262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','2721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','1911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','16999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4091','2721','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','5080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4092','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','16388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','2580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','17001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','1507','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4093','17000','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4094','2721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4094','2301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4094','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4096','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4096','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4096','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4097','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4097','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4097','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4097','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4098','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4099','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4099','7957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4099','17002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4099','2069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','6215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','6727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','51','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','11073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','16554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','14219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','5444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','14720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','11834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','12797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','17001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','2395','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4100','10288','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4101','17011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4101','13188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4101','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4101','5080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','3874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','2053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','8646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','1679','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4102','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','2721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4103','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4104','17014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','2053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','4418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','17015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','12453','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','1679','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4105','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4106','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4106','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4106','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4106','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4106','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4106','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4107','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','6472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','17016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','8223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','2485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','16402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','4703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','16881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','8418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','17017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','8031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4108','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','2721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','17018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','17019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4109','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','1930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','5389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','17021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','70','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4110','17022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4111','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4111','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4111','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4111','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4111','1996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','17023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','5975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','14676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','17024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','17025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','17026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','9839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','17027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','12425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','718','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','5975','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4112','17024','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4113','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4113','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4113','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4113','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4113','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4114','2721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4114','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4114','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4114','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','6697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','12229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','12438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','16706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','16707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','3794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','10377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','16708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','12346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','1382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','16709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','16710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4115','12540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','16851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','4930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','17028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','17029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','13304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','16867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','16870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','5334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','17030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','5536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','2946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','8901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','7632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','17031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','15481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','7753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','17032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','5388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','13181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','7566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','16919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','17033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','12318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','2628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','16928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','8677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4116','17034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','3150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','17035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','4409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','17036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','12948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','5693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','15090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','2437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4117','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','2177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','17037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','9030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','17038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','15843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4118','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','2533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','1055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','2380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','16848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4119','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','5566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','17039','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','17040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','3030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4120','16828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','2177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','4822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','17037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','2091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','9030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','17038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','15843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','1108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','11834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','17041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4121','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','16398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','17042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','9677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','7816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','16357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','16358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','15462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','5620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','2078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','6980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','6003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','17043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','6497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','15605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','17044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','15339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4122','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4123','15920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4124','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4124','1678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4124','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4124','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4124','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','17045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','14720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','17046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','3751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','4536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','15419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','17047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4125','8074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','8925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','3852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','12428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','16388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','5408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','2580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','1507','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4126','17000','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','17053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','2898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','2421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4127','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','2726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','3017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','10921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','8096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','3246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','8761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','17054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','3539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','17055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','2266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','14692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4128','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','6791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','17056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','2935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','17057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','12108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','3433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','17058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','9998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','10236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','17059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4129','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','15172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4130','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','1205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','17060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4131','14557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','17061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','17062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','17063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4132','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','17067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','17068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','261','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','931','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','17065','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','712','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4141','17067','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','3038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','2897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4143','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','17069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','17070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4144','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','17071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','10834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4142','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','17036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','3004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','6737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','7356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','17072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','9982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4145','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','17073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','17074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','14302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','5975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','1913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','17024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','1354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','17075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','15273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','2433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4146','7473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4147','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4147','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4147','16829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4147','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','17076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4148','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','17077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','7877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4149','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','1389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','7018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','2478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','5266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','10944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','17078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','17079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','17080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','11999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','10244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','7245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','4694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','10944','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','17080','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4150','7245','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','2729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','17086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','14800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','1819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','6734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','4634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','17085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','6217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','4342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','2721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','17084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4151','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','8707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','17087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','6514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4152','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','17088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','7476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','17089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','6088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','14802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','17090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','5652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4153','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','17092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','4427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','17093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','2318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','13535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4155','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','17076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4156','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','11606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','3709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','4766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','14454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4159','17095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4159','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4159','17096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','7115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','2795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4160','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','18058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','17104','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','1094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4161','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4162','1761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4162','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4162','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4162','17105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4163','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4163','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4163','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4158','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','11663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','14658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','16863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','10224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','6707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','12139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','14274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','14525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','16151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','7996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','13810','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','13480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','15795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','7341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','16902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','6623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','9114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17204','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','3595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','16915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','13181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','9235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','9503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','14946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','10285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','6510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','16942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','8658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','4246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','13997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4164','17243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','17244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','17095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','3599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4165','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','9678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4166','9756','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4166','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4166','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4166','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4166','7151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','4576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4167','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','16478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','17246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','3947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','16617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','13323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','5262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','9749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','5248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','9509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','17062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','7997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','7765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','6919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','6005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','16621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','6648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','17247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','5316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','17248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','17249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','17250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','1939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4168','14484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4169','8973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','15324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','17251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','17252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','1099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4170','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','13522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','17301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4157','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','17048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','17254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','17255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','1891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','6150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4171','8138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4172','2749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4172','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4172','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','16407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','17314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','17313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','17312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4174','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4174','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4174','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4174','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4174','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4174','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4174','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4175','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4175','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','17259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','5657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','17260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','17261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','17262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','7624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','7626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4176','5448','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','10894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','8383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','5671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','9199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','7396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','10945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','14703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','16409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','8542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','4345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','17279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','13762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','6680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4177','7074','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4178','8947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4178','12840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4178','10216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','17280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','8600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4179','5076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','6243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','17293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','11806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','14861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','3712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4135','13271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4135','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4135','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','5576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','3062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','14694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4181','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4182','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4182','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4182','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4182','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','17292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','17291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','17290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','13236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','17005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','12566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','10708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','16452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','7106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','17289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','1031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','14453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4180','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4184','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4184','13744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4184','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','2624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','17299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','13522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','17298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','9568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','17297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','4253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4185','4180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','2937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','15191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','2689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4186','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','17289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','7106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','16452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','10708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','12566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','17005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','13236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','17290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','4072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','17291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','17292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','3712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','14861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','11806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','17293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','6243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','1031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','14453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4187','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','1094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','8055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4188','17104','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','17036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','17300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','5080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','15090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4189','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','17036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','2435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','15090','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4190','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','17106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','17303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','17302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','17304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4191','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','17305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4192','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4193','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4193','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4193','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4193','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4193','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4193','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4193','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','15044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4194','5095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17309','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','11834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','7878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','1602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','17311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4195','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4173','5200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4196','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4196','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4196','17315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4196','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4196','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4197','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4197','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4197','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4197','17316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','3955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4198','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','4282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','17317','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4199','4860','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','16388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','2580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','17001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','1507','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4200','17000','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','17318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','7952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','13826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','16726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','17319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','17320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','3878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1536','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','17321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4201','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4202','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4202','10689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4202','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4202','8600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4202','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4202','17280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4202','17323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','6468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','8182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','16388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','2580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','17001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','1507','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4203','17000','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4204','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4205','8713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4205','6842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4205','17262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4205','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4205','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4205','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4205','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4206','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4206','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4207','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4207','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4207','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4207','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4207','5679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4207','4577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4207','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4208','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4209','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4209','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4209','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4209','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4209','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','17324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','17325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','17326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','2257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','1103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','6352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','4551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','17327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','3451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','17328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4210','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4211','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','6124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','3995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','10286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','17262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','5990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4212','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4213','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4213','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4213','17329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4213','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4213','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4213','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4214','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4214','4061','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4214','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4214','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4214','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4214','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4214','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','14154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','7952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','6498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','17330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','17331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','2937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','9843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','4444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','4196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','17332','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','1481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','17333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','1495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','17334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4215','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','8611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','15518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','16673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','18001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','18000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','15489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4218','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4218','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4218','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4218','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4218','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4218','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','17342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','7899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','4182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','17343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','17344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','1298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','8989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','16093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','17345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','3270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','17346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','6244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','4221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','17347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','4226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','17348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','4245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','11274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','92','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4219','96','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','17349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','15011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','17350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','15849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','2680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','6432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','3756','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','2806','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4220','6155','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','5965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','13342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','14496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4221','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4222','5406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4222','17351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4222','3716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4222','3717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4222','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4222','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4223','17352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4223','2754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4223','6597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4223','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4223','3032','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4223','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','14270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','8155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','10968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','9566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4224','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','13427','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','17369','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','17367','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','6645','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','2317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','14717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','17368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4225','3037','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4226','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4226','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4226','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','5069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','37','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','9983','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','13230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','5623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','10416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','6374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','15503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','16103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','7218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','17365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','17366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','7924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4227','7081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4228','11858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','15888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','16082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','9269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4229','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','9803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','9976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','10416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','17370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','2973','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4230','1028','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4231','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4231','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4231','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','7741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','9756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','9682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','16579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4232','8128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4233','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4233','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4233','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4233','17371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4233','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4233','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4233','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4234','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4234','17372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4234','3181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4234','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4234','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4234','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','6520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','3029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','6680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4235','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','8048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','17373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','17160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','17374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','4201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','11523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4236','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','1038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','17375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','17376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4237','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','17383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','17382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','2199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','17381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','4335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','17380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','12096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','17331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','7952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','14619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','15463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4238','9246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4239','2745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4239','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4239','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4240','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4240','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4240','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4240','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4240','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4240','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4240','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','16192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','5943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','4406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','17384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','10822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','2902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','8587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','5130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','2230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','5441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','4699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','7036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','2387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','13054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','11342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4241','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','9833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','17721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','17720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','17719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','7783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','2671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','6406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','1351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','14592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','17718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','3675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','9674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','17717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','4055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','11850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','17391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','14929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','17392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4243','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','3441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','10596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','17393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4244','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','7915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','4002','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','1933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4245','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4246','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4246','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4246','17394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4246','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','17398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','17397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4247','1507','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','15463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','7952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','95','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','1859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4248','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4249','13565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','9022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','17399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','2101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','1008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','17400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4250','1275','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4251','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','8667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','2469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','252','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','154','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1258','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1234','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2008','1080','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4252','13697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4252','10528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4252','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4252','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4252','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','17406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','7630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4253','7626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4253','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4253','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','11833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','2349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','207','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4254','47','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','14158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','17407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4255','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4256','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4256','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4256','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4256','17408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4256','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4256','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4256','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','248','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','404','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','402','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','5152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','17411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','3324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','2899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','9890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','8232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','3809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4258','17410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4258','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','17365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','17366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','15637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','7924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4259','7081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4257','3328','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','2663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4260','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4261','8228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4261','696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4261','17412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4261','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4261','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4261','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4261','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','12512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','17413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','4883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4262','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','7977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','2033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4263','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4264','3076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4264','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','2485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','5626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','5704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','16208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','3265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','2823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4265','17414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','14393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','7741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4266','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','6417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','12941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','9847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','2316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','17415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','17416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','9704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','2329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','10985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','7062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','7587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4267','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4268','9048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4268','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4268','17417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4268','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4268','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','6695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','7626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4269','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4270','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4270','17411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','6214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','14254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','2494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','7587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4271','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4272','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4272','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4272','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4272','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4272','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4272','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4273','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4273','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4273','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4273','1325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4273','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','3836','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','7741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','7900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','4710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','14302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','17429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','17430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4274','13285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','17435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','17436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','13556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4020','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','16681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','17437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','17438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','2564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','17176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','8963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','15214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','7611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4275','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','5084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4276','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','17373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','17176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','11337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4277','3025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','6143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','11831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','11604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','3114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','11379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4278','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','17439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','17441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','14458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','1552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','17442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','17443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','17444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','10715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','14298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','4089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','17445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','3683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4279','17440','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4280','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4280','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4280','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','2736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','14393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','9163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','16829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','4312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4281','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','3001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','1250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','17446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4282','6945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','3301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','10225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4283','17449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4284','17450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4284','17441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4284','14458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4284','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4284','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','8623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','7501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','2676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','1923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4285','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','17463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','7904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','1076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','4505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','17462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','9674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','2148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4287','7105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4287','10551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4287','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4288','14590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','10523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','7741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','9653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4289','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','14146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','3379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','4359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','3673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17456','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','3238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','15352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','3953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','7006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','7410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','7726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','6990','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','8771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','4593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','1755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','8740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','201','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','17433','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','6990','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4290','8935','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4286','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','4290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','8150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','17464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','6249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4291','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','17465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','5084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4292','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','17466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','16680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','2848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','17467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4293','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','10685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','9778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4294','1346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','3789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','5610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','3111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','17468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','17469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','8401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','2742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','4968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4295','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','17476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','17475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','9823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','17474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4297','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4297','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4297','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4297','363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4297','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4296','3980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','723','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','10668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','11304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','9417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','15239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','5467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','16158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','16159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','3903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','6188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','7065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17489','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','16157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17493','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','10030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','7737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','16429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17515','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','16138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','12253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','17524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4298','334','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','12538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','7412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','9787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','10757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','8951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','1167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','17300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','17080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','2255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','17531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','4401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4304','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4303','2357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4303','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4303','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4303','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4303','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4303','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','17530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','15736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','16554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','14447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','8807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','17005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','6353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4302','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','17527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','17526','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','9823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','17474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4301','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4300','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4300','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4300','17525','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4300','11435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4300','14154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4300','12787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','7359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','13439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','6560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','16551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','14803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','16313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15876','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','16550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','12125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','5988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','5064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','10825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','10645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1393','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','16549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','12240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','16548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','9269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','12185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','9132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','5269','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','14455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','7396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','8148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','73','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','8337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','15868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','3202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','17540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4305','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4306','17548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4306','759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4306','17549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4306','9394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4306','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4306','17550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4306','2469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','17551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','17552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','17553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','3298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','17554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4307','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','15262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','1314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','17555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','17556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','17557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','6672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','11455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','11720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','17558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4308','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','3725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','3174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','16791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','3737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','1661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','17559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','7000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','3742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','17560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4309','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','17561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4310','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','17562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','3738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','9758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','17563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','10650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','17564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','17565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','7675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','8214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','2940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','12782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','11626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','8676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4311','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4312','6755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4312','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4312','4112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4312','13819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','13608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','17566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','70','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','12230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','10695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','7496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','16628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','7573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','16403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','14867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','12570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','17567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','16405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','11212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','17568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','14600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','10721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','16202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','13776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','17000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','6470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','17569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','9788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','17570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','3835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4313','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','9721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','17571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','8712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2840','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','1095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','13518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','17572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','6824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','7081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4314','17573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','11592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','6971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','15896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','14568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','16348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','17574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','15790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','5271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','16350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','16351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','16352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','17575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','7595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','7495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','8820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','12336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','16354','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','16355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','7616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','10458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','15896','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','16349','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','3059','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4315','7361','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4316','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4316','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4316','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4317','15654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4317','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4317','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4317','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','10339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','9752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','17576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','6314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','17577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','8447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','17578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','10605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','17565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','10509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','9904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','15327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','17579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','17044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','1310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4318','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','8535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','4410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','16463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','5737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','17563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','17580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','3160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','3171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','3124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','15327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','17581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','11630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','17582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','17583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4319','10469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4320','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4320','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4320','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4320','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4320','6104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4320','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4320','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','6368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17584','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','16506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','3428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','16097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','7378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','4198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','8063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','14198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','10544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','3949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','11101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','11604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','4111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','5319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','15006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','7557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','17592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4321','10738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','1647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','17593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','2350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','5250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','17594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','8183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','17595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','12420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','3835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4322','17596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','14198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','17590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','2676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','4765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4323','13565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','17597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4324','464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','1865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','3049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4325','1499','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','2829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','2755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','7730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','8732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','3131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','17611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4326','15265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','1854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4327','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','17612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','17613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','13573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4328','9734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4329','17614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4329','17444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4329','4089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','17615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','17616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','8703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','15477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','4825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','17617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','17618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','17619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','17620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','1422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','17621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4330','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','2070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','17622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','12221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','17623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','5965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','13739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','17624','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','8183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','12250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','16970','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','14852','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','2336','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4331','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','16689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','13608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','70','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','71','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','5345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','12230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','10695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','7496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','1506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','4796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','16628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','16692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','15871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','14647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','14833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','7573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','16403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','14867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','12570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','16405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','4076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','7385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','11212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','53','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2513','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','14600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','10721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','1221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','6190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','10250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','16202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','13776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','5105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','5358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','6470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','1306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','9788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','8442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','17570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','3835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4332','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','3725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','17627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','17628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','16791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','17629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','16358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','5752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','11678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','4832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','17630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','15897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','17631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','17632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','17633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4333','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','3250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','17634','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','14923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4334','17635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','7608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','17636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','12345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','15327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4335','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','2395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','1954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','2299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','17637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4336','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4337','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4337','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4337','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4337','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4337','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4338','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','16072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','8712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','9679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','12345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','9210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','4603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4339','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','16324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','17638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','3738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','17639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','14075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','5765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','17565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','15327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','7936','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','8954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','9730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','10741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4340','1593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','7802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','16791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','14568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','16357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','17640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','15897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','3011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','8890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','15327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','3671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','2388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','3333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4341','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','8532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','12438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','5060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','13252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','11577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','8860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','11626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','17648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4342','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','15767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','3996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4343','3991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','9721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','6766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2544','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','16617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','8712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','15896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','9708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','16791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','9509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','8064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','10825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','7578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','12344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2057','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','16411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','9715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','4203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','8419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17666','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','5069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','13776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','11412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','17669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','6471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','3335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','7388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4344','9907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','11796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','17670','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','17671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','4479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','16313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','17672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','17673','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','10674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','5280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','17674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','10985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','1699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4345','17675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','3430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','16540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','3238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','17676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4346','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','15845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','5467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','1130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4347','17677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4348','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4348','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4348','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4348','26','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4348','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4348','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','7359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','3734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','3731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','2461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','8881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4350','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','6080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','17678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','8080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','14741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','6782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','16790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','8712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','15896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','9971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','16357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','5230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','16792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','10391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','13733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','6314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','13863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','17578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','9865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','13188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','12417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','17679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','17667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','4844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','15598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','17680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','17681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','17682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4351','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','2975','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4349','109','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4352','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','109','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','2975','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','1580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','12198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','12600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','7359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','17686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','2410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','17685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','3734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','3731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4353','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','15615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','4085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','2520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','79','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4354','1044','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','3809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','15477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','2001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','17620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','17445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4355','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','8829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17709','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','1042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','1684','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','13337','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','7327','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','6930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','14215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','3017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','12523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','2484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','9957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','9198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','12813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17700','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','13697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','14560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4357','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4357','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4357','1514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4357','17698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4358','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4358','17699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4358','16838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4358','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','8720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','10813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','1770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','17445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','3805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4356','421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','1572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','4869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','9222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','10398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','17714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','12772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','17715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','13188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','17716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','1308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4359','951','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4242','17722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','17737','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','9189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','14468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','7286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','17736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','4293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','680','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','13111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','6655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','10833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','5782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','17735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','8398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','5973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','17734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','17733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','7496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','14738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','7234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4360','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4361','17738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4361','4187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4361','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4361','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4361','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4361','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4361','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4362','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4362','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4362','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4362','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4362','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4362','10301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4362','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4363','13597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4363','17739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4363','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4363','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4364','7229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4364','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4364','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4364','5298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','1389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','9142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','9957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','9221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','1299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','3782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','17706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','4089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','8829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','10635','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4365','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','5345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','3014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','14647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','14833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','4076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','12917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','17625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','1688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','11618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4367','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','9385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','5530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','14219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','11164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','15025','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','9653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','2542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','6622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','10195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','4530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','1199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','405','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','17','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','6949','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4368','482','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','4259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','3179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','8532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','7570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','12438','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','5060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','7292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','8697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','16628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','15887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','4887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','5780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','3096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','3262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','5079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','13252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','53','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','11577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','10674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','10650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','3045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','8160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','6149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','4580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','5319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','3321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','8860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','11626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','17648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4369','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4370','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','8453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','5669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','1305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','8471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','17843','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','2184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4372','17754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4372','17755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4372','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4372','11314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','2443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','8958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','5350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','10968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','17756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','1081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4373','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4374','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4374','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4374','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4374','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4375','8406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4375','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4375','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4375','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4375','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4375','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4375','2467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4376','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4376','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','12192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','11844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','12195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','12713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','6884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','6988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','6079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4387','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4388','14428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4388','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4389','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4389','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4389','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4389','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4389','1483','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4389','2030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','1805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','9021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','17766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','17767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','10228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','8019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','17768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','6647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','3647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','17770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','4586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','12136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','3648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','4228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','12198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','13613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4390','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4391','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4391','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4391','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4391','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4391','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4391','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4391','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','17771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','17772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1570','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','15704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','6768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','17773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','17774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','4211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','10471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','3960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','7112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','15467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','17775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','3958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','12889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','4614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4392','1255','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','16713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','16714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','7590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','10655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17776','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','16820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','4367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','15','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','16748','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','7353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','10183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','7106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','12184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','12453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','6469','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','8930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','14411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','14302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','5348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','81','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','4651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','4107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','8359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','14308','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','6454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','7087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','10833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','7585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','12849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','7410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','15392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','7667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','17786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1564','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','99','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','10457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','13656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','3132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','8702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','14557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4393','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4394','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4394','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4394','16117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4394','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4394','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','11982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4395','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4396','11459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','5082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','6727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','5540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','17787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','3023','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','2060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','3957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4397','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','2177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','7075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','3604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','3345','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','5341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4398','2174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4399','7074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4399','9962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','17788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','1548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','17789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','9890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','9180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','46','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','2913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','13897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4400','1238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4401','13252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4401','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4401','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4402','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4402','1016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4402','10958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4402','13252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4402','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4402','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','9086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','16285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','3112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','15782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4403','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1455','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','3855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','11660','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','9745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','5950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','9016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','13443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2505','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','6607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','10649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','8019','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','6647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','3895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','17798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','9312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4404','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','17799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','2173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4405','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','6686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','5750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','17787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','17800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','17801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','6205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4406','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4407','17802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4408','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4408','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4408','17803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4408','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4408','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4408','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4408','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','6524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','3333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','12710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','7906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','4578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','10303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','4542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','12416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','11831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','9725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','10184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','4409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','6697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','1134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','17440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','2625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','8219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','5973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','17444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','17445','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','17811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4410','404','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4411','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4411','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','17818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4409','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','1016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','5322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','10958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','13252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','7415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','6017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4412','6457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','1817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','1796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','4860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4413','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4414','1717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4414','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4414','13426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4414','17819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4414','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4415','3786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4415','931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4415','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4415','3004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4415','17170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4415','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','9668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','5187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','1075','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4416','356','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','5689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','17820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','6083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','10146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','7130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','2058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','1209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','17821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','10121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4417','463','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','17822','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','17823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','4878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4418','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','9264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','17824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','17825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','17826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','2342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4419','14941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','4707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','4352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','17827','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','17828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','5671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','6259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','17829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','4760','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','17830','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','12566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','13413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','7831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','1662','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','6183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','4651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','5381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','6693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','16407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','13058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','17831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','11146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','9213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','4583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','8442','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','1754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','17633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','3510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4420','1947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','17832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','17833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','4392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','17828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','1952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','15972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','17834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','17835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4421','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','1520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','14738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','3189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','17770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','3100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4422','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','11956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','14201','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','5341','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','4240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','13894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17859','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','9301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','4210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17857','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17856','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','9296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','9653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','8617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','12188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','14601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','11573','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1779','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','3632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2668','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','6390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','16333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','17854','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','10549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','1725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','13458','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4424','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','11340','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','17293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','17844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4371','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','13826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','2672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','2674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','17845','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','3640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','17846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','17847','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','17848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','17849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','7639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','6323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4425','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4426','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4426','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4426','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4426','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4426','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4426','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','3127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','17850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4427','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','3400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','3641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','17851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','13919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4428','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','7066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','2022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','5591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','14917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','17853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','593','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','17852','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4429','726','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','7116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','1531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','17861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','1806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','10496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','17862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','17863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','6710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','4549','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','8178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4430','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','1212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','13917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','403','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','25','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','17864','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','7585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','9396','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','1331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','191','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','3038','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4431','816','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4432','3654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4432','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4432','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4432','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4432','2912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4432','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','13917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','17865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','17866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','6556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','17867','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','6475','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4433','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','15290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','13917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','9119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','17865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','5604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','17866','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','6475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','2228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','3402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','6556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','3328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','2683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','17867','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','6475','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4434','311','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','17868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','17869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','10444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','17849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4435','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4436','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4436','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4436','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4436','2099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4436','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','2095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','2927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','3938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','1742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','12797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','5367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','3757','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4437','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','12510','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','6171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','6185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','6107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','14347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17897','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','12397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','4844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','12417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','16621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','14136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','94','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','7399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1959','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','7853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','9824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','10645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','6101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','11051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','4188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','13221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','43','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','1904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17887','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','6415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17886','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','27','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','9803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','12820','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','17885','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4438','3657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','3346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','2629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','1265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4439','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4440','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4440','6909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4440','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4440','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4440','5582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4440','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','17898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','17899','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','17900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','17901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','2454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','13889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','17902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','4452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','962','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','5172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','17563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','3347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','17565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4441','1727','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4442','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4442','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4442','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4442','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4442','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4442','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4443','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4443','7203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4443','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4443','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','17903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','17676','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','1388','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4444','6432','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','7571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','15654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','1038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','2487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','7572','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','9016','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','1884','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','11595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','5996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','2831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','2862','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','17916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','6679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','6249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','62','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','5402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4445','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','53','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','1922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4446','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','17917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','17918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4447','1518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4423','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','3994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','2560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17920','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','4420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','10653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','1004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','1553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','6314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','14373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','10417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17924','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','6524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','14266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17921','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4448','17922','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','17930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','17929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','17928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','2712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','3629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','611','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','1324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4450','8132','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','1823','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4449','15352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','60','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','17931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','17932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','1767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','9551','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4451','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4452','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4452','203','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4452','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4452','1129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4452','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4452','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4452','17933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','17934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','17935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','553','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','3002','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','1495','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4453','17936','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4454','17937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4454','1463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4454','6467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4454','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','5089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','17938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','3507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4455','2762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','3184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','10288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','15191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','2689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4456','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4457','2716','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4457','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4457','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4457','17849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4457','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','16554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','17939','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4458','17940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','17941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','6181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','4369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','17942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','17943','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','4106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','2786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','11681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','2507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','1693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4459','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','16715','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17944','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','13975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','5471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','13620','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','3601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','1508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17948','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','7951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','9284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','2026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','2682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','17952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4460','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','3880','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','14933','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','4633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','16397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','441','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','3883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','17869','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','17953','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','33','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','17954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','6890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','3893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','16767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','6239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','10929','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','17849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','2758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','2387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','7387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','8702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4461','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4462','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4462','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4462','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4462','3705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4463','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4463','1542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4464','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4464','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4464','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4464','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4464','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4465','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4465','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4465','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','2443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('456','11527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4466','3756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4466','18123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4466','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4466','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','8447','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4467','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','647','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','9202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','10547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','14081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','16092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','8989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','12380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','5587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','16082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','16075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','6946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17994','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','17976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','1295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','2781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','17977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','17978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','15894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4468','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4469','13088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4469','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4469','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4469','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4469','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4469','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4469','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','17979','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','15322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','5763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','7682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','4701','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4470','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','2878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4471','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','10617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4472','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','2395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','17980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','2283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','16082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','2775','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','1377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','16798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','2692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4473','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','17992','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','3431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','9803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','3033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','4052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','1134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','2961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','6697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','4409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','10184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','9725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','11831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','12416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','4542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','5475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','10303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','4578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','5075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','7906','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','12710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','4607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','3333','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','6524','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','17818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4474','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4475','16075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4475','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4475','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4475','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4475','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4475','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4475','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','16784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','16075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','9811','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','12405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','3872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','6932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','1931','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','7711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','16743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','16075','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4476','198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','130','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','389','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','1024','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','10458','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','2806','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4217','6155','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4477','3825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4477','2566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4477','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4477','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4477','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4478','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4478','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4478','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','18003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','16890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','18004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','6043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','16890','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','88','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4479','2336','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4480','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','16784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','14013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','1909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','18005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','35','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','6932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','16788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','15892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','1045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','6698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4481','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','18006','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','2135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','2638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','18007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','8436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','5692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','3928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','22','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','18008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','11326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','2629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','18009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','8074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','1210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4482','10738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4483','18010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4483','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4483','2967','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4483','11787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4483','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4483','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','7797','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','1777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','9817','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','18011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','2008','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','7247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4484','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4485','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4485','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4486','18012','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4486','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4486','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4486','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4486','15338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4486','15338','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4487','18013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4487','16872','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4487','16890','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4487','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4488','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4488','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4489','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4489','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4489','3504','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4489','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4489','18014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4490','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4491','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4491','7565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4491','18015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4491','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','7066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','18026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','5346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','18027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','3553','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4492','8175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4493','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4493','16004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','8281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','2998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','11164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','18028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4494','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','18029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','5963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','1917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4495','16534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','15030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','15767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','3205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','6216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','6232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','2142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','2579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','2988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4496','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4497','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4497','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4497','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4497','18030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4497','8603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4497','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4498','1554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4498','2903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4498','18031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4498','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4498','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4498','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','3316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','5641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','14503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','8263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1989','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','10950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','6675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','13548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','2098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','3637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','15064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','13325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','18034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','14502','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','14579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','18033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1017','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','2545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','14615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','2882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','13541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','10452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','7986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','18035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','8863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','4609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','1713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4499','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','11164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','3659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4500','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','2937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','18036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','2064','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','6849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4501','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4502','18034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4502','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4502','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4502','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4502','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4502','5199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','7287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','11853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','18035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','3048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','18042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','18041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','13252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','11317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','18034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','4648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','18040','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4503','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','18043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','18044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','14693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4504','4893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','5376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','6883','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','6275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','17744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','18045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','18046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4505','2425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','18047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','10370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','3344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','18048','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','6243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','18049','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','18050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4506','13424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','18051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','18052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4507','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','15466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','18053','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','15849','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','13781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4508','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','8707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','1050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','4874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','17832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','18067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','10541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','5380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','12107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','5752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4510','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','11314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','85','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','9301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4511','18055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4509','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','16579','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('3901','2675','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4513','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4513','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4513','7377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4513','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','1316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','17170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','10781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','3937','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','18080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','18079','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','17919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4515','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4515','1722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4515','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4516','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4516','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4516','57','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4512','2839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4512','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4512','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','17833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','5168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','4392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','17828','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','1952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','3542','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','6977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','625','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','5451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','15972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','1303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','17834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','3178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','17835','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','7035','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','14250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','18068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','18069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','1592','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4517','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','5371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','18070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','14013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','16436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','18071','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','15888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','18072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','16082','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','10351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','16357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','11073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','18073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','18074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','10547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','10961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3692','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','16103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','18075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','15657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','12344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','15503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','18076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2420','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','7361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','6878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1750','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','10188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','4000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','4294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','14468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','477','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','2806','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4518','6155','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','16794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','2094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','7108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','15574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','1867','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','8419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','2234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','18143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4519','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','18081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4514','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','1891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','7695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','16004','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','18093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4521','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4521','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4521','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','18083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','18084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','1645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','18085','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','18086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','11164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','7718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','18087','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','11632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','18088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4522','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4523','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4523','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4523','1676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4523','18089','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4523','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','1208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','18092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','15848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','3932','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','13106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','10009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4520','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','18094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','18095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','18096','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','18097','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','2216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','2938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','2076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','4492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','8938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','1741','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','4891','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','534','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','18098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','5683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','18099','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','1028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4524','14683','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4525','6443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4525','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4525','15495','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4525','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4525','2806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4525','6155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4525','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','1803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','18150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','8143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','13826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','7952','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','3560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','14619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','15463','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','15652','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','18149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','8566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','12443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','2578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','2518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','18148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','18147','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','1075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','18146','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','1675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','10490','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','4888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','7413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','18145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4556','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','111','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','6027','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4526','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4527','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4527','5575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4527','3056','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4527','3599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4527','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4527','18106','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','5263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','2621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','1829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','3614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','9533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4528','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4529','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4529','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4529','7902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4529','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4529','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4529','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4529','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','6861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','5126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','18107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','3720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','18108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','8015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','3253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','10965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','1267','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','3264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','2055','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','2229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','18109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','739','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','6263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','18110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','2033','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','18111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4530','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','18112','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','1007','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','1942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4531','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','2903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','18113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','6816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','2687','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4532','13216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4533','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4533','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4533','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4533','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4533','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4534','3003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4534','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4534','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4534','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4534','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','18114','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','18115','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','3732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','1464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','18116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','7831','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','4256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','1095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','18117','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','3186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','4653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','14198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','17590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','18118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','9771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','3074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','14758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','1529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','8916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','7343','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','4209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','3777','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','1935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','18119','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','18120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4535','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','18121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','8806','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','8344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','18122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','4264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','11780','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4536','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','13697','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','2186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4537','538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','3373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4538','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','2699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','145','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','2717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','7902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','2846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','5488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4539','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4540','8291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4540','179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4540','4498','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4540','5520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4540','15347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4540','4498','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','15465','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','108','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','2468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','5683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4541','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4542','711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4542','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4542','1098','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4542','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4542','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4542','12540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','154','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','2993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','3299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','16955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','6919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1798','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','18144','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','6980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4543','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','1232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','4378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','14219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4544','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4545','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4545','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4545','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4545','2571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4545','5516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','3073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','3091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','10080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4546','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','1762','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','18133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','2916','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','10648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','3065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','18134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4547','13644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','2377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','6722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','7816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','8156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','16533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','5945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','1462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4555','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4548','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','1030','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4549','1981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4550','3383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4550','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4550','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4551','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4551','3733','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4551','8614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4551','18136','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4551','18137','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4551','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4551','2341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','6398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','9889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','10653','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','3042','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','2238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','462','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','5357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4552','3300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','4875','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','18138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','2217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','18139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','417','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','18140','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','4784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','7214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','17676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','599','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','4295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','18141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','18142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','4304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','9714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','10229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','1749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','8846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','1385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','5143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4553','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4554','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4554','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4554','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','2127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','8766','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','5072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','2531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','17321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4557','16164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4558','1613','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4558','11774','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4558','4076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4558','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4558','18152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4558','18151','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4559','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','1585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','3681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','1752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','659','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','1912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','8072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','2047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','14472','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','2013','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','2401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','16640','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','4432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','10011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','5365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','97','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','2535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','8021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','9169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','8566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4561','1246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','16841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','15044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','2996','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','3461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','15045','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','1258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','6768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','3000','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','15046','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','15047','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','2977','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4562','15047','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4563','5602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4563','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4563','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','9923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','2706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','15352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','18153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','13535','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','1938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','18154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4564','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','1247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','8186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','5656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','7073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4565','3224','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','5394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','18155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','18156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','7945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4566','642','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4567','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4567','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4567','3934','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4567','16313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4568','8026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4568','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4568','18157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4569','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4569','6579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4570','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4570','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4570','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4570','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4570','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4570','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','3041','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4571','9702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2735','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','8094','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','10198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','17263','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18161','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','7383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','7938','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','10695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18162','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','58','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','478','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','14956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','13629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','947','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','5958','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','8807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','8368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18167','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','16606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18171','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2496','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1072','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','440','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1957','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','14678','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','9882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','419','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','9683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18172','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18174','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','12180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','6949','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','6910','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','5590','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','7110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','9371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','9714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18179','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','409','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','627','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1986','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','9410','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','6919','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18180','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','6001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','6400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','10786','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','15571','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1601','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','5253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','8954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','4559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','11103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2896','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1183','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1485','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1566','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','11580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2809','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','15981','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','6323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','3651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','9533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','41','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2914','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','150','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','18197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','10198','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','389','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','2975','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1330','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4572','1941','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','63','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','9268','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','1154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','3233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','18198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','5574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','8754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','18199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','8362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','14130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','1578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','2582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4573','2069','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','12238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','1778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','2407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','2474','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','3050','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','3425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','15043','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4574','14188','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4575','2407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4575','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4560','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4576','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','693','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','1546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','2690','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','16397','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','1294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','15355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','7643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','5355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','593','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','563','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','3342','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','18200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','10375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','587','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','18143','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','1744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','5352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','5651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','4726','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','3317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','15574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','9702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4577','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','9376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','15927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','10423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','2083','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','3758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4578','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','2248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4579','5156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','8745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','5488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','7514','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','4205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','1538','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','2923','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','5607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','4243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','17507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4580','7604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4583','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4583','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4583','18201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4583','1360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4583','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4583','4695','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4583','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','4254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','10357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','18202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','8132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4584','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','1523','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','3276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4585','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','18226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','18202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','10291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','4521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3954','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','2464','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','6104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18205','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','5372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','4768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','15945','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','9651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','7234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','178','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','9968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','6422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','546','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','7518','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','14215','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','9376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','631','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1597','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1815','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','6633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','6569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','7239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1818','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','5062','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3446','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','12888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','216','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','8104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3955','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','5364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','8401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18210','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18211','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','580','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1034','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','9699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18213','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','5618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1768','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','13639','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','14728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','12963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','429','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','9870','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','6788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','3614','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4587','18212','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','6756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','6758','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','1092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','18199','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','18214','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','5198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4588','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','3377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','4102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','18225','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','2719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','4704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','6459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','5357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','6262','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','18217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4589','1253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','2558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','2636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','3675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','5434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','3842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','12380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','18218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','9975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1330','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','9153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','663','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','18219','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','18220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','5132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','6942','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','3022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','7610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','4654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','913','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','3752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','18221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','8583','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','12965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','18222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','5275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','18202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','14826','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','5720','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','1202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4590','7909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4591','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4591','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4591','8152','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4591','3241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4591','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4591','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4591','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','4059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','3621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','4095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4592','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','12236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','2407','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','2166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','2124','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','18223','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','14500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','575','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','3351','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4593','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','6202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','1018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','5654','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','92','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4594','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','18224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','141','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','434','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','11454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','569','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','2548','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4595','13773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4596','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4596','5533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4586','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','7373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','1022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','8559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','725','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','2444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','4756','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','5578','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','16313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','8664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','3643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','6879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','1187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','18202','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','18227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4597','4848','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4598','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4598','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4598','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','5685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','208','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','2877','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4599','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4600','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4600','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4600','2626','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4600','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4600','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','11767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','8895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','14076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','18228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','18229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','10466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4601','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4602','18230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4602','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4603','1254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4603','615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4603','2950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4603','18231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4603','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4603','18232','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','1067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','6796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','2772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','5228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','18233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','18234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','11767','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','8895','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','586','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','14076','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','12358','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','18228','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','1743','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','18229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','3615','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','18235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','2707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','18236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','1388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','10466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','3710','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4604','539','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','18237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','533','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','6754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','6821','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','568','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','16457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','10310','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4605','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','8530','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','18238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','12135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','6761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4606','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','3672','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','18239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','1169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','5696','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','96','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','11372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4607','12520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4608','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4608','11304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4608','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4609','176','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4609','1998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4609','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4609','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4609','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4609','2067','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4610','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4610','781','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4611','7963','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4611','11372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4611','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4611','3339','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','5448','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','5657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','18240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','18241','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4612','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18242','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','770','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','10713','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3728','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','7900','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','9026','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','13031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1054','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3015','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','12366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','5622','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','15193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','4755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1878','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','13629','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','6260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','196','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','8329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','8911','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','16','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','4437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','9679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','15873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','4300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','133','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','14717','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','11078','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','9999','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2751','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3787','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','4080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','633','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','8159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18250','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','54','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18251','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','6369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2418','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2747','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','9903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','7328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','6370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2517','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','9689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2335','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','18252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','40','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1790','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','2759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','649','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','1193','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','3191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','7604','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4613','69','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','16470','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','4855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','1714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4614','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4615','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4615','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4615','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2656','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','18253','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','5190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1051','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3730','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1759','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1153','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','752','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','4995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','200','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','9325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','10645','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','206','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','18254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','7609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','7239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','7109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','5452','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','11918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2926','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','5063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','4698','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','12411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','18246','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3998','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','754','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','12888','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','159','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','34','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1220','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','4519','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','18255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','10479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','353','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','17248','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','3508','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','755','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1516','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','7104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','1080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','18256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','7247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','991','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','2630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','9734','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','18257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4616','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','582','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','2618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','1841','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','3804','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','477','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4617','3804','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','614','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','1273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','2665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','13844','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','3630','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','18258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','6507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','3816','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','88','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','9031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4618','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','18259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','2711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','1669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','5744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','1227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4619','416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','1903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','904','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','2074','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','8195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','2784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','2928','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','1528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','5164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','688','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','14','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4620','65','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1610','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3839','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','8457','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','1799','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','7352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','7971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','3705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','2300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','3239','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','3655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','1795','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','1541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','18264','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','1782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','9395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','8941','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4621','2132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4622','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','18265','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','5503','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','4059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','477','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1658','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','5972','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','4070','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','5985','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','16665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','966','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','7785','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','7282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1833','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','6011','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','3129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','10121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','528','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','1190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','11724','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','3621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','4095','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4623','13829','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','11716','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','1496','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('2424','3611','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4624','18270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4624','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4624','7605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4624','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4624','3380','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4625','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4625','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4625','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4625','306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4625','1486','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4625','230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4625','10541','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','14721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','6719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4626','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','2201','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1338','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','2151','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','7802','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','903','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','8930','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','169','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','15352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','18272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','427','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','10838','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','3540','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','6922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1512','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4627','1347','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','2481','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','261','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','14','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','1773','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','12426','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','4320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','186','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','17','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','18273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','1073','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','1300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','4077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','1234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','6184','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','7348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','3126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','18274','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','1745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','18275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','706','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','18276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','148','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','18277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','3509','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','2704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','6185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','3075','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','18278','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','5081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4628','7909','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','3380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','5379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','18279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','808','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','18280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4629','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','18281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','17638','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','13234','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','18282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','12411','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','1341','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','6315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','5661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','3853','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','10908','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','7282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','14381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','1482','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','2063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','2861','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','3421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4630','1454','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4631','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4631','4307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4631','632','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4631','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4631','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4631','3068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','14657','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','5585','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','18283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','18284','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','8129','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','2138','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','451','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','18285','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','1348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','18286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','7605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','18287','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','5009','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','9306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','18288','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','5664','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4632','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','3543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','7156','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','10350','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1105','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','3221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','15043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','9394','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1127','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','479','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1617','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','8187','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','10968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','87','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','5488','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','2258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','10858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','14917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','55','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','4277','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1237','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1497','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4633','1126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','17443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','18289','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','1101','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','3294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','9699','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','18290','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','18291','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','18292','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4634','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','6651','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','14650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','18293','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','16357','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','3245','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','543','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','1956','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','7501','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','3851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','3','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','67','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','765','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','18294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','3325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','10554','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4635','10466','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4636','628','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4636','477','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4636','3804','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','18295','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','18296','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','443','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','192','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','1732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','9279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','18297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','545','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4637','18298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','1020','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','2154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','771','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','9197','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','17254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','18299','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','2973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','8529','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','2352','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','4527','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','14901','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','7014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','494','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','5314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','2576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','7675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','235','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','16744','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','3376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','1946','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4638','2889','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','10198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','17375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','3882','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','90','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','3598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','1307','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','10581','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4639','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','15252','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','2254','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','2975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','1118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','298','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','18300','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','5598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','15574','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','15468','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4640','3873','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','9803','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','17980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','3731','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','1021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','17995','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','2971','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','116','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','31','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','5968','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','78','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','79','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','10547','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','18301','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','1281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','107','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','2722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','1283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','18302','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','18303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','3','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','1024','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','227','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','18294','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','17978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','15740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','7520','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','623','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4641','819','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','2113','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','2118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','5271','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','32','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','1282','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','13973','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','10247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','17846','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','704','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','10722','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','3359','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','47','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4642','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4643','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4643','18304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4643','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4643','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4644','1612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4644','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4644','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4644','38','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4644','18305','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4645','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4645','6182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4645','128','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4645','1738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4645','8492','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4645','18306','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','1898','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','349','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','2550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','1471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','11917','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','435','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','14805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4646','17769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','5579','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','5575','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','2825','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1607','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','16686','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','661','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1753','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','23','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1705','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','18316','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','3361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','918','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','11791','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','5643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','18315','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','7224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1276','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','2314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','3279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','406','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1671','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','11317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','5676','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','5619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1984','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','10360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','2160','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1029','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','18314','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','7812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','2092','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','6212','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','521','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','2135','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','5125','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','18313','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1643','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','745','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1800','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','28','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','6591','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4647','1015','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4648','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4648','17746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','8258','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','405','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','9088','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','1449','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','1233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','18317','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','618','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','139','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','2832','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4649','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','18318','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','243','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','9416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','3506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','2382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','3059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','9868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','1077','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','9850','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','120','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','14484','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4650','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','16329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','6738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','360','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','2014','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','18063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','796','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','18319','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','18320','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','3557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','1476','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','9222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','118','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','1557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','2233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','641','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','491','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','16283','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','12851','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','8364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','8258','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4651','272','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','18321','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','7801','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','1655','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','772','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','683','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','18322','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','15198','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','1576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4652','1576','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','1068','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','8028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','52','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','18323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','487','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','9714','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','648','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','16173','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','2103','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','1567','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4653','348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4654','1255','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4654','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4654','778','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','2134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','6304','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','1855','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','1794','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','16807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','3997','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','7993','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','3459','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','3636','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','1084','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','5589','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','11595','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','18324','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','18181','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','2191','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','18325','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','531','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','3453','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','1863','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','5646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4655','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','18392','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','439','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4669','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','6027','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','3871','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','261','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','154','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','3813','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18391','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','15982','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','17746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','164','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','2874','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1694','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','10281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','2921','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','437','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1783','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','36','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','3792','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18390','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','7031','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1328','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','109','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','4879','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1259','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','3871','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','7028','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1679','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','45','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','3005','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','17742','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','6978','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1473','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','2669','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18389','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','5163','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','8644','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','602','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18388','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','4711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','12940','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','266','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','17740','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','42','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','3711','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18387','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18386','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','13','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','123','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','155','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','2965','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18385','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18384','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','16598','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18383','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18382','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','18381','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4656','1608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','18361','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','2718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','588','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','6027','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','17746','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','430','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','588','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4657','6027','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','18362','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','19','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','10195','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','66','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','8022','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','3807','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','2270','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4658','369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','2281','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','18363','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','6719','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','272','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','1532','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','5348','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','612','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','170','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','5579','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','6721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','14721','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','311','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','461','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','974','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','1380','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','18364','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','4556','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','1565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','2763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','4286','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','2881','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4659','257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','154','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','11561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','18365','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2044','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','6868','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','6834','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','3788','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','50','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2209','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','6707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','1646','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','935','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','190','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','5378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','9675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','18366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','9691','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','16081','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','9616','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','18367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','6404','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','5043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','5001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','18368','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','905','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','80','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','738','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2565','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','1367','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','6708','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','83','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','84','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','134','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','18369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','6233','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','550','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','11763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2506','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','3902','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2182','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','5712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','1260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','1395','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','1256','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','3559','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','18370','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','8865','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','18371','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','7111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','812','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','4782','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2522','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','2369','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','329','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','8784','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','5609','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','3682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','600','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','718','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','80','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4660','84','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','18372','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','29','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','4001','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','9132','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','9165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','18373','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','18374','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','1763','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','675','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','8814','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','2977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','1561','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','1988','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','18375','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','18376','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','18377','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','681','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','2805','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','3858','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','4894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4661','1576','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4662','557','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4662','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4662','39','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','5677','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','2703','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','18378','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','2126','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','2423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4663','665','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','260','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','603','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','2093','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','12189','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','18379','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','13789','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','1043','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','975','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','977','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','7063','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','8951','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','18280','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','53','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4664','1049','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','718','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4672','18397','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','1257','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','18399','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','18400','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','247','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','13961','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','217','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','1619','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','18401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','6021','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4673','111','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','2010','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','64','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','793','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','2346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','2562','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','3444','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','2122','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','44','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','5606','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','21','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','18402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','102','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','9038','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','6511','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','2401','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4674','21','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','3707','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','18416','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','18415','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','8436','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','69','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1110','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','16964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','218','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','346','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','9732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','2408','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1275','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','596','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','2761','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1158','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','3244','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','6142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1894','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','9749','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1500','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','7058','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1091','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','682','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','18414','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','18413','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','121','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','2168','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','13238','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','1450','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','1323','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','1366','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','7594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','7685','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4677','1036','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4678','1066','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4678','56','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4678','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4678','4086','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4678','1702','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4678','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','7166','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','130','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','1003','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','4976','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','207','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','65','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','18401','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','980','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','4230','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4679','355','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','769','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','229','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1893','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','15960','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','650','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','236','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','560','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4676','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','5052','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','3950','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','925','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','7065','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','165','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','922','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','14177','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','412','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1344','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','5142','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','6018','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','5480','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','14860','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','356','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','7224','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1326','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','729','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','11842','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','964','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','2080','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','912','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1824','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','5131','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','3552','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1674','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','6194','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1475','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','907','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','6221','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','10185','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','764','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','6594','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','667','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','2297','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','718','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1460','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','18421','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','736','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','600','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','1231','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','13608','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4680','927','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4681','18422','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4681','1059','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4681','2915','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4681','477','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4681','3804','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2555','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','402','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','5279','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','1104','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','18423','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2637','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','4712','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','1507','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','9157','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','18424','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2273','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','689','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2892','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2222','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','82','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','605','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','303','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','93','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','471','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','3060','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2576','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','5188','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','249','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','18425','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2175','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','732','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','11214','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','9157','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4682','2175','1');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','226','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','10577','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','10428','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','18431','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','6240','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','18432','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','1621','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','3312','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','398','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','558','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','3467','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','100','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','149','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','18433','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','331','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','49','0');
INSERT INTO so_phpbb_search_wordmatch (post_id,word_id,title_match) VALUES('4687','3813','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_sessions
#
DROP TABLE IF EXISTS so_phpbb_sessions;
CREATE TABLE so_phpbb_sessions(
	session_id char(32) NOT NULL,
	session_user_id mediumint(8) NOT NULL,
	session_start int(11) NOT NULL,
	session_time int(11) NOT NULL,
	session_ip char(8) NOT NULL,
	session_page int(11) NOT NULL,
	session_logged_in tinyint(1) NOT NULL,
	session_admin tinyint(2) NOT NULL
	PRIMARY KEY (session_id),
	KEY session_user_id (session_user_id),
	KEY session_id_ip_user_id (session_id),
	KEY session_id_ip_user_id (session_ip),
	KEY session_id_ip_user_id (session_user_id)
);

#
# Table Data for so_phpbb_sessions
#
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('d337b90ed7814aca54f7d9317daf573e','26','1144004821','1144009349','449aa047','0','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('f88797be59f1d885e4b3d5089ff92f96','23','1144008521','1144008790','189f080c','19','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('a8caa42ac68d30fbae1dc3fca1ecb50c','-1','1144007642','1144007642','cf2e6249','2','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('c412b1c6aff97092f9fdc2266efbf528','-1','1144007509','1144007755','44dd945c','0','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('2ffd2ec415f2abcd4cb07c53834bd065','68','1144007540','1144007540','4623bfed','0','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('4d4feb046324b228ad06beb5976219cf','34','1144007431','1144008084','186096f2','5','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('19070f053a18393a5916f089606ecaa2','64','1144007813','1144008067','45496868','13','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('fb0251bfa3686dc114dbee9e08f9aabd','208','1144007109','1144007310','4434d7e6','13','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('37532dff971716a9a2d5987553372c81','49','1144007024','1144007154','18b30f73','1','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('3b92059b9eb1022aaa5b7acc9f2d5b2f','257','1144008789','1144009210','0ccae407','22','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('9bd484493295a0224b95a8d71918c8fd','101','1144006794','1144006978','44dceb26','-4','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('5c345043b96b2c18c2c2c210c908b67f','-1','1144007960','1144007960','cf2e6249','1','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('df5f071149c75074dc97036362f0db37','4','1144008832','1144009352','41d6646e','-2','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('f0d6d2144cd0321d6fc1ab9fbc490451','-1','1144008007','1144008007','42d5610e','2','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('5d44d3fee238973c76aae98b71d7e028','-1','1144006650','1144006650','44dceb26','18','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('818abc97ccf15023663697d6dda16e69','-1','1144009766','1144009766','46629729','18','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('06faaad5340a1070459e1d5d8f8d00fb','210','1144009574','1144009574','d84efa89','0','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('3fc06c14e3d973db7e6e275322a63966','87','1144009410','1144009740','185c553d','-9','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('07d8fcea04af35e675d0aea283bd0c93','70','1144009287','1144009354','1897b8d1','12','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('4c8648f22e687a99ab189677776901a1','52','1144008917','1144009331','438c7fdd','1','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('55d1d181b53b8b13afb0d7dcb266c31f','93','1144008891','1144008980','ccfa9479','0','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('74b5cbfa2259b9bc1caeab1c73a1bf8d','33','1144000507','1144007560','46958943','19','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('4489d44d6aa3489a477da25bc9d5c92e','188','1144005863','1144007837','4434dd67','-9','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('64462a78446f27ba9cb116492aa7c91c','-1','1144008787','1144008787','0ccae407','18','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('2ecba525e36ea7e79192211495bdec45','-1','1144008067','1144008067','cf2e6249','3','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('2d189398e0a9a00405cbba060d21fa92','27','1144008208','1144008278','d8b4041a','-2','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('f2d8103d076972f3f19f8ce22a895f21','130','1144006865','1144006865','9d5947ec','0','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('b8aec621d1ba615dada503aec31b1fdb','5','1144006634','1144006811','41068ca1','18','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('467b95ba250f011ce27e300df5a3afdc','-1','1144008114','1144008114','3f900142','0','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('e3d2a510a931ccaf2d94f01f4a247d5a','-1','1144006785','1144006785','45fe5205','18','0','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('25be23eae7270674487b8a536d2cb3d7','3','1144006370','1144006719','ccb540c2','21','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('36fb07b8e923b28a2ef8d6b8aeaa2c2e','174','1144009011','1144009690','45f5386d','0','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('663ef28dd4ee5c8157526bb339ed2f58','43','1144008828','1144009101','44eefc59','-10','1','0');
INSERT INTO so_phpbb_sessions (session_id,session_user_id,session_start,session_time,session_ip,session_page,session_logged_in,session_admin) VALUES('de2da544fdc6c7b5419f62e243b78276','153','1144006770','1144008471','42520937','-2','1','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_sessions_keys
#
DROP TABLE IF EXISTS so_phpbb_sessions_keys;
CREATE TABLE so_phpbb_sessions_keys(
	key_id varchar(32) NOT NULL,
	user_id mediumint(8) NOT NULL,
	last_ip varchar(8) NOT NULL,
	last_login int(11) NOT NULL
	PRIMARY KEY (key_id),
	PRIMARY KEY (user_id),
	KEY last_login (last_login)
);

#
# Table Data for so_phpbb_sessions_keys
#
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0ab5fcc47aba2d06cf29e75480023c6c','7','400c74c8','1140402904');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('53b77169c1afe5f728c67ea28ccc59bd','64','45496868','1143208285');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6da03d7f689e19a5dc36e3479548b438','64','45496868','1144007813');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('62b730c42a2558039ec5b1f7a1f637aa','61','189f39c0','1140840713');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('282d911de61d73139ac7dcca40d48f10','208','4434d7e6','1141612504');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('da6b8a84760289efebd78eb43f1468c4','59','45a60f65','1140396168');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4747eaf1e5cef9347b1356ddc48fe1e9','26','449aa047','1144004821');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d993b183c30277bb2f2e67ac5acf22fc','93','ccfa9479','1140809983');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('091136de675f45d9e035e4a38ab9dae7','134','8b3716bd','1140961715');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c875049ad9ae45acc271c0aa5b9fa8f5','38','45f13255','1143666739');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2efcf3f3492b1a56b2942acf764b9900','70','1897b8d1','1140667607');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0488a4aa960541cc507238ae95aeba68','160','44dce2fa','1143996098');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f702d55b69973c08eb9c0ded35edb4b3','204','189f080c','1140408206');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6a03e9601108fe8f512156b4dfd08b0a','7','400c7505','1140407985');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4641f5579c7d3d51cf1d7c905d752062','74','443ebf60','1141351319');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ac2ce3ec944a84f6c8a28b6b9a5df0e1','163','46983b16','1140404891');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ef87f66ed69e879224c7d578281e9c46','75','185c56da','1141951009');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('84dfd211e12a15b40126c41d60354f7e','188','4434dd67','1140542664');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6c2f4fa452f4c3b1b6d62d6092cdea4e','7','400c7448','1140574636');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7db9a7e8ca0589e30a95c0649eda0853','187','469d2a0f','1143892249');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2fab55f0970246e630390c44ab47ccaa','211','443ee898','1140668121');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('09958a012b85d58a182cef3ef9ca01c1','87','45b4f874','1141857725');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bbe178558dbaaee359314d4810a98bdf','23','189f080c','1141337147');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('45131ab8b00f1f5bdaa4ee1a5e80dad8','172','45f53d63','1142482580');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3e0f52c6ab284307fb355bd4536bbc98','18','0cdcec3f','1141794232');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('755033ee016d7c7622b8e146d6e177ee','88','46959e4c','1144001651');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ae698a8c38eaed63d287b9a933ddea32','153','42520931','1143582717');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('406f1285f8cdb9263fa4e04e7257e404','71','466290a8','1143873302');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('07525e7d225348253d5b4784a13ab6a9','20','4750189c','1143904069');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ff5a8d688d726bbc9823d4dd7a97952f','209','1897dbbe','1143667944');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5a45d3aa15fa0e03bbc193c87fb2e8dc','180','443993bf','1143916748');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2129f5348ac4721f45fd74a6e85a1ccc','10','d8994a18','1140447595');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5ea67a1734135480ffe0baa97e0b965e','174','45f5386d','1143789326');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8eba5d3f5f862f8de685cdcd595dec9d','13','cf410c6c','1143990055');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9a80dcac78da273fd58c81b99d926a1e','209','a666f1e9','1142621871');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4ca604f640f4f9607206da3c7442440b','225','413c9251','1143991113');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('07c54405cc61c6de15c6d057e109763e','4','4435463c','1140825021');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7cd249c4a9744777fdbce69b89e30c2f','41','d02dfefc','1141166778');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e55e2d12dede417435eb5ea56ebb89a7','49','18b30f73','1144007024');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d2b7667ada4d1897c8d880101c5f9033','210','4435c5bc','1143827585');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ae52c48a937c862bd5a92b26ed594c78','64','c6b1e8fd','1141918434');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1caaae23115b2151cb0df15eab252773','64','c6b1e8fd','1143840329');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ec15285b5a5d1f366fb748bb58436448','208','cf2d830b','1140710115');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('de752edbdc0de0ea5a6c646176b4d930','52','18b1b942','1143758180');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f46a335bc642aa2ef921f8385ab72d04','70','d1026652','1140648519');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fb08c9532de7210200c1c52d743fef97','130','9d5947ec','1144006865');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0668bcb0b8d89acf3ae629c7518f10e0','158','44bb101b','1143073061');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('feafa39c202bea7165488b06e85c4555','44','447144ae','1143430067');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7dd71f5ac3e5ce55a1c17d4b2ff752ed','101','cdbc7483','1141438966');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4f5f05a734d765db070eb1f09d8896d4','152','42a86642','1143782228');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4f14e245a83359dd04d74a9eec4256f2','12','c6a06007','1143572777');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('19c854443940962a3870674db4171cc4','49','460b313e','1142523070');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('24277064e183e4cfdc16549670526683','37','d8b441f2','1143414944');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('735da35f130b7eca6fb03e09c793e259','35','4382fc2a','1140534392');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c427225daa82978e6357f29a1fd18207','49','44dcc98b','1143240192');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ea4bbb905e040b39907f3ac524e53fdb','163','44dc8973','1141485697');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d7e04c3dfc26c796405252b06d2b26bf','43','42d9a5a5','1140477738');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c1c11872e1af812dcbf7611db76e746e','65','454958df','1143919304');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7b53278d1793f3fa2081180281f452c5','19','42a8671d','1142397812');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c976fe3d0126fefe7d841d776425c678','33','410160e7','1141032529');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f235408e09c29f5fd90f27c9b7394424','210','d84efa03','1140831474');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('97dde6a8001da682c141f2539d81f0f1','3','44d15415','1142902910');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7bae2f215e27d60e207b1f36742c8980','60','423fd036','1143894417');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('af40cbc98dffeacb3adc4d8ca962ea26','7','cfbf0571','1140700165');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3b2da67da5093fc7e70d337f10b64174','37','0c0da104','1141415514');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('239c3449845df371b85baf16868a92b2','43','aa8d6d21','1143866834');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('31519b15cf08475b3ea02e78e0f66773','3','ccb540c2','1142876565');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('60d44a20dd02599635de609aa7725ef5','10','443444b6','1142702130');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f6edef2757e22a56adeeab3d5519c760','193','a12dcda1','1140540009');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4d257080d9d5767289cd3fddfb32289a','193','a12dcda1','1140643516');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('03fb9ae4a84dfa48a893d305c0ba28f8','34','186096f2','1140547234');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b4f1d95b18abbb3fb552079a203a33e6','160','d0ffd002','1140641691');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2745a87c94bc11f6fe68643e1166fb9b','7','cfbf0571','1141243555');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bb2a7236a4ff690402b8036137643b75','35','4382fc2a','1140563000');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c5e7c35ca42573f7cd15bbe32122e454','35','4382fc2a','1140565589');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('013c885a5be3badc8467f4e48b1a62e3','35','4382fc2a','1140584118');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('341efea665a9fadc8d58175c616f6394','62','400c7489','1140574929');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9b78df098f79ba08581bb7963f9a23a3','62','400c74c4','1140575549');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bdedd097c4edd0773034cb3b7fdccbba','62','400c74c7','1140576219');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('df757a9f9eb59cb4b440edbc45306193','217','d84ef86a','1140766276');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b784c126f2ae2187533caee92a35b563','33','46958943','1144000507');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9b51a400f3bbf69c6b70a3233c71dd12','7','98a364c5','1140583187');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('735907e327aba22dd3d9e18dbcd8779d','7','400c7446','1140696008');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ca232708f6dbcf3a7603f15a46311f95','6','4549723b','1143307486');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('54933ed93e90b3beeb47e3beb1215750','35','4382fc2a','1140667426');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c8933ce45ff37d9427c46a11fb577685','45','46d433d1','1143827450');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6f1bd5d4a742ae27dda6baae38af9f28','88','a081cb13','1143856917');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('563a0c590b4f859d440d392fae8dec20','56','186069e8','1141237353');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('afde7f56430949f9699648788dcd2dd0','160','d0ffd002','1140641736');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b09f68dd0473271f1c92d5891665dca7','53','3f971e64','1140648676');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('70bd3f72952037c946cd83a667fcfc21','53','18ec4841','1141596879');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1848636454ff4ddd5b8515fc612f73e5','70','d1026652','1141403318');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ffc548e53e061f9c8eb8930f3f8197f1','188','4434dd67','1140657184');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1e961ed753462f5066280445b3bb14a9','188','44356a2f','1140809637');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5ff8a351c0d4baf7045070cbd28755a6','7','cdbc74c3','1140740927');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0b7340ba331e61950e6af527f126b1f2','233','0459bb85','1141239766');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4304fd3b27f9eff11e4a4490df64c888','193','a12dcda1','1140728166');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('47be45235abe2c6eb07bafde041ba842','160','d0ffd002','1140706545');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e9d4fab554da8b84e3a6ce9e4913341a','211','443ee898','1141776303');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fdcbb70e98727895c9d5b4ed3cb34168','10','d8994a18','1142814900');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7f075ea7df6bcda48bb5f8bf37bff853','160','d0ffd002','1140793149');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fbcd8c8ebc098fe999b9dce28c6b4a2b','35','4382fc2a','1140792956');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('991e34df8243caf437919c75b4351185','70','1897b8d1','1143305456');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b96e5089e8442d2977f15e687d3e31c4','7','cdbc750d','1140755924');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d44332c96ec18c1538a59a6dc9122262','70','1897b8d1','1141870488');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('28c030e12f4fd4d7213484b34c97d6ed','53','18ec4841','1143195356');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4e8b4776779ecf677caa7b96ca0ce8e8','7','cdbc7509','1140930081');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4d72f4b66373b0ff0b9f1d39b1575af1','193','a12dcda1','1141244272');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fd37e4daf7877ef68e0d0a1d98aee391','160','d0ffd002','1140807123');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5907e1c1725a25b70fb1db6fc15b14f9','134','d8453c29','1141241785');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('02c4cc6c987ef8d079f863afd12e49b1','163','435df202','1141149325');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d4f18b7cb74775d1cd0e094d1d5f220f','219','45aaca89','1143466656');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bd52a26f8523c8acf2c370880dd43a72','49','18b30f73','1143939085');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('afbb371dca1fe9ebb24f3fc32edda8e0','62','a7b50cc9','1141079439');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('379150d32fb1dbb0b3e5d1996b6c599e','160','d0ffd002','1140807158');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('941bab96ae8e61440362b573cfc4e69f','160','d0ffd002','1140809905');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('63dbde8b3bf9b4243b662260c791fb59','93','ccfa9479','1141001984');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5f4b48ff95f5c8b06c6c5c06329133ea','4','4435463c','1141177145');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4c41dbd26df01076487e9d86e95c8f26','234','18a5cf9f','1143958842');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4c8132e4904d953d38fef2bbefd98e5d','204','189f080c','1140837722');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e3c907cb65318c27bca7952a4ad479a8','112','471feb2d','1141151030');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7bd878065021ef88480eca995a2e6fb6','210','d84ef941','1142123146');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7debe525db7b23c84a26351bddbbe01a','204','189f080c','1141007053');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5025d6a4a19734a09bda5e04524893a9','35','45b4f874','1140879012');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0b547965d7dc33ad186771149afab796','35','45b4f874','1140885640');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3f9c28af20f14595176cc871a665b6e2','7','cdbc7546','1140931927');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4c14cae72b794daffe3d64a12174d712','7','400c7446','1140995938');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ebd4e78852bc3f49e377696f3b270bfc','10','d8994a18','1143846612');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d0d007a50d8696203a68dd85ad502601','134','8b371f84','1141354749');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5b82278e288ca8ecb52b4d04fba05887','35','45b4f874','1141050401');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('cc0ea0d402eeec9877eb442ee9cf19ec','124','453daf22','1143998990');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2a7752bd8f636e56b132d2bcade1facd','61','189f39c0','1141054903');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1c3609d831628c9e8008f2bf318da9b6','188','4434dd67','1141011831');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b5baf121205470d63ca471ef051315b5','7','cdbc750a','1141002202');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8080753900482ec9b8305ddef8adf356','19','42a8671d','1143780201');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2dcb67cbdc6cffcdcc37ad22bd5670c5','155','4549723b','1142901310');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('270b8007b794aa5d7c529079301f1a9e','7','400c750b','1141098395');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6d8555946c9bc7e0ac030a12d28b1d38','93','ccfa9479','1141504322');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fe56e73926f2a452f6ec9fa9cb83d129','188','4434dd67','1141416067');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f16f0caa18646601251f3fb2b1cdc390','7','cfbf0571','1141995377');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('407b754b4545045d28b6817edd97b3fb','208','cf2d830a','1141327675');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4e98f50076f183e0b8b2de1ee3819320','61','189f39c0','1142085900');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('01178d7a20c6ff9c637a8059ae173183','35','45b4f874','1141059300');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ead424e4527a6ff3699cb32e2e69f756','235','cc1d66d8','1142430084');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c62d7288a6420cd9941e0f04a6f90eb7','35','45b4f874','1141079493');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('721e68ccea874744cc71a10987720828','160','d0ffd002','1141154612');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3386c3e723fa97c51fc4073bb2de818a','35','45b4f874','1141085789');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6b42265d4ad7626332a81cc28f3a47ec','35','4382fc2a','1141167898');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5c2f2a79b8856cf268da7f126cc22857','7','400c7505','1141098499');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9464110effa0e836be045391bdcaff19','7','cdbc74cc','1141178848');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fae42687f4159cb89087b0930873f6c9','221','189ee140','1142406230');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('edbef166ee82d4de229ea8e4022f27e8','62','a7b50cc9','1141851633');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f257d830d156d497a55f644eceea5045','176','98a36487','1141237309');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('466038a369d2576f0f7529ce66294d3d','110','c7ade01b','1141157011');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c32c62d548397489f68f7f180c5cd7e1','7','cdbc74c4','1141178957');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f2e060824def434a5c6fd7bd09561740','7','cdbc750d','1141179410');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('45b5395a337535b2bfe995491780f7d9','7','400c750c','1141268870');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3457254066c4a49dd91be34e8cac443a','4','4435463c','1141182819');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b6d5a4dcac8031c03679a66634b7521f','35','4382fc2a','1141184246');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('81fb8a489e2fb5718156f4584642a73c','4','4435463c','1141184118');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('69c638048a3c7b270061b3e48f5f6758','4','4435463c','1141268459');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a85ac3cc1958c594aeb3d69d1aaa9531','112','438daa88','1143954378');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4a479a8ff0e25366b049e310227e0482','96','4031034a','1143998955');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f8615dc75de8bca3b3578f463f378207','35','4382fc2a','1141252578');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('221ea645a968aa6370c0ac9d1c355ecc','160','d0ffd002','1141233122');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2b61b1525110c47fb906b120ffd22b43','7','cfbf0571','1141244009');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('47de6b13fd6f1db70b8a6890d0a7c030','56','186069e8','1141431923');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fc231a3e8f59343ae063af359a3dbcd5','37','0c0da104','1142964258');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ab0ecc71af2d83d90927a2aaddf39a15','88','48966e6b','1141246251');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('039549a058326de0a63b49ffd37ed26a','35','4382fc2a','1141275616');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('677119d7d0d0d0155f0d2960c82fdefa','7','400c7506','1141269317');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('00425d19cbeeba262cbcf30a4cff8916','7','cdbc74c3','1141349351');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c0b39ed2cf979af42df9257b4293bc8c','88','45f538fb','1141271165');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b0b5369cc67f3e0add154df8ffc2277b','35','4382fc2a','1141278314');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ed9618fc3f04df6ac7e5b872c3939e2b','35','4382fc2a','1141341350');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d861d572d4bab952eb50cd0379c255e9','163','435df202','1143134736');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d5834f703c74f5ce2d8f51279d917d3d','35','4382fc2a','1143250422');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5e342af50919a12ce190b30ed46ca690','35','4382fc2a','1141344799');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1287f08896f28c9ed14d4160f0a51041','35','4382fc2a','1141348760');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('031b6208b889d76d2039e84537fdb123','23','189f080c','1141501027');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b9fabcf396a25ee4451230d87f7cde99','7','cdbc7441','1141349470');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1be427f4a3e14a7d3061ceb296047fda','7','cdbc754a','1141349892');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c3e58bd03e82f82343e7181b85a3a7c1','7','cdbc750d','1141516950');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('159fe37f9888d65955c804edd2942f7d','4','4435463c','1141959989');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fe623e7b39b0dd040b718c9bc1c6b55d','35','4382fc2a','1141354686');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('698ca0a385eeb4eaf88d3fa409c423a1','74','443ebf60','1141416797');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5df72a1d1de503c2a4976412fdc2eb83','93','cdbc7407','1141504912');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7fbef7339832d386561f1f6f952821cd','35','4382fc2a','1141357660');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4940647e506235d286f8a72a56a3c77f','35','4382fc2a','1141362120');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('63b07167505b4c553214a59cc51cd14e','23','189f080c','1141854313');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('521dcbd2f977f6d2b7625b2918dbe7b9','35','45b4f874','1141423730');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('21f54eb312eab31cf86feaa892ef8018','70','d1026652','1142533816');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4b40ad11b6733074c2c1f80f5186eac9','160','d0ffd002','1141411851');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ac62fed6812d1ebe987235b40c17d4bc','7','cfbf0571','1142884873');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e2883f94889be4935f6f944f2732bc7b','37','0c0da104','1143841717');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7844d4b1eb568824fb676dbcd2954b5e','227','1877bf01','1141516318');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('94f2c5e2d357306071e2d2d02af73bd2','74','443ebf60','1141507383');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('186b0b67f68f8abdf495e38700e30cd8','35','45b4f874','1141484522');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a8a562eab3ac95ed046792d1db548409','56','186069e8','1141490780');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5f6dc7acef2601c807da8d0f52881ffb','188','4434dd67','1141698052');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8574b51138ba7936c555d396e75bc669','134','8b370d87','1142172187');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('820420842e3e9becaa9eefb2eb3654ef','163','44dc8a8d','1141862945');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4db21c6ab0433d941eeb6fd53cf2d4bc','56','186069e8','1141921554');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('cb19bcf213e59f445e13681def0ff410','35','45b4f874','1141513405');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('880ee908c9a35039c6a1e7639b9eaa42','176','cdbc750d','1141526905');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c08c3aa3f21b3393b475aa11b5251c40','93','ccfa9479','1141703037');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f8079bf04055ea1859514088398f197f','93','98a36443','1141590364');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('db0f1a0b088fe2219b1b3e1d4b12d6ab','74','443ebf60','1142286126');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5c8be60b452ebe2409543fae4d798632','62','cdbc74ca','1141518113');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a485968eeb01d947c9804101636eccc3','35','45b4f874','1141571111');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f4f500967d9c3c8160684e2f4456536e','93','400c7443','1141829660');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ae6571fdfc5f685f0a95d3e164c0b54f','35','18a5bc66','1141595744');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d93ff74a73a446c4e988056d36d46f0a','35','18a5bc66','1141602493');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('22528a90a4381dee892ab5dbb4758986','23','189f080c','1142710653');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ebc89c3b12cc4b422f789ffc6f44378e','131','4336e895','1143609064');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d1b4512505223c472d2bd203a3bbdfc5','7','400c7509','1141610604');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('77edba1a7e344f4795c5e5d93c360de2','7','400c7483','1141610650');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7e0d238aebab8fb8e9f4c3e805adbd72','18','0cdcec3f','1143698065');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('16a2aa6ac6b5b8457eff220e3f543ee8','62','400c7407','1141615296');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('042648e8d6e86d9b31f8dba96bfa1493','7','98a36506','1141646157');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e50d7900c181bdc7a49aa496d7bd5646','35','18a5c1ac','1143296037');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('97bcff4877f67e2237d5f21eac4820b7','210','d84ef94d','1143075120');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('eb18acf355eab8c2ab7adffed96b9bd1','7','400c7446','1141697093');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('19390320a562b723bddc8b707edad4a8','249','98a36506','1141656980');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('af521effea07cb9bfd910c7db5e793e9','215','44eef45d','1141849035');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bfc9dc44c52c3eb4a054cd11d775bcd5','35','4382fc2a','1141682202');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0b4e20263f5d303b9a53b3981d5dec04','251','4434dd67','1141697597');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('205ee305ed151282e7d854637944137b','62','400c7505','1141698838');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f1d11286a32ed44c7d958748b65537de','251','4434dd67','1141697952');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a12b33523b28eac5c865cbfde19427f6','251','4434dd67','1141754469');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('03b8d1499d91f1132be466b4cda44527','7','400c7447','1141832937');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ec7adafdf934f50d3d7d4b63314e68ae','251','4434dd67','1141699430');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f56f22134bfe7633ee846294015641a3','35','4382fc2a','1141700539');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e799f917e674d0d1584f175ae143695e','35','4382fc2a','1141702542');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8dc4de149a84e178ff64c2003e2cacd3','251','4434dd67','1141701808');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4694a3845de7319e765cdfd80af632ae','93','ccfa9479','1142674181');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4b46e33afab72c37269074ef224c1738','10','cf4146d6','1141744930');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6202307bd861097739574a2b63fe70e3','188','4434dd67','1141766061');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b2f53633498882633092d53d5886a1fb','35','4382fc2a','1141779725');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ba0cbe9b564cae581a149cab8572ce87','49','18b30f73','1141787797');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7d25ab4c37b96d71c3d827a20e21e3c3','4','4435463c','1141788447');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6bf1da444369617b9b491998874c4433','4','4435463c','1142904801');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c481163132535da45cdd7fbc6ab52c40','251','4434dd67','1141791530');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8a919c4dc97bbc1021c133bd90e43ac4','176','cdbc7441','1141849260');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6a44b59bde760dee4d7d9cbb30a276b9','51','4410db7a','1143468928');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ae0b669b68a190daf860f4ba2f6b1884','35','4382fc2a','1141831130');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ac9b0e2aa75be95c73bacea2b8f6c6a2','7','400c7487','1141833029');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d66cf62736f3bb7572388d4b9081250a','7','400c7484','1141833093');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ae8ffca4ac2e90fc083903fb2266dc8c','7','400c74cb','1141834314');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5ddb944869a16854e7e13d1c12398aa8','193','a12dcda1','1141922681');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('123e0e4310f3099187089088214c0eef','188','4434dd67','1141878029');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bcdf874164eeaf76d321e8c19c07fce5','7','cdbc748b','1141857613');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8eeecbc706241c519f0a48608fc87475','7','cdbc750a','1141857726');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2575fb6a72ffa835f5ebeb58d10140a6','7','cdbc7545','1141861062');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8d7053d24604a14fee70d2d0d3617710','62','cdbc754a','1141861686');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('17558731b5bec8e23393b41ef82351ca','7','cdbc7489','1141965655');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('79834750c6af3a0c20fb5242c09de77f','35','4382fc2a','1141861821');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fc2202f5fc6f291cb9d03ee024f0cca4','35','4382fc2a','1141864448');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('855141a8a51faeaa6f724379c204e8fd','87','47e4d05a','1143777660');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7f8bb278327efa0725d9de98ad5916ba','176','cdbc7408','1141883532');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c5bd610ed399748750584843c561108e','163','44dc8905','1142216884');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('290ae1fdd7939cedd199015a6c0a2f45','211','443ee898','1143752998');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('cad4b24b96360b2739a4e644eff749c7','70','1897b8d1','1141874780');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5f9edf73f935b5ae2cf3e8c32f1161a6','252','44346079','1142047243');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('649e7fd8c3fe1a3932544a8bee4bb784','188','44356a2f','1141937833');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6a4d26a266b12d8a6dfb9995feb9d836','35','4382fc2a','1141916719');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c838a0934130a35b915bbb2903e804d7','64','c6b1e8fd','1143847056');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('844a67fa8a4863e8d8c40a6693818476','56','186069e8','1142320240');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0eda130f558930b50838b7d17b714ca4','35','4382fc2a','1141933200');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8eb1dce96e8e5a7d4dc014bf87a1e477','35','4382fc2a','1141941178');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('89d557dad0011395a0b3e31fff47bffc','70','1897b8d1','1142134413');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6360f03d338550e8bdbef59549401483','35','4382fc2a','1141945132');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('abd438b20c071a914b736bdcf2741494','87','45b4f874','1142309012');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3d3f582bcc7ed584ed5571a6656254ed','35','4382fc2a','1141950963');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5783586b6630ae67f5612a778aa4f864','35','4382fc2a','1141952868');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('eb2213438e93a7e722fc695f2d8d523f','4','4435463c','1142295427');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8a2abbfd626bc71f702b050e2b4c71ed','7','cdbc7487','1142047343');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('48da22b3e9f878369bd80f30f030cf8a','75','185c56da','1143218191');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('73381ba13668e2f6531b0e83de09e991','176','cdbc7541','1141969846');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b4e10b5bc3807335078728977b80b013','46','443ed5d0','1142101967');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d92ddddf73b8b7d7c5b319b4ae19d9ce','209','1897dbbe','1141985471');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d75ffb9c149c515b4390a8779b7dfce6','7','cfbf0571','1141995393');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('35d9c049d539e9e10dcf455d260f18d1','188','4434dd67','1142034844');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c69e9e41bd0b660e98a5f3d1af614d7f','35','4382fc2a','1142004140');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('dad71d021c3fed1ec8a0a29c069f4c4b','35','4382fc2a','1142028572');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('65eda376269b2f739ce9f17cfeb736b3','43','aa8d6d26','1142017444');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('40959b072cd6b6052a45f1af9a14f622','251','4434dd67','1142019749');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f162bf303c9b893aec4890b6f48b17a5','168','489bc64f','1142292619');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0948ce2d86285e477efffa6b8189d862','188','4434dd67','1142655613');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e3c462af7fa228d3f01ac1114c0bf3d6','7','cdbc7541','1142051256');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('45affde672535ab2163ac9f8097f5af6','215','47a29a2d','1143493787');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('07335c693ee011bd37bd728537692ac3','251','4434dd67','1142087573');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('34a8f0bc76585942d41611d90255eb71','7','cdbc750d','1142052582');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d4a3e79963269a925f3f656acc939cf0','7','98a3648b','1142127164');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('af1b5e224b5f6d1db3ec2ea885c7d224','35','4382fc2a','1142092265');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5cc411e02f9b84761426a9e40f9c282d','35','4382fc2a','1142101233');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('dc9d826db7b528b2d6696941debbf3e2','35','4382fc2a','1142116830');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e44720c23ab9c9a490ebf01a514fd927','35','4382fc2a','1142138610');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2d0f4d7923d0405e8d03dce0e06b6b6a','7','aca14916','1142294351');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fb7a324cbb027044d55cd51788f37108','70','1897b8d1','1142987404');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b9a94fa9613a214e855b07ec6828c19d','10','449ab465','1142165121');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d46ba9e7721ba74169ba2bceb0b5c687','35','4382fc2a','1142989583');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f76110a68a83607d1553dbbacf379a48','6','4549723b','1142184296');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('cbe865f7b813f4b8a191968362e09d12','134','8b371ad9','1142773549');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('906bacf4d787e62e3bf8864bdd9105f4','176','400c74cc','1142192766');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3ae772cafdac90ab9cba93f3d47d5531','49','18b30f73','1142200903');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e76d8c7be93763971197eb313a36e41f','49','18b30f73','1142204748');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('7165fced40966b30c45dadaa457257cc','51','47085645','1143419672');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8012000d576f6a3099725ec845e067bf','61','189f39c0','1143806625');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('17f946a9480a003dff74becf834e0ad1','208','4434d7e6','1142236838');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6322b541407da8b5ab41cb9abe1e2ddf','252','44346079','1142972824');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('16e3fb5704d2ba7150ea5d4c7b14d45c','7','cfbf0571','1142427418');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0ab0b97499469461a3f9b7e070b0f3c7','62','a7b50cc9','1142964647');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('59827065fdc327a33c2c7529c7257fe4','124','cdbc7548','1142289530');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6a779f3abd4d42befab0e5679cc82e12','11','98a36409','1142358549');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a5fa4ae859fa36f4a9e3eaf4f127f449','163','44d67a9c','1143404732');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('470b0db5442a0949d51418a59e12be50','7','ac9da834','1142557596');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b76e9e7c09ca1fb5feb4f1a378875d90','153','403573a9','1142370832');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('677ddd787fdb07b04eeb12f39aa38088','217','d84ef8bf','1142313859');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c26f105af60672b0d7ab22cc989d9a68','217','d84ef831','1143695036');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4f7b07f3af15d84deb5631c8fbab21c3','74','443ebf60','1142571685');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('62ff014a5fad96b786b7dd68fdbc0fa3','4','4435463c','1142379908');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('33e20de056d5a488c5ceb6a1fd54eb67','56','186069e8','1142540308');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('be1e5520b5341cfdca82b0f688a4937e','19','42a8671d','1142646190');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e2167929048318596931c661728a0256','176','400c74c3','1142399775');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4c0cd138ca2bdff17948f07e084dd004','4','4435463c','1142466229');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('04d5b96edd93e5ca4439c8d2aff4fda9','7','cfbf0571','1143809788');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('127dfd82835c082247c25fcdb5420af5','183','48181006','1144003899');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4493fdc82edb0cdedfbf1dc99045015a','101','400c7489','1143502853');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('20b0e2de4da156ce6bc96b5a1e49178e','4','4435463c','1142793580');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0317a7e45057e2f37daf1f6900a60ab5','208','4434d7e6','1144007109');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9da3f42c9e3b57cdf699be9367cda187','135','18ec66c4','1142477974');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('eedfe074b40ac7f42c2cad12fa27814f','172','45f53d63','1143934391');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8e7a65b9dd8f36fe88c8b8b633eec278','11','400c7486','1142531954');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('51ba6705475140f1c734bc55479f6d31','193','a12dcda1','1143065134');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1ce3f4a46d4b00afc1fd9f9b1ee182a8','70','d1026652','1142535177');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c971036a2afd781b100aa6ba643462a2','168','489bc64f','1143942858');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('35a6a91df157920ec910afde08c8a6fa','56','186069e8','1142541571');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1a5f36682857eac3ab429de3c2febab0','56','186069e8','1142541822');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('90e99fe19f3a16bdac24e38ca6702caf','56','186069e8','1143823819');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('676d8241fd5822ac992136b5104a1ec1','7','98a36505','1142596558');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9a24df015da783d06696b38a966b08e7','210','d84efa6f','1142797700');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9a16d99573eed13013df51cc8ee89963','7','400c7505','1142826901');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6c9a339565f0060bcbb8a170955a5ba4','74','443ebf60','1142824263');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bb65a9f31d3b4cb66f172e080fbb49ef','11','cdbc740b','1142624059');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('240f405482a396fb58193102ff7d6363','208','cf2d830b','1143745858');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8ea74266e432c33d3fa39d4bf74c621f','209','a666f1e9','1143827531');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8711b921ae815b0fb400ae3c149eadbf','11','cdbc7487','1142773427');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b7584fab6aa36b06dfd7516c4c65eef8','51','48959924','1142979541');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1323cd36c568cc5a01feb5d0a4ca32e5','19','42a8671d','1143958518');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('167449933c26f238e93929d80b83135b','139','cdbc748a','1142656916');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a2c239cdc983edbc555a3e6b0fe9b0bc','176','cdbc740c','1142660026');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0c8906ca8c5e95a8405c650990709d23','23','189f080c','1142787594');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('877044619288bc91e659597a7d6a8a1a','194','0cd6f72f','1142736696');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('95ac9cce031b1a8dfb1a53b2163dc399','93','ccfa9479','1142818893');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b304648917323aa04226998eead006a6','188','4434dd67','1143081406');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bc0f3a1871c8e8e07b36b34fa855f5cd','93','cdbc740b','1143138906');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('88f2b6da625234ad2422538dfdb300c5','23','189f080c','1142892587');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('66dc01cb7848b5559754bc9aac584ea2','188','4434dd67','1142818921');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0f5c2db511c14d394e1dd5ebdb9e84fb','93','ccfa9479','1143918555');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('47e6db52bca1689662148ca7cdc30ffd','74','443ebf60','1143325079');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d4a634c15468fe8e35be73c889b5eadb','7','98a3648b','1142910475');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3e6736b1e8a13f853a92f7afac920f57','7','cfbf0571','1143746499');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('226750bae4a2c511f05af5df41a56749','251','4434dd67','1142966317');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1db2438dc296ac5faa2d170c9abe4fad','23','189f080c','1143441569');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('92dae1b4b346078aefe8cd7f7c7ee1f5','6','4549723b','1142903194');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('010e4608a0397cd2c7f0129904cf558b','6','4549723b','1142904091');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('8bbce05d90a291b1a38c76d8f78d633e','134','8b370135','1143380738');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9de047bbf9dda43a555fc27d3885ca51','62','98a3648b','1142918018');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1fe0a7874e2b0bb514d6ce05899d4e01','7','98a3640a','1143075190');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('225765a20b83a97d809f87b466f01765','7','a7b50cc9','1142964802');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('eb545b4e8ebd804801ea5ebbd2e4eba1','62','a7b50cc9','1142979459');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a2950ace05b78183b0e23e550a371f98','3','ccb540c2','1144006370');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('123be274d29fd0d0e5f443675b86d4ab','7','a7b50cc9','1143142390');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0926d4d33e2d39615e7ce3ae2483f405','6','4549723b','1142985521');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('258d5f879b303c50285b17dc6bee01ec','87','45b4f874','1142986169');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fba291a460ab2e23ebff74e37c0486e8','70','1897b8d1','1142995076');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('60226cb335cf3b290a2bba466edd2be6','35','185c553d','1144009385');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b7668e7ff3fc04b2adde5e4afa65c6d8','204','189f080c','1142993960');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e33b81dc2764bc01d751a701db36e228','70','1897b8d1','1143001368');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b4371c6282f7a16285750adf9be8fd3a','70','1897b8d1','1143868129');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('72a06d98ec67f671e77a8f6590207c80','4','4435463c','1143078554');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b87f48f68dedacd109db20d1501c4499','257','0ccae407','1144008789');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b989427e5f0267c8f8c2bb7bceb8ef96','7','98a36505','1143076118');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b1dbb5467b84467415acd91a712544c8','7','400c74c8','1143081981');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('02c3089eeb1883c13a72a12b522173d4','62','400c750d','1143082950');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('00a6dc4546acfd2335ea482c836a968a','7','cdbc7448','1143201501');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('89a82cca3bbfac9d57b7988ee1ccac33','176','98a364c3','1143085066');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c7dbf22d10ef61fc755bbde0dea790b0','188','4434dd67','1143144254');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3edf087e9e0634afa17f7283bbf37f9b','37','0c0da104','1143229282');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0425ad86065153f1afd0e81bdf61eaf6','62','a7b50cc9','1143216621');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a6bd3142489ee848398bc5ce35c5729a','12','46ad65a3','1143753685');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('cc5d84062bf5c4545d3eb16697c2ee8f','188','c748d0c3','1143383428');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('75b4eed39cef8df4850b59718ae14444','252','44346079','1143987546');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('51150d2fa51cb2cab13f500ee3547d2f','4','4435463c','1143174787');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('480f3557b46dc848e9b57a0346608571','7','400c74c7','1143255295');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0e2ff609f250d723dc040c6c19fe8a7d','259','18fec206','1143824048');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('34589bf79520b5bc82cd3276a29e8c2c','210','d84efa89','1144009574');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('628b527df330a35005c53a3e8cc98572','7','a7b50cc9','1143217220');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d168e92c993b4c1948708ad8f1fe4865','62','a7b50cc9','1143228015');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4e98d7fe5a3c762a5935a3fd166f32f4','49','44dcc96b','1143839276');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b4057e12b6d8eaddecfe3ad1aec3b024','62','cdbc750d','1143256572');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('61187a41eb117dcf6341673b7b8a763b','7','98a36446','1143522958');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6398097ab24bf53004a517b39935773d','204','189f080c','1143682863');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('11a5278d2dd527e7cea836f422d673f2','74','443ebf60','1143652650');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('54273c47ea8354e62c597e305f9025f3','176','cdbc74c5','1143423646');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('edb324e1cfd014f9efbdd2d3c510e916','134','8b37015e','1143902051');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('83199e955e92acdf3120e437b5a883e3','163','44d67a9c','1143417217');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('84ac98d107feaa72d38e5cc2aa0dcc36','163','46983ca2','1144001413');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c705505405d9653cf759137214d72324','188','4434dd67','1143582581');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c58b69d17a26c5d6602e7b6daf1b570e','3','44d15415','1143787658');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ab3630a8adf3a113be6836207b9e3dcd','4','4435463c','1143428946');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('deff080389f88a150a904485180a0fdf','75','185c56da','1143681549');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c9da6a143cfd4987e0507ac0ff21f223','176','400c7488','1143437266');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fa9b04ccd15de5597c30e4f361d9632d','176','cdbc74c4','1143489163');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('15cf1616f83ab53b100463c28cc5d229','23','189f080c','1144008521');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('5f0c2182243ac6f15f717cf600d0805d','176','98a36489','1143524035');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3fec99b2343e214129683a0037640f8b','4','4435463c','1143513389');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('11e54537baf0ec51d18b4707cf81d2c9','208','4434d7e6','1143596922');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('614d5977cd5c1acd268c9eea9a32a27c','70','1897b8d1','1143567021');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('657129f3fef257cd515c4a9a840921f2','7','98a3650a','1143525139');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3b32640965d7f1dba1aab9845a14f5e9','7','400c7446','1143764925');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0b3f320b62c80ed7a95d5891dc1820aa','10','d8994a18','1143604532');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('602f15c76c65a60733c6fa3b9e56cf61','134','d8453ffe','1143659286');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a2f247ae661029e0cdf1c1f09ea74f01','176','cdbc7446','1143685056');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f1af29809615d59e195a33bdc284270e','215','44eefc59','1143949147');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e863f7c53fc79b233956eb05053709a5','70','1897b8d1','1144009287');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('72070ca37169050a666bc222bf98c4ad','101','cdbc74cc','1143988926');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('9164e962112e7610d43a724a6626f708','4','4435463c','1143591723');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('00594b1a22da5e1bb6a0fc4c426fa48c','188','4434dd67','1143643810');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d3be360f44c758e3d56a191daf2c7473','188','4434dd67','1143689845');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('71141858486f3553e766fa2dec59425a','74','443ebf60','1144001524');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('74c644e038cc1a949d45d92207a21526','153','45130e0f','1143754038');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4f7c38687dacb549d2a66ca3c7267e57','38','45f13255','1143845128');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('929356e62a07600ab4f607b1ca378161','209','1897dbbe','1144003640');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('25d061c191d851a894dfd2356b001fec','6','4549723b','1143680455');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('4a44d72f7cf3cc81c077bcc20e068859','75','185c56da','1143955646');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e4a4324b0f0d747ec5feb9254fb36cf1','176','cdbc7509','1143685154');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c9a632dccf8f873dcdcc2bb98d93f74e','176','cdbc740e','1143696590');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3bc3dd7b7d9530da8495b0a54e3026da','176','98a36505','1143742396');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('86188abfaa883d897e7c1d8ec70db575','188','4434dd67','1143778429');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('06b1bb927367f51785b98b70412d1070','208','cf2d830b','1143816495');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('fa651df3a71620b3a06e693b6d092255','7','cfbf0571','1143747657');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('46b335f00f9953311d7be7b9cbef9b78','7','cfbf0571','1143747719');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ff97d9cda9dc4cadcf8ea5e5154f9169','153','42520937','1144006770');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('f14383cd623c7e628192b6841bc20f1a','7','400c7508','1143772889');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('ad571ba1a8a2e99e86aac5b793ca30c9','176','400c74c4','1143778702');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('540326bb688c5ce047403f00ab09ca5c','7','400c7508','1143772930');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('b6550b7ed01bf99d810c8b39bd64337f','7','cdbc744a','1143868912');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3815d7361d4b257945fe5bb1ed18af65','188','4434dd67','1143818178');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('11a41333435d88cf30fa70677d48418f','193','a12dcda1','1143840951');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('191a53b219253da963f63be3ca5543ba','174','45f5386d','1143818763');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('66fa7056be6b355da9a12d37352dc04a','174','45f5386d','1144009011');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('a8648d76824aea699224f5eb98ecfe63','56','186069e8','1143955153');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('d9ca4e44efb382a42f22eb6cfc7dd036','176','cdbc74c3','1143869056');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('738c4d9e3d1755ee53b8e8b6afe01080','188','4434dd67','1143863428');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('1612fa25c9261aba7fa565df7503a186','153','45130e21','1143868764');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('2d07c765378194398799d06f0994b765','56','1897b8d1','1143907132');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3ef24541d94847940f8afe45dab64605','7','cdbc750d','1143871715');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('21030914371325abb4509553662fbd9e','7','400c7442','1143999008');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c469e612285a03d84b0065909779e4b6','187','469d2a0f','1143980695');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('6f96e010b3a92f05cbe69aa09a2827ff','134','8b371873','1143960665');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('3b07239d59c2c7af4148d5110b0c7026','70','1897b8d1','1143908542');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('c75838094a45877fcd96ab566c88a872','251','4434dd67','1143907734');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('eb8e788eb4774ae4a08bdb17d5b81f55','70','1897b8d1','1144000812');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('e5eaa9ce3d342aae326e465b54394f66','48','cf458b9e','1143913013');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('10d315b3caedf66e324761f2d18d4852','93','ccfa9479','1144008891');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0460cd68cd4676faf9c8c9c2df5358bf','4','4435463c','1143995062');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('289bc3a90a8e45fe0f57db00c07c07ad','215','44eefc59','1144001615');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('417631ee2c1dede6eae9eaee9754ac7a','56','18606976','1143994872');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('0ecd93e6bb45e4a0694e1eadf4b7b320','176','cdbc7485','1143957602');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('bbca7f4836f51838bdfda4bcd1a2104c','7','400c7445','1143999173');
INSERT INTO so_phpbb_sessions_keys (key_id,user_id,last_ip,last_login) VALUES('db535e334bc115204ef818e14e185bb8','176','400c74cc','1143999150');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_smilies
#
DROP TABLE IF EXISTS so_phpbb_smilies;
CREATE TABLE so_phpbb_smilies(
	smilies_id smallint(5) unsigned NOT NULL auto_increment,
	code varchar(50),
	smile_url varchar(100),
	emoticon varchar(75)
	PRIMARY KEY (smilies_id)
);

#
# Table Data for so_phpbb_smilies
#
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('31',':roll:','icon_rolleyes.gif','Rolling Eyes');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('30',':twisted:','icon_twisted.gif','Twisted Evil');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('29',':evil:','icon_evil.gif','Evil or Very Mad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('28',':cry:','icon_cry.gif','Crying or Very sad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('27',':oops:','icon_redface.gif','Embarassed');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('26',':razz:','icon_razz.gif','Razz');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('25',':-P','icon_razz.gif','Razz');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('24',':P','icon_razz.gif','Razz');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('23',':mad:','icon_mad.gif','Mad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('22',':-x','icon_mad.gif','Mad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('21',':x','icon_mad.gif','Mad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('20',':lol:','icon_lol.gif','Laughing');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('19',':cool:','icon_cool.gif','Cool');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('18','8-)','icon_cool.gif','Cool');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('17','8)','icon_cool.gif','Cool');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('16',':???:','icon_confused.gif','Confused');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('15',':-?','icon_confused.gif','Confused');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('14',':?','icon_confused.gif','Confused');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('13',':shock:','icon_eek.gif','Shocked');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('12',':eek:','icon_surprised.gif','Surprised');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('11',':-o','icon_surprised.gif','Surprised');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('10',':o','icon_surprised.gif','Surprised');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('9',':sad:','icon_sad.gif','Sad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('8',':-(','icon_sad.gif','Sad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('7',':(','icon_sad.gif','Sad');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('6',':smile:','icon_smile.gif','Smile');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('5',':-)','icon_smile.gif','Smile');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('4',':)','icon_smile.gif','Smile');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('3',':grin:','icon_biggrin.gif','Very Happy');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('2',':-D','icon_biggrin.gif','Very Happy');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('1',':D','icon_biggrin.gif','Very Happy');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('32',':wink:','icon_wink.gif','Wink');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('33',';)','icon_wink.gif','Wink');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('34',';-)','icon_wink.gif','Wink');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('35',':!:','icon_exclaim.gif','Exclamation');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('36',':?:','icon_question.gif','Question');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('37',':idea:','icon_idea.gif','Idea');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('38',':arrow:','icon_arrow.gif','Arrow');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('39',':|','icon_neutral.gif','Neutral');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('40',':-|','icon_neutral.gif','Neutral');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('41',':neutral:','icon_neutral.gif','Neutral');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('42',':mrgreen:','icon_mrgreen.gif','Mr. Green');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('43','8O','icon_eek.gif','Shocked');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('44','8-O','icon_eek.gif','Shocked');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('45',':amidala','amidala.gif','Queen Amidala');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('46',':bothan','bothan.gif','Bothan Spy');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('47',':c3p0','c3po.gif','C3-PO');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('48',':emperor','emperor.gif','Emperor Palpatine');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('49',':fett','fett.gif','Boba Fett');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('50',':leia','leia.gif','Princess Leia');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('51',':saber','lightsaber.gif','Lightsaber');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('52',':luke','luke.gif','Luke Skywalker');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('53',':obi','obiwan.gif','Obi-Wan Kenobi');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('54',':pimp','pimp.gif','Big Pimpin'');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('55',':greedo','rodian.gif','Rodian');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('56',':trooper','stormtrooper.gif','Stormtrooper');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('57',':twilek','twilek.gif','T'wilek');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('58',':vader','vader.gif','Darth Vader');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('59',':wookie','wookiee.gif','Chewbacca');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('60',':yoda','yoda.gif','Master Yoda');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('61',':olderobi','agingobi.gif','Episode II Obi-Wan');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('62',':airspeeder','airspeeder.gif','Airspeeder');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('63',':ani','anakinpod.gif','Pod Racing Anakin');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('64',':atran','assaulttransport.gif','Assault Trasport');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('65',':atat','atat.gif','AT-AT');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('66',':atatpilot','atatpilot.gif','AT-AT Pilot');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('67',':chicken','atpt.gif','AT-PT Walker');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('68',':aurra','aurra.gif','Aurra Sing');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('69',':awing','awing.gif','A-Wing');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('70',':band','band1.gif','Band');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('71',':battledroid','bdroid2.gif','Battle Droid');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('72',':benspirit','benholo.gif','Spirit of Obi-Wan');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('73',':biggs','biggs.gif','Biggs Darklighter');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('74',':blink','blink001.gif','Blinkin' Jawa');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('75',':bobafett2','bobbafett.gif','Boba Fett');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('76',':bossk','bossk.gif','Bossk');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('77',':boushh','boushh.gif','Boushh');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('78',':bwing','bwing.gif','B-Wing');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('79',':clonetrooper','clonetrooper.gif','Clonetrooper');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('80',':darktrooper','darktroopersmiley.gif','Darktrooper');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('81',':deathstar','deathstar1.gif','Deathstar');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('82',':deathstar2','deathstar2.gif','Deathstar II');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('83',':maul','dmaul3.gif','Darth Maul');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('84',':duel','duel.gif','Duel');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('85',':eep','eetsdespaminater.gif','Angry Jawa');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('86',':lightning','emporerslightning.gif','Force Lightning');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('87',':ewok','ewok1.gif','Ewok');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('88',':boom','explodingdeathstar.gif','Exploding Death Star');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('89',':scout','forestscoutsmiley.gif','Scout Trooper');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('90',':sid','holosid.gif','Darth Sidious Holo');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('91',':ionblast','ionblaster.gif','Ion Blaster');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('92',':jango','jango.gif','Jango Fett');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('93',':jarjar','jarjar.gif','Jar-Jar Binks');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('94',':jawa','jawa.gif','Jawa');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('95',':kiadi','kiadismiley2.gif','Ki-Adi-Mundi');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('96',':duel2','LSVADER.gif','Duel');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('97',':mace','macesmiley.gif','Mace Windu');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('98',':n1','n1a.gif','Naboo Starfighter');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('99',':nien','nien.gif','Nien Numb');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('100',':plokoon','plokoon.gif','Plo Koon');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('101',':pod','podracer.gif','Pod Racing');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('102',':r2','r2d2.gif','R2-D2');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('103',':r5','r5d4.gif','R5-D4');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('104',':dsaber','reddoublesaber.gif','Double-Bladed Lightsaber');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('105',':royalguard','royalguard.gif','Royal Guard');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('106',':sandcrawler','sandcrawler.gif','Jawa Sandcrawler');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('107',':scared','scared.gif','Scared Sithless');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('108',':sithdroid','sithprobedroid.gif','Sith Probe Droid');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('109',':slave1','slaveIsmiley.gif','Slave-I');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('110',':snowtrooper','snowtrooper.gif','Snowtrooper');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('111',':theman','thrawn2.gif','Grand Admiral Thrawn');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('112',':tie','tie1.gif','TIE-Fighter');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('113',':tied','tiedefender.gif','TIE-Defender');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('114',':destroyer','vsd.gif','Victory Star-Destroyer');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('115',':watto','watto.gif','Watto');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('116',':withstupid','withstupid.gif','I'm With Stupid');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('117',':xwing','x-wing.gif','X-Wing');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('118',':yoda2','yodals.gif','Yoda Kicking A**');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('135',':rotfl','roll.gif','Rolling with Laughter');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('136',':bacta','bacta.gif','Bacta');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('137',':monred','monred.gif','Red Mon Cal');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('138',':montan','montan.gif','Tan Mon Cal');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('139',':bang','banghead.gif','Bang Head');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('140',':bicker','bicker.gif','Bicker');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('141',':puke','puke.gif','Puke');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('142',':shoot','shoot.gif','Shoot');
INSERT INTO so_phpbb_smilies (smilies_id,code,smile_url,emoticon) VALUES('143',':nikto','nikto.gif','nikto');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_themes
#
DROP TABLE IF EXISTS so_phpbb_themes;
CREATE TABLE so_phpbb_themes(
	themes_id mediumint(8) unsigned NOT NULL auto_increment,
	template_name varchar(30) NOT NULL,
	style_name varchar(30) NOT NULL,
	head_stylesheet varchar(100),
	body_background varchar(100),
	body_bgcolor varchar(6),
	body_text varchar(6),
	body_link varchar(6),
	body_vlink varchar(6),
	body_alink varchar(6),
	body_hlink varchar(6),
	tr_color1 varchar(6),
	tr_color2 varchar(6),
	tr_color3 varchar(6),
	tr_class1 varchar(25),
	tr_class2 varchar(25),
	tr_class3 varchar(25),
	th_color1 varchar(6),
	th_color2 varchar(6),
	th_color3 varchar(6),
	th_class1 varchar(25),
	th_class2 varchar(25),
	th_class3 varchar(25),
	td_color1 varchar(6),
	td_color2 varchar(6),
	td_color3 varchar(6),
	td_class1 varchar(25),
	td_class2 varchar(25),
	td_class3 varchar(25),
	fontface1 varchar(50),
	fontface2 varchar(50),
	fontface3 varchar(50),
	fontsize1 tinyint(4),
	fontsize2 tinyint(4),
	fontsize3 tinyint(4),
	fontcolor1 varchar(6),
	fontcolor2 varchar(6),
	fontcolor3 varchar(6),
	span_class1 varchar(25),
	span_class2 varchar(25),
	span_class3 varchar(25),
	img_size_poll smallint(5) unsigned,
	img_size_privmsg smallint(5) unsigned
	PRIMARY KEY (themes_id)
);

#
# Table Data for so_phpbb_themes
#
INSERT INTO so_phpbb_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','SO_501st','subSilver.css','','000000','FFFFFF','FFCE63','FFCE63','FFFFFF','FFE5AD','000000','000000','000000','','','','000000','000000','000000','hline_bg.gif','blue_grad1.gif','hline_bg2.gif','4F4F4F','000000','','row1','row2','','Verdana, Arial, Helvetica, sans-serif','Trebuchet MS','Courier, 'Courier New', sans-serif','10','11','12','ffffff','FFCE63','ffffff','','','','','');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_themes_name
#
DROP TABLE IF EXISTS so_phpbb_themes_name;
CREATE TABLE so_phpbb_themes_name(
	themes_id smallint(5) unsigned NOT NULL,
	tr_color1_name char(50),
	tr_color2_name char(50),
	tr_color3_name char(50),
	tr_class1_name char(50),
	tr_class2_name char(50),
	tr_class3_name char(50),
	th_color1_name char(50),
	th_color2_name char(50),
	th_color3_name char(50),
	th_class1_name char(50),
	th_class2_name char(50),
	th_class3_name char(50),
	td_color1_name char(50),
	td_color2_name char(50),
	td_color3_name char(50),
	td_class1_name char(50),
	td_class2_name char(50),
	td_class3_name char(50),
	fontface1_name char(50),
	fontface2_name char(50),
	fontface3_name char(50),
	fontsize1_name char(50),
	fontsize2_name char(50),
	fontsize3_name char(50),
	fontcolor1_name char(50),
	fontcolor2_name char(50),
	fontcolor3_name char(50),
	span_class1_name char(50),
	span_class2_name char(50),
	span_class3_name char(50)
	PRIMARY KEY (themes_id)
);

#
# Table Data for so_phpbb_themes_name
#
INSERT INTO so_phpbb_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','','','');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_topics
#
DROP TABLE IF EXISTS so_phpbb_topics;
CREATE TABLE so_phpbb_topics(
	topic_id mediumint(8) unsigned NOT NULL auto_increment,
	forum_id smallint(8) unsigned NOT NULL,
	topic_title char(60) NOT NULL,
	topic_poster mediumint(8) NOT NULL,
	topic_time int(11) NOT NULL,
	topic_views mediumint(8) unsigned NOT NULL,
	topic_replies mediumint(8) unsigned NOT NULL,
	topic_status tinyint(3) NOT NULL,
	topic_vote tinyint(1) NOT NULL,
	topic_type tinyint(3) NOT NULL,
	topic_first_post_id mediumint(8) unsigned NOT NULL,
	topic_last_post_id mediumint(8) unsigned NOT NULL,
	topic_moved_id mediumint(8) unsigned NOT NULL
	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)
);

#
# Table Data for so_phpbb_topics
#
INSERT INTO so_phpbb_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('189','19','Mando Lando Help, Please','252','1142531395','76','7','0','0','0','2908','2935','0');
INSERT INTO so_phpbb_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('3','14','We're back!','147','1140396374','439','53','0','0','0','5','897','0');
INSERT INTO so_phpbb_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('4','12','[NC-17] Anything goes!!!','2','1140396456','544','73','0','0','0','6','4661','0');
INSERT INTO so_phpbb_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('5','12','[NC-17] Daala's Trophy Case','2','1140396731','331','51','0','0','0','8','4664','0');
INSERT INTO so_phpbb_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','5','Forum dynamics and life','2','1140396919','309','22','0','0','2','12','754','0');
INSERT INTO so_phpbb_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','2','Mandalorian thread','5','1140535569','411','18','0','0','2','485','3516','0');
INSERT INTO so_phpbb_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('8','11','The deuce you say...','2','1140397206','14','2','0','0','0','16','181','0');
INSERT INTO so_phpbb_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('9','14','Post War Rev 2','2','1140397290','134','16','0','0','0','17','479','0');
INSERT INTO so_phpbb_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','11','New Usergroups','2','1140397823','5','0','0','0','0','21','21','0');
INSERT INTO so_phpbb_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','15','March 5th, Chattanooga, TN :  Kids Fair','26','1140398010','1121','83','0','0','0','23','2328','0');
INSERT INTO so_phpbb_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','18','Mission Reports 2006','2','1140398346','2435','3','0','0','0','27','3208','0');
INSERT INTO so_phpbb_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','5','Action Figure Theater','7','1140399975','368','19','1','0','0','32','2977','0');
INSERT INTO so_phpbb_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','5','Comments for AFT','34','1140400917','683','50','0','0','0','38','3460','0');
INSERT INTO so_phpbb_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','13','Mando Earcap Decals','206','1140407373','27','0','0','0','0','84','84','0');
INSERT INTO so_phpbb_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('16','14','ATINMMY CON FEb 25, 2006','61','1140408520','870','91','0','0','0','105','1504','0');
INSERT INTO so_phpbb_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','15','Atinmmy Con, This Weekend (Feb 25, 2006)','61','1140408608','893','78','0','0','0','107','1524','0');
INSERT INTO so_phpbb_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','10','Ginger, or Mary Ann?  Discuss!','26','1140408914','2362','167','0','0','0','118','3383','0');
INSERT INTO so_phpbb_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','2','torso_boy's GM progress','74','1140410240','62','0','0','0','0','135','135','0');
INSERT INTO so_phpbb_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','2','torso_boy's DC-17s Commando sidearm','74','1140410369','79','1','0','0','0','137','1307','0');
INSERT INTO so_phpbb_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('304','19','Fett Here','259','1143751016','86','5','0','0','0','4392','4541','0');
INSERT INTO so_phpbb_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','5','Gentle Giant 2006 Lineup','93','1140413589','49','2','0','0','0','149','177','0');
INSERT INTO so_phpbb_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','12','Brokeback Mountain Weekly Grocery Lists','5','1142526041','52','3','0','0','0','2900','3411','0');
INSERT INTO so_phpbb_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','11','Question for Command Staff','2','1140443029','35','6','0','0','0','163','508','0');
INSERT INTO so_phpbb_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('25','14','snowtrooper pics thread','4','1140445216','231','18','0','0','0','179','1013','0');
INSERT INTO so_phpbb_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('331','1','Thanks','174','1144005673','28','5','0','0','0','4690','4700','0');
INSERT INTO so_phpbb_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','8','Adventure Con, Knoxville TN, June 24-25th','70','1140448949','698','62','0','0','1','203','4312','0');
INSERT INTO so_phpbb_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','15','Mid South Con, Memphis TN, March 24-26','70','1140449095','1561','125','0','0','1','204','3720','0');
INSERT INTO so_phpbb_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','8','Dragon Con, Atlanta GA, Sept 1-4','70','1140449226','1139','115','0','0','1','206','2968','0');
INSERT INTO so_phpbb_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('30','15','St Patrick's Day Parade, Atlanta GA, March 18','70','1140449358','1871','167','0','0','0','208','3142','0');
INSERT INTO so_phpbb_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','13','Boba jumpsuit','70','1140450441','79','4','0','0','0','215','2477','0');
INSERT INTO so_phpbb_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','2','Stormtrooper start to finish','208','1140450591','292','27','0','0','0','218','448','0');
INSERT INTO so_phpbb_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','8','Wonder Fest, Louisville KY, May 27-28','70','1140452895','388','31','0','0','1','248','4265','0');
INSERT INTO so_phpbb_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','8','Event Planning guidelines','3','1140459940','50','0','0','0','2','275','275','0');
INSERT INTO so_phpbb_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','8','NovaCon - Huntsville, Al. - November 10-12','3','1140460452','145','17','0','0','1','277','4022','0');
INSERT INTO so_phpbb_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','8','Free Comic Book Day - Birmingham, Al , May 6th','3','1140460561','56','6','0','0','1','279','1265','0');
INSERT INTO so_phpbb_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','8','Boo @ the Zoo - Birmingham, Al. - Oct 20, 21, 27, and 28th','3','1140460905','84','8','0','0','1','280','2101','0');
INSERT INTO so_phpbb_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','8','Potential Space Camp themed weekend   May 26-28','3','1140461093','105','7','0','0','0','281','2553','0');
INSERT INTO so_phpbb_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','11','Your opinons, edits please.. I'd like to post it soon...','3','1140461264','17','1','0','0','0','282','291','0');
INSERT INTO so_phpbb_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','19','Mando Recreation room','5','1140470167','157','7','0','0','0','327','2174','0');
INSERT INTO so_phpbb_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','19','Montross','5','1140470583','41','1','0','0','0','329','393','0');
INSERT INTO so_phpbb_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','19','Fenn Shysa','5','1140470812','184','12','0','0','0','335','1380','0');
INSERT INTO so_phpbb_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','19','Jango Fett','5','1140471046','148','13','0','0','0','341','2487','0');
INSERT INTO so_phpbb_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','15','This weekend?','171','1140471344','192','7','0','0','0','344','773','0');
INSERT INTO so_phpbb_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','19','Boba Fett Pre-Pro version 1.5 &quot;Eyes&quot;','5','1140471398','72','3','0','0','0','345','2058','0');
INSERT INTO so_phpbb_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','19','Shoulder armor','5','1140471551','54','5','0','0','0','346','366','0');
INSERT INTO so_phpbb_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','13','Wanted: Lego Anakin/Vader Transformation','43','1140480376','7','0','0','0','0','376','376','0');
INSERT INTO so_phpbb_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','19','Fett related E-bay finds','5','1140484306','55','4','0','0','0','396','624','0');
INSERT INTO so_phpbb_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','13','Southern Outpost T-Shirts - Pick from 2 Versions','7','1140490092','54','2','0','0','0','412','724','0');
INSERT INTO so_phpbb_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','19','Loki Fett','26','1140490276','308','27','0','0','0','413','4104','0');
INSERT INTO so_phpbb_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','19','Injured Fett, man down!','87','1140496340','156','15','0','0','0','429','1056','0');
INSERT INTO so_phpbb_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','19','Jaster Mereel','19','1140501074','148','12','0','0','0','438','2415','0');
INSERT INTO so_phpbb_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','19','Boba Fett Project by: Jaster','19','1140502439','270','20','0','0','0','439','2663','0');
INSERT INTO so_phpbb_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','8','Pre Event Rosters for upcoming events','61','1140527095','306','0','0','0','1','456','456','0');
INSERT INTO so_phpbb_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('55','11','Garrison Elections','2','1140527411','82','18','0','0','0','457','582','0');
INSERT INTO so_phpbb_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','Announcement about forum','2','1140540989','141','0','0','0','2','511','511','0');
INSERT INTO so_phpbb_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','14','Gentle Giant 2006 Lineup (repost)','2','1140538792','112','11','0','0','0','501','927','0');
INSERT INTO so_phpbb_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','15','Spring Festival of Lookout Valley Elementary School','217','1140556393','166','15','0','0','0','543','1569','0');
INSERT INTO so_phpbb_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','19','Latest Insider Scans','93','1140557192','90','8','0','0','0','545','595','0');
INSERT INTO so_phpbb_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','8','Cosi event in Ohio','4','1140575489','1283','111','0','0','1','596','4343','0');
INSERT INTO so_phpbb_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','19','MandoWarlordDeathMachine','38','1140587249','227','19','0','0','0','631','3894','0');
INSERT INTO so_phpbb_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','8','Free Comic Book Day-- Huntsville &amp; Guntersville May 6th','37','1140614197','60','8','0','0','1','645','1260','0');
INSERT INTO so_phpbb_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','13','Not found: SW Insider and Palz','88','1141098027','18','0','0','0','0','1242','1242','0');
INSERT INTO so_phpbb_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','4','Vesper's TK thread (and custom Mando, too)','209','1140625993','287','27','0','0','0','666','3730','0');
INSERT INTO so_phpbb_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','13','afew  of my doubles up for trades to create space.','10','1140630703','56','1','0','0','0','675','780','0');
INSERT INTO so_phpbb_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','14','LoCash Cowboys Show in Huntsville THURSDAY!','45','1140630920','27','1','0','0','0','676','861','0');
INSERT INTO so_phpbb_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','19','Female SO Mandos','56','1140640358','386','24','0','0','0','681','3897','0');
INSERT INTO so_phpbb_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('70','2','Gamorrean Guard','171','1140654622','252','12','0','0','0','729','1280','0');
INSERT INTO so_phpbb_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('330','19','Pheonix Squadron','188','1143998728','18','0','0','0','0','4686','4686','0');
INSERT INTO so_phpbb_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','10','Election information','2','1140657927','150','6','0','0','0','735','1132','0');
INSERT INTO so_phpbb_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','14','With this post, I join the 501st(post club).','38','1140661152','109','8','0','0','0','743','898','0');
INSERT INTO so_phpbb_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','10','Events from early 2006','88','1140675040','400','37','0','0','0','760','2334','0');
INSERT INTO so_phpbb_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('75','10','Members to add','33','1140675254','133','4','0','0','0','762','3088','0');
INSERT INTO so_phpbb_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','3','Midsouthcon Memphis, TN','-1','1140707419','287','14','0','0','0','816','2206','0');
INSERT INTO so_phpbb_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','** Attention Hottie 5.0 Mustang Babe of the Year Voting **','19','1140714822','338','15','0','0','0','828','3615','0');
INSERT INTO so_phpbb_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','13','(TK1716)Ultimate SW Fan's WANT LIST','51','1140727883','59','4','0','0','0','855','1356','0');
INSERT INTO so_phpbb_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','19','Boba Fett project (ESB TC-760)','70','1140733657','90','8','0','0','0','863','1033','0');
INSERT INTO so_phpbb_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','14','another Outpost birthday','4','1140735180','164','18','0','0','0','864','1084','0');
INSERT INTO so_phpbb_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','8','Kentucky Lions' Club Children's Camp - Sunday, July 2nd','134','1140785371','146','18','0','0','1','915','2239','0');
INSERT INTO so_phpbb_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','8','&quot;Mini-Con&quot; in Lexington, KY - Fri, Mar 31st; and S','134','1140786043','374','41','0','0','1','916','4560','0');
INSERT INTO so_phpbb_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('83','14','Yoda the pimp','37','1140787068','32','0','0','0','0','918','918','0');
INSERT INTO so_phpbb_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','11','working with the fan force?','3','1140793009','28','2','0','0','0','937','954','0');
INSERT INTO so_phpbb_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','1','New Member Welcome thread','5','1140813471','614','29','0','0','0','984','4583','0');
INSERT INTO so_phpbb_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','22','Xenomorph (Pics added!!!)','26','1140817616','734','45','0','0','0','992','2812','0');
INSERT INTO so_phpbb_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','See what happens when Loki invites me over...','166','1140825897','303','10','0','0','0','1020','2980','0');
INSERT INTO so_phpbb_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('88','8','Library Day Event - Decatur, TN - April 8th','6','1140843201','630','80','0','0','1','1041','4427','0');
INSERT INTO so_phpbb_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','11','being an LT in '06','6','1140843885','18','0','0','0','0','1042','1042','0');
INSERT INTO so_phpbb_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('90','14','MDA Lock-up March 1??','88','1140848408','39','3','0','0','0','1044','1294','0');
INSERT INTO so_phpbb_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','14','Tim McGraw/Faith Hill - Soul2Soul II Tour','88','1140882837','42','0','0','0','0','1054','1054','0');
INSERT INTO so_phpbb_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','8','Children's Breakfast/Brunch - Shelbyville, TN  Oct. 14','193','1140884747','75','8','0','0','1','1057','2035','0');
INSERT INTO so_phpbb_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('289','13','Washer &amp; Dryer  and a queen bed','5','1143603085','17','0','0','0','0','4141','4141','0');
INSERT INTO so_phpbb_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','14','For those interested... part 11 of Spec Ops is posted...','2','1140899591','42','3','0','0','0','1065','1078','0');
INSERT INTO so_phpbb_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('96','2','Black Flightsuit and Accessories For Sale','-1','1140914623','117','4','0','0','0','1072','1732','0');
INSERT INTO so_phpbb_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','5','501st credited in novel's acknowledgements section','65','1140924250','177','15','0','0','0','1077','2571','0');
INSERT INTO so_phpbb_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','19','TK-1143's Fett project','60','1140930124','66','4','0','0','0','1082','1827','0');
INSERT INTO so_phpbb_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','3','Tennessee Firefighters Burn Camp  &quot;Phoenix&quot; June 3','10','1140959351','241','15','0','0','0','1086','3487','0');
INSERT INTO so_phpbb_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','19','Hook Fett','188','1140991758','376','30','0','0','0','1110','2286','0');
INSERT INTO so_phpbb_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','19','Jester: Mandalorian Ranger','7','1140998439','82','3','0','0','0','1119','2320','0');
INSERT INTO so_phpbb_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','19','A Fett With No Name','206','1141000115','111','6','0','0','0','1121','3041','0');
INSERT INTO so_phpbb_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','5','Update on Little Joey, Knoxville','155','1141001693','86','3','0','0','0','1130','1982','0');
INSERT INTO so_phpbb_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','13','TK','93','1141011815','46','2','0','0','0','1150','1153','0');
INSERT INTO so_phpbb_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','12','The Atinmmycon Adult thread','23','1141071660','83','5','0','0','0','1200','1650','0');
INSERT INTO so_phpbb_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','5','Need ideas for a gun mod.','38','1141114492','85','6','0','0','0','1255','1377','0');
INSERT INTO so_phpbb_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','5','A New Hope for Kiley Grace','112','1141151499','213','15','0','0','0','1306','2642','0');
INSERT INTO so_phpbb_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','13','Don Post 95 Fett','174','1141175110','184','17','0','0','0','1336','2382','0');
INSERT INTO so_phpbb_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','5','Republic Commando Triple Zero','5','1141175133','190','16','0','0','0','1337','2420','0');
INSERT INTO so_phpbb_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','19','Tambo--parts needed please!!','55','1141178980','118','6','0','0','0','1343','3036','0');
INSERT INTO so_phpbb_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('327','19','adcon mandos','92','1143980976','29','1','0','0','0','4669','4678','0');
INSERT INTO so_phpbb_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','14','Birthday Dinner this Saturday evening','174','1141181617','292','30','0','0','0','1349','1861','0');
INSERT INTO so_phpbb_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','5','When is your Birthday?','34','1141228204','454','41','0','0','0','1386','3702','0');
INSERT INTO so_phpbb_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','14','HAPPY BIRTHDAY BETTY!!','55','1141258727','70','12','0','0','0','1449','1681','0');
INSERT INTO so_phpbb_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','14','Happy Birthday Schweetpea!!','55','1141258797','84','12','0','0','0','1451','1680','0');
INSERT INTO so_phpbb_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','19','Mando Language and Glossaries','61','1141299188','68','9','0','0','0','1505','1581','0');
INSERT INTO so_phpbb_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','15','Star trek Summitt - Birmingham, March 4th 10-2pm','3','1141320800','42','3','0','0','0','1550','1606','0');
INSERT INTO so_phpbb_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','19','AxeMando Kais','22','1141329122','243','18','0','0','0','1574','3607','0');
INSERT INTO so_phpbb_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','1','New users, Do you want to Register for this forum???','3','1141335747','426','18','0','0','2','1578','3888','0');
INSERT INTO so_phpbb_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','19','stormshadow's mando helmet','55','1141349924','109','9','0','0','0','1593','1755','0');
INSERT INTO so_phpbb_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','13','Boba chest armor auction','60','1141350530','30','0','0','0','0','1595','1595','0');
INSERT INTO so_phpbb_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','New User Account Activation Request','-1','1141354894','149','6','0','0','0','1605','2026','0');
INSERT INTO so_phpbb_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','13','WANTED: Wheel chair!','153','1141366846','130','13','0','0','0','1631','1848','0');
INSERT INTO so_phpbb_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','2','Darth Sidious','174','1141367096','316','31','0','0','0','1632','1875','0');
INSERT INTO so_phpbb_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','5','And now for something completely different...','56','1141372221','190','22','0','0','0','1639','1766','0');
INSERT INTO so_phpbb_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('127','5','Light as a feather, well almost','61','1141386271','184','19','0','0','0','1652','2200','0');
INSERT INTO so_phpbb_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','5','Hoth Olympics','6','1141398193','60','3','0','0','0','1679','1707','0');
INSERT INTO so_phpbb_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','13','WANTED Silver Slave 1 Titanium Die-Cast','5','1141398699','39','3','0','0','0','1683','1728','0');
INSERT INTO so_phpbb_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','2','ABS Sheet','231','1141403009','109','7','0','0','0','1694','2232','0');
INSERT INTO so_phpbb_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','5','Atin's Revenge','26','1141446935','180','16','0','0','0','1745','2000','0');
INSERT INTO so_phpbb_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','4','Prop Party in Franklin. April 22nd?','10','1141486370','179','12','0','0','0','1776','4651','0');
INSERT INTO so_phpbb_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','13','The Tambo Prop store','5','1141488804','176','7','0','0','0','1777','2677','0');
INSERT INTO so_phpbb_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('237','1','I missed this '04 write in vote...','253','1143135221','92','4','0','0','0','3559','3600','0');
INSERT INTO so_phpbb_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','19','Name this Mando Part','5','1141509244','78','7','0','0','0','1797','1932','0');
INSERT INTO so_phpbb_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','1','Natalie on Saturday Night Live','88','1141539003','135','4','0','0','0','1820','2406','0');
INSERT INTO so_phpbb_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','13','Wanted - Clone Bucket','53','1141606117','70','4','0','0','0','1836','2443','0');
INSERT INTO so_phpbb_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','19','Mandalorian Castle Pics','7','1141619017','472','39','0','0','0','1841','4566','0');
INSERT INTO so_phpbb_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','15','Atins March Armor Party','61','1141654761','391','31','0','0','0','1863','2521','0');
INSERT INTO so_phpbb_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','15','Atins March Armor Party','61','1141654601','205','24','0','0','0','1862','2496','0');
INSERT INTO so_phpbb_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','To all in the 501st','217','1141623254','215','4','0','0','0','1846','2064','0');
INSERT INTO so_phpbb_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','5','Who knew Padme was a gangsta?','38','1141639571','127','11','0','0','0','1853','2418','0');
INSERT INTO so_phpbb_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','15','Atins March Armor Party','61','1141655552','31','0','0','0','0','1867','1867','0');
INSERT INTO so_phpbb_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','10','Keeping with commitment','61','1141656548','119','4','0','0','0','1871','2335','0');
INSERT INTO so_phpbb_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','issue of the day 3-6','4','1141705987','38','5','0','0','0','1966','2106','0');
INSERT INTO so_phpbb_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','19',''97 Boba Helmet - How Screwed Am I?','134','1141736779','105','8','0','0','0','1983','2104','0');
INSERT INTO so_phpbb_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','8','List of 501st trooping events for 2006...','3','1141752028','64','0','0','0','2','2008','2008','0');
INSERT INTO so_phpbb_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('150','5','C-3PO vs. CP3's','88','1141763409','68','4','0','0','0','2015','2033','0');
INSERT INTO so_phpbb_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','14','Skywalker Ranch, here we come','61','1141779401','930','73','0','0','0','2037','2399','0');
INSERT INTO so_phpbb_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','2','Beehive pics fot TC Designation','171','1141869317','179','17','0','0','0','2145','2417','0');
INSERT INTO so_phpbb_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','2','X-Men, sound off','153','1141957469','713','58','0','0','0','2292','2953','0');
INSERT INTO so_phpbb_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','Prayer Request','217','1142034751','110','5','0','0','0','2423','2520','0');
INSERT INTO so_phpbb_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','8','Make-A-Wish Walk for Wishes - April 8th, Huntsville, AL','28','1142035194','289','26','0','0','1','2424','4630','0');
INSERT INTO so_phpbb_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','3','Make-A-Wish Walk for Wishes - April 8, Huntsville, AL','28','1142035543','76','3','0','0','0','2425','2462','0');
INSERT INTO so_phpbb_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','2','Resin/plastic/fiberglass supply in Knoxville?','71','1142064236','64','3','0','0','0','2440','2471','0');
INSERT INTO so_phpbb_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('160','1','Challenge Coin &amp; Natalie Portman','188','1142089448','120','3','0','0','0','2442','2513','0');
INSERT INTO so_phpbb_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('161','1','Tennessee fire near Chattanooga','134','1142123210','80','1','0','0','0','2449','2451','0');
INSERT INTO so_phpbb_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','5','This has gotta be Joe and Ryan.','38','1142141996','145','9','0','0','0','2454','2679','0');
INSERT INTO so_phpbb_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','5','Big Thank You From Jaster','19','1142234447','270','16','0','0','0','2493','3385','0');
INSERT INTO so_phpbb_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','3','Fantascicon','6','1142276699','325','19','0','0','0','2532','3349','0');
INSERT INTO so_phpbb_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','5','Looking for Stanley Armor tote/bin','70','1142277790','99','9','0','0','0','2534','2563','0');
INSERT INTO so_phpbb_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','2','Darth Nihilus','-1','1142292094','164','13','0','0','0','2554','2781','0');
INSERT INTO so_phpbb_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','VOTE for new Hasbro figure','5','1142483214','175','19','0','0','0','2835','2945','0');
INSERT INTO so_phpbb_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('168','1','Master Replicas Clone trooper helmet update','49','1142336722','207','13','0','0','0','2578','4417','0');
INSERT INTO so_phpbb_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','2','Under Armor Recommendations','231','1142342679','93','9','0','0','0','2581','2728','0');
INSERT INTO so_phpbb_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','10','Legion Stance on Recasting - Official Statement','3','1142347216','52','0','0','0','0','2586','2586','0');
INSERT INTO so_phpbb_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('171','11','Problems With Jamey, Corey is upset','5','1142349257','86','22','0','0','0','2591','2749','0');
INSERT INTO so_phpbb_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','Fetthuner...','3','1142350516','37','7','0','0','0','2595','2650','0');
INSERT INTO so_phpbb_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','5','LoCash Cowboys Shows (March 24 &amp; 25) in TN and AL','45','1142366330','170','16','0','0','0','2639','3698','0');
INSERT INTO so_phpbb_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','5','New Cold Weather Costuming Group','43','1142375777','49','1','0','0','0','2652','2655','0');
INSERT INTO so_phpbb_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','5','Happy Steak &amp; Service Day! (Rated R)','43','1142376592','98','3','0','0','0','2654','2774','0');
INSERT INTO so_phpbb_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','Greetings all','183','1142381498','129','8','0','0','0','2671','2972','0');
INSERT INTO so_phpbb_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','10','The Southern Outpost 'things are fine with me' thread.','3','1142397443','123','3','0','0','0','2697','2783','0');
INSERT INTO so_phpbb_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','11','your thoughts?','3','1142401836','41','6','0','0','0','2722','2832','0');
INSERT INTO so_phpbb_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','5','Trying to reach Sweetpea?','56','1142402852','158','11','0','0','0','2725','3038','0');
INSERT INTO so_phpbb_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','2','6 pack','188','1142406154','62','2','0','0','0','2727','2743','0');
INSERT INTO so_phpbb_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','3','CMN Drive Biloxi MS April 15','183','1142412918','108','5','0','0','0','2729','4688','0');
INSERT INTO so_phpbb_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','19','95 vs 96','64','1142434389','168','18','0','0','0','2752','4331','0');
INSERT INTO so_phpbb_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','1','Jabba the Hutt - Help the cause','153','1142459738','65','0','0','0','0','2775','2775','0');
INSERT INTO so_phpbb_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','19','Wookie Hunter','87','1142484630','108','7','0','0','0','2838','3071','0');
INSERT INTO so_phpbb_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','13','FS Bantha Skull &amp; Cog stickers','56','1142485185','153','11','0','0','0','2841','3115','0');
INSERT INTO so_phpbb_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','2','Weapon weathering and such...','152','1142487368','109','8','0','0','0','2848','3012','0');
INSERT INTO so_phpbb_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','2','Mando Lando Help, Please','252','1142531395','9','0','2','0','0','2908','2908','189');
INSERT INTO so_phpbb_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','2','TK Help needed','252','1142563909','217','19','0','0','0','2971','3824','0');
INSERT INTO so_phpbb_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','Showest  was Awesome','188','1142585570','100','4','0','0','0','2983','3029','0');
INSERT INTO so_phpbb_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','Star Wars Wallpaper','5','1142608752','128','5','0','0','0','2999','3138','0');
INSERT INTO so_phpbb_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','Fan Film Injured Trooper','210','1142614916','66','0','0','0','0','3007','3007','0');
INSERT INTO so_phpbb_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('195','13','Fett Gaunlets','11','1142621517','80','5','0','0','1','3013','4684','0');
INSERT INTO so_phpbb_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('196','19','MANDO MISSING LINK','11','1142623930','34','1','0','0','0','3020','3021','0');
INSERT INTO so_phpbb_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('197','2','The Ultimate future group costume D*Con Project','153','1142624994','129','5','0','0','0','3023','3062','0');
INSERT INTO so_phpbb_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('198','13','SOLD! - ABS Episode III Clone bucket kit','209','1142629468','89','5','0','0','0','3026','3731','0');
INSERT INTO so_phpbb_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('199','1','updates on upcoming series','179','1142635069','127','5','0','0','0','3030','3313','0');
INSERT INTO so_phpbb_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('200','2','Attn Jaster','8','1142775894','106','5','0','0','0','3048','3146','0');
INSERT INTO so_phpbb_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('201','2','Prop Party Chattanooga, Saturday April 22nd','231','1142781483','77','4','0','0','0','3051','3397','0');
INSERT INTO so_phpbb_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('202','5','need opinions','251','1142805282','113','4','0','0','0','3066','3536','0');
INSERT INTO so_phpbb_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('203','2','Becca Davis, new recruit ready for duty!','74','1142824846','149','7','0','0','0','3089','3505','0');
INSERT INTO so_phpbb_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('204','13','WANTED: hard Vader pieces','153','1142829821','42','2','0','0','0','3096','3718','0');
INSERT INTO so_phpbb_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('205','11','good weekend','3','1142834595','243','43','0','0','0','3101','3695','0');
INSERT INTO so_phpbb_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('206','12','cool video..','3','1142834646','21','0','0','0','0','3102','3102','0');
INSERT INTO so_phpbb_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('207','3','Adventurecon/Dragoncon Hotels','231','1142859367','260','18','0','0','0','3106','3454','0');
INSERT INTO so_phpbb_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('208','3','St. Pats Atlanta Parade','61','1142874847','150','3','0','0','0','3136','3207','0');
INSERT INTO so_phpbb_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('209','2','Zam version#1','3','1142880520','361','26','0','0','0','3148','4620','0');
INSERT INTO so_phpbb_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('210','5','Episode 1 named 12th worst Sequel Ever','23','1142883091','92','10','0','0','0','3155','3226','0');
INSERT INTO so_phpbb_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('211','1','How would you explain?','163','1142897901','97','2','0','0','0','3181','3333','0');
INSERT INTO so_phpbb_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('212','1','I present to you...','163','1142898013','110','4','0','0','0','3182','3396','0');
INSERT INTO so_phpbb_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('213','1','The Truth about Ryan Jones','153','1142903238','261','15','0','0','0','3194','3513','0');
INSERT INTO so_phpbb_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('214','8','any Huntsville area interested in bday party?','3','1142910823','79','5','0','0','0','3209','4014','0');
INSERT INTO so_phpbb_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('215','12','Queen Amidala, like youve never seen before','4','1142912043','25','0','0','0','0','3212','3212','0');
INSERT INTO so_phpbb_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('216','12','One of the coolest things in the world!','70','1142912952','35','1','0','0','0','3217','3229','0');
INSERT INTO so_phpbb_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('217','5','New Spec Ops Episode posted','2','1142918800','26','0','0','0','0','3221','3221','0');
INSERT INTO so_phpbb_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('218','11','Breaking off.','3','1142921913','42','6','0','0','0','3224','3288','0');
INSERT INTO so_phpbb_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('219','15','OK who's coming to MidSouthCon ?????????????','234','1142955987','271','16','0','0','0','3240','3537','0');
INSERT INTO so_phpbb_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('220','12','Hot Ginger vs. Mary Ann Action','56','1142965589','37','2','0','0','0','3264','3296','0');
INSERT INTO so_phpbb_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('221','5','Announcement from Drax','6','1142966830','93','1','0','0','0','3267','3270','0');
INSERT INTO so_phpbb_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('222','1','Land of the Jawas','13','1142980485','42','0','0','0','0','3307','3307','0');
INSERT INTO so_phpbb_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('223','5','Anyone Familiar with GX armor','60','1142994764','220','29','0','0','0','3331','3721','0');
INSERT INTO so_phpbb_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('224','1','Star Wars Tatoos (prolly a rehashed topic)','253','1143000661','167','16','0','0','0','3352','3577','0');
INSERT INTO so_phpbb_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('225','5','MidsouthCon Official Apology Thread','64','1143050461','404','28','0','0','0','3410','4147','0');
INSERT INTO so_phpbb_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('226','19','MidSouthCon','26','1143053880','281','18','0','0','0','3420','3900','0');
INSERT INTO so_phpbb_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('227','13','Star Wars extras on sale cheap','61','1143057391','97','9','0','0','0','3426','3456','0');
INSERT INTO so_phpbb_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('228','13','FS Titanium figures','88','1143058289','28','2','0','0','0','3427','3433','0');
INSERT INTO so_phpbb_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('229','2','Pattern question...','257','1143066157','59','2','0','0','0','3457','3593','0');
INSERT INTO so_phpbb_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('230','3','Riverfest, Little Rock, AR','258','1143070537','58','3','0','0','0','3464','3594','0');
INSERT INTO so_phpbb_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('231','8','Franklin events  schedule','10','1143077389','169','17','0','0','0','3486','4463','0');
INSERT INTO so_phpbb_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('232','5','Did you see South Park?','18','1143086038','61','4','0','0','0','3514','3534','0');
INSERT INTO so_phpbb_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('233','2','My Galactic Marine ammo bandolier and arm band','74','1143088120','51','1','0','0','0','3518','3722','0');
INSERT INTO so_phpbb_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('234','13','12 inch figures for sale  ---- Funding for costume !','101','1143091011','21','0','0','0','0','3530','3530','0');
INSERT INTO so_phpbb_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('235','13','12 inch figures for sale  ---- Funding for costume !','101','1143091017','58','2','0','0','1','3531','4051','0');
INSERT INTO so_phpbb_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('236','1','Happy birthday... I think','153','1143098890','157','13','0','0','0','3535','3693','0');
INSERT INTO so_phpbb_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('238','1','Gene Simmons would be proud','253','1143139965','98','3','0','0','0','3573','3725','0');
INSERT INTO so_phpbb_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('240','1','Happy Birthday Kabooosy','153','1143191641','110','10','0','0','0','3616','3757','0');
INSERT INTO so_phpbb_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('241','15','Mid South Con Meeting','61','1143198182','77','5','0','0','1','3619','3631','0');
INSERT INTO so_phpbb_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('242','1','TK-1265 Reporting in','259','1143209313','115','10','0','0','0','3632','3729','0');
INSERT INTO so_phpbb_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('243','3','LowSouthCon or LowCash Con!!!','49','1143230524','211','15','0','0','0','3662','3800','0');
INSERT INTO so_phpbb_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('244','1','TK-5505 BACK IN DUTY!!!!','260','1143234533','81','4','0','0','0','3670','3825','0');
INSERT INTO so_phpbb_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('245','5','ATTN: Huntsville/Madison members','74','1143266759','70','3','0','0','0','3696','3967','0');
INSERT INTO so_phpbb_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('246','1','Star Wars video','253','1143296078','126','9','0','0','0','3700','3838','0');
INSERT INTO so_phpbb_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('247','13','Royal Blue Guard   ...................FOR SALE','101','1143306569','68','2','0','0','0','3707','4559','0');
INSERT INTO so_phpbb_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('248','2','Royal Blue Guard','101','1143307650','48','1','0','0','0','3708','3716','0');
INSERT INTO so_phpbb_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('249','2','The SO Count Dooku','174','1143404188','402','34','0','0','0','3727','4195','0');
INSERT INTO so_phpbb_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('250','1','MidSouthCon','234','1143419120','104','1','0','0','0','3732','3804','0');
INSERT INTO so_phpbb_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('251','14','Sorry,..I had to repost this...','51','1143419818','67','2','1','0','0','3733','3750','0');
INSERT INTO so_phpbb_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('252','5','MidSouthCon report:','26','1143422559','695','49','0','0','0','3735','4202','0');
INSERT INTO so_phpbb_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('253','1','MidSouthCon Hotel Horror Stories?','65','1143438549','489','26','0','0','0','3771','4517','0');
INSERT INTO so_phpbb_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('254','5','Report on our unexpected board crasher','2','1143438732','141','7','0','0','0','3773','4128','0');
INSERT INTO so_phpbb_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('257','21','Holonet Communications','2','1143442205','9','0','0','0','2','3783','3783','0');
INSERT INTO so_phpbb_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('256','20','What the deuce is this for??','2','1143442108','116','6','0','0','2','3782','3951','0');
INSERT INTO so_phpbb_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('258','11','MSC conversation #1 .. code of conduct','2','1143442613','32','6','0','0','0','3784','4305','0');
INSERT INTO so_phpbb_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('259','11','MSC conversation #2 ... event coordinator','2','1143443765','61','15','0','0','0','3786','4484','0');
INSERT INTO so_phpbb_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('260','11','MSC conversations #3 ... New positions','2','1143444091','40','7','0','0','0','3787','4344','0');
INSERT INTO so_phpbb_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('261','1','Paging dwrd','253','1143487321','65','5','0','0','0','3834','3850','0');
INSERT INTO so_phpbb_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('262','1','MidSouthCon photos(WANTED)','253','1143488370','187','5','0','0','0','3839','4383','0');
INSERT INTO so_phpbb_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('263','19','Crush','188','1143489762','37','0','0','0','0','3844','3844','0');
INSERT INTO so_phpbb_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('264','21','How to format Member pictures','2','1143490296','9','0','0','0','2','3846','3846','0');
INSERT INTO so_phpbb_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('293','21','Web Team Tasks and what we're doing (please read first)','2','1143646262','19','3','0','0','2','4217','4641','0');
INSERT INTO so_phpbb_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('266','21','Member Pic frameset collection','2','1143491969','11','0','0','0','2','3851','3851','0');
INSERT INTO so_phpbb_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('267','2','I'm Makin' a Mini-gun','252','1143492723','76','6','0','0','0','3855','3898','0');
INSERT INTO so_phpbb_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('268','20','V for Vendetta','93','1143495012','187','18','0','0','0','3859','4599','0');
INSERT INTO so_phpbb_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('269','20','MidSouthCon pictures','88','1143499331','147','11','0','0','0','3875','4073','0');
INSERT INTO so_phpbb_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('270','8','MTAC - Nashville, April 21-23','93','1143512477','390','37','0','0','1','3901','4694','0');
INSERT INTO so_phpbb_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('271','11','Msc conversations #4-  new rules for forums and PMs','4','1143515731','50','15','0','0','0','3908','4369','0');
INSERT INTO so_phpbb_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('272','11','Msc conversations #5 -jamey and huntsville','4','1143516250','44','13','0','0','0','3910','4340','0');
INSERT INTO so_phpbb_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('273','5','LoCash Cowboys in Nashville - March 29','88','1143516315','33','4','0','0','0','3911','3918','0');
INSERT INTO so_phpbb_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('274','11','Msc conversations #6- defining the roles','4','1143517270','22','2','0','0','0','3919','4315','0');
INSERT INTO so_phpbb_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('275','11','Msc conversations #7- LTs and what do we do?','4','1143518004','59','13','0','0','0','3922','4441','0');
INSERT INTO so_phpbb_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('276','11','Msc conversations #8- contest to boost morale!','4','1143518242','36','11','0','0','0','3924','4046','0');
INSERT INTO so_phpbb_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('277','11','Yes im here.','3','1143521621','15','2','0','0','0','3932','3986','0');
INSERT INTO so_phpbb_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('278','2','MSE droid','13','1143551994','65','5','0','0','0','3955','4050','0');
INSERT INTO so_phpbb_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('279','10','Changes,oh they are a comin......','4','1143555499','154','11','0','0','0','3966','4640','0');
INSERT INTO so_phpbb_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('280','5','Contest to be announced','4','1143555803','139','8','0','0','0','3968','4106','0');
INSERT INTO so_phpbb_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('281','1','Need more input','253','1143565108','143','10','0','0','0','3987','4142','0');
INSERT INTO so_phpbb_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('282','13','[b] STAR WARS MINIATURES [/b]','61','1143585569','88','13','0','0','0','4066','4261','0');
INSERT INTO so_phpbb_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('283','19','Dent or not to dent...That is the question','174','1143594680','150','15','0','0','0','4091','4325','0');
INSERT INTO so_phpbb_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('284','5','All the cool signatures','4','1143595767','486','43','0','0','0','4093','4428','0');
INSERT INTO so_phpbb_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('285','5','NEW Contest announcement','4','1143596887','348','22','0','0','0','4100','4573','0');
INSERT INTO so_phpbb_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('286','5','New Logo thread','4','1143597055','328','13','0','0','0','4102','4653','0');
INSERT INTO so_phpbb_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('287','5','New Logo conversation thread','4','1143597189','47','1','0','0','0','4105','4107','0');
INSERT INTO so_phpbb_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('288','2','OT- Headless Horseman costume question','171','1143598088','35','1','0','0','0','4112','4146','0');
INSERT INTO so_phpbb_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('290','13','Sugar Glider + Cage','26','1143604307','110','8','0','0','0','4150','4328','0');
INSERT INTO so_phpbb_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('291','2','The Alien','26','1143608659','384','38','0','0','0','4176','4659','0');
INSERT INTO so_phpbb_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('292','5','The Kid from Brooklyn','45','1143620070','55','1','0','0','0','4199','4504','0');
INSERT INTO so_phpbb_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('294','21','Member pics','2','1143646570','30','5','0','0','0','4219','4644','0');
INSERT INTO so_phpbb_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('295','21','Web Team Squad','2','1143647015','15','1','0','0','0','4220','4508','0');
INSERT INTO so_phpbb_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('296','1','Napoleon Dynamite Spelling Bee','253','1143647758','37','0','0','0','0','4225','4225','0');
INSERT INTO so_phpbb_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('297','21','Website design','2','1143648360','5','0','0','0','0','4230','4230','0');
INSERT INTO so_phpbb_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('298','1','Thanks for the help :)','-1','1143654351','53','2','0','0','0','4254','4260','0');
INSERT INTO so_phpbb_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('299','5','Dinner Thursday Night Anyone?','45','1143655991','252','28','0','0','0','4257','4415','0');
INSERT INTO so_phpbb_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('300','5','Robert Jordan fans: sad news','65','1143672213','67','2','0','0','0','4290','4627','0');
INSERT INTO so_phpbb_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('301','1','Outpost vs Garrison question','209','1143730670','229','18','0','0','0','4349','4474','0');
INSERT INTO so_phpbb_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('302','11','Galleries request','3','1143734857','12','5','0','0','0','4354','4470','0');
INSERT INTO so_phpbb_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('303','1','sorry ladies........ and a few guys','92','1143740256','205','16','0','0','0','4368','4671','0');
INSERT INTO so_phpbb_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('305','4','Had a problem posting.','263','1143759007','55','2','0','0','0','4416','4535','0');
INSERT INTO so_phpbb_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('306','8','Drax and Laura's event ,missing?','4','1143769287','45','2','0','0','0','4429','4495','0');
INSERT INTO so_phpbb_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('307','1','Cya all in a couple of weeks','61','1143770552','126','9','0','0','0','4431','4549','0');
INSERT INTO so_phpbb_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('308','3','Jar Jar goodbye party','61','1143770763','48','1','0','0','0','4433','4563','0');
INSERT INTO so_phpbb_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('309','8','Jar Jar goodbye party','61','1143770797','96','6','0','0','1','4434','4580','0');
INSERT INTO so_phpbb_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('310','5','unofficial trooper graphic thread...','3','1143774450','145','7','0','0','0','4444','4598','0');
INSERT INTO so_phpbb_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('311','1','Kentucky-made SW parody-film?','134','1143778053','53','2','0','0','0','4448','4514','0');
INSERT INTO so_phpbb_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('312','5','Attention Toy Collectors: Urgent!!!!','19','1143780362','92','9','0','0','0','4453','4530','0');
INSERT INTO so_phpbb_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('313','21','New event categories','2','1143812799','9','1','0','0','0','4476','4510','0');
INSERT INTO so_phpbb_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('314','5','Life size IG-88','23','1143814263','84','7','0','0','0','4479','4539','0');
INSERT INTO so_phpbb_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('315','10','Change #1  Web Team','3','1143826300','137','12','0','0','0','4518','4637','0');
INSERT INTO so_phpbb_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('316','1','The Little Ninja','253','1143828912','37','0','0','0','0','4524','4524','0');
INSERT INTO so_phpbb_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('317','5','501st swag thread','4','1143856904','63','2','0','0','0','4555','4577','0');
INSERT INTO so_phpbb_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('318','14','Happy First Anniversary Vol. Garrison','43','1143867640','97','6','0','0','0','4572','4674','0');
INSERT INTO so_phpbb_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('319','10','Stealing Arkansas','88','1143868000','78','5','0','0','0','4574','4646','0');
INSERT INTO so_phpbb_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('320','10','Positive Reinforcement...','56','1143869881','97','6','0','0','0','4587','4662','0');
INSERT INTO so_phpbb_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('321','5','TIME CHANGE TONIGHT!!!','251','1143903518','65','5','0','0','1','4617','4698','0');
INSERT INTO so_phpbb_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('322','2','Galactic Marine update','74','1143945213','21','0','0','0','0','4647','4647','0');
INSERT INTO so_phpbb_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('323','12','Just Had to Share','68','1143951919','26','2','0','0','0','4652','4701','0');
INSERT INTO so_phpbb_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('324','13','501ST &amp; S.O. SWAG','92','1143957020','47','3','0','0','0','4656','4670','0');
INSERT INTO so_phpbb_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('325','1','swag has been posted','92','1143957240','28','0','0','0','0','4657','4657','0');
INSERT INTO so_phpbb_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('326','5','General Armor and Costume info...','252','1143958087','41','3','0','0','0','4660','4697','0');
INSERT INTO so_phpbb_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('328','2','Leighann's new costume','163','1143986675','60','5','0','0','0','4672','4699','0');
INSERT INTO so_phpbb_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('329','19','Digital Urban Camo','174','1143995981','15','1','0','0','0','4682','4685','0');
INSERT INTO so_phpbb_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('332','5','Facts about Tambo....','26','1144007439','9','0','0','0','0','4695','4695','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_topics_watch
#
DROP TABLE IF EXISTS so_phpbb_topics_watch;
CREATE TABLE so_phpbb_topics_watch(
	topic_id mediumint(8) unsigned NOT NULL,
	user_id mediumint(8) NOT NULL,
	notify_status tinyint(1) NOT NULL
	KEY topic_id (topic_id),
	KEY user_id (user_id),
	KEY notify_status (notify_status)
);

#
# Table Data for so_phpbb_topics_watch
#
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('189','252','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('184','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','147','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('4','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('5','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('6','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('8','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('9','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('10','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('6','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('12','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('14','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('182','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('4','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('6','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('14','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('9','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('55','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('16','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('17','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('4','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('17','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('5','147','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('185','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('24','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('24','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('8','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('303','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('11','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('18','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('22','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('25','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('3','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('18','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('6','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('14','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('6','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('9','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('27','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('16','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('31','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('29','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('27','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('28','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('39','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('28','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('37','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('29','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('27','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('28','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('29','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('25','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('38','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('4','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('32','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('44','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('54','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('55','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('55','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('35','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('16','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('38','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('36','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('37','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('33','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('35','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('58','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('29','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('24','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('59','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('5','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('51','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('331','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('51','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('16','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('33','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('62','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('44','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('60','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('147','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('17','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('86','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('64','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('105','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('68','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('62','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('72','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('70','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('74','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('74','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('70','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('66','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('72','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('73','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('67','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('58','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('11','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('76','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('80','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('80','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('13','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('80','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('14','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('16','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('84','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('84','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('17','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('25','62','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('14','62','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('85','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('86','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('86','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('70','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('88','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('89','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('56','180','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('95','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('92','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('85','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('28','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('72','101','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('87','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('85','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('86','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('99','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('76','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('281','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('103','155','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('92','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('88','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('82','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('81','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('11','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('100','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('29','62','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('35','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('64','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('90','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('107','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('97','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('299','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('107','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('18','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('109','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('82','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('113','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('114','34','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('114','62','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('114','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('114','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('328','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('114','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('113','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('110','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('114','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('115','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('116','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('116','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('115','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('117','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('116','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('115','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('108','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('118','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('125','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('125','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('126','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('105','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('127','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('127','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('128','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('116','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('115','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('129','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('124','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('97','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('124','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('131','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('126','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('131','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('109','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('120','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('131','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('102','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('142','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('143','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('144','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('143','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('145','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('132','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('131','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('146','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('141','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('136','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('130','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('138','180','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('100','180','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('144','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('74','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('18','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('141','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('123','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('131','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('147','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('141','217','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('151','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('151','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('151','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('37','62','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('18','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('120','217','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('147','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('28','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('52','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('40','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('151','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('75','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('54','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('151','8','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('74','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('88','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('154','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('154','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('154','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('43','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('144','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('110','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('110','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('156','217','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('158','28','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('158','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('156','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('162','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('157','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('143','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('56','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('160','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('143','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('31','11','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('165','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('156','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('164','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('157','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('27','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('168','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('171','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('171','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('172','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('162','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('18','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('173','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('173','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('176','183','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('166','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('176','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('166','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('181','183','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('177','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('179','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('177','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('178','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('181','174','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('30','101','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('178','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('154','153','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('178','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('86','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('186','101','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('243','101','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('186','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('184','242','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('191','252','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('196','11','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('198','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('200','8','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('201','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('200','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('197','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('202','251','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('164','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('163','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('207','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('208','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('193','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('210','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('211','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('14','8','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('215','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('217','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('209','8','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('216','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('218','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('205','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('213','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('205','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('219','234','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('205','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('213','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('221','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('220','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('163','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('223','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('212','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('224','183','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('219','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('173','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('219','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('188','101','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('225','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('227','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('234','101','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('235','101','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('231','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('230','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('236','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('77','180','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('223','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('237','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('236','238','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('77','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('241','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('241','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('240','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('240','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('240','238','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('114','101','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('243','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('243','8','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('242','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('236','8','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('244','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('247','101','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('248','101','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('249','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('243','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('250','234','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('249','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('251','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('252','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('252','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('251','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('252','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('251','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('245','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('252','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('214','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('254','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('257','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('256','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('258','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('259','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('260','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('254','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('250','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('252','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('246','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('261','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('264','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('293','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('266','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('256','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('267','252','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('268','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('226','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('253','238','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('267','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('63','252','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('300','252','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('270','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('271','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('272','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('273','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('259','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('274','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('275','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('276','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('225','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('225','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('253','234','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('271','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('276','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('272','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('270','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('258','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('277','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('279','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('245','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('280','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('274','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('88','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('275','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('279','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('282','61','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('249','252','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('283','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('284','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('284','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('285','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('286','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('287','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('254','252','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('254','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('292','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('284','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('284','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('291','49','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('283','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('294','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('295','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('297','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('33','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('62','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('291','174','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('298','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('299','45','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('291','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('258','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('259','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('260','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('260','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('271','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('272','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('274','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('275','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('299','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('302','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('301','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('306','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('307','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('308','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('309','61','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('312','174','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('310','2','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('305','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('301','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('313','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('4','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('306','6','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('303','6','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('303','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('310','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('307','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('314','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('304','180','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('307','238','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('317','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('315','49','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('315','4','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('319','2','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('320','4','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('195','252','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('326','252','1');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('4','147','0');
INSERT INTO so_phpbb_topics_watch (topic_id,user_id,notify_status) VALUES('329','174','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_user_group
#
DROP TABLE IF EXISTS so_phpbb_user_group;
CREATE TABLE so_phpbb_user_group(
	group_id mediumint(8) NOT NULL,
	user_id mediumint(8) NOT NULL,
	user_pending tinyint(1)
	KEY group_id (group_id),
	KEY user_id (user_id)
);

#
# Table Data for so_phpbb_user_group
#
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('2','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('1','-1','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('6','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('7','3','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('8','4','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('9','5','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('10','6','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('11','7','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('6','6','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('6','3','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('6','5','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('6','7','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('6','4','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('12','8','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('13','9','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('14','10','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('15','11','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('16','12','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('17','13','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('18','14','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('19','15','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('20','16','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('21','17','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('22','18','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('23','19','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('24','20','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('25','21','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('26','22','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('27','23','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('28','24','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('29','25','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('30','26','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('31','27','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('32','28','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('33','29','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('34','30','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('35','31','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('36','32','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('37','33','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('38','34','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('39','35','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('40','36','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('41','37','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('42','38','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('43','39','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('44','40','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('45','41','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('46','42','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('47','43','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('48','44','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('49','45','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('50','46','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('51','47','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('52','48','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('53','49','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('54','50','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('55','51','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('56','52','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('57','53','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('58','54','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('59','55','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('60','56','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('61','57','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('62','58','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('63','59','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('64','60','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('65','61','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('66','62','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('67','63','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('68','64','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('69','65','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('70','66','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('71','67','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('72','68','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('73','69','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('74','70','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','64','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('76','71','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('78','72','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('79','73','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('80','74','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('81','75','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('83','76','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('84','77','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('85','78','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('86','79','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('87','80','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('88','81','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('89','82','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('90','83','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('91','84','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('92','85','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('93','86','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('94','87','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('95','88','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('96','89','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('97','90','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('98','91','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('99','92','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('100','93','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('101','94','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('102','95','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('103','96','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('104','97','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('105','98','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('106','99','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('107','100','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('108','101','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('109','102','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('110','103','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('111','104','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('112','105','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('113','106','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('114','107','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('115','108','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('116','109','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('117','110','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('118','111','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('119','112','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('120','113','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('121','114','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('122','115','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('123','116','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('124','117','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('125','118','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('126','119','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('127','120','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('128','121','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('129','122','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('130','123','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('131','124','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('132','125','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('133','126','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('134','127','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('135','128','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('136','129','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('137','130','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('138','131','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('139','132','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('140','133','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('141','134','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('142','135','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('143','136','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('144','137','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('145','138','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('146','139','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('147','140','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('148','141','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('149','142','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('150','143','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('151','144','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('152','145','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('153','146','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('154','147','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('155','148','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('156','149','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('157','150','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('158','151','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('159','152','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('160','153','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('161','154','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('162','155','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('163','156','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('164','157','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('165','158','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('166','159','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('167','160','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('168','161','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('169','162','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('170','163','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('171','164','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('172','165','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('173','166','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('174','167','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('175','168','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('176','169','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('177','170','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('178','171','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('179','172','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('180','173','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('181','174','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('182','175','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('183','176','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('184','177','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('185','178','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('186','179','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('187','180','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('188','181','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('189','182','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('190','183','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('192','185','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('193','186','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('194','187','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('195','188','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('196','189','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('197','190','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('198','191','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('199','192','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('200','193','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('201','194','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('202','195','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('203','196','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('208','201','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('310','257','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('210','203','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('211','204','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('212','205','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('213','206','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('214','207','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('215','208','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('216','209','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('217','210','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('218','211','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('219','212','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('220','213','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('221','214','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('222','215','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('223','216','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('224','217','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('225','218','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('226','219','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('227','220','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('232','221','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('235','224','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('247','225','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('248','226','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('249','227','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('250','228','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','224','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('257','231','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('256','230','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('258','232','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','64','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','3','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','4','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','5','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','6','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','7','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','8','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','9','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','10','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','11','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','12','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','13','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','14','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','15','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','16','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','17','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','18','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','19','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','20','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','21','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','22','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','23','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','24','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','25','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','26','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','27','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','28','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','29','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','30','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','31','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','32','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','156','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','34','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','35','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','36','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','37','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','38','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','40','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','41','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','42','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','43','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','44','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','45','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','46','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','47','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','48','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','49','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','50','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','51','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','52','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','53','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','54','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','55','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','56','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','57','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','58','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','59','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','60','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','61','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','62','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','63','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','155','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','66','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','67','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','69','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','70','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','84','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','71','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','72','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','74','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','225','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','75','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','76','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','79','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','81','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','82','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','87','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','88','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','92','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','93','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','101','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','112','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','114','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','116','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','128','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','134','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','141','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','142','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','144','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','147','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','148','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','152','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','153','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','161','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','162','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','164','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','167','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','170','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','175','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','188','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','196','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','206','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','209','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','211','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','33','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','172','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','65','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','147','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','38','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','65','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','61','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','55','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','4','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','5','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','3','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','26','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','174','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','174','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','164','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','34','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','23','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','70','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','160','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','160','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','172','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','52','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','231','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('319','215','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','68','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','43','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','193','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('319','259','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('263','233','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','62','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','233','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','171','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','208','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','88','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('265','234','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','234','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','221','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','180','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('273','235','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','235','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('274','236','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('275','237','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','68','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('276','238','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','238','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('279','240','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('280','241','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('281','242','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('282','243','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','243','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('284','245','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('285','246','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','245','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','37','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','246','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('287','247','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('288','248','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','96','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('291','249','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','249','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('293','251','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','251','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('294','252','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','242','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','176','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','217','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('320','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','215','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','168','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','123','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','252','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('302','253','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','253','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('304','255','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('319','255','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('306','256','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','256','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','257','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('311','258','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','258','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('312','259','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('319','130','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('313','260','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','206','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('321','261','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','261','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('5','260','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('319','2','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('319','216','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('259','238','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('260','218','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('324','262','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('319','262','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('325','263','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('261','263','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('320','64','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('320','93','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('320','87','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('320','61','0');
INSERT INTO so_phpbb_user_group (group_id,user_id,user_pending) VALUES('328','264','0');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_users
#
DROP TABLE IF EXISTS so_phpbb_users;
CREATE TABLE so_phpbb_users(
	user_id mediumint(8) NOT NULL,
	user_active tinyint(1) DEFAULT '1',
	username varchar(25) NOT NULL,
	user_password varchar(32) NOT NULL,
	user_session_time int(11) NOT NULL,
	user_session_page smallint(5) NOT NULL,
	user_lastvisit int(11) NOT NULL,
	user_regdate int(11) NOT NULL,
	user_level tinyint(4),
	user_posts mediumint(8) unsigned NOT NULL,
	user_timezone decimal(5,2) NOT NULL DEFAULT '0.00',
	user_style tinyint(4),
	user_lang varchar(255),
	user_dateformat varchar(14) NOT NULL DEFAULT 'd M Y H:i',
	user_new_privmsg smallint(5) unsigned NOT NULL,
	user_unread_privmsg smallint(5) unsigned NOT NULL,
	user_last_privmsg int(11) NOT NULL,
	user_login_tries smallint(5) unsigned NOT NULL,
	user_last_login_try int(11) NOT NULL,
	user_emailtime int(11),
	user_viewemail tinyint(1),
	user_attachsig tinyint(1),
	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,
	user_popup_pm tinyint(1) NOT NULL,
	user_rank int(11),
	user_avatar varchar(100),
	user_avatar_type tinyint(4) NOT NULL,
	user_email varchar(255),
	user_icq varchar(15),
	user_website varchar(100),
	user_from varchar(100),
	user_sig text,
	user_sig_bbcode_uid varchar(10),
	user_aim varchar(255),
	user_yim varchar(255),
	user_msnm varchar(255),
	user_occ varchar(100),
	user_interests varchar(255),
	user_actkey varchar(32),
	user_newpasswd varchar(32)
	PRIMARY KEY (user_id),
	KEY user_session_time (user_session_time)
);

#
# Table Data for so_phpbb_users
#
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','1095735743','0','355','0.00','','','','0','0','0','0','0','','0','0','0','1','1','1','0','1','0','1','0','','','0','','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TB1309','9d70512fb816e0b0c92a529746c84e15','1143991874','-9','1143989779','1095735743','1','282','-6.00','1','english','d M Y h:i a','0','0','1143871111','0','0','','1','0','0','1','1','1','1','1','1','1','1','1','http://www.highlandcitadel.com/hcitadel/images/shadow_avatar.jpg','2','boywonder@knology.net','','http://swspecops.blogspot.com/','Madison, Alabama','Chris A aka &quot;Banzai&quot;
TB/TX1309
Southern Outpost
Garrison Web Liason
&quot;Remember, no matter where you go, there you are..&quot;
----------
http://tempusbgd.blogspot.com
http://swspecops.blogspot.com/','369876b5c4','','','','Software Engineer, Novelist','Writing, Programming, Costumes, Roleplaying Games, Wargaming','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TD152','3a7a786b4532824294ff1fc3bca99cc9','1144006719','21','1143827057','1096853003','1','1052','-6.00','1','english','D M d, Y g:i a','0','2','1144006370','0','0','','1','1','0','1','1','1','1','1','0','1','1','2','http://img.photobucket.com/albums/v309/bamatrooper/bamatrooperMEPD.jpg','2','bamatrooper@gmail.com','','http://al501st.com','Birmingham, Alabama','[img:f13b0a2688]http://img.photobucket.com/albums/v309/bamatrooper/bamatrooper.jpg[/img:f13b0a2688]

Bamatrooper
TD/TR/TS/TC/SL-152
SO-CO   www.501stso.com
Clonetrooper Detachment -DL www.clonetroopers.net
MEPD  www.MEPD.net','f13b0a2688','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','SL100','bf8297477aec722a665d69d0dc88894e','1144009352','-2','1143995172','1096853547','1','976','-6.00','1','english','D M d, Y g:i a','0','0','1143995062','0','0','','1','1','1','1','1','1','1','0','1','1','1','2','http://i13.photobucket.com/albums/a296/skipjenn/alien2.gif','2','SKIPJENN@COMCAST.NET','','','','Skip Curley
Southern Outpost XO


[img:f967729133]http://www.dwrd.net/skip.jpg[/img:f967729133]','f967729133','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Tambo','4e3ded961e788511ab4baae7c5083e35','1144006811','18','1144003221','1096853603','1','1456','6.00','1','english','D M d, Y g:i a','0','3','1144001189','0','0','','1','1','1','1','1','1','1','1','1','1','1','2','http://www.rpf.invisionzone.com/uploads/av-6450.gif','2','tk1128@bellsouth.net','','','Behind you..I see all.','BH/TK/TD-1128 &quot;Tambo Fett&quot;
Glenn Tamboia :jango
Southern Outpost GML

TAMBO RADAR ON[img:296ffd7902]http://bestanimations.com/Electronics/Radar-2-june.gif[/img:296ffd7902]
http://datacore.sciflicks.com/battlestar_galactica/sounds/battlestar_galactica_surprise.wav','296ffd7902','','','','Avionics/Electrical Tech','Movie props, costumes &amp; models','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TB1620','5cceebe1fae15054cfade47720e4b3aa','1143827827','5','1143821134','1096853654','1','275','-5.00','1','english','D M d, Y g:i a','0','0','1143819960','0','0','','1','1','1','1','1','1','1','1','1','1','1','2','http://i13.photobucket.com/albums/a269/Draxorian/PICT0448.jpg','2','draxorian@gmail.com','','http://www.501st.com/members/displaymember.cfm?userID=2460&amp;costumeID=6','Knoxville, Tennessee','for the Empire,
TB1620
aka Drax
aka Jason
:scout :snowtrooper :clonetrooper
[img:910a86bf86]http://i13.photobucket.com/albums/a269/Draxorian/draxbanner1.jpg[/img:910a86bf86]','910a86bf86','','','','Stormtrooper','Star Wars (DUH!)','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Jester','8b056b4cb82a632defaaa7800de011a4','1143999173','0','1143999122','1096853738','1','1147','-6.00','1','english','D M d, Y g:i a','0','0','1143996127','0','0','','1','1','1','1','1','1','1','0','0','0','0','2','16045342144274c3e7c495.jpg','1','tk-6873@netscape.com','','','Under here. You just said underwear','[img:d5c24dcf49]http://img.photobucket.com/albums/v647/TK_6873/Jester%20Gunn/NewJester.jpg[/img:d5c24dcf49]
69th Imperial Dewback Cavalry Commander','d5c24dcf49','','tk_6873','','It's a profession in itself just being me','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','admiral_holly','dfed0b43c3e2319ae250e906cc588ff5','1143514665','5','1143513788','1104163393','0','240','-6.00','1','english','D M d, Y g:i a','0','0','1143498053','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://img.photobucket.com/albums/v309/bamatrooper/zam/zam.jpg','2','admiral_holly@bellsouth.net','','','Birmingham, Alabama','[img:2d6eb162f3]http://img.photobucket.com/albums/v309/bamatrooper/SOBanner_Holly_SMALL.jpg[/img:2d6eb162f3]

The Admiral','2d6eb162f3','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK1380','c8dba8860216a8968797b4b0bcef3f9c','1104863045','7','1104294449','1104165451','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','9.jpg','1','ampkiller@hotmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK6150','a125a6b2a71e23adc002ac7fbe1a1042','1143846805','4','1143808754','1104165502','0','137','0.00','1','english','D M d, Y g:i a','1','0','1143902640','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v662/boinkffd/redo.jpg','2','boinker322000@yahoo.com','','','Franklin,TN','Fat , Drunk and Stupid is no way to go through life son!','c0e835f3bf','','','','Firefighter','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK4793','a26b55add84b159b19e72e121d808ebc','1143979733','0','1143979714','1104165545','0','47','0.00','1','english','D M d, Y g:i a','0','0','1143681387','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://pic7.picturetrail.com/VOL183/1444900/2874489/86087110.jpg','2','brad47932001@yahoo.com','','','Louisville, KY- Im invisible','Brad Link','d31c308234','none','brad4793','none','Kmart stocker','costuming','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TB3529','83d83b9d64eee92398d293247d7d7a3b','1143753748','0','1143747860','1104165589','0','34','-6.00','1','english','D M d, Y g:i a','0','0','1140459462','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://www.chris-campbell.com/mini3529tb.jpg','2','chris@chris-campbell.com','','http://www.chris-campbell.com','Russellville, AR','Chris C.
uubergeek
http://www.chris-campbell.com','40c6672610','','uubergeek','atuman@hotmail.com','Systems Programer','Lego, Star Wars, Costuming','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK326','c327cb7c2cce7e345fb8b6e672802c09','1143991786','-4','1143959649','1104165644','0','68','-5.00','1','english','D M d, Y g:i a','0','0','1143557040','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','42545844142f2822810cb8.jpg','1','chrislee007@mac.com','','http://chrislee.tv','Nashville, TN','Chris Lee
TK-326 501st Southern Outpost
R2 Builder','37d9428654','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','BH7401','9e81fdfba150a8d3e88156f444850e74','1104370301','0','1104370301','1104166550','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','cjm@hiwaay.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK2314','9e81fdfba150a8d3e88156f444850e74','1129759409','0','1126663572','1104166601','0','19','0.00','1','english','D M d, Y g:i a','0','0','1116621249','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','74129997741d06dc6d1528.jpg','1','coreysolo@gmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK3382','9e81fdfba150a8d3e88156f444850e74','1105990444','2','1105049813','1104166639','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','cpd-brian@msn.com','','','cleveland Tennessee','','','','','','police officer','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','SL9870','b529d8871187ecc7fe5f152142b3440a','1139880432','1','1139720584','1104166680','0','12','0.00','1','english','D M d, Y g:i a','0','0','1112323515','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','131784682141d06ded90794.jpg','1','johnson_craig@bellsouth.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','SL1959','9e81fdfba150a8d3e88156f444850e74','1143698418','5','1143247328','1104166740','0','33','0.00','1','english','D M d, Y g:i a','0','0','1142322108','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/190465/1455011Richard.JPG','2','crossr@yahoo.com','','','Louisville, Ky','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Jaster Mereel','a573f12ada396d2ff2f87ce41764427c','1143958935','10','1143927203','1104166785','0','430','-6.00','1','english','D M d, Y g:i a','0','0','1143902980','0','0','','1','1','1','1','1','1','1','1','0','0','1','0','http://img.photobucket.com/albums/v337/srmatlock/Jaster/CIMG6630_edited.jpg','2','darkknight006@hotmail.com','','','12 parsecs....   South of the Rishi Maze','[img:98372d5e8c]http://img.photobucket.com/albums/v337/srmatlock/Jaster/IvanSig.jpg[/img:98372d5e8c]


Escape.. Hide..
Find you later..
Kill  you then..','98372d5e8c','','','','Mandalorian Commander','My&quot;HOT &quot;girlfriend, and Mustangs.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','SL1135','995949642cc55fd6fc39816f273d0920','1143904317','5','1143840624','1104166829','0','249','0.00','1','english','D M d, Y g:i a','0','0','1143773328','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://kitsune-studios.com/Avatars/marame.jpg','2','dawn_catcher@hotmail.com','','','Church Hill, Tn.','See you later Space Cowboy..

     .:: Alli :: SL-1135 ::.','0d218d8786','MicaraSilverfox','allikat37642','dawn_catcher@hotmail.com','Student/Cashier','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK115','9e81fdfba150a8d3e88156f444850e74','1105393286','0','1105391956','1104166863','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','dc_con4@yahoo.com','','','Owensboro, KY','','','','dc_con4','','Engineering/CAD Drafter','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TD1042','9e81fdfba150a8d3e88156f444850e74','1143428093','19','1143001744','1104166927','0','214','3.00','1','english','D M d, Y g:i a','0','0','1142958358','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://216.77.188.54/coDataImages/p/Groups/230/230828/folders/190465/1428659Sgt.DarkAvatar.JPG','2','dollman9@bellsouth.net','','http://dioramadreams.com','Louisville, KY','Sgt. Dark
TD-1042
Fighting 69th Dewback Cav
"To Seek Thee out and Liquify Thyne Skull"','ae67ad5b87','','','','Production Artist','Bikes and Movie model making','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Darthangi','abb45c192f0818ff22b7ddda8566dac3','1144008790','19','1143926882','1104166981','0','412','-6.00','1','english','D M d, Y g:i a','0','0','1143604692','0','0','','0','1','1','1','1','1','1','1','0','0','1','0','http://www.thefourthrail.com/images/features/0902/previewsharleyquinn.jpg','2','Dolphingirlangi@aol.com','','','Williamsburg KY','[img:9f0dddf337]http://i3.photobucket.com/albums/y57/Darthangi/SOSIG.jpg[/img:9f0dddf337]

All the safety gear in the world can't protect you from being an idiot!','9f0dddf337','Dolphingirlangi','darthangi_td2977','','My occupational hazzard being my occupations just not around','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK5505','9e81fdfba150a8d3e88156f444850e74','1119905046','0','1116638508','1104167060','0','0','0.00','1','english','D M d, Y g:i a','0','0','1116452285','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','eheidel@knology.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TC057','e587a347a4e9f72368964df31d91d53d','1117429243','-4','1114921681','1104167099','0','0','0.00','1','english','D M d, Y g:i a','0','0','1114921681','2','1143305625','','0','1','1','1','1','1','1','1','0','1','1','0','','0','eraser@chartertn.net','','','Knoxville, Tn.','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Loki','be1defd64f6b46fef75e6e41c9ddb282','1144009349','0','1143992427','1104167129','0','2218','-6.00','1','english','D M d, Y g:i a','0','4','1144004821','0','0','','1','1','1','1','1','1','1','0','0','0','0','0','http://i23.photobucket.com/albums/b375/loki41872/7876.gif','2','geoff_fults@yahoo.com','','','Your Mother','All your Arkansas are belong to us!','948349a4cd','','loki41872','','Beer Guy','Skanks, Crack Whores, Oriental girls, Star Wars, Blondes, brunettes, Mandalorians, redheads.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','DZ6363','88b486d7e510619ad1722c4c4d5f9a86','1144008278','-2','1144005064','1104167200','0','26','-6.00','1','english','D M d, Y g:i a','1','0','1144009101','0','0','','0','1','1','1','1','1','1','0','0','1','1','0','','0','gethridg@hiwaay.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Fetthunter','e16543a85e1d3a8fdaa3100cfac2a529','1143914807','0','1142438917','1104167242','0','377','-6.00','1','english','D M d, Y g:i a','0','1','1142438917','0','0','','0','1','1','1','1','1','1','0','0','1','1','0','http://hiwaay.net/~jethridg/graphics/tdhfett120x120.jpg','2','jethridg@ro.com','','','Huntsville, AL','[img:e5adcaf9d6]http://hiwaay.net/~jethridg/graphics/jsig.jpg[/img:e5adcaf9d6]
[img:e5adcaf9d6]http://hiwaay.net/~jethridg/graphics/vbc.jpg[/img:e5adcaf9d6]','e5adcaf9d6','','','','Electrical Engineer, IT Consultant','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','IN3291','9e81fdfba150a8d3e88156f444850e74','1104178828','0','1104178828','1104167877','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','3037299341d06e9dbe6d4.jpg','1','gmsepiroth@charter.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TI3599','ab17850978e36aaf6a2b8808f1ded971','1136482583','0','1136482573','1104167922','0','0','0.00','1','english','D M d, Y g:i a','0','0','1136482399','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','114842156041d06ebef28d8.jpg','1','HIGNITE@aol.com','','','','','','hignite','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TI1218','3f67fd97162d20e6fe27748b5b372509','1133649359','-10','1132538982','1104167959','0','1','0.00','1','english','D M d, Y g:i a','0','0','1133648655','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','187165522641d06ef4e7bc9.jpg','1','jamiesimpson113800@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TI7429','9e81fdfba150a8d3e88156f444850e74','1127535573','1','1127338035','1104168012','0','11','0.00','1','english','D M d, Y g:i a','0','0','1121459488','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://i2.photobucket.com/albums/y6/JasOneMc/tuskenslave.jpg','2','JasOneMc@knology.net','','','Madison, Al.','Big J
TI-7429
DZ-7429','5f977a2962','','Ultramanbiga@yahoo.com','','CSI','Costuming, Spiders, Photography, Collecting,','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','JediToren','1f05ec103731e0a310f631119d612d23','1144007560','19','1143924975','1104168054','0','164','0.00','1','english','D M d, Y g:i a','0','0','1143917076','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://www.gotwookiee.com/avatar.jpg','2','jeditoren@gotwookiee.com','69348681','http://www.gotwookiee.com','Nashville, TN , USA','[url=http://www.gotwookiee.com][img:c5bddc0145]http://www.gotwookiee.com/images/logos/bannerA.jpg[/img:c5bddc0145][/url][url=http://www.rebellegion.com][img:c5bddc0145]http://www.rebellegion.com/images/rlogo3.jpg[/img:c5bddc0145][/url]','c5bddc0145','JediToren','JediToren','','Film student, Wookiee','Star Wars, Isaac Asimov, Dune (books), filmmaking, linux, costuming','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TB1112','5c1ec6e72d9cc5a5151160ad756776f7','1144008084','5','1143924789','1104168162','0','285','0.00','1','english','D M d, Y g:i a','0','0','1144007431','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://i30.photobucket.com/albums/c322/MommaJenks/scoutpirate.jpg','2','jkontak@knology.net','','','Madison, AL','[img:dd7aa15af7]http://i30.photobucket.com/albums/c322/MommaJenks/DodgerSigwoodssmallversion.jpg[/img:dd7aa15af7]','dd7aa15af7','','danibrandesi','eledan_brandesi@hotmail.com','Costumer, Mom, and Psychologist','Costuming, Science Fiction, Piracy, Cooking, Painting, Sailing, music','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','kelldar','aa1ea007f07aa246732b3c633fc2ad3c','1144009385','18','1143933277','1104173922','0','148','-3.00','1','english','D M d, Y g:i a','0','2','1143696696','0','0','','0','1','1','1','1','1','1','0','0','1','1','0','http://yarwood.org/kell/leia140.gif','2','kell@yarwood.org','','http://kellilla.com/me/costuming','Memphis, TN','-Kelldar the Deceiver, Despiser of Younglings and Destroyer of Worlds

[url=http://www.kellilla.com/me/costuming][img:b647f5cd6c]http://www.kellilla.com/stuff/banner.jpg[/img:b647f5cd6c][/url]','b647f5cd6c','barbariankelldar','','','student','costumes, biking, drawing, basketball','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK8657','9e81fdfba150a8d3e88156f444850e74','1143742600','-1','1143475536','1104173958','0','5','0.00','1','english','D M d, Y g:i a','0','0','1133539216','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','kenziecar1@aol.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','1','TK5773','9e81fdfba150a8d3e88156f444850e74','1143841717','0','1143840420','1104173986','0','398','0.00','1','english','D M d, Y g:i a','0','0','1141527117','0','0','','1','1','1','1','1','1','1','1','0','1','0','0','http://img.photobucket.com/albums/v660/knt_walker/TK5773.jpg','2','knt_walker@yahoo.com','','','Joppa, AL','Knight Walker
Shawn
ID/TK5773','5ebe8dcf3c','','','','Electronic eng/ programmer','501st, ghosts','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Hammer','28816da78dbf163b74c307725d4e65a3','1143968234','-9','1143946924','1104174022','0','595','-5.00','1','english','D M d, Y g:i a','1','0','1143980678','0','0','','1','1','1','1','1','1','1','1','0','0','0','0','http://img90.imageshack.us/img90/4538/conanicon2ax.jpg','2','lighthammer72@yahoo.com','','','Knoxville, TN','[img:af708d3db2]http://img53.imageshack.us/img53/5807/banner8da.jpg[/img:af708d3db2]','af708d3db2','Lighthammer72','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','Lady_Loki','073f99773db12841bb1dfed469f8d750','1133486644','0','1133486261','1104174052','0','47','-6.00','1','english','D M d, Y g:i a','0','0','1131752083','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v709/bammer37160/DSCN1642.jpg','2','lokis_lady_love@yahoo.com','','','Manchester, TN','Can i be a mongoose.. I want to be a mongoose dog....','88ab901dd7','','hot_damn_angel','','store clerk','Costume makeing','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TI2252','9e81fdfba150a8d3e88156f444850e74','0','0','0','1104174230','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','mcdo1840@bellsouth.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK6831','9e81fdfba150a8d3e88156f444850e74','1141166855','-10','1140445335','1104174258','0','3','0.00','1','english','D M d, Y g:i a','0','0','1141166778','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','71633936541d07ddde7aae.jpg','1','MMilner@vikingrange.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK7017','9e81fdfba150a8d3e88156f444850e74','0','0','0','1104174286','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','obi1knobi@insightbb.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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','TK3740','2cff03e4b9eb85b3bf5e924ccdc1348d','1144009101','-10','1144003184','1104174315','0','462','-6.00','1','english','D M d, Y g:i a','0','0','1144008828','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v690/DVDMaster1138/V-BeltKnives01.jpg','2','pblnixon@hotmail.com','','http://www.myspace.com/dvdmaster','Nashville (Antioch), TN','Zachmire (All riiiiggght!)
DVDMaster, TK/TS-3740  :trooper  :snowtrooper
Blizzard Force / Avalanche Squad
MSC 2005 Wet Ewok Award (18 hrs. in TK)
&quot;No pictures, no event.  Those are the rules...that I just made up.&quot;','430302e96d','dvdmaster1138','','','Auditor','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('44','1','TB400','9e81fdfba150a8d3e88156f444850e74','1143743229','-4','1143598708','1104174346','0','2','0.00','1','english','D M d, Y g:i a','0','0','1143059644','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','rbeck3200@yahoo.com','','','Birmingham, Alabama','','','','','','Computer Tech','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('45','1','JediAgent','a377ae0667f54ad6a060a954f4d738c2','1143827450','5','1143824839','1104174375','0','141','-6.00','1','english','D M d, Y g:i a','0','0','1143750777','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v519/jediagent/icons/QuinlanHologram.jpg','2','jediagent@jediagent.com','','http://www.jediagent.com','Nashville, TN','..:: ] Ryan [ ::..
[ 501st Legion: DZ-2400 ]
[ RebelLegion: JediAgent ]

[url=http://www.jediagent.com][img:a2c62de004]http://img.photobucket.com/albums/v519/jediagent/signatures/jediagent_sig.gif[/img:a2c62de004][/url]','a2c62de004','','','','Musician','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('46','1','SL9256','ed2bb506beaa29d347d324a9cdb9616c','1142101967','0','1142058457','1104174408','0','12','-6.00','1','english','D M d, Y g:i a','0','0','1114651829','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','195598908541d07e4cf0a2a.jpg','1','ryu-kumon@comcast.net','1589190','','Huntsville, AL','','','hryushtnha','ryukumon@yahoo.com','ryukumon@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('47','1','TK1028','9e81fdfba150a8d3e88156f444850e74','0','0','0','1104174445','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','SergeantTK1028@aol.com','','','Kentucky','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('48','1','BH2371','a8eaf8cf3ba33682bb5d32412bec68cc','1143913970','8','1142203183','1104174482','0','40','0.00','1','english','D M d, Y g:i a','0','0','1143913013','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','143371199642cb18a2b0514.jpg','1','sheepdawg@mindspring.com','','','Nashville, Tn','Kevin Peters

BH-2371
TitanFett','24e011118a','','','','Physical Therapist and Athletic Trainer','Christ, My family, SW, golf, and video games','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('49','1','Z-Man','55ad8a4a98d5ed1f8094f1f6eb95a016','1144007154','1','1143979735','1104174524','0','1502','-6.00','1','english','D M d, Y g:i a','0','0','1144007024','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://img.photobucket.com/albums/v217/skywalker1620/DSCN3848.jpg','2','skywalker1620@hotmail.com','','http://www.z-man.net','Birmingham, Alabama','Z-man
TK-2201
Rookie of the year 2004
Shaved Wookie Award 2005
Southern Outpost Alcohol Garrison

"TK-421. . . Why aren't you in your pants?"

 
[img:6deaeddf44]http://img.photobucket.com/albums/v217/skywalker1620/Z-mansCollagestretched.jpg[/img:6deaeddf44]','6deaeddf44','','','','','ummm.....hmmmm...ahhh.....geeezzz......welll.....','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('50','1','SL2411','9e81fdfba150a8d3e88156f444850e74','1111272354','-9','1111203135','1104174560','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','162562211741d07fe739b35.jpg','1','Stormtrooper379@aol.com','','','Jackson, Tn','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('51','1','TK1716','6e55b45374d217483967cffeace653dd','1143468928','-10','1143419818','1104174594','0','85','0.00','1','english','D M d, Y g:i a','0','0','1143468928','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://www.fishingms.com/captainfark/grab2.gif','2','sw_fan2000@yahoo.com','','http://www.thejawa.com/nuke/modules.php?name=4ndvddb&amp;rop=show_dvd&amp;id=48','Pelham, Alabama','[img:a43f6a8852]http://www.swsyndicate.com/php-bin/forum/uploads/jason_sig.gif[/img:a43f6a8852]
Jason Collier
ULTIMATE STAR WARS FAN
[url=http://www.thejawa.com/nuke/modules.php?name=4ndvddb&amp;rop=show_dvd&amp;id=48]CLICK HERE TO SEE MY COLLECTION[/url]','a43f6a8852','Dhaka2','sw_fan2000','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('52','1','TK5163','9e81fdfba150a8d3e88156f444850e74','1144009331','1','1143984638','1104174646','0','82','0.00','1','english','D M d, Y g:i a','0','0','1143919424','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://i12.photobucket.com/albums/a227/tasullens/Mini_Vader.jpg','2','tasullens@mindspring.com','','','Springville, Alabama','Thad
TK/SL 5163

&quot;Evil will always triumph, because good is dumb&quot; - Dark Helmet.

[img:2fdc683517]http://i12.photobucket.com/albums/a227/tasullens/SOBanner21.jpg[/img:2fdc683517]','2fdc683517','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('53','1','BH7899 - T-Bone','d3103f022b66619fcc3002cef386d3bb','1143195356','0','1141630790','1104174680','0','93','-5.00','1','english','D M d, Y g:i a','0','0','1143195356','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://img1.yoxio.com/img/196872.jpg','2','tbone.brown@gmail.com','','http://www.geocities.com/tracybrown2003/index.html','Lanett, AL','<B>T-Bone
BH-7899</b>

<I>Make something idiot proof, and they'll make a better idiot.</I>

<img src="http://img1.yoxio.com/img/202153.gif">','a486e73456','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('54','1','TD235','12ed83fb4d7fc7e546e7bc9d6e4dfe5b','1143838203','-2','1143835087','1104174708','0','278','-6.00','1','english','D M d, Y g:i a','0','0','1143824631','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://i14.photobucket.com/albums/a336/TD235/aau2.jpg','2','td235m@yahoo.com','','','Whites Creek, TN','Mark
TD/TI/TS 235
Trooper Of The Year '04
69th Dewback Cavalry
Jolly Roger Squadron
Southern Outpost

Long Live The Empire!

[img:da32f7faf1]http://i14.photobucket.com/albums/a336/TD235/Mark_Banner.jpg[/img:da32f7faf1]','da32f7faf1','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('55','1','stormshadow','7c61cdbeba6fcc0c0e88bda819459509','1143992589','-1','1143944548','1104174738','0','302','0.00','1','english','D M d, Y g:i a','0','0','1143857900','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://i29.photobucket.com/albums/c275/buffbat1/bobandtnababes.jpg','2','td69772002@yahoo.com','','','Georgetown, KY','Bob Link

TK 6977

2004 Wet Wookie
[img:f116e273fb]http://i29.photobucket.com/albums/c275/buffbat1/LoveBlaster2.jpg[/img:f116e273fb]

Mama says  it just beez that way sometimes','f116e273fb','','','','Stormtrooper','Star Wars, Batman etc..','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('56','1','RoseGuard','bb9a450362a44549c0e6bb5007999fda','1143994872','0','1143993691','1104174858','0','378','-5.00','1','english','D M d, Y g:i a','0','0','1143991351','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://knoxlotr.8m.com/sfgcafe/portal/cracker.jpg','2','rose@severedwings.com','','http://www.severedwings.com','Knoxvegas','Sweetpea's Secretary
TR5123/RoseGuard/Ruusaan
[url=http://www.severedwings.com/]A Severed Wings Concept[/url]
[img:c969aa13d0]http://www.severedwings.com/rg/roseban3.jpg[/img:c969aa13d0]','c969aa13d0','scifigal5123','lady_saisana','temasala@hotmail.com','Costumer/Props','Sci-Fi/Fantasy/Costuming','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('57','1','TK7865','9e81fdfba150a8d3e88156f444850e74','1143919683','5','1143536552','1104174892','0','30','0.00','1','english','D M d, Y g:i a','0','0','1139342645','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://i2.photobucket.com/albums/y38/Tiepilot/boy2.jpg','2','tiefighter_pilot_2@yahoo.com','','','','','','','Tiefighter_pilot_2@yahoo.com','','Imperial Starfighter pilot','Killing Rebels','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('58','1','Suppa Fett','d4816594ebebb394973352d0ef24d090','1143662314','0','1143500044','1104175029','0','33','0.00','1','english','D M d, Y g:i a','0','0','1143661676','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','192683167742efe3c24dc8f.jpg','1','tk0641@yahoo.com','','','','". . . .but this one goes to 11!!!"','30a67fb1e9','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('59','1','TK104','3110453af022a15f185fd05b0408cdea','1140396168','0','1136975696','1104175089','0','1','0.00','1','english','D M d, Y g:i a','0','0','1131741867','0','0','','0','1','1','1','1','1','1','0','0','1','1','0','http://www.fl501st.com/boards/images/avatars/57044564740253e31445d8.jpg','2','tk104@adelphia.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('60','1','TK1143','9e81fdfba150a8d3e88156f444850e74','1143894417','0','1143869296','1104175119','0','182','0.00','1','english','D M d, Y g:i a','1','1','1143902221','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://i22.photobucket.com/albums/b306/TK1143/SO.jpg','2','TK1143@gmail.com','','','','[b:85d371e642] 
I'll do it, Im a MEDIA WHORE! [/b:85d371e642]','85d371e642','','','','','','3155b8','86c99e6a01f37489bee17b280565a553');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('61','1','on_vacation','23d45b337ff85d0a326a79082f7c6f50','1143819760','21','1143806625','1104175168','2','2465','0.00','1','english','D M d, Y g:i a','0','0','1143819375','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','http://triggur.org/ewok/deadewok.jpg','2','tk6203@crimsonnova.com','','','Who cares','~Atin
TX TK SL DZ IR 6203
Remember that number, because it will be the last one you see when the scope hits you.
If you desire to know a culture, look at their art...
 :theman 
 :ewok  :shoot','9756d036f8','','atin_miller','','loser','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('255','1','m'Lord','8a809545d011d8b0284a4c75356bf114','1142668116','0','1142603865','1142508491','0','0','0.00','1','english','D M d, Y g:i a','0','0','1142668116','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','ruajedi2@comcast.net','','','Provo, UT','','','','','','','','1f6481','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('253','1','RReed','e28d6ea03f3c52379c0742cde56d7270','1144002646','0','1143993348','1142447567','0','31','0.00','1','english','D M d, Y g:i a','0','0','1143991099','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','20278440994425572609806.jpg','1','robvio@budweiser.com','','','Lost in space','','','','','','In transition','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('220','1','farialyton','25c99f112211406f4bcd494ed3691c90','1138390698','10','1138371068','1138056860','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','fatherfaria@yahoo.com','','','','"I can't protect you without holding a sword,
I can't embrace you while holding a sword."
~Tite Kubo','57e9ee4b83','farialyton','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('62','1','TS6874','77ceb9ee40b1fcbd215480392051230c','1143758431','0','1143668407','1104175241','0','48','-6.00','1','english','D M d, Y g:i a','0','0','1143758119','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','http://img.photobucket.com/albums/v647/TK_6873/Miscellaneous/1865087823.jpg','2','susieq6874@gmail.com','','http://www.501st.com/members/displaymember.cfm?userID=4217&amp;costumeID=3','Margaritaville','Susanne Lester
TS-6874
Southern Outpost','aca37cd71a','','','','training specialist','it's a secret.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('63','1','DZ3371','aa8e9946177e36ddcabc37814224243c','1143686729','8','1140586891','1104175270','0','54','0.00','1','english','D M d, Y g:i a','0','0','1140586891','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://i22.photobucket.com/albums/b336/mojo_jokowski/11944.jpg','2','ultramandisks@yahoo.com','','','Huntsville, TN','Mojo says-

"When it comes to genetic manipulation...for every Schwarzenegger there's a Devito."

"I believe in truth, justice and the American way...but mostly hookers."','7c44655f13','','','','','Truth, Justice and the American way...but mostly hookers.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('64','1','Wookieegunner','a23d8212000cc5b594e6adffe3b77de4','1144008067','13','1143920353','1104175988','2','385','-6.00','1','english','D M d, Y g:i a','0','0','1143651010','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://highlandcitadel.com/sith/images/WookieeGunner.jpg','2','wookieegunner@highlandcitadel.com','','','Madison, Alabama','[img:81a575104f]http://www.danasoft.com/sig/WookieeGunner.jpg[/img:81a575104f]','81a575104f','','','','Computer Guy','Star Wars','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('65','1','RL-BlueJedi','9e81fdfba150a8d3e88156f444850e74','1143920546','-9','1143871005','1104176031','0','457','-6.00','1','english','D M d, Y g:i a','0','0','1143748291','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','78783630342f3e5b403ff6.jpg','1','vy_pi@lycos.com','','','Madison, AL','Jennie, in blue
[img:9bcf603de0]http://banners.wunderground.com/weathersticker/miniWeather2_cond/language/www/US/AL/Madison.gif[/img:9bcf603de0]

* (Not true.)','9bcf603de0','','vnysadora','','Pet wrangler/Domicile Administrator','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('217','1','Orion Knight-star','fc660677f036ae8c51d5ac15fd98f90d','1143695140','1','1143574948','1137547068','0','22','0.00','1','english','D M d, Y g:i a','0','0','1138918890','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','richardamckeel@bellsouth.net','','http://www.chattooine.com','CHATTANOOGA','&quot;You have failed, your highness. I am a Jedi, like my father before me.&quot;','bdb90014c5','TNHISTORYSTUDENT','CHEROKEEWOLF1995','','College STUDENT-Senior','Sci Fi, photography, writing, and history','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('66','1','BH2376','9e81fdfba150a8d3e88156f444850e74','0','0','0','1104176787','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','bh2376@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('67','1','ID6552','9e81fdfba150a8d3e88156f444850e74','0','0','0','1104176840','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','angelwl78@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('68','1','blink4077','6e839c99c3b4cec8db5e8e1d54f34ae5','1144007540','0','1144003753','1104176988','0','14','0.00','1','english','D M d, Y g:i a','0','0','1142788003','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://pic7.picturetrail.com/VOL183/1444900/7473834/133681056.jpg','2','bns3178@yahoo.com','','','Georgetown','Always do sober what you said you'd do drunk. That will teach you to keep your mouth shut  ~Ernest Hemingway
[img:4db669e7d4]http://pic7.picturetrail.com/VOL183/1444900/7473834/133680779.jpg[/img:4db669e7d4]','4db669e7d4','','','','Theatre Manager','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('69','1','BH2209','9e81fdfba150a8d3e88156f444850e74','0','0','0','1104177545','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','dandr3@earthlink.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('70','1','TC-760','4c795f957a9d0c3d0a8727b46419e100','1144009354','12','1144003009','1104195641','0','655','-5.00','1','english','D M d, Y g:i a','1','0','1144003009','0','0','','0','1','1','1','1','1','1','0','0','0','1','0','http://knoxlotr.8m.com/rg/sadtambo1.png','2','saxecoburg76@yahoo.com','','http://www.adventurecon.com','Knoxville TN','~jon. TC-760 plank member 501st Southern Outcast
[img:d5ae7ce21e]http://www.severedwings.com/rg/newjonban111.jpg[/img:d5ae7ce21e]
Life is what happens while planning for tomorrow.','d5ae7ce21e','','','','CAD drafter/free-lance artist','Spending time with friends and family','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('201','1','vongbait','688f69496ca880f5fd5b57fd3a1fa395','1140649843','0','1134682548','1134668701','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','0','0','1','0','0','','0','vongbait@yahoo.com','','','Dubrillion','HAWK-BATS NEEDED THESE MORE THAN YOU! KNEEL TO THE HAWK-BATS, WORMS. GET OUT OR BE SORRY; THIS PLANET IS NOW OUR PROPERTY.','c61d7e048b','','','','annoy the vong','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('84','1','SL-5437','5356f452138192099d4b811e326ce969','1117143139','0','1115064612','1110346978','0','10','0.00','1','english','D M d, Y g:i a','0','0','1117143139','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','ali_bumbai@hotmail.com','','','Louisville, KY','"All you have to decide is what to do with the time that is given to you..."
            ------------ Gandalf the Grey','955e0beb3b','','','ali_bumbai@hotmail.com','Student','Star Wars, Batman, Horror Genre','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('71','1','TK868','4172be89268052a18def68bf00569774','1143873302','0','1142880031','1104431455','0','25','6.00','1','english','D M d, Y g:i a','0','0','1142189499','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','john@johnpalmeri.com','','http://www.johnpalmeri.com','Crossville, TN','TI/TK/TB/ID-868
"Bluewolf"

Duct tape is a lot like the force, it has a light side, a darkside and it binds everything together.','3ea6bc5ac5','','','john@johnpalmeri.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('72','1','TR1865','9e81fdfba150a8d3e88156f444850e74','0','0','0','1104876052','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','e_nock@hotmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('73','1','uscmglover','e04aa5104d082e4a51d241391941ba26','1117549954','10','1117166319','1105130173','0','9','0.00','1','english','D M d, Y g:i a','2','0','1118447616','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://clonetroopers.net/Forum/uploads/av-3.gif','2','uscmglover@mchsi.com','','http://www.scifiarmor.com','Pensacola, FL or southeast, AL','Mike "BlackOut" Glover
TC + ARC 9111   and a bunch of others
FL Garrison Chief Armorer
501st Clonetrooper Detachment Leader','472fc277f4','','','uscmglover@hotmail.com','sales/marketing/design','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('74','1','TB1184','9e81fdfba150a8d3e88156f444850e74','1144002033','0','1143998522','1105135776','0','481','-6.00','1','english','D M d, Y g:i a','0','1','1143779790','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://nuclearstomach.bigpolley.com/uploads/hahaicon.jpg','2','dave@bigpolley.com','163533606','http://nuclearstomach.bigpolley.com/go','Huntsville, AL','TB-1184
David Reimer, the torso_boy
Huntsville, AL
Pathfinders (Vixx's Boys)
[url=http://nuclearstomach.bigpolley.com/go/tour.html]Tour of Duty[/url]','c533acc268','linusblanketeer','davre_gamob','njrotc_cadet@hotmail.com','student','Star Wars, you dummy!','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('225','1','TB744','0e7e9341ec7e11c122668bbc61242a1d','1143991113','0','1143948563','1139687664','0','25','0.00','1','english','D M d, Y g:i a','0','0','1142526737','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','tb744@ohio501st.com','','','Columbus, Ohio','TB/SL744
Ohio Garrison XO
www.ohio501st.com','8121c0fd9a','','','','','Costuming','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('75','1','TK1427','fda0b85b8332369cb1cc6f12d88d8f83','1143955646','0','1143955593','1105591988','0','194','-6.00','1','english','D M d, Y g:i a','0','0','1143955459','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v718/tk1427/SOTrooper.jpg','2','tk1427@msn.com','','','Memphis, TN','TK-1427 :trooper
Chuck Flynn
[color=yellow:bbabced340]5[/color:bbabced340]outhern [color=yellow:bbabced340]0[/color:bbabced340]utpost [color=yellow:bbabced340]1[/color:bbabced340]ncident
Memphis, TN
[img:bbabced340]http://img.photobucket.com/albums/v718/tk1427/SOBanner2.jpg[/img:bbabced340]','bbabced340','','','tk1427','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('76','1','CGClone','9f3c13580e88cd4691403d7ebe299578','1111726938','0','1111626521','1105745321','0','18','0.00','1','english','D M d, Y g:i a','0','0','1109691932','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','117594409041edcbb1e43fb.gif','1','chasegustafson@hotmail.com','','http://www.geocities.com/gustafagraphics','Smyrna/Nashville','"Skip saw that..." - Loki','77195aaab6','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('77','1','obee1','5fcfd41e547a12215b173ff47fdd3739','0','0','0','1106580064','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','obi1knobi@insightb.com','','','Kentucky','','','obi1knobi70','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('78','0','Kueller','d0cf41590d8f49d4e742d059607dd718','0','0','0','1107381497','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','kueller@kueller.net','','','','','','','','','','','a28e62','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('79','1','tk1066','1136cb1f7f77f54df2cf27807bf02502','1123241417','0','1113200125','1107407541','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','1','1140763947','','1','1','1','1','1','1','1','1','0','1','1','0','','0','tk1066@att.net','','http://www.501st.com','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('80','1','GMSepiroth','06edc435f8f638335c669ed1ef42be8b','1138078016','0','1128776142','1108187031','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','gmsepiroth97@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('81','1','ti2874','28cdd805515d6af292cd1e91f30d367d','1140693185','2','1112602741','1108401144','0','1','6.00','1','english','D M d, Y g:i a','0','0','1111644111','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','odstiny@yahoo.com','','','Memphis, Tn.','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('82','1','TK256','312dfab3a7253d49b3e05e949286dacc','1113038440','0','1111223832','1109293596','0','1','0.00','1','english','D M d, Y g:i a','0','0','1109528531','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','john@move-along.co.uk','','http://www.romfx.com','UK','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('83','1','DYoung','23f99a350ff8394f75d1564a184db41b','1110315574','0','1110231770','1109961650','0','2','0.00','1','english','D M d, Y g:i a','0','0','1110231244','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','http://www.starwars.com/databank/organization/stormtroopers/img/movie_sm.jpg','2','david.m.young@erac.com','','','Tampa, FL','DAVE
TK-1855
Tampa Bay Squad','caac6734dd','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('85','1','Wolfram1433','af86de58b16d8d85b69e4b33484802af','1135834264','0','1135834264','1111606008','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','Wolfram1433@yahoo.com','','','','','','','','','','','5d7bcc','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('86','1','Baldur87','70eb81b8b12f2805e9b8013440ef4311','1128434991','7','1128038238','1111718320','0','1','-4.00','1','english','D M d, Y g:i a','0','0','1114799767','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','Baldur87@gmail.com','','','Bardstown, Kentucky','_______________________________________
Patrick Greenwell
TK - 3592

"Oh, I'm afraid the deflector sheild will be quite operational when your friends arrive."','6ac7e1bdf1','psgreenwel','','Patrock87@hotmail.com','Student, Projectionist at Movie Theater','I don't know maybe...Star Wars?','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('87','1','TC8881','9f3c13580e88cd4691403d7ebe299578','1144009740','-9','1143922411','1111761784','2','473','0.00','1','english','D M d, Y g:i a','0','1','1143777660','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','10840458234410d7a78e1eb.gif','1','gustafagraphics@hotmail.com','','','Nashville','[img:6b14777bb2]http://i7.photobucket.com/albums/y261/CGClone/wookieehuntersig.jpg[/img:6b14777bb2]

~&quot;Just because you can, doesnt mean you should&quot;

~&quot;Don't confuse activity with acheivement&quot;','6b14777bb2','','','','Graphic Designer','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('88','1','Obi-TN','77a880f25321b3db56fa443adbd4b08a','1144002142','-10','1143958019','1112126663','0','605','-6.00','1','english','D M d, Y g:i a','0','0','1144001651','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://people.vanderbilt.edu/~glenn.stein/avatar.jpg','2','glennstein@jhu.edu','','','Nashville','Glenn
TC-6180 (OBI9)
RL: Obi-TN
new license plate: SL 6180
[img:80ef69b1d0]http://people.vanderbilt.edu/~glenn.stein/SOBanner.jpg[/img:80ef69b1d0]','80ef69b1d0','Glenn10STN','','','Programmer','Photography, Tennis','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('89','1','Invader','ad9b6a6b4bc1865099696a6a68ac6b87','1137296783','0','1125789250','1112162280','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','invader@darklordsofsith.net','85212339','http://www.501st.com','Rogers, Ar','Invader
Omega wing
DS-726
Reaper 9

501st
ID-7267
Ti-7267
(soon hopefully BH-7267)','56815d937c','darklordinvader','dlinvader29','invader036@hotmail.com','none :(','Costuming, SWG','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('90','1','rongofett','93a8290ab627bc7fc203f55e69f4bb63','1133299231','7','1131983601','1112628788','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','rongofett@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('91','1','Meekay','3ab47284cf7e260541d810beb54d3405','1115753178','0','1115670206','1112635912','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','meekay@gmail.com','','http://www.xanga.com/ducttapelord','','Sir, that's not really a cup holder... That's your CD-ROM drive.','f68c77695b','Flatland+Brain','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('92','1','ampkiller','bde58866b5c36a28b236a16a36b0a35d','1143980962','-9','1143958106','1112663912','0','19','-6.00','1','english','D M d, Y g:i a','2','0','1143989686','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','106885391243b3525553747.jpg','1','wiseguybuttons@alltel.net','','','Kentucky','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('93','1','Gooshy','444e1a18848e85ad5492301645d94537','1144008980','0','1144005344','1112668770','2','363','-6.00','1','english','D M d, Y g:i a','0','0','1144002268','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://tk-2486.com/501/sigs/vlogo_transparent.gif','2','gooshy@gmail.com','','http://tk-2486.com','Auburn, AL','TK-2486 [img:46ee471c6e]http://tk-2486.com/501/trooper.gif[/img:46ee471c6e] [img:46ee471c6e]http://tk-2486.com/501/mando1.gif[/img:46ee471c6e]
Jon Jones','46ee471c6e','Goosh132','','','Patrolling long hallways with endless maintenance shafts with no safety rails','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('94','1','Gigas81','c227325769753ab93cfe4fc99266d9df','0','0','0','1113021123','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','the_b_99@yahoo.com','','','','','','Gigas2k3','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('95','1','Lord Tater','534f40fdf638dedd491fe73fd6683923','1124064821','0','1122684200','1113064149','0','4','0.00','1','english','D M d, Y g:i a','0','0','1124064821','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','151423602428203af6b816.gif','1','evil_palpatine@hotmail.com','','','Elsmere, KY','BH 2376 
TD 2376 
Southern Oupost','596aa60d04','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('96','1','Sabiru','c2d1dc7e696aeb9898dcce1ce1bf0cf5','1144003163','0','1143991132','1113102267','0','40','-6.00','1','english','D M d, Y g:i a','0','0','1141543575','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://ozurr.walagata.com/tivalavab.jpg','2','valgard123@yahoo.com','','','Belzoni,  MS','TI0651','fecda9a82e','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('247','1','hothogan','81683f6df095c09d32489ae06ad19323','0','0','0','1141455451','0','0','0.00','4','english','D M d, Y g:i a','0','0','0','0','0','','0','0','0','0','0','1','1','1','0','1','1','0','','0','hothogan@dosageectlady.com','','http://www.psiminst.com/','MN','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('97','1','Faiz','f912888d840261955b70957fed4dad56','1116880632','-9','1113692341','1113288761','0','11','-5.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','552223299425cca083d15c.jpg','1','djtokimi@comcast.net','','','','','','djtokimi','zero_tokimi','djtokimi@comcast.net','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('98','1','variable','bf583f3413bffca711c3266a1571b377','0','0','0','1113781270','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','davidbrooke@houston.rr.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('99','1','MichaelW','0acf4539a14b3aa27deeb4cbdf6e989f','0','0','0','1113788918','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','0','0','0','','0','dert366@hotmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('100','1','ReplacementKiller','7c3c4dd970f803bce1c968ecb9256def','1123036428','10','1121022570','1114026111','0','3','0.00','1','english','D M d, Y g:i a','0','0','1116298270','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','jedivader@gmail.com','','','','','','jedivader07','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('101','1','The Blaster Disaster','cc4b2066cfef89f2475de1d4da4b29c7','1144006978','-4','1143989025','1114391429','0','213','0.00','1','english','D M d, Y g:i a','0','0','1144006794','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://i18.photobucket.com/albums/b131/BAMABOUNCER/DSCN0203_064.jpg','2','SOL8582174@AOL.COM','','','OXFORD AL','TK3331................. Vader's plan "B" !','1bb13c0660','','','','Plan B','Seeing how long it takes me to empty a blaster!','296d53','a4e03985c3a9a473128b4bf64463def2');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('103','1','ICKessler','3b6199aef21daa607dc49845934a6059','1127431181','0','1126818115','1114492321','0','11','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','ICKessler@Hotmail.com','','http://www.geocities.com/ickessler','Mississippi','','','','ickessler','','Janitor','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('102','1','iceman','dc341df53e22b5d3d2bd91e5af8135c9','0','0','0','1114483457','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','otter314@hotmail.com','','','','','','otter314','','otter314@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('104','1','D-Ray Kenobi','91ae4e5b97f500c263be501dd9647aad','1140668786','0','1140632462','1114745633','0','10','0.00','1','english','D M d, Y g:i a','0','0','1140668786','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','danielhorton@gmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('105','1','Medicliz70','d5eb266f32e152909ccc8c5a925786ef','0','0','0','1114841644','0','0','1.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','elizabeth.anne.johnson@us.army.mil','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('106','0','Revan','d679fb06f7d6b959274c2956a5edd13b','0','0','0','1114875319','0','0','0.00','1','english','D M d, Y g:i a','1','0','1115167189','0','0','','0','1','1','1','1','1','1','0','0','1','1','0','','0','bmcclure@asylumj9.com','','','','','','','','','','','4777da','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('107','1','dianediane','1ac38b3e2f1068d8923b363d1d321126','1139538381','6','1139489956','1115043505','0','18','0.00','1','english','D M d, Y g:i a','2','0','1139792173','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','trooperchick3@yahoo.com','','','Seymour, Tennessee','"Do or do not, there is no try"
dianediane
ID 1515
www.ONE.org','1d9b351bc7','trooperchick3','','','Customer Service/DJ','um, Star Wars? Reading, History, Fashion, TRAVEL.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('108','1','TIBERIOUS','a4e360681676c770121e891f8c407572','1138829613','0','1137790238','1115156036','0','72','0.00','1','english','D M d, Y g:i a','0','0','1138829613','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','irishyankee1862@yahoo.com','','http://www.501st.com','knoxville ,tn','the best in the fleet , serve in the 501st!','ff78cd0326','','','','duh!','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('109','1','alien7','6209804952225ab3d14348307b5a4a27','1115773322','7','1115683247','1115157590','0','1','-4.00','1','english','D M d, Y g:i a','0','0','1115331336','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','wandacoomer@bellsouth.net','','','louisville KY','','','','amanda_boys3','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('110','1','Tom','65fce87af2a3f5afb0679b8e867a514e','1141157076','1','1137532494','1115177322','0','24','-6.00','1','english','D M d, Y g:i a','0','0','1122591677','0','0','','0','1','1','1','1','1','1','0','0','0','1','0','','0','gabogabo@charter.net','','','Pelham, AL','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('111','1','skywalker2584','652045b425ca5d5cd92f98a79986e630','1139298323','0','1124373495','1115267617','0','8','0.00','1','english','D M d, Y g:i a','0','0','1123338318','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','prince__joseph@hotmail.com','','','Chapel Hill, TN','','','skywalker2584','','prince__joseph@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('112','1','DZ-8722','51379a874a54663943c291c9af830d6a','1143954378','0','1143879170','1115702343','0','20','0.00','1','english','D M d, Y g:i a','0','0','1141191805','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://www.swsyndicate.com/php-bin/forum/uploads/av-23.gif','2','kevin@borskaegel.com','','http://www.borskaegel.com/index_dune.html','McCalla, AL','[url=http://borskaegel.com/index_dune.html][img:ea670db9f7]http://www.borskaegel.com/zzoffsite/501st_sig.gif[/img:ea670db9f7][/url]','ea670db9f7','','','','','Umm...','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('113','1','Von Hase','5dd7832ddfc47c73cb127e63b9992c2c','1116204867','7','1115871348','1115847540','0','2','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','vonhase@hotmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('114','1','TK1652','5814ad73988bdc05c61582493fa715b0','1118092716','0','1118064279','1115905247','0','11','0.00','1','english','D M d, Y g:i a','0','0','1118092716','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','DVDMovieMan@cs.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('115','1','GregJ','e73d1f05badaf94997bb3e886144f5f9','0','0','0','1115996154','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','GregJarnigan@webtv.net','','','Jefferson City','Also known as RJ, the Redneck Jedi','7b5daaf15a','','','','Retail','Costuming, Star Wars','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('116','1','DZ-8756','a75b9584cd8c9c88be759558403bb9df','0','0','0','1116026951','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','catmanrh@alltel.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('117','1','vaovet','c51ea5bbbcb3a47101df5924f57df971','1129908352','10','1129908284','1116516421','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','moyermr@msn.com','','','Florence, KY','_________________
Mike Moyer 
------------------------------ 
Vaovet (SWG Starsider) 
TK-156','f9cc284cc1','','','','Airline Pilot','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('119','1','Sparky','ca10146eb7d11eeaf4f024d70569b2ff','1120104380','0','1119822335','1116556121','0','3','0.00','1','english','D M d, Y g:i a','0','0','1120104380','0','0','','1','0','1','1','1','1','1','1','0','0','0','0','','0','Obsoccer89@hotmail.com','','','Olive Branch, Mississippi','','','','','obsoccer89@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('118','1','royalguard1','aa1ea1d3f59b4399dd5768a2f83211dc','1139152780','0','1136938083','1116553917','0','20','0.00','1','english','D M d, Y g:i a','0','0','1136937826','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','1748006424428e85f0acde7.jpg','1','justinkeri99@yahoo.com','','','Kingston, TN','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('120','1','LadyVader','fb1200e23e4ee7208d816fc59b398fe6','1135218460','6','1116875665','1116682083','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://img.photobucket.com/albums/v20/LadyVader/Avatars/grnpadavatar.jpg','2','ladyvader@charter.net','','http://www.geocities.com/matressedevaders','Birmingham, AL','[url=http://www.geocities.com/matressedevaders]Lady Vader Costuming[/url]

"A Boobie?" -Darth Vader, Ep. III Trailer Spoof','c4b1eebdb3','vadrsldy','','ladyvader@charter.net','Theater Student','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('121','1','almost_evil_0665','c33367701511b4f6020ec61ded352059','1117394260','0','1117081149','1116739633','0','3','0.00','1','english','D M d, Y g:i a','0','0','1116960020','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','a_spectre_of_war@yahoo.com','','','Chilton CO, AL','"I'm quasi-evil, I'm the frickin' diet coke of evil."','995e557d91','','a_spectre_of_war','','Student/Lawn Man','Baseball, SW, and Paintball.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('122','1','phantom93','23ba6002aa3583a61db26e957b1fbe43','1116989782','10','1116989609','1116900227','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','phanreg@msn.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('123','1','Vex','d679fb06f7d6b959274c2956a5edd13b','1142345593','0','1142300770','1117353568','0','1','0.00','1','english','D M d, Y g:i a','0','0','1142345527','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','371035929429a365966fe7.jpg','1','asylumj9@yahoo.com','','','Mississippi','Brian "Vex" McClure
Trooper 2151

"Hell On Wings"','4bb85e39fa','','','','graphic artist','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('124','1','Scor' Ignef','83769c7a7f7d8fb000576db03ed47dc9','1143998990','0','1143395879','1117412993','0','18','0.00','1','english','D M d, Y g:i a','0','0','1143998990','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','scorpion74805@cs.com','','','','Scor' Ignef 
ID-3323
"Dorks are Hot!"

"Even in the midst of the darkness, there can be a glimmer of light." Allied rules!','c490bf7101','','scorpion7480','','security guard, minister','too many to name','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('125','1','Parsai33','b7ea35790b09cf8342d0083ac8a3bcec','1120179343','0','1120006396','1117414308','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','parsai33@yahoo.com','','','','','','parsai','parsai33','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('126','1','Storm106','b6964d5cfc50e2ce2b31a5c7c742a4eb','0','0','0','1117492707','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','0','1','0','1','1','1','1','1','1','1','0','','0','shannon30a@btinternet.com','','','Northern Ireland','','','','','tdk1871@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('127','1','Taskmaster','97fbdf62d73918bdaf5acb8aaf4a823c','1118027205','6','1118026634','1117497755','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','fleetworks@alltel.net','','','lexington, KY','','','','angelusdsv','','home improvement','writing, scale models, movies','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('128','1','SL1024','e767b3890653d6fb91d447912a096430','1121639062','0','1120765064','1117581384','0','6','-5.00','1','english','D M d, Y g:i a','0','0','1118110707','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','57031203242bce70ed607c.jpg','1','ragacin@bellsouth.net','','','Louisville KY','The Dark Side is a pathway to many powers some consider to be unnatural','62d159209f','','','','YUM! brands technical analyst','Props, SW, Costuming, Sci Fi in general, Toys...yadda yadda','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('129','1','Bad Jango','05cea049b2e5b055290f362c8dd30657','1118087942','10','1118076677','1117657284','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','millerb@rlcarriers.com','','http://www.tkbearcrew.com','Ohio','-Bad Jango-','3f8f8eaac2','','alwayshunting9680@yahoo.com','','Geek','Anything SW','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('130','1','Cadet2386','5a6f516a3dbc1f8040b1de6cf6d8884e','1144006865','0','1143996632','1118435136','0','45','-5.00','1','english','D M d, Y g:i a','0','0','1142222864','0','0','','0','1','1','1','1','1','1','0','0','1','1','0','http://tkbearcrew.com/v-web/gallery/albums/album14/1617925_G.jpg','2','CadetTK2386@cinci.rr.com','','http://TKBearCrew.com','Eastern Kentucky University','TK 2386
&quot;The Cadet&quot;
TKBearCrew.com
Now Stationed: Southern Outpost, EKU Squad.
Robin Trooper','15b63cf1c5','TokyoWarrior05','','','College Student','Costuming, Clonetrooper/Commandos, Aayla Secura...drool','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('131','1','Darth Clayton','b9774a58d82a0418a214716987180d05','1143609128','2','1143605434','1118852578','0','11','-5.00','1','english','D M d, Y g:i a','0','0','1133013377','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','1029082460437266776f8a5.jpg','1','sl_5804@hotmail.com','','','Dillsboro, IN','Jeff C.
SL-5804
501st Legion, Bloodfin Garrison
Sith Lord Detachment

[url=http://www.501stSithLords.com/][img:227eb3e772]http://www.501stSithLords.com/sithlords2.gif[/img:227eb3e772][/url]','227eb3e772','','','sl_5804@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('132','1','Goldenrod','2a972164e25bd335636cbd451a40b853','1137175834','10','1136520232','1119037167','0','0','0.00','1','english','D M d, Y g:i a','0','0','1135297874','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','smithshock@yahoo.com','','','TN/FL','','','','','','whatever','gee?? i don know.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('133','1','kosher_walek','929b724cb0f183277564866f1dcb4671','1121336153','10','1120690357','1119125158','0','2','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','HMudula@aol.com','','','Oliver Springs, Tn','===================
kosher walek
Shadowfire Server
Master Rifleman
Master Smuggler
Colonel in the Imperial Army','df2c0c160a','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('134','1','TK-Tim','8d8818c8e140c64c743113f563cf750f','1143960665','0','1143953586','1119134275','0','157','0.00','1','english','D M d, Y g:i a','0','0','1143951819','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','47801636943ce357aac758.gif','1','timbky@yahoo.com','','http://www.dynamiceye.net/sw','Lexington, KY','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('135','1','phinz','480d51358f20c14f185896ccd20c8426','1142477974','0','1139573808','1119215665','0','10','-4.00','1','english','D M d, Y g:i a','0','0','1142477974','0','0','','0','1','1','1','1','1','1','0','0','1','1','0','','0','rags001@hotmail.com','','','Southeast of Disorder','Is it ignorance or apathy?

I don't know and I don't care.','d336f02d8b','','albeseeinyou','rags001@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('136','1','JasonSmyr','2eb0b8ca02c17ab1ab37da59c4e1fa2e','1121182542','0','1121048179','1119278360','0','1','-5.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','jasonSmyr@yahoo.com','','http://www.501neg.com','Waltham MA USA','TB-3689  aka  Jason Smyr.
[img:7a3efd676e]http://img.photobucket.com/albums/v610/jasonSmyr/ohio.jpg[/img:7a3efd676e][img:7a3efd676e]http://img.photobucket.com/albums/v610/jasonSmyr/neg.jpg[/img:7a3efd676e]
Order 66: Its not just policy, its fun!','7a3efd676e','jsmyr','jasonSmyr','','Geek','Stormtroopers','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('137','1','UTWahoo','91224b406218e41ccf083d69eb840811','0','0','0','1119279528','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','utdustin@comcast.net','','','Tennessee','','','GCWahoo04','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('138','1','Dent_ghost 8','de1b2a7baf7850243db71c4abd4e5a39','1124757569','0','1122490190','1119406736','0','5','0.00','1','english','D M d, Y g:i a','0','0','1119719512','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','solidsnake00012000@yahoo.com','','','','','','','solidsnake00012000','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('139','1','Darth Maximus','6cf5b1e81f1d0d76e7243e43419d45b5','1142657088','18','1142656914','1119486349','0','3','0.00','1','english','D M d, Y g:i a','0','0','1133590956','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://i2.photobucket.com/albums/y41/crayfish/Rebelscum/Vader.gif','2','Mulhollandj4@aol.com','','','Birmingham, Alabama','VENGENCE IS MINE, COME JOIN ME ON THE DARK SIDE. Visit www.swsyndicate.com Alabama's Preimer Star Wars Fan Club!  
DARTH MAXIMUS','4d0d3d6fb2','','','','Manager','Star Wars','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('140','0','StealthTKNova','1ec5b1fdbd7b50418ecd394a9910f0b3','0','0','0','1119491672','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','0','1','0','','0','BassettHuntress@msn.com','','','Huntsville Alabama','[img:85eca9fe63]http://maverick0013.homestead.com/files/stealthtksig.gif[/img:85eca9fe63]

ok the next person to call me tiny storm trooper gets it...','85eca9fe63','BassettHuntress','ladytkstormtrooper@yahoo.com','BassettHuntress@msn.com','KFC, My name is feared amoungst the chickens!!','Star wars, cosplay, role play, games( megaman rayman, sonic, lighting force , ect ) Takeing care of animals, fishing, swiming, much more :D just ask','70f336','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('141','1','TK-725','d4df11eb6d702fe3773932b8828a82ea','0','0','0','1119512370','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','tk72579@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('142','1','TK-Hooker  (TK-5920)','7a2a4cd91cb4b9647d734eea5a90dc52','1131483800','-7','1131468605','1120102563','0','30','0.00','1','english','D M d, Y g:i a','0','0','1131342290','0','0','','1','1','1','1','1','1','1','0','0','1','1','0','881884808436b87d8a10af.jpg','1','todd.taylor@ipaper.com','','','Franklin, TN','Todd Taylor  TK-5920

"uncommon valor was a common virtue" 
Chester W Nimitz','83a94a8fb1','','','','Sales Mgt.','anyting that feels, taste, smells or looks good.','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('143','1','Saiborn','884354eb56db3323cbce63a5e177ecac','0','0','0','1120207853','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','0','1','1','1','0','1','1','0','','0','mrrrowl@gmail.com','','','Alabama','','','','','Nail_vas@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('144','1','tkclonetrooper','5badcaf789d3d1d09794d8f021f40f0e','1124720110','-4','1124634944','1120311169','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','mandalorian_bounty_huntress@yahoo.com','','','','Tanilya Fett','ec596997c6','','mandalorian_bounty_huntress','','','SW SW SW  SW and Grievous XD','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('145','1','strick','04fe88e41d3ca8808a4d5e3f147258fb','1142560861','2','1141782907','1120505440','0','126','-4.00','1','english','D M d, Y g:i a','0','0','1141483846','0','0','','0','0','1','1','1','1','1','1','0','1','1','0','197752264342fea73e7a10c.gif','1','strick68@bellsouth.net','','','Louisville, KY','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('146','0','shopgirl','9407c826d8e3c07ad37cb2d13d1cb641','0','0','0','1121281625','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','buffyslp1227@yahoo.com','','http://www.justinhero.com','alabama/georgia','','','','','','','','e4f557','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('147','1','BH7407','87e983a1f00e504b80de37f63da3d598','1143960552','12','1143959741','1121633040','0','60','-6.00','1','english','D M d, Y g:i a','0','0','1140571732','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','http://www.501st.com/memberdata/74/07/bh7407_head.jpg','2','slotrhaus@hotmail.com','','','Madison, Alabama','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('148','1','TX7727','1ec5b1fdbd7b50418ecd394a9910f0b3','1140396429','0','1139967386','1122091873','0','212','8.00','1','english','D M d, Y g:i a','0','0','1140395876','0','0','','1','1','1','1','1','1','1','0','0','0','1','0','http://maverick0013.homestead.com/files/tx7727newicon2.gif','2','Nova_Oozaru@yahoo.com','','http://maverick0013.homestead.com/files/tx7727newicon1.gif','Huntsville Alabama','[img:14d3c90c4e]http://maverick0013.homestead.com/files/tk7727signew1.gif[/img:14d3c90c4e]','14d3c90c4e','MaverickBassett','LadyTKStormTrooper@msn.com','BassettHuntress@msn.com','Pet Smart','too many to put down !','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('149','1','armothe','52ea1d9bee2e0ac6de810c3d7eae66b2','1123521449','0','1122992676','1122382858','0','0','0.00','1','english','D M d, Y g:i a','0','0','1123521449','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','armothe@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('150','0','clutch','5fb37aac513689357859e5c41705e196','0','0','0','1122862639','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','xediou@hotmail.com','','','','[b:f82c4e5919][color=Black:f82c4e5919][FONT=Arial]Once you were apes,
and even now, too,
man is more ape than any ape!
[/FONT][/color:f82c4e5919][/b:f82c4e5919]','f82c4e5919','','','','','','078cc3','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('151','0','Guest','25e884082d818b76b462409f19f7795f','0','0','0','1123462278','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','0','1','1','1','1','1','1','0','1','1','0','','0','paulbrowning@hotmail.com','','','','','','','','','','','085cc9','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('152','1','TK8866','25e884082d818b76b462409f19f7795f','1143783226','-9','1143738638','1123462517','0','94','0.00','1','english','D M d, Y g:i a','0','0','1143656651','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://webpages.charter.net/browning/SmallRoids.jpg','2','pbrowning1@charter.net','','','','TK Egon
(Clarksville)','cc84ef1d2b','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('153','1','ROTSAnakin','652045b425ca5d5cd92f98a79986e630','1144008471','-2','1143966389','1123696903','0','290','-6.00','1','english','D M d, Y g:i a','0','1','1143966239','0','0','','1','1','1','1','1','1','1','1','0','1','0','0','http://i22.photobucket.com/albums/b347/ROTSAnakin/joe.jpg','2','rotsanakin@hotmail.com','','','','[b:de56507457]Slim.[/b:de56507457]
SL-4358

[img:de56507457]http://i22.photobucket.com/albums/b347/ROTSAnakin/DoWhatMustBeDone_ani.gif[/img:de56507457]

[color=orange:de56507457]O. J. N. ![/color:de56507457]','de56507457','ROTSAnakin','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('154','1','Revenant','2c06e8c3109975c3f139d7551e8b5def','1124029990','0','1123885601','1123721976','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','gherrero@charter.net','','','Birmingham AL','','','','','','Multimedia Director','Cars, Music','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('155','1','TB-1621','2dde6bcdb1a3f54a0ef49e3785c1a8bb','1142901389','-10','1141736047','1124196831','0','47','0.00','1','english','D M d, Y g:i a','0','1','1142901310','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','http://i13.photobucket.com/albums/a269/Draxorian/forumqueen.jpg','2','eilonwyeverard@gmail.com','','','Knoxville, TN','hmmmmm, armour, men, sweaty, armour, me happy:)','6df20d265a','','','','having fun without getting caught','hmmm, guys in uniform:)','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('156','1','td6117','e67c10a4c8fbfc0c400e047bb9a056a1','1140397848','0','1140397848','1124857886','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','vampyregodz@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('157','1','StormtrooperPrincess','5d5af8f7f6438ed5c568937e54fffb39','1133289410','10','1130877113','1125007906','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','205359919430f75f03121f.jpg','1','bluecastle@crosswinds.net','','http://www.stormtrooperprincess.com','Dallas','','','NewspaperAnnie','','','Restaurant Manager','Sewing, Leia costuming, Star Wars (duh!)','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('160','1','Crayfish','846c8077bfaed0615a20228b372199ac','1143996422','5','1143917197','1125366247','0','327','-6.00','1','english','D M d, Y g:i a','0','0','1143068245','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://i2.photobucket.com/albums/y41/crayfish/Crayavatar.jpg','2','Sean.Rothe@healthsouth.com','','http://highlandcitadel.com/501stso/phpBB2/profile.php?mode=viewprofile&amp;u=160','33 39' 12&quot; N,  86 48' 32&quot; W','Sean &quot;Crayfish&quot; Rothe
TC-7301
&quot;Southern Outpost Newbie Trooper Squad  Commander&quot;
[img:28d36a246b]http://i2.photobucket.com/albums/y41/crayfish/craybanner4.jpg[/img:28d36a246b]','28d36a246b','kray1973','tc_7301','crayfish73','corporate security, volunteer firefighter &amp; EMT, and all around nice guy','driving too fast, getting into trouble without trying, collecting things that don't poop on the carpet, and some rare 70's flick called Star Wars','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('159','1','DarthBrazen','872e7a9ecaab44e0b2332aec8cceaa5d','0','0','0','1125361289','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','darthbrazen@wookiee.com','','','Bartlett, Tennessee','','','','','','Systems Administrator','Star Wars, Boy Scouts, Computers','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('158','1','jedivalkyrie','bb7f9d363a49d1d7e64e7ed57f8ad323','1143073236','3','1142562365','1125357094','0','2','0.00','1','english','D M d, Y g:i a','0','0','1128465376','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','valkyrie@click1.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('161','1','TB5185','09a5c33138a69faab022ad59570c301c','1125672639','0','1125586541','1125425351','0','2','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','TB5185@hotmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('162','0','TK8049','351da765a350044e32ff4612ce5fe253','0','0','0','1125875072','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','1','1143998197','','0','1','1','1','1','1','1','1','1','1','0','0','','0','Dark_Jedi1011@yahoo.com','','','','Hockey religions and ancient weapons are no match for a good blaster at your side!','a28a63847c','','','','','','e64cd4','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('163','1','Hippie Trooper','2bb1ce3dddd02d3855f3737c9c8b4d5d','1144001413','0','1143995944','1126042005','0','67','0.00','1','english','D M d, Y g:i a','0','0','1141926390','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://photobucket.com/albums/f41/HippieTrooper/Fun%20with%20photoshop/th_GAH3Avatar.jpg','2','skyshark93@yahoo.com','','','','Hippie Trooper Bert  -  TK-7528  -  TBPD
I tend to fall apart at the worst moments, the worst possible moments!
[img:40cbe2fa44]http://i15.photobucket.com/albums/a358/pUG1/sig.jpg[/img:40cbe2fa44]','40cbe2fa44','','skyshark93','','','Duh!','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('164','1','TI 7399','eadec9264965c4b9fdd53fe13d50abcd','1142900190','-10','1141682186','1126048542','0','12','0.00','1','english','D M d, Y g:i a','1','0','1143968360','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','1244171487440918eb839eb.gif','1','jmsullens@alltel.net','','','Springville, AL','~I live somewhere between the Port of Indecision and Southwest of Disorder~','8c1cfb10c6','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('165','1','Jedi Trooper','45c8bcdc9b7b89e753f214b9aef9ade8','1127584378','10','1127007562','1126143527','0','2','-5.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','dragon_frog@bellsouth.net','','','Jackson, MS','Waite a minute how did this happen? We're smarter than this!!','ace1a07f0a','','dragonman200359','','Telephone Tec. &amp; Professional Photographer','Star Wars, motorcycle riding, &amp; Star Wars','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('166','1','Jodo Kast 3','64e86a464e75b0abe4a8303df1aed492','1142571621','19','1140886332','1126221869','0','10','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://mywebpages.comcast.net/jodokast/Images/JK1.jpg','2','JodoKast@comcast.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('167','1','TI7399','8be8a36e80ade17ef7a6cadd706eac8d','0','0','0','1126235329','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','tasullens@alltel.net','','','','~Do not meddle in the affairs of dragons, for you are crunchy and taste good with ketchup.~','4a9c89bf6b','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('168','1','movie_geek','5badcaf789d3d1d09794d8f021f40f0e','1143943568','1','1143753143','1126306780','0','3','6.00','1','english','D M d, Y g:i a','0','0','1129951134','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','1583936778434c1e79da74e.jpg','1','movie_geek42@yahoo.com','','http://www.xanga.com/thirtyonethirty','Memphis, TN','Ash

-Self-proclaimed movie buff and trivia nerd','056bd9d2a0','Spockmonkey15','','','college student','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('169','1','dmc2291','98e6f17209029f4ae6dc9d88ec8eac2c','1133628415','0','1133558422','1126338900','0','7','-6.00','1','english','D M d, Y g:i a','0','0','1131420125','0','0','','0','1','1','1','1','1','1','1','0','1','0','0','','0','dmc2291@comcast.net','','','Mobile, Al','','','','','','','DAOC, Star Wars','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('170','1','mark_ampkiller','bde58866b5c36a28b236a16a36b0a35d','0','0','0','1126735985','0','0','0.00','1','english','D M d, Y g:i a','1','0','1126838317','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','wiseguybuttons@hotmail.com','','','somerset, ky','blah blah blah','74e60f67cb','','','','villian','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('171','1','maafp','0b9e021ec670990b26754a1926c1c60b','1143914865','-1','1143598783','1127423952','0','92','-5.00','1','english','D M d, Y g:i a','0','0','1143348339','0','0','','1','1','1','1','1','1','1','1','0','0','1','0','112230938443beb05e9e079.jpg','1','maafp@msn.com','','','Nashville, TN','','','','','maafp','Facilities Management','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('172','1','SaberSpanker','84068a0e69ba2ea8d453234ff3e56a6a','1143935073','19','1143839319','1127704736','0','139','0.00','1','english','D M d, Y g:i a','0','0','1143747976','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://i14.photobucket.com/albums/a317/Storm1207/DragonCon%202005/saberspanker_icon01.jpg','2','zeph.deadlikeme@gmail.com','','','','[img:ee20be49ce]http://i14.photobucket.com/albums/a317/Storm1207/SaberSpankerSig_3.jpg[/img:ee20be49ce]','ee20be49ce','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('173','1','CooR','4f68eb2d0bd7df3720654e86ac1ae136','0','0','0','1128838688','0','0','-5.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','coor98@hotmail.com','','','Louisiana','Joshua
TK-0398 'CooR'
Squad Leader for the forming NOLA SQUAD out of New Orleans, LA.  
Katrina 1, Rita 1...  NOLA SQUAD 7!  Only 3 troopers need to become official.','2c803ddc87','CooR98','','','Military','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('174','1','dwrd','97f974881b3726d9a77014b5f3b4d795','1144009690','0','1144008114','1128900948','0','228','-6.00','1','english','D M d, Y g:i a','0','1','1144006076','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','http://www.dwrd.net/empshockvader.jpg','2','deweese@gmail.com','16938338','http://dwrd.livejournal.com','Nashville','Derek DeWeese
TR-7303
RL: MasterKoon
XO Corellian Base
[img:08a07cc2fe]http://www.dwrd.net/lj/messagebanner.jpg[/img:08a07cc2fe]','08a07cc2fe','pdttnzebond30','dwrdnet','dwrd@dwrd.net','Bookstore Manager','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('175','1','melissathealchemist','a33034a1aeff62b45834d98745d912ee','1134776435','-9','1134660516','1128949773','0','4','0.00','1','english','D M d, Y g:i a','0','0','1130028259','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://yarwood.org/kell/dcon05/dcon261.jpg','2','ocha_passiflora@yahoo.com','','','Memphis','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('176','1','jedichic','b2e6bc2e1fefd99f4664901c0073b4ee','1143999740','19','1143957733','1128993085','0','15','0.00','1','english','D M d, Y g:i a','0','0','1143778702','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','13389895844429eb011e36e.jpg','1','jedichic07@aol.com','','','Nashville','I love Saber Spanker!','9786fb0595','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('177','1','store455','9db9b8f22766c1e3a218b931adaeb5ff','1131032190','15','1131031586','1129096647','0','2','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','coat549@m-s-n.net','','http://www.casinos.blog-9.com','','[url=http://www.flash-casino-game.su-8.com]Flash Casino Game
[/url] [url=http://www.online-casinos-707.net]online casinos[/url]','eedd5a3245','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('179','1','InfraFett','dfd01adda2626c4a9b07a03d74da9135','1144004729','0','1143994607','1129165673','0','301','-6.00','1','english','D M d, Y g:i a','0','0','1143168237','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','867828959442968f5671b4.jpg','1','infrafett@yahoo.com','','','Hypori','[img:b6cfcae7b1]http://img460.imageshack.us/img460/721/clonewars14uj.gif[/img:b6cfcae7b1]

The brighter a Candle burns, the Darker the Shadow becomes. -expression from RotS the book','b6cfcae7b1','','infrafett','','wal-mart employee','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('178','1','crazy4bobafett','3218690ed9e9a636d187b2f9af2cef8d','1130159306','6','1130159140','1129129199','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','crazy4bobafett@adelphia.net','','http://www.thejediscloset.com','Redlands,The IE','','','','','','Seamstress, costumer, Fett nut!!','Well ummm Star Wars and anything in that realm, books, fiction, fantasy, may family and sewing!!','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('180','1','JohnBMayes','8379c86250c50c0537999a6576e18aa7','1143916748','0','1143841956','1129399962','0','26','-5.00','1','english','D M d, Y g:i a','0','0','1142165029','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','110388056543b0748c39acf.jpg','1','johnbmayes@comcast.net','','http://www.tk6829.com','','[img:1b7b334bb1]http://www.tk6829.com/forums/uploads/1114620030/gallery_2_1_6503.jpg[/img:1b7b334bb1]
TK-6829 is John B. Mayes
TK-6829@comcast.net   or   JohnBMayes@comcast.net','1b7b334bb1','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('181','0','Cerrnunnos','63a99dc4bc59941d674851dcd0cabafc','0','0','0','1129599397','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','ajt@cpws.net','68013399','','columbia','NO,im not happy to see you and yes that is a blaster in my pocket.','56f3bda304','','toastedbudman1974','','beer salesmen','comics','eb7aad','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('182','1','red leader','2ec8fef884763e8a53683936cb2f1f82','1129937450','0','1129937450','1129773282','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','matt@4thepointe.com','','','Heart Of Dixie','','','ultimatetsufan','ultimatetsufan','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('183','1','Syra','7515d5843074a84978fc97328a831aca','1144003992','-9','1143182053','1129831517','0','103','0.00','1','english','D M d, Y g:i a','0','0','1143014922','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','pearldragon2662@yahoo.com','','','Gulfport, Mississippi','','','','','athena_duncan2662@hotmail.com','Navy spouse','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('185','1','strmtrooper24','6b1628b016dff46e6fa35684be6acc96','1137328169','10','1132835214','1131179750','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','ron24@bellsouth.net','','','Kingston Tn','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('186','1','Justus','3dca344521b733872c44b71f29d5f188','0','0','0','1131359447','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','sevendusk@comcast.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('187','1','Retz Fett','6e68b36020e191bc79ea52e97e8cc671','1143980908','2','1143944483','1131507510','0','26','0.00','1','english','D M d, Y g:i a','0','0','1143339501','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','84086326944037a1e22f71.jpg','1','retzfett@yahoo.com','','','Clarksville, Tn','&quot;It's one thing to see us coming, it is another to do something about it.&quot;','e508cc4d8c','','retzfett','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('188','1','Hook','7a2a4cd91cb4b9647d734eea5a90dc52','1144007837','-9','1143998728','1131553236','0','217','-12.00','1','english','D M d, Y g:i a','0','0','1144005863','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','18455817254395b58aa879e.jpg','1','toddtaylor123@comcast.com','','','','Todd Taylor  AKA-Hook, TK-5920 
  :trooper :fett  :ionblast
&quot;uncommon valor was a common virtue&quot; 
(Chester W Nimitz)
[img:15bddd08ae]http://i29.photobucket.com/albums/c295/toddtaylor/Banner/BannerBII.jpg[/img:15bddd08ae]','15bddd08ae','','','','Sales Mgt','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('189','1','Turbotoast','63a99dc4bc59941d674851dcd0cabafc','1132029061','0','1132017879','1131841887','0','1','0.00','1','english','D M d, Y g:i a','0','0','1132005375','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','toastedbudman1974@yahoo.com','68013399','','columbia','','','','toastedbudman1974','','salesman','comics','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('190','1','EVula','0f0ed1a7609120b2196f0053a3ec5433','0','0','0','1131998048','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','','0','evula@evula.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('191','1','Shock Trouper 235/6571','b365ec9225dc7f36e513219ff24006b5','1132261085','-9','1132177703','1132019731','0','4','0.00','1','english','D M d, Y g:i a','0','0','1132098595','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','demo-dude@earthlink.net','','','','My rocket + your head = splat','ad43c47d45','','','demo-dude@hotmail.com','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('192','1','darth janus','475245f11fa2983680ba09f021d9d4dc','0','0','0','1132147636','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','corranhorn33@hotmail.com','','','Coruscant','You don't know the power of the darkside.','e63a58911d','','','','small business owner','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('193','1','AnakinFanCheryl','858012b9bfc596763b85914d298f9bee','1143841019','2','1143833649','1132427262','0','40','0.00','1','english','D M d, Y g:i a','0','0','1143663754','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','2131831724425acaa73111.jpg','1','moodyrichardson@yahoo.com','','','Shelbyville, Tennessee','Our minds must be conflicting because you say plague of snakes and all I hear is Easter bunny, Easter bunny, Easter bunny.','cdacc89b69','','moodyrichardson','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('194','1','IanL','d4e353f962cc21c1673288df348e2217','1142737438','0','1142100676','1133395526','0','8','5.00','1','english','D M d, Y g:i a','0','0','1136559559','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','expedition03.daddy@gmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('195','1','EvilStarz','15381b773c1b373b1071758708777a0f','0','0','0','1133814065','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','starzki@gmail.com','','','','[img:8ea6008ebb]http://www.vixenwebdesigns.com/s3.jpg[/img:8ea6008ebb]','8ea6008ebb','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('196','1','BH2559','ea23557faca55eeed05bde0ac2046453','0','0','0','1133887233','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','norvellejedi@fanforce.net','','','Indiana','BH2559,  Bloodfin Garrison','ca4b8e8fb8','','','','Videographer','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('258','1','locokarma','79f4d9d31e4f5c97c627a91962001fd2','1143947664','0','1143692287','1142998903','0','4','-6.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','0','1','1','1','1','1','0','0','0','0','10186814234421cbca08dd2.jpg','1','stormtrooper9612@yahoo.com','','','Arkansas','[img:0ad96d0477]http://usera.imagecave.com/stormtrooper68/banner2.gif[/img:0ad96d0477] 
GAR 8-0259','0ad96d0477','','','','','Reading, Writing, Travel, Star Wars, Hitory','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('203','1','bountyhunt6','f379eaf3c831b04de153469d1bec345e','0','0','0','1134959563','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','0','1','1','1','1','1','1','0','1','1','0','','0','skeys@highland.net','','http://www.tswcg.com','Knoxville Tn','','','','','','The Blasting Industry','Music and anything SW related','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('204','1','Mr.MojoRisin','5046a43fd3f8184be864359e3d5c9bda','1143682863','0','1143463077','1135004436','0','35','0.00','1','english','D M d, Y g:i a','0','0','1142993960','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://www.actustar.com/photos/morrisonjim.jpg','2','Mr.MojoRisin@rebelscum.net','','http://www.tswcg.com','Tennessee','[Url=http://boards.theforce.net/knoxville_tn/b10075/p1][img:648595eccc]http://img106.imageshack.us/img106/3158/knoxvillefanforce0bg.png[/img:648595eccc][/URL]','648595eccc','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('205','1','JCO72','ad30c9103ad7dd937abc8c4ae95e3fc6','0','0','0','1135139473','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','JCO72@aol.com','','','Huntsville Al','Don't shoot him... you'll only make him mad.','8e233dda76','jco72','','','student','sci fi and fantasy weaponry and armor','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('206','1','TK2138','d10b5464b882216eaceec0d2fd7cc44c','1144002017','2','1143983517','1135807690','0','109','-5.00','1','english','D M d, Y g:i a','0','0','1143982434','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','958340681441b2f5bd0cd6.jpg','1','mack2snack2@charter.net','320383208','','The Depths','I'm out of it for a little while
and everybody gets
delusions of grandeur!
-------------------------------
TK-2138
Chris Ledbetter','073cbe0c28','','','','Vampire...or Medical Lab Technician','Music, Computers, Star Wars, Armor, Beer','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('207','1','phayze','32faa9b1c236cbd701a04278f4141736','0','0','0','1135884981','0','0','-3.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','1','1','0','0','','0','phayze@gmail.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('208','1','clutch2827','5fb37aac513689357859e5c41705e196','1144007310','13','1143944733','1135999515','0','70','0.00','1','english','D M d, Y g:i a','0','0','1140638525','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','http://www.heycomputer.com/me2.jpg','2','psikits@comcast.net','','','tn','TK-2827 &quot;Clutch&quot; :trooper 

Jerry Buchanan
Southern Outpost','7e2c7f9712','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('210','1','Eelem','8d737c31e119daf88165ce1a86f3779c','1144009574','0','1143827754','1136061894','0','7','-5.00','1','english','D M d, Y g:i a','0','0','1141675235','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','http://images5.theimagehosting.com/Clonewar.gif','2','eelem1@bellsouth.net','','http://www.chattooine.com','East Ridge, TN','','','','','','Controls Tech.','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('209','1','Vesper2112','9f27d50f882600bcd264cd64e69a0b4f','1144004271','19','1143989795','1136047359','0','157','-5.00','1','english','D M d, Y g:i a','0','0','1143602956','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','183048701543beaf7ce67ad.jpg','1','vesper2112@chattooine.com','','http://www.chattooine.com','Chattanooga, TN','All right! It's Saturday night, I have no date, a 2 liter bottle of Shasta and my all Rush mix tape. Let's rock! - Fry (Futurama)','f4fcd1d234','','','','Production Planner for PMI (rope company)','Star Wars, sci-fi, RPG, RUSH (the band)','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('211','1','Mawr','be7de9c0de17c5f462c3d5debb9afa0f','1143753089','5','1143689178','1136235067','0','25','-6.00','1','english','D M d, Y g:i a','0','0','1137095029','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','137903047943b9f27f3d2ec.gif','1','rhasha@comcast.net','','http://www.saberart.com','Muscle Shoals, AL','TK 9928
Rick Hasha','ee5ed297b9','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('212','1','cloneranger','cc989606b586f33918fe0552dec367c8','0','0','0','1136482297','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','twistedcomix@yahoo.com','','','hanceville, al','','','','','','drafter','drawings comics, prop building','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('213','1','dirty tom','26e41d28e481aafe89138662ef3b419c','1137094393','-9','1137089878','1136918317','0','3','0.00','1','english','D M d, Y g:i a','0','0','1137089878','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','101250283443c69f51b38f1.jpg','1','sithlord2@usa.net','','http://groups.yahoo.com/group/Captaindirtytom/','Round Rock, TX','See the Sun shine in my steel, the fire that burns in my eyes
/','6ed41daf97','','darclegion','','Research','http://groups.yahoo.com/group/DragonsofTexas/','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('214','1','MykeeScout','43461e4a5ed08128beeadc3e3590e950','1137532627','7','1136922454','1136918649','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','mykee22@yahoo.com','','','Ohio','TB-2213','046189c025','mykee22','mykee22','tb2213','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('215','1','Cleverlilminx','6104df369888589d6dbea304b59a32d4','1144002996','0','1143962581','1137095697','0','12','-5.00','1','english','D M d, Y g:i a','0','0','1142978943','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','200322891143d91ce753ab4.jpg','1','cleverlilminx@yahoo.com','','http://www.myspace.com/cleverlilminx','Philadelphia','TR/DZ/SL/TS-3845
Garrison Carida','6e51d782b6','cleverlilminx','cleverlilminx','','','Preforming all my duties to the legion up to and including drink heavily at cons...','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('216','1','tml1138','1843e51e39e7195d4ef79a58fdeea872','1143660168','14','1140555687','1137178031','0','3','0.00','1','english','D M d, Y g:i a','0','0','1143659201','0','0','','1','1','1','1','1','1','1','1','0','1','1','0','183765929243ea456d1935b.jpg','1','tml1138@dslextreme.com','','','near Youngstown, OH','[img:65932a9ad7]http://members.dslextreme.com/users/tml1138/501st/troysigban.jpg[/img:65932a9ad7]
Ohio Star Wars Collectors Club - North Regional Director
JKoC Member
[size=14:65932a9ad7][color=#8D38C9:65932a9ad7][b:65932a9ad7]Hemitrooper!![/b:65932a9ad7][/color:65932a9ad7][/size:65932a9ad7]','65932a9ad7','','','','Mechanical Engineer','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('218','1','Dallas','b65e0d19a1f190eba1f103f8a46c8771','1143770505','5','1143608523','1137566008','0','50','0.00','1','english','D M d, Y g:i a','0','0','1139465644','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','52792384443d66d7194cb4.jpg','1','EJHively@fanforce.net','','','Apison, TN','','','SichiJonay','master_jedi_joza_miwe','','Um...hmm...uh...','Do I even have to say it?','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('219','1','HothGirl','0c7e36e98ef0e76308ee273174e6e158','1143466656','-10','1143332457','1137647623','0','3','0.00','1','english','D M d, Y g:i a','0','0','1143466656','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','119037214143d1c790d2cb5.gif','1','hothgirl@hothgirl.com','','http://www.hothgirl.com','Hoth (aka: Western NY)','~ Katie ~
BH / DZ - 7914
Northeast Remnant','d7c3343a7a','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('221','1','Sarka','643baaff2dbce14cfb9f6705621e878f','1142406230','0','1142100698','1138674700','0','1','-5.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','0','0','0','18174732604402851ce2ce8.png','1','milady.jody@gmail.com','','','AlaBAMa','AM I NOT MERCIFUL?','9cad2729ba','Sarkavrae22','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('224','1','J.A.F.T.','8718248d71d0e003a72fde16362f626d','1143762269','1','1143677121','1139107965','0','9','0.00','1','english','D M d, Y g:i a','0','0','1143145526','0','0','','1','1','1','1','1','1','1','0','0','1','1','0','11842444344422c45e734dd.jpg','1','jaft501stso@gmail.com','','','The Center of the Universe','Hold still Nathan. This will only hurt once....but DAMN will it hurt.','e09ae5f8e9','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('226','0','jtfoe1974','2887af4aa7319b15071faadfa1ed3850','0','0','0','1139699361','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','jfoe@tempus-fugit.info','7401753','http://www.tempus-fugit.info/','USA','','','','','','','','fa56a4','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('227','1','AlexSL4182','18baba36dcf7e68741fe6e040bb7fa28','1143997788','18','1141516387','1139806677','0','2','0.00','1','english','D M d, Y g:i a','0','0','1141317702','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','71253415744072155c2178.jpg','1','rotundo41@yahoo.com','','','Biloxi','I always drink coffe when I watch radar, you know that, everyone knows that!','297a61a978','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('228','0','boogdieb','aae039d6aa239cfc121357a825210fa3','0','0','0','1139980935','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','','0','boogdieb@yahoo.com','','','','','','','','','','','e6115f','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('230','0','Thanos','c6736eedbe7eb9ac710d5b7b347191b8','0','0','0','1140111167','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','1','1143607357','','1','1','1','1','1','1','1','1','1','1','1','0','','0','Chronicles.Master@comcast.net','','','Goodlettsville TN','[image]http://i25.photobucket.com/albums/c89/chroberts/TanAndAnim.gif[/image]','4663496a38','ThanosDarkseed','gohansragevegetasfate','jedi_master@bellsouth.net','Student/Nerd','Computer, Star Wars, Video Games, being a nerd.','e6b5cb','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('231','1','JW01','f21c0d3e564c7db5ccf73c095a0b9371','1144002724','3','1143998386','1140114982','0','42','-5.00','1','english','D M d, Y g:i a','0','0','1143915866','0','0','','0','1','1','1','1','1','1','1','0','1','1','0','56257305743fa0a313bf30.jpg','1','rld1025_2000@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('232','0','Delta 047','b365ec9225dc7f36e513219ff24006b5','0','0','0','1140317065','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','1','1','1','1','1','1','1','1','1','0','','0','demo-dude@hotmail.com','','','','','','','','demo-dude@hotmail.com','student','soccer, track, JROTC, star wars','292e2c','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('233','1','ponytrooper','6c8003fe819238a602373e4e3ff91316','1141239766','-10','1141196757','1140555969','0','1','0.00','1','english','D M d, Y g:i a','0','0','1141239766','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','joey_leaf_runner@yahoo.com','','http://www.furthernorth.com','Currently Ohio but soon Alabama','','','JoeyLeafRunner','joey_leaf_runner','joey_leaf_runner@hotmail.com','Fast food','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('234','1','movieguy11a','993987e06b6dcc82da756799a6fe3b53','1143959016','0','1143950001','1140708734','0','5','0.00','1','english','D M d, Y g:i a','0','0','1143740027','0','0','','1','1','0','1','1','1','1','1','1','1','1','0','','0','movieguy11a@aol.com','','http://www.toyflash.com','Memphis, TN','','','movieguy11a','btm4top33','','','Star Wars','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('235','1','AshleyV','2f48030547aca6f4725ed07e4d14087d','1142430084','0','1142350743','1141047792','0','0','-6.00','1','english','D M d, Y g:i a','0','0','1141094250','0','0','','1','1','0','1','1','1','1','1','0','1','0','0','','0','ashleyv@starnightdreams.com','','http://www.starnightdreams.com','Florence/Huntsville, AL','','','Ssnight345','','','Student','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('236','0','ufiujlq','1606344d7859ff1b16d5dcf274348a83','0','0','0','1141075980','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','ufiujlq@zeebede.com','7701976','http://www.zeebede.com/','South Georgia and the South Sandwich Islands','','','','','','','','198e54','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('237','1','earlykee','ed41a16a981b6312877e3654c8c3494d','0','0','0','1141115700','0','0','0.00','4','english','D M d, Y g:i a','0','0','0','0','0','','0','0','0','0','0','1','1','1','0','1','1','0','','0','earlykee@credobase.com','','http://www.buckleyforcongress.com/','Seattle','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('238','1','TROOPER MOM','bf8297477aec722a665d69d0dc88894e','1143852493','5','1143849004','1141184051','0','4','0.00','1','english','D M d, Y g:i a','0','0','1143848609','0','0','','0','1','1','1','1','1','1','0','1','1','1','0','','0','501st_troopermom@comcast.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('240','0','farmadelle','20209b48ded4e0ca739698443be5f2d7','0','0','0','1141288630','0','0','0.00','4','english','D M d, Y g:i a','0','0','0','0','0','','0','0','0','0','0','1','1','1','0','1','1','0','','0','farmadelle@754atg.com','','http://www.jokmuyw.com/','Texas','','','','','','','','f0b22e','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('242','1','JW03','b48d3e072234aa73a0eeb3e31e72c4d8','1143654382','0','1143653801','1141314717','0','1','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','1','1','1','0','','0','coreyduff@comcast.net','','','Chattanooga, TN','','','','','','','Drawing, Guitar','c09545','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('241','1','bdirkpn','7e0accae614c679b168429781e657935','0','0','0','1141306453','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','dirud@magicaldesk.com','','http://bowcreek-post-card.adultsallowed.net/animal-post-card.html','Vermont','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('243','1','jadedzen','fdae409dd61fd88a84272ac1d4fecf2a','0','0','0','1141341398','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','','0','jadedzen@hotmail.com','','','Westminster,CO','','','','','jadedzen','Freelance artist/Visual Merchandiser','Crimes, Serial killers, comics, movies','4109a4','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('245','1','gootch70','f7433fd67497c483cf758641a234917c','0','0','0','1141344041','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','rchgroupie@hotmail.com','','','Tampa....soon Chattanooga','TK-748
Shannon Price','da2f36fc89','','','','motorcycle tech','sci fi     wwii reenacting  motorcycles','d64cd8','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('246','1','JW02','8e406feab23e1239a50b0d329b0754fb','1141471586','0','1141471586','1141354761','0','0','-5.00','1','english','D M d, Y g:i a','0','0','0','1','1141684831','','0','1','0','1','1','1','1','1','0','1','1','0','','0','jw02@jediwarriors.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('248','1','FuntKlakow','3d17d2e1f8462cdb14f92dfaff6a2404','0','0','0','1141469092','0','0','-12.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','0','0','0','','0','funtklakow@socialinfohub.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('249','1','supdjs','51b6076ed7a7f544f55a9f5868fc8359','1143605771','0','1141656980','1141592850','0','0','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','1','1','0','1','1','1','1','1','1','1','1','0','','0','supdjs@yahoo.com','','http://supdjschris.livejournal.com','Indiana','Chris Hughes
TK 3039
501st Legion 
Bloodfin Garrison','a8b62f7937','','','','Event Production','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('251','1','scalper','5bc9df5d2553cc9cfb571447171634d0','1143993597','5','1143950910','1141656527','0','30','0.00','1','english','D M d, Y g:i a','0','0','1143927077','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','159392195744230e107f844.jpg','1','starlanickell@hotmail.com','','','tn','','','','','','','creativity','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('252','1','Sleepy Lando','c8c605999f3d8352d7bb792cf3fdb25b','1143987764','2','1143958308','1141697591','0','16','0.00','1','english','D M d, Y g:i a','0','0','1143593741','0','0','','1','1','1','1','1','1','1','1','1','1','1','0','9422623364419a2670c664.jpg','1','techwilkerson@gmail.com','','','La Vergne, TN','&quot;I had no choice, they arrived right before you did. I'm sorry&quot;','59a675f356','','','','Automotive Tech','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('256','1','nyrgrrlfan','1b24dab8ffa599521445caddf362a182','1142869443','-1','1142869171','1142824371','0','0','-6.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','nyrgrrlfan@yahoo.com','','','Florence, AL','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('257','1','Darth Lupine','5ae21533f62bc2015c2092cff7304b92','1144009210','22','1143815621','1142988738','0','2','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','starwolf_13@yahoo.com','','','Radcliff, KY','','','','','','military','Star Wars, LotR, Wargaming, reading','3b4c7d','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('259','1','TK-1265','ee2455cc394208197c4547a54dd10ff9','1143824262','-9','1143751016','1143087202','0','6','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','dixiebound1861@yahoo.com','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('260','1','Eric_TK5505','3c4d6474e9d1f281a30c52315c118e2c','1143576514','8','1143489664','1143222832','0','2','0.00','1','english','D M d, Y g:i a','0','0','0','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','baby-spice@comcast.net','','','','','','','','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('261','1','Schmootika','05cea049b2e5b055290f362c8dd30657','1143928034','-1','1143919411','1143493654','0','5','0.00','1','english','D M d, Y g:i a','0','0','1143900303','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','http://i24.photobucket.com/albums/c24/Schmootika/SithMode-small.jpg','2','schmootika@gmail.com','','','Outer Rim, TN','She knows the ways of the Force. She's been trained to use the Dark Side.','057a4b6b4e','','Schmootika','','','','','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('263','1','MoffMott','60ffb64654d6a551b478cfdae4c013e2','1143759641','-9','1143672031','1143670571','0','2','0.00','1','english','D M d, Y g:i a','0','0','1143758379','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','mmott14@apsu.edu','','','','May the sauce be with you.','1716a19e05','','','','','','e87152','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('262','1','angieleia','0d0881a5530494201fb6c135b7abcdba','1143729133','0','1143728572','1143656612','0','1','0.00','1','english','D M d, Y g:i a','0','0','1143728572','0','0','','1','1','0','1','1','1','1','1','0','1','1','0','','0','angie13@dslextreme.com','','','New Waterford, Ohio','[img:9786f4465b]http://img.photobucket.com/albums/v607/ofthesith/Sig%20Banners/angie.jpg[/img:9786f4465b]
-Angie TI-7695/OW DS-695     
Ohio Fem Trooper  :tiefighter:
Girls in Tie Fighters :tie:
Myspace:  http://www.myspace.com/angieleia','9786f4465b','','sweetieangie','','','','6d5508','');
INSERT INTO so_phpbb_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_login_tries,user_last_login_try,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('264','1','Zamsara','f962bed5616612c8c7053f6e97e72b12','1143909700','-9','1143909098','1143814189','0','1','0.00','1','english','D M d, Y g:i a','0','0','1143909098','0','0','','0','1','0','1','1','1','1','1','0','1','1','0','','0','zamsara1001@hotmail.com','','','','','','','zamsara1','zamsara1001@hotmail.com','','','','');
#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_vote_desc
#
DROP TABLE IF EXISTS so_phpbb_vote_desc;
CREATE TABLE so_phpbb_vote_desc(
	vote_id mediumint(8) unsigned NOT NULL auto_increment,
	topic_id mediumint(8) unsigned NOT NULL,
	vote_text text NOT NULL,
	vote_start int(11) NOT NULL,
	vote_length int(11) NOT NULL
	PRIMARY KEY (vote_id),
	KEY topic_id (topic_id)
);

#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_vote_results
#
DROP TABLE IF EXISTS so_phpbb_vote_results;
CREATE TABLE so_phpbb_vote_results(
	vote_id mediumint(8) unsigned NOT NULL,
	vote_option_id tinyint(4) unsigned NOT NULL,
	vote_option_text varchar(255) NOT NULL,
	vote_result int(11) NOT NULL
	KEY vote_option_id (vote_option_id),
	KEY vote_id (vote_id)
);

#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_vote_voters
#
DROP TABLE IF EXISTS so_phpbb_vote_voters;
CREATE TABLE so_phpbb_vote_voters(
	vote_id mediumint(8) unsigned NOT NULL,
	vote_user_id mediumint(8) NOT NULL,
	vote_user_ip char(8) NOT NULL
	KEY vote_id (vote_id),
	KEY vote_user_id (vote_user_id),
	KEY vote_user_ip (vote_user_ip)
);

#
# 501st Southern Outpost Backup Script
# Dump of tables for db153373864
#
# DATE : 3-2-2006 16:29:24 GMT
#
#
# TABLE: so_phpbb_words
#
DROP TABLE IF EXISTS so_phpbb_words;
CREATE TABLE so_phpbb_words(
	word_id mediumint(8) unsigned NOT NULL auto_increment,
	word char(100) NOT NULL,
	replacement char(100) NOT NULL
	PRIMARY KEY (word_id)
);

